@charset "UTF-8";
/* CSS Document */
table {
	table-layout: fixed;
	width: 100%;
}
table.t020 {
	margin: 0 auto;
	background-color: #FFFFFF;
	}
table.t020 td {
	padding: 10px;
	border-bottom: #999ccc dashed 1px;
	border-right: #999ccc dashed 1px;
	text-align: center;
	}
table.t020 td.head {
	background-color: #f9f9f9;
    border-bottom: #dddddd double 3px;
    vertical-align: middle;
	}
table.t020 td.item {
	vertical-align: middle;
	}
table.t020 td.price {
	text-align: right;
    font-weight: bold;
    vertical-align: middle;
	}	
table.t020 td.b_r_none {
	border-right: none;
	}
table.t020 td.b_b_none {
	border-bottom: none;
	}

.remark_p {
	padding: 10px 0 0 0;
	margin: 0;
}

p.date {
    margin: 0 0 30px 0;
    padding: 0 20px;;
    text-align: right;
    background: #fcfcfc;
    border: #999 dashed 1px;
}


.verAl-m {
	vertical-align: middle;
}

/* tab */
@media only screen and (max-width: 767.98px) {

  }
}



/*（PCファースト）*/
table.scroll {
width:100%;
table-layout: inherit;
white-space: inherit;
-webkit-overflow-scrolling: touch; /* スマホでなめらかスクロール */
}
@media (max-width: 767px){ /*スマホとかは、横スクロールバーを表示*/
    table.scroll{
    overflow-x: scroll; /* 横スクロール処理 */
    white-space:nowrap;/* 自動改行させない */
    display: block;
    }
}



.tablelayout_01 {
	font-size: 0.95em;
    background: #fff;
	width:100%;
table-layout: inherit;
white-space: inherit;
-webkit-overflow-scrolling: touch; /* スマホでなめらかスクロール */
}
@media (max-width: 767px){ /*スマホとかは、横スクロールバーを表示*/
    .tablelayout_01{
    overflow-x: scroll; /* 横スクロール処理 */
    white-space:nowrap;/* 自動改行させない */
    display: block;
    }
}

.tablelayout_01 td {
	padding: 10px 5px;
	border-bottom: #ccc dashed 1px;
	vertical-align: top;
    
}
.tablelayout_01 td.date {
    letter-spacing: 0.1px;
    white-space: nowrap;
    width: 25%;
}
.tablelayout_01 td.item {
    width: 18%;
    text-align: right;
    padding-right: 30px;
    white-space: nowrap;
    font-weight: bold;
}
@media screen and (max-width:499.98px) {/* 変更点。0.02引く。 */
    .tablelayout_01 td.date {
    width: 35%;
}
}


.tablelayout_02 {
	font-size: 0.95em;
    background: #fff;
}
.tablelayout_02 th {
	padding: 10px 5px;
    background-color: #f5f5f5;
	border-bottom: #ccc dashed 1px;
    text-align: center;
}
.tablelayout_02 th.item {
    padding-right: 30px;
}
.tablelayout_02 td {
	padding: 10px 5px;
	border-bottom: #ccc dashed 1px;
}
.tablelayout_02 td.date {
    vertical-align: top;
    letter-spacing: 0.1px;
    white-space: nowrap;
    width: 25%;
}
.tablelayout_02 td.item {
    width: 18%;
    text-align: center;
    padding-right: 30px;
    white-space: nowrap;
    font-weight: bold;
}
@media screen and (max-width:499.98px) {/* 変更点。0.02引く。 */
    .tablelayout_02 td.date {
    width: 35%;
}
}




.table_design01 {
  border-collapse: collapse;
  width: 100%;
}
.table_design01 th, .table_design01 td {
  border: 10px solid #fff;
  background-color: #fff;
  padding: 1em;
}
.table_design01 th {
  background-color: #ee93b3;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 10em;
}
.table_design01 td.ttl h4 {
    color: #ee93b3;
    font-weight: bold;
    font-size: 1.1em;
    padding-top: 0;
    margin-top: 0;
}
.table_design01 td.ttl p {
    padding-left: 20px;
}


.table_design01 th {
  text-align: center;
  width: 25%;
  min-width: 200px;
  padding: 5px;
  height: 60px;
}
.table_design01 td {
  width: 75%;
  min-width: 130px;
  padding: 10px;
  height: 60px;
}
@media screen and (max-width:499.98px) {/* 変更点。0.02引く。 */
    .table_design01 th {
  text-align: center;
  width: 35%;
  min-width: 200px;
  padding: 5px;
  height: 60px;
}
.table_design01 td {
  width: 65%;
  min-width: 130px;
  padding: 10px;
  height: 60px;
}
}
}