@charset "utf-8";
/*===========================================================
	kanri.css
===========================================================*/
.kanri{
  display: none;
}

#headerBody {
    overflow: hidden;
    margin-bottom: 20px;
}

h3.pagetitle {
    display: inline-block;
    height: auto;
    background: white;
    border-bottom: 2px solid #004d9b;
    color: #004d9b;
    font-size: 30px;;
    line-height: 1.5rem;
    text-align: left;
    vertical-align: bottom;
    margin: 10px;
    /* margin-bottom: 10px; */
    padding: 5px 0 10px 0;
    overflow: hidden;
    /* position: absolute; */
    bottom: 0;
    font-weight: 400;
font-style: normal;
}


#cont_l {
  background: #ffffff;
  margin-bottom: 50px;
}

table{
	margin-top:20px;
	width: 100%;
	border-bottom: 2px solid #004d9b;
	font-size: .8rem;
}

table th{
	background: #004d9b;
	color: #ffffff;
	text-align: center;
	padding: 1%;
}

table td{
	border-bottom: 1px solid #e0e0e0;
	padding: 10px;
}

table .date{
/*	padding: 2%;*/
	min-width: 7rem;
	text-align: center;
	overflow: hidden;
}

table .info{
	width: auto;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}

table .shops{
	width: 25%;
	text-align: center;
}

#cont_l .news_table {
  margin-top: 50px;
      padding: 0 10px;
      }

  #cont_l .news_table table {
    width: 100%;
    border-collapse: collapse;
  font-size: 18px;
  }


    #cont_l .news_table table tr th {
      background-color: #004D9B;
      color: #FFF;
      box-sizing: border-box;
      text-align: center;
      padding: 5px 0; }
      #cont_l .news_table table tr th:nth-child(2) {
        border-left: 1px solid #FFF;
        border-right: 1px solid #FFF; }
    #cont_l .news_table table tr td {
      border-bottom: 1px solid #E0E0E0;
      vertical-align: middle;
      padding: 14px 10px;
      box-sizing: border-box; }
      #cont_l .news_table table tr td:first-child {
        text-align: center;
        width: 18%; }
      #cont_l .news_table table tr td:nth-child(2) {
        text-align: left;
        border-left: 1px solid #E0E0E0;
        border-right: 1px solid #E0E0E0; }
      #cont_l .news_table table tr td:last-child {
        text-align: center;
        width: 25%; }
    #cont_l .news_table table tr:last-child td {
      border-bottom: 2px solid #004D9B; }
    			#cont_l p {
		    padding: 0 10px;
    line-height: 1.5;
    font-size: 14px;
      }
      #cont_l .news_table table p {
      font-size: 18px;
      }

.no-content{
	text-align:center;
	color:#E10000;
	font-size:25px;
	font-weight:bold;
	width:100%;
	display:block;
}
