@charset "utf-8";

*{
	margin:0;
	padding:0;
}

body{
	background-color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*---top---*/

.top-wrap{
	background:#083266;
	height:162px;
	width:100%;
	min-width:960px;
}

.logo{
	background:#1491c1;
	height:162px;
	width:290px;
}

/*---header---*/

.header-wrap{
	width:100%;
	min-width:960px;
	background-image:url(images/top_bg.jpg);
	background-repeat: repeat-x;
}

header{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.slider{
	padding: 0;
	margin: 0;
	border: 0px;
}
.bx-wrapper .bx-viewport {
	border: 0;
}


/*---layout---*/


.wrapper{
	width:100%;
	min-width:960px;
}

.article{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

.content{
	width:90%;
	font-size:16px;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
}

h1{
	line-height:0;
}

h2{
	font-size: 22px;
	padding: 10px 0;
}

h3{
	color: #000;
	font-size: 2em;
	text-align: center;
}

h3:after {
content:"";
display:block;
margin-top:20px;
height:1px;
width:100%;
	background:-webkit-gradient(linear, left top, right bottom, from(#3962ad), to(#3962ad));
	background:-moz-linear-gradient(left, #3962ad, #3962ad);
	background:linear-gradient(left, #3962ad, #3962ad);
}

h4{
	color:#3962ad;
	font-size:18px;
	font-weight:bold;
}

h5{
	color: #fff;
	font-size: 1.4em;
	text-align: center;
	padding: 10px 0;
	background-color:#3962ad;
	vertical-align:middle;
}

table{
	margin:10px auto;
}

th{
	border-bottom:1px solid #fff;
}

.menuname{
	background-color:#bea779;
	width:200px;
	padding:8px;
}

.menuvalue{
	padding:8px;
	border:1px solid #bea779;
}

.yosoukabox{
	width: 860px;
	border:1px solid #a6bde7;
	margin:20px auto;
}

.yosouka{
	width: 188px;
	float: left;
	padding: 25px;
	background-color:#a6bde7;
	text-align:center;
}

.yosouka-inner{
	width: 580px;
	float: right;
	padding: 20px 20px 0 20px;
}

.yosouka-inner2{
	width: 580px;
	float: right;
	padding: 0px 20px 0 20px;
}

.yosouka-inner2 table{
	margin:8px 0px;
} 

.yosouka-inner2 table td{
	padding-right:8px;
} 

dt{
	color:#666 ;
	padding-top: 10px;
}

dd{
	color:#fff ;
	padding-left: 10px;
}

hr{
	margin:20px auto;
}

strong{
	font-weight:bold;
}

.syukei{
	font-size:12px;
}

.center{
	text-align:center;
}

.right{
	text-align:right;
}

.link a{
	color:#3962ad;
	text-decoration:none;
}

/*---footer---*/

.blue{
	background-color:#3962ad;
	padding:0px 0 20px 0;
}

.blue p{
	margin:10px 0;
}

.shinsaito img{
	width: 100%;
}

.copyright-wrap{
	width:100%;
	min-width:960px;
	background-color:#111;
}

.copyright{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding:20px 0;
}

.copyright p{
	text-align: center;
	font-size:14px;
	color:#fff;
}


/*--ページトップへ戻るボタン--*/

#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) {

.top-wrap{
	min-width:100%;
	height:auto;
}

.logo{
	width:31.25%;
	height:auto;
}

.logo img{
	width:100%;
}

.header-wrap{
	min-width:100%;
	height:auto;
}

header{
	width: 100%;
}

header img{
	width:100%;
}

.wrapper{
	min-width:100%;
}

.article{
	width:100%;
}

h2{
	font-size: 18px;
	padding: 0 0;
}

h3{
	font-size: 20px;
	width:95%;
	padding:20px 2.5%;
}

h4{
	font-size: 12px;
	width:95%;
	padding:4px 0;
}

h5{
	font-size: 16px;
	width:95%;
	padding:8px 2.5%;
}

.yosoukabox{
	width: 100%;
	margin: 10px auto;
}

.yosouka{
	width: 20%;
	float: left;
	padding: 2.5%;
}

.yosouka img{
	width: 100%;
}

.yosouka-inner{
	width: 65%;
	float: right;
	padding: 8px 5% 0 5%;
}

.yosouka-inner2{
	clear:both;
	width: 90%;
	float: none;
	padding: 8px 5% 0 5%;
	margin:auto;
}

.yosouka-inner2 table{
	margin:8px auto;
	width:90%
} 

.yosouka-inner2 table td{
	padding:2%;
	margin:auto;
	text-align:center;
} 

/*.yosouka-inner2 table td img{
	width:100%;
} */

.content{
	font-size:16px;
}

.copyright-wrap{
	min-width:100%;
}

.copyright{
	width:100%;
	font-size:14px;
}

#page_top img{
	opacity:0.7;
}

#page_top img:hover {
	opacity:0.7;
}


}

/*clearfix-------------------------------*/

.clearfix {
	zoom:1;
}
.clearfix:after {
	content:"";
	display:block;
	clear:both;
}


