@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------
　kodate bukkenlist用の一部複製
  mypage でも使用
*------------------------------------------------------*/

/**/
.kodate_bukken_status {
  
}
.bukken_event {
  margin-bottom: 2em;
  color: #000;
}
.bukken_event h4 {
  height: 18px;
  padding-bottom: 4px;
  border-bottom: 1px dotted #e17d28;
  background: url(/images/kodate/bukken/bukken_event_title.gif) no-repeat 0 0;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  text-indent: 110%;
  overflow: hidden;
}
.bukken_event p {
  margin: 1em auto 1.5em;
}
.bukken_event p:last-child {
  margin-bottom: 0;
}

.bukken_yoyaku h4 {
  height: 18px;
  padding-bottom: 4px;
  border-bottom: 1px dotted #e17d28;
  background: url(/images/kodate/bukken/bukken_yoyaku_title.gif) no-repeat 0 0;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  text-indent: 110%;
  overflow: hidden;
}
.bukken_yoyaku table {
  width: 100%;
  margin: 1em auto 0.5em;
  border-right: 1px solid #bfbfbf;
  border-top: 1px solid #bfbfbf;
		border-collapse: collapse;
  font-size: 14px;
  line-height: 1.4;
  table-layout: fixed;
}
.bukken_yoyaku thead th {
  padding: 10px;
  border-left: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  background-color: #61665a;
  color: #fff;
  font-weight: normal;
  box-sizing: border-box;
  text-align: center;
}
.bukken_yoyaku thead th:first-child {
  width: 8em;
  background-color: #a3b78b;
  text-align: center;
}
.bukken_yoyaku tbody th {
  padding: 10px;
  border-left: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  background-color: #d2e0bd;
  text-align: left;
  box-sizing: border-box;
  text-align: center;
}
.bukken_yoyaku tbody td {
  padding: 10px;
  border-left: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  text-align: center;
  box-sizing: border-box;
}
.bukken_yoyaku tbody td:empty {
  background-color: #f0f0f0;
}
.bukken_yoyaku .guide {
  color: #000;
  font-size: 12px;
  line-height: 1.5;
}
.bukken_yoyaku .guide p {
  margin: 1em auto;
}
/* for sp ---*/
@media screen and (max-width: 480px) {
  .kodate_bukken_status .bukken_event {
 			text-align: left;
  }
  .bukken_yoyaku table {
    font-size: 13px;
  }
  .bukken_yoyaku thead th {
    padding: 7px 3px;
    font-size: 12px;
  }
  .bukken_yoyaku thead th:first-child {
    width: 7em;
  }
}

/*2列*/
.kodate_bukken_status .colum2{overflow: hidden}
.kodate_bukken_status .colum2 li.subBannerL {width: 470px;float: left;}
.kodate_bukken_status .colum2 li.subBannerR {width: 470px;float: right;}
.kodate_bukken_status .colum2 li img{max-width: 100%;height: auto}
@media screen and (max-width: 480px) {
.kodate_bukken_status .colum2 li.subBannerL {width: 100%;float:none;margin-bottom: 12px}
.kodate_bukken_status .colum2 li.subBannerR {width: 100%;float:none;}
}