@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;*/
  background-color:#fff2cd;

}

/*--header--*/

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 26px 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;}

/*--header--*/

#wrapper{
	background-color:#fff2cd;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-top:4px;
}

.top-wrap{
	width:100%;
	min-width:960px;
}

.top{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.top img{
	width:100%;
}

article{
	width:100%;
	color:#000;
}

.banner{
	text-align:center;
	margin-bottom:20px;

}


h2{
	color:#c126ae;
	font-weight: bold;
	font-size:34px;
	line-height: 1;
}

h3{
	color:#fff;
	width:95%;
	font-size:24px;
	font-weight: bold;
	margin:20px auto 24px auto;
	padding:10px 0 10px 5%;
	background-color: #fe659a;
}

h4{
	color:#d90072;
	font-weight: bold;
	font-size:34px;
	line-height: 1.2;
	text-align:center;
	padding-top: 20px;
}

section{
	width:90%;
	font-size:16px;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	color:#000;
}


dt{
	font-size: 22px;
	margin-top:16px;
}

dd{
	padding:0 0 0 24px;
}

strong{
	font-weight:bold;
}

em{
	color:#f434aa;
}

.size1{
	font-size: 18px;
}

.size2{
	font-size: 24px;
}

.cancel{
	text-decoration: line-through;
}

.coler1{
	color:#d90072;
}

.coler2{
	color:#0ac4ed;
}

.coler3{
	color:#9e1b52;
}

.coler4{
	color:#eaa927;
}

.floatbox_l{
	width: 35%;
	float:left;
}

.floatbox_r{
	width: 65%;
	float:right;
}

.both{
	clear: both;
}

.appbox{
	width: 48%;
	float:left;
	padding:0 1%;
}

.blue{
	background-color:#e2f1fc;
	padding:10px 0 20px 0;
}

.blue section{
	width: 864px;
	margin: 0 auto;
}

.blue p{
	margin:10px 0;
}

.center{
	text-align:center;
}

.time{
	font-size: 12px;
}

.link{
	text-align:right;
}

.cancel{
	text-decoration:line-through;
}

/*--footer--*/

.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%;
}

.top-wrap{
	min-width:100%;
	height:auto;
}

.top{
	width: 100%;
}

.top img{
	width:100%;
}

#wrapper{
	width:100%;
}

.banner{
	padding-top: 0;
}

.banner img{
	width:100%;
}

.picture img{
	width:100%;
}

.treasure img{
	width:100%;
}

h2{
	font-size:24px;
	margin: 0;
	line-height:1.6;
}

h3{
	width:95%;
	color:#fff;
	font-size:18px;
	font-weight: bold;
	margin:20px auto 24px auto;
	padding:10px 0 10px 5%;
}

h4{
	font-size:20px;
}

section{
	font-size:14px;
}


dt{
	font-size: 16px;
	padding-bottom:5px;
}

dd{
	font-size: 14px;
	padding:0 0 0 0px;
}

.size1{
	font-size: 16px;
}

.size2{
	font-size: 16px;
}

.time{
	font-size: 9px;
}

.floatbox_l{
	width: 100%;
	float:none;
}

.floatbox_r{
	width: 100%;
	float:none;
}

.floatbox_l p{
	text-align: center;
}

.bookbox{
	float: none;
	width: 100%;
}

.blue section{
	width:90%;
	margin: 0 auto;
}

.floatbox{
	width:100%;
	float:none;
}

.appbox p img{
	width:100%;
}

.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;
}


