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

.table-scroll{
	overflow:auto;
	white-space:nowrap;
	-webkit-overflow-scrolling:touch;
	margin-bottom: 20px;
	}
	
.table-scroll2{
	overflow:auto;
	white-space:nowrap;
	-webkit-overflow-scrolling:touch;
	margin-bottom: 20px;
	}	
	
table {
	border-collapse:collapse;
	border-spacing:0;

	margin-bottom: 10px;

}

.item_table01_1{
	max-width:980px;
	width:100%;
	margin-right: 0px;
	margin-left: 0px;
	border: 1px solid #999;
}

.item_table01_1 td{
	text-align:center;
	vertical-align: middle;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.item_table01_1 th {
	text-align: left;
	border: 1px solid #999;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


.item_table01{
	max-width:980px;
    width:100%;
	margin-right: 0px;
	margin-left: 0px;
}
	
.item_table01 td{
	text-align:center;
	vertical-align: middle;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.item_table01 th {
	text-align: left;
	border: 1px solid #999;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.item_tr00{
	background-color:#666666;
	color: #FFFFFF;
}

.item_tr01{
	background-color:#EEEEEE;

}

.item_table03{
	max-width:980px;
	width:100%;
	margin:5px 0 10px 0;
	border: 1px solid #666666;
	font-weight: normal;
	line-height: normal;
	font-size: 12px;
}
	
.item_table03 td{
	text-align:center;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #666;
	border-left-color: #666;
	padding: 3px;
	line-height: normal;
}

.item_table03 th {
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	text-align: left;
	width: 150px;
}

.item_table_m{
	max-width:980px;
	width:100%;
	margin:5px 0 10px 0;
	border: 1px solid #666666;
	font-weight: normal;
	line-height: normal;
	font-size: 12px;
}
	
.item_table_m td{
	text-align:center;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #666;
	border-left-color: #666;
	padding: 3px;
    white-space: nowrap;
    line-height: 1.25em;
}

.item_table_m th {
	padding-left: 5px;
    padding-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	text-align: left;
    white-space: nowrap;
    width: 155px;
}
.item_table_m th img {
	width: 100%;
    padding-bottom: 3px;
}
.item_table_m span.m_sub {
	font-size: 0.8em;
}

.subtitle90 {

	line-height: normal;
	font-weight: normal;
	color: #000;
	margin: 0px;
	padding: 0px;	
}
.subtitle901 {

	line-height: normal;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding: 0px;
}

.subtitle4 {
	font-size: 20px;
	line-height: 150%;
	margin-top: 30px;
	font-weight: bold;
	color: #333;
}
 



@media screen and (max-width:799px){
.table-scroll{overflow:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}

.table-scroll2{overflow:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}
}
