@charset "utf-8";
/* CSS Document */

/*---btn---*/
#contents #contents_body .btn_shiroari {
	display: table;
	width: 100%;
	min-height: 50px;
}
#contents #contents_body .btn_shiroari .shiro_backpage {
	display: table-cell;
	vertical-align: middle;
	padding: 25px 0px 10px 50px;
	box-sizing: border-box;
	margin-top: 25px;
	color: #6fba2c;
	font-size: 1.8rem;
	text-align: left;
	clear: both;
	background: url("../../../common/img/arrow-g_left.gif") no-repeat bottom 5px left;
	background-size: 20px;
	border-bottom: 1px solid #6fba2c;
}
#contents #contents_body .btn_shiroari .shiro_nextpage {
	display: table-cell;
	vertical-align: middle;
	padding: 25px 50px 10px 0px;
	box-sizing: border-box;
	margin-top: 50px;
	color: #6fba2c;
	font-size: 1.8rem;
	text-align: right;
	clear: both;
	background: url("../../../common/img/arrow-g_right.gif") no-repeat bottom 5px right;
	background-size: 20px;
	border-bottom: 1px solid #6fba2c;
}


/*---table---*/
table {
	border-collapse: collapse;
}

table.kahenTable th {
	padding: 1rem;
	background: #006666;
	border: solid 1px #ccc;
	text-align: left;
	color: #fff;
	font-weight: normal;
}
table.kahenTable th.hol {
	background: #003366;
	border: solid 1px #ccc;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

table.kahenTable td {
	padding: 1rem;
	border: solid 1px #ccc;
}
table.kahenTable tr th {
	width: 25%;
}

/*---colum---*/
#contents_body .column2 .shiro_txt p {
	line-height: 1.8;
}
#contents_body .shiro_box {
	padding-bottom: 30px;
}


/*---list style---*/
#contents_body .shiro_list li {
	line-height: 1.8;
	text-indent: 20px;
	background-image: url(../img/check.gif);
	background-position: left bottom 2px;
	background-repeat: no-repeat;
	
}

#contents .title_block p {
	font-size: 2.8rem;
}
