@charset "UTF-8";

/* -----------------------------------------------
sec_sct
----------------------------------------------- */
#sec_sct {
	width: 630px;
	margin: 0 auto;
	padding: 30px 0 45px 0;
	color: #000000;
}

#sec_sct .inner_sec {
	padding: 45px 20px 25px 20px;
	border: 1px solid #008FD8;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#sec_sct h2 {
	margin: 0 0 40px 0;
	font-size: 24px;
	line-height: 1.2;
}

/* -----------------------------------------------
about_range
*/
#sec_sct .about_range table {
	width: 100%;
	border-collapse: collapse;
}

#sec_sct .about_range tr  {
	background-color: #ffffff;
}

#sec_sct .about_range tr:nth-child(odd)  {
	background-color: #E6E6E6;
}

#sec_sct .about_range th {
	width: 228px;
	padding: 6px 6px 4px 12px;
	color: #000000;
	font-size: 17px;
	font-weight: normal;
	text-align: left;
	word-break: break-all;
	line-height: 2;
	vertical-align: top;
	/* box set */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#sec_sct .about_range td {
	padding: 6px 6px 4px 12px;
	color: #000000;
	font-size: 17px;
	word-break: break-all;
	line-height: 2;
	vertical-align: top;
	/* box set */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}















/* -----------------------------------------------
bt_range
*/
.bt_range {
	width: 650px;
	margin: 0 auto;
	padding: 0 0 45px 0;
}

.bt_range .bt_mass {
	text-align: center;
}

.bt_range .bt_mass a {
	position: relative;
	display: block;
	width: 200px;
	margin: 0 auto;
	padding: 10px 10px 9px 10px;
	background-color: #0099DB;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	line-height: 1.3;
	/* box set */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.bt_range .bt_mass a:hover {
	text-decoration: none;
	opacity: 0.7;
}
