@charset "euc-jp";
.info_container{
  max-width: 990px;
  margin: auto;
}

.section{
  overflow: hidden;
  margin-bottom: 80px;
}

.info_title{
  margin: 20px 0 30px;
}

.info_title {
    font-size: 30px;
}

.info_title:after {
    content: " ";
    background: #739fbf;
    width: 40px;
    height: 1px;
    display: block;
    margin: 20px 0 30px;
}
.delivery .row{
  overflow: hidden;
  border-right: 1px solid #ccc;
  margin-bottom: 30px;
}
.delivery table{
  width: 100%;
  float: left;
}

.delivery table thead{
  background: #739fbf;
  color: #fff;
}
.delivery table th{
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  font-weight: bold;
  width: 60%;
  text-align: left;
}

.delivery table tr th:first-child {
  background: #ccc;
  color: #333;
  width: 20%;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.delivery table thead tr th {
  text-align: center;
}
.delivery table thead tr th:first-child {
  color: #fff;
  background: #739fbf;
}

.delivery table tr:last-child th:first-child {
  border-bottom: 1px solid #ccc;
}

.delivery table td{
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  
}
@media screen and (max-width: 767px) {
  .delivery .pc-only{
    display: none;
  }
  .delivery .row{
    overflow: hidden;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  .delivery table{
    width: 100%;
    float: none;
  }
  .delivery table th{
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: none;
    border-right: 1px solid #ccc;
    padding: 10px;
    font-weight: bold;
    width: 50%;
  }
  .delivery table td{
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: none;
    border-right: 1px solid #ccc;
    padding: 10px;
  }
}

.payment dt{
  font-size: 16px;
  border: 1px solid #ccc;
  padding: 15px;
  margin: 0 !important;
}
.payment dd{
  border-left: 1px solid #ccc;
  border-bottom:1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 15px;
}


.tokusyo dt{
  margin-bottom: .5em;
}

.tokusyo dd{
  margin-bottom: 2em;
}

#about_size p {
	 margin-bottom: 2em;
}


#size dl {
	 margin-top: -90px;
  padding-top: 90px;
}


#about_size p a {
	color: #739fbf;
}


#toriatsukai dl dd a {
	color: #739fbf;
}
@media screen and (max-width: 767px) {
  .info_container{
    max-width: 100%;
    margin: auto;
  }
  .info_title{
    margin: 40px 0 30px;
    padding-top:40px;
  }

}

.size_sp{
	display:none;
}
@media screen and (max-width: 767px) {
.size_pc{
	display:none;
}
  
.size_sp{
	display:block;
}

}

p {
	font-size: 16px;
}

h3 {
	font-size: 16px;
}

dl {
    margin-bottom: 20px;
    font-size: 16px;
}


 /* 営業日カレンダー */
.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  display: inline-block;      /* インラインブロック要素にする */
  padding:  20px;             /* 余白指定 */
  font-family: "Century";
}
.tbl_calendar th, .tbl_calendar td {
  padding: 7px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}
.tbl_calendar caption{
  padding: 7px;
}
.tbl_calendar th {
  background-color: #F2F2F2;
}