@charset "UTF-8";
/* CSS Document */
/*----- base_setting -----*/
body{
	min-width: 1000px !important;
}

#right_contact{
	margin-top: 50px;
}
.img_r{
	float: right;
	margin: 5px 0 10px 20px;
}
.img_l{
	float: left;
	margin: 5px 20px 10px 0;
}

.h2_sub{
	text-align: center;
	background-color: #006BBA;
}
.h3_sub{
	background: url(../img/base/h3_sub.jpg) no-repeat left top;
	font-size: 28px;
	font-weight: normal;
	color: #006BBA;
	line-height: 39px;
	padding-left: 40px;
	margin-bottom: 20px;
}
.h4_sub{
	font-size: 20px;
	color: #006BBA;
	background-color: #E6F5F9;
	line-height: 45px;
	border-bottom: 2px solid #006BBA;
	padding: 0 20px;
	margin: 0 0 20px 0;
}
.h5_sub{
	background:url(../img/base/h5_sub.jpg) no-repeat left 5px;
	font-size: 18px;
	color: #006BBA;
	border-bottom: 1px dotted #006BBA;
	line-height: 36px;
	padding: 0 0 0 35px;
	margin: 0 0 20px 0;
}
/* table(ta01 sub) */
.ta01.sub th{
	font-weight: bold;
	color: #000000;
	vertical-align: middle;
	white-space: nowrap;
	padding: 0 50px 0 25px;
}
/*----- breadcrumbs -----*/
.breadcrumbs{
	margin: 25px 0 5px 0;
}

.breadcrumbs li{
	display: inline;
	font-size: 12px;
}
/*----- contents_left_box -----*/
#contents_left_box{
	background-color: #ffffff;
	padding: 30px;
	min-height: 332px; /* 準備中ページ用指定 */
}
/*----- text_sub -----*/
.text_sub{
	overflow: hidden;
	margin-bottom: 50px;
}
.text_sub p{
	text-align: justify;
	text-justify: inter-ideograph;
}
/*----- link -----*/
.link li{
	background:url(../img/base/bg_link.jpg) no-repeat left center;
	padding-left: 20px;
	line-height: 30px;
}

/* スモールデバイス用改行 */
.br_sp{
	display: none;
}

/*----- responsive -----*/
@media only screen and (max-width: 640px) {
	body{
		min-width: 320px !important;
	}
	.h2_sub{
		margin-top: 6.25%;
	}
	.h4_sub{
		line-height: 30px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#contents_box {
		margin-top: 0;
	}
	.breadcrumbs {
		margin: 3.125% 0 3.125% 4.6875%;
	}
	.breadcrumbs li{
		font-size: inherit;
	}
	#contents_left_box{
		padding: 4.6875%;
	}
	.text_sub{
		margin-bottom: 8.81834215168%;
	}
	.img_r,.img_l{
		width: 42.328042328%;
	}
	.ta01.sub th,.ta01.sub td{
		padding-top: 2.41379310345%;
		padding-bottom: 2.41379310345%;
	}
	.ta01.sub th{
		padding-left: 4.31034482759%;
		padding-right: 4.31034482759%;
	}
	.ta01.sub td{
		padding-left: 4.31034482759%;
		padding-right: 4.31034482759%;
	}
	.br_sp{
		display: inline;
	}

}
@media only screen and (max-width: 380px) {
	.h3_sub{
		font-size: 20px;
	}
	.h4_sub{
		font-size: 18px;
		line-height: 24px;
	}
	.h5_sub{
		font-size: 16px;
		line-height: 24px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
}