@charset "utf-8";

*{
	margin:0;
	padding:0;
}

body{ font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-size:12px; color:#1491c1; background:url(images/bg.jpg) repeat;}

h1{ font-family: Meiryo; font-weight:normal; color:#fff;}

.header-wrap{ background:#083266; height:162px; width:100%; min-width:960px;}
.header{ width:960px; margin:0 auto;}
.logo{ float:left; background:#1491c1; height:162px; width:31.25%; float:left;}

.menu{ float:left;}
.menu ul li{ list-style:none; float:left; border-right:#093e76 solid 1px; padding:115px 20px 30px 20px;}
.menu ul li a{ text-decoration:none; color:#80d2f8; font-size:14px; text-align:center;}
.menu ul li a:hover{ color:#1491c1;}
.menu ul li a.active{ color:#1491c1;}


#wrapper{
	background-color:#fff;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-top:4px;
}

article{
	width:100%;
	color:#000;
}

.banner{
	text-align:center;
	margin-bottom:20px;
}

h3{
	color:#fff;
	width:95%;
	font-size:16px;
	background-color:#000;
	margin:20px auto 24px auto;
	padding:3px 0 3px 5%;
}

section{
	color:#000;
	width:90%;
	font-size:16px;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
}

span{
	color:#c15e05;
}

strong{
	color:#ff931e;
}

em{
	font-size:18px;
	font-weight:bold;
	
}

.picture{
	margin-top:20px;
}


.blue{
	background-color:#e2f1fc;
	margin-top:20px;
	padding:10px 0 20px 0;
}

.blue p{
	margin:10px 0;
}

.center{
	text-align:center;
}

.link{
	text-align:right;
}

.footer-wrap{ background:#1491c1; overflow:hidden; width:100%; min-width:960px;}
.footer{ width:960px; margin:0 auto; padding:15px 0px 15px 0px; overflow:hidden;}
.footer .bolg{ width:598px; float:left;}
.footer .panel{ float:left; width:230px;}
.footer .title{ border-bottom:#107eb4 solid 1px; padding-bottom:10px; margin-bottom:5px;}
.footer .title h1{ font-size:1.4em;}
.footer .panel .content ul li{ float:left; list-style:none; color:#062c5b; font-weight:bold;}
.footer .panel .content ul li a{ color:#062c5b; text-decoration:underline; }
.footer .panel .content p{ color:#fff; font-size:12px; line-height:inherit; padding-top:5px; clear:both;}
.footer .panel .content p a{color:#062c5b; text-decoration:none;}
.footer .panel .content p a:hover{ color:#fff;}
.footer .panel .content p span{ color:#062c5b; font-weight:bold; font-size:12px;}
.footer .quickcontact{ width:270px; float:right;}

.copyright-wrap{ background:#fff; overflow:hidden; width:100%; min-width:960px; padding-top:30px; padding-bottom:30px;}
.copyright{ width:100%; margin:0 auto;}
.copyright .content{ text-align:center;}
.copyright .content a{ text-decoration:none; color:#1491c1;}
.copyright .content a:hover{color:#062c5b;}
.copyright .content a.active{color:#062c5b;}

/*--ページトップへ戻るボタン--*/

#page_top {
	position: fixed;
	bottom: 15%;
	right: 5%;
	z-index: 999;
}

#page_top a {
	width:100%;
	text-decoration: none;
}

#page_top img:hover {
	opacity:0.7;
}

/*--ここからスマホ用レイアウト---------------------------------*/

@media screen and (max-width:480px) {

.header-wrap{
	min-width:100%;
	height:auto;
}

.header{
	width: 100%;
}

.logo{
	height:auto;
}

.logo img{
	width:100%;
}

#wrapper{
	width:100%;
}

.banner{
	padding-top: 0;
}

.banner img{
	width:100%;
}

.picture img{
	width:100%
}

h3{
	width:95%;
	padding-left:5%;
}

section{
	font-size:14px;
}





.pconly{
	display: none;
}




.copyright-wrap{
	min-width:100%;
	background-color:#1491c1;
}

.copyright .content p{ color:#fff;}



#page_top img{
	opacity:0.7;
}

#page_top img:hover {
	opacity:0.7;
}



}

/*clearfix-------------------------------*/

.clearfix {
	zoom:1;
}
.clearfix:after {
	content:"";
	display:block;
	clear:both;
}


