@charset "utf-8";
/* CSS Document */
/* 全体設定 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td {
	margin:0;
	padding:0;
	font-size: 100%;
	font-weight: normal;
	list-style-type: none;
	-webkit-text-size-adjust: 100%;
}

img,a img { border: none;
	vertical-align: text-bottom;
	-ms-interpolation-mode: bicubic;
	max-width:100%;
}

body{background: #61baff;}

/*ヘッダー用*/
#head{
	width:100%;
	background:#000066;
	overflow:hidden;}
	#head img{float: left;
	margin-left:15px;
	margin-top:10px;
	margin-bottom:10px;}
	#head img:hover{
		opacity:0.8;}
#head ul{margin:5px;float:right;
list-style-type: none;
  margin: 0 auto;
  padding-right:15px;}
#head li{
color:#FFF;
float:left;
margin-top:12px;}

.sp_hmenu{display:none;}

/*メインコンテンツ*/
#maincontent{ 
background: #61baff;
width:960px;
margin:0 auto;
overflow:hidden;
padding-bottom:10px;
position: static;}

/*TOP*/
.main_img{
	background: #61baff;
	background-size:cover;
	padding:20px 0px;}
	.main_img img{display:block; margin:0 auto;}

	
.sp_timg{display:none;}


/*スペック*/
#spec{
	background:#FFF;
	padding:5px 0;
	overflow:hidden;}
	.cf{width:740px; margin:0 auto;}
	.cf li{float:left;
		margin:10px 0 10px 20px;}
	.cf span{
		border-radius:5px;
		font-weight:bold;
		color:#FFF;
		background-color:#2b7097;
		padding:5px ;
		margin-right:5px;
		text-align:center;}



/*内容がないよう*/
h1 img{display:block; margin:10px auto 0px;}

.content1{width:960px;
margin:0 auto;}
	.content1 img{ display:block; margin:0 auto;}

.sub_con{width:960px;
	overflow:hidden;
	margin-top:20px;
	border-radius:10px;
	background:#FFF;}
	.sub_con1{
	padding:25px;
	line-height:120%;
	border-radius:10px;
	font-family:Arial, Helvetica, sans-serif;}
    .sub_con1 h1{
        color: #61baff;
        font-size: 30pt;
        line-height:30pt;
}    .sub_con1 h2{
        font-size: 15pt;
        line-height:15pt;
}

/*QRコード*/
.dl_t{text-align:center;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight:bold;}
.dl ul{ text-align:center;}
.dl li{display:inline; padding-right:1em;}
	.dl li:first-child{padding-left:0px;}
	.dl li:last-child{padding-right:0px;}
	.dl a:hover{opacity:0.5;}


/*SNSボタン*/
#sns_btn{
  padding: 0;
  height: 80px;
  text-align:center;
  width:100%;
  overflow:hidden;}
  
#sns_btn ul{
  margin: 0 auto;
  padding: 0;
  width:270px;
}

#sns_btn li{
  float:left;
  width: 50px;
  margin: 15px 10px;
  padding: 0;
}

#sns_btn a{
  width: 100%;
  height: 50px;
}
#sns_btn a:hover{ opacity:0.5;}
	#sns_btn li:first-child{ margin-left:0px}
	#sns_btn li:last-child{ margin-right:0px;}





/*上に戻るボタン*/
#back-top {
	position: fixed;
	bottom: 30px;
	margin-left: 90%;
	z-index: 5;
}
#back-top a {
	width: 40px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 40px;
	height: 40px;
	display: block;
	margin-bottom: 7px;
	background: url(../img/up_btn.png) no-repeat center center;
	opacity:0.5;
	
}
#back-top a:hover span {
	opacity:1.0;
}




/*フッター*/
#footer{
	position:relative;
	bottom:0px;
	width:100%;
	height:50px;
	background:#000066;
	padding:5px 0;
	z-index:1;}
	.footer-in{width:960px;
	margin:0 auto;
	font-size:10px;
	line-height:110%;
	color:#FFF;}