@charset "UTF-8";
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	color: #000;
	-webkit-text-size-adjust: 100%;
}
/* ~~ Reset ~~ */
a {
	text-decoration : none;
	color: #000;
}
a img,img {
	border: none;
	line-hegiht: 0;
	vertical-align: bottom;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
ul {
	list-style: none;
}
li {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
address {
	font-style: normal;
}
/* ~~ Reset ~~ */
/* --- clear --- */
.clearfloat {
	clear:both;
}
.clearleft {
	clear:left;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0;
	padding: 0;
}
/* --- hr --- */
hr.style-six {
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    height: 0;
	margin: 15px 0px;
}
hr.style-dd {
	border: 0;
	border-top: 1px dotted rgba(0, 0, 0, 0.1);
	border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
    height: 0;
	margin: 15px 0px;
}
hr.style-blt {
	clear: both;
	border: 0;
    height: 1px;
	background: #005dad;
	margin: 30px 0 15px;
}
a.text_link {
	text-decoration: underline;
	color: #29abe2;
}
a.text_link:hover {
	text-decoration: none;
}
a.blank {
	padding: 0 0 0 13px;
	background: url(../image/Li_blank_s.png) no-repeat 0px 5px;
	text-decoration: none;
	color: #4c70ca;
}
a.blank span {
	font-size: 10px;
}
.R {
	float: right;
}
.L {
	float: left;
}

br.media {
	display: none;
}
@media screen and (max-width:480px) {
	br.media { display: block;}
	br.media320 { display: block;}
}/*/mediaquery*/
/* ~~ お問い合わせ ~~ */
#footer_Contact {
	clear: both;
	background: #dee4e6;
	width: 100%;
	padding: 0;
}
.footer_Contact {
	width: 960px;
	color: #444;
	margin: 0 auto;
	padding: 20px 0;
}
.footer_Contact h2 {
	display: block;
	font-size: 21px;
	margin: 0;
	padding: 0;
}
.footer_Contact h2 span {
	padding-left: 20px;
	padding-right: 20px;
	border-left: 2px solid #004180;
	color: #004180;
}
.footer_Contact table {
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 15px 0;
}
.footer_Contact table th {
	background: #FFF;
	text-align: left;
	padding: 30px;
}
.footer_Contact table td {
	text-align: center;
}
.footer_Contact table th,
.footer_Contact table td {
	width: 50%;
	vertical-align: top;
	font-weight: normal;
}
.footer_Contact p {
	font-size: 12px;
	color: #004180;
	margin: 0;
	padding: 0;
}
.footer_Contact p big {
	font-size: 40px;
	color: #004180;
	font-weight:bold;
}
.footer_Contact p big a { color: #004180; }
.footer_Contact table td a {
	display: block;
	background: #23325e;
	width: 80%;
	margin: 0 auto;
	padding: 17px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 90%;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.footer_Contact table td a:hover {
	background: #0c5fab;
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
/*---------------------------------*/
/*------- RESPONSIVE STUFF --------*/
/*---------------------------------*/
@media screen and (max-width:480px) {
	.footer_Contact {
		background: #FFF;
		width: 100%;
		padding: 0;
		overflow: hidden;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.footer_Contact table th,
	.footer_Contact table td {
		width: 100%;
		display: block;
		font-size: 90%;
		border: none;
		text-align: center;
		line-height: 1.7em;
		padding: 10px 0;
	}
	.footer_Contact h2 {
		background: #dee4e6;
		margin: 15px 0;
		padding-left: 10px;
		height: 50px;
	}
	.footer_Contact h2 span {
		display: block;
		width: 40%;
		height: 47px;
		text-align: center;
		background: #FFF;
		border-top: solid 3px #005c9e;
		border-left: none;
		font-size: 16px;
		font-weight:bold;
		padding: 0;
		line-height: 50px;
	}
	.footer_Contact p big { font-size: 28px; }
	.footer_Contact p { font-size: 12px; }
	.footer_Contact table td a { width: 80%; margin: 10px auto; }
}/*/mediaquery*/
/* ~~ ページトップへ ~~ */
.pagetop {
	background: url(../image/btn_pagetop.png) center top no-repeat;
	display: none;
	position: fixed;
	z-index: 10;
	right: 30px;
	bottom: 15px;
	font-size: 10px;
	text-align: center;
	padding-top: 25px;
	line-height: 1.2em;
}
@media screen and (max-width:480px) {
	.pagetop {
		display: none;
		position: fixed;
		z-index: 10;
		right: 10px;
		bottom: -1px;
		background: #FFF url(../image/btn_pagetops_sp.png) center center no-repeat;
		background-size: 15px auto;
		height: 40px;
		width: 40px;
		text-indent: -9999px;
		border: 1px solid #CCC;
		padding: 0;
		line-height: 0;
        -moz-opacity: 0.7;
		opacity: 0.7;
}
}/*/mediaquery*/