/*
sp style
*/

/*===============================================
●sp.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
	img{
		max-width: 100%;
		height: auto;
		width /***/:auto;
	}
	#container{
		width:100%;
	}


#wrapper_top{background: url(../images/main-visual.png) no-repeat top center;background-size: 500px;}
#wrapper{background: url(../images/header_bg.jpg) no-repeat top center;background-size: 800px;}
/*--------------------------------------------------------------
  Header
--------------------------------------------------------------*/
#headerTop{
	text-align: center;
	margin-top: 35px;
	}
	#headerTop #headerInner{
		width: 100%;
	}
	#headerTop #headerInner h1{
		text-align: right;
		padding-top: 30px;
		}
		#headerTop #headerInner h1 img{width: 50%;}
	#headerTop #headerInner #dlBadge{}
	#headerTop #headerInner #dlBadge li{display: inline;}
	#headerTop #headerInner #dlBadge img{height: 48px; margin: 30px 6px 0 6px;}
#header{margin-top: 35px;}
#headerInner{
	width: 100%;
	margin-top: 35px;
}
#headerInner h1{
	text-align: center;
	padding-top: 50px;
}
h1 img{width: 50%;}


/*--------------------------------------------------------------
	gnavi
--------------------------------------------------------------*/
#gnavi{
	background: url(../images/gnavi_bg.png) center no-repeat;
	height: 175px;
	}
	#gnavi ul{text-align: center;}
	#gnavi li{
		display: inline;
		line-height: 175px;
		margin: 0;
		padding: 0 10px;
		font-size: 1.2em;
		border-right: 1px solid #fff;
		}
		#gnavi li:first-child{
			border-left: 1px solid #fff;
			}
	#gnavi a:link,a:visited{
		color: #fff;
		text-decoration: none;
	}
	#gnavi a:hover{
		color: #70f7ff;
		text-decoration: none;
	}


/*--------------------------------------------------------------
  Contents
--------------------------------------------------------------*/
#contents{margin: 0 auto;}
#contentsInner{}

/*** --- topページ用 --- ***/
.sectionTop{
	text-align: center;
	padding: 20px 0;
	}
	.sectionTop h2{margin-bottom: 10px;}
	.sectionTop h2 img{width: 40%;}
	.sectionTop h3{
		font-size: 2em;
		font-weight: bold;
		margin-bottom: 20px;
		
		}

/*** --- 通常 --- ***/
.section{padding: 0 20px;}
	.section h2{text-align: center;margin-bottom: 10px;}
	.section h2 img{width: 40%;}
	.section h3{
		margin-top: 70px;
		margin-bottom: 10px;
		font-size: 1.5em;
		line-height: 1.5em;
		border-left: 6px solid #2d6892;
		padding-left: 8px;
		}
#notes{
	margin: 30px 0 0 0;
	padding: 10px;
	border: 1px solid #fff;
	}
	#notes ul{margin-left: 14px;}
	#notes li{text-indent: -14px;}

.section_footer a{
	width:;
	display: block;
	background-color: rgba(0,104,181,0.4); 
	margin: 0 auto;
	padding: 3px 0;
	text-align: center;
	}
	.section_footer a:link,
	.section_footer a:visited{
		color: #70f7ff;
		}
	.section_footer a:hover{
		color: #f19149;
		}


/*** --- NEWS --- ***/
#news dl{
	margin: 0 30px 20px 30px;
	text-align: left;
	}


/*** --- MOVIE --- ***/
#movie{
	width: 95%;
	margin: 0 auto 50px;
}


/*** --- SPEC --- ***/
#spceCell dl{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#spceCell dt{
	display: block;
	margin-left: 2px;
	margin-bottom: 2px;
	background-color: rgba(0,104,181,0.4); 
}
#spceCell dd{
	display: block;
	padding: 10px 0;
	margin-bottom: 2px;
	background-color: rgba(0,104,181,0.8); 
}
#spec table{
	margin: 20px auto;
	}
	#spec table caption{font-size: 1.2em;font-weight: bold;margin-bottom: 5px;}
	#spec table td{
		text-align: left;
		padding: 5px;
		border: 2px solid #000;
		background-color: rgba(0,104,181,0.4); 
		}
		#spec table td.item01{width: 25%;}
		#spec table td.item02{width: 35%;}


/*--------------------------------------------------------------
  Support
--------------------------------------------------------------*/
#faq_list {margin-bottom: 100px;}
#faq_list ul{margin-bottom: 30px;}
#faq_list ul li{
	list-style-type: disc;
	margin-left: 23px;
	
	}
	#faq_list ul li.midashi{
		list-style-type: none;
		font-size: 1.2em;
		font-weight: bold;
		line-height: 2em;
		margin-left: 0;
	}
#faq{
	margin-bottom: 30px;
	line-height: 170%;
	}
		#faq > h3::before {
		    content: "";
		    display: inline-block;
		    height: 50px;
		    margin-top: -50px;
		    vertical-align: top;
			}
	#faq .listtop{
		text-align: right;
		margin-top: 15px;
		}


/*--------------------------------------------------------------
  footer
--------------------------------------------------------------*/
#footer{
	background: url(../images/footer_bg.png) repeat-x top;
	padding-top: 170px;
}
#footerInner{
	text-align: center;
	padding-top: 15px;
	margin-bottom: 20px;
	}
	#footerInner li a{
		display: block;
		height: 30px;
		line-height: 30px;
		background-color: rgba(0,104,181,0.4); 
		margin-bottom: 1px;
		}
	#footer a:link,
	#footer a:visited{
		color: #fff;
	}
	#footer a:hover{color: #96e7ff;}
	#copyright{
		text-align: center;
		color: #fff;
		padding-bottom: 20px;
	}
#back-top{
	width: 77px;
	height: 94px;
	margin: 50px auto -150px;
}


/*--------------------------------------------------------------
  aboutNavi
--------------------------------------------------------------*/
#aboutNavi{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 35px;
	background: #fff;
}
#aboutNavi_inner{
	width: 98%;
	margin: 0 auto;

}
.logoG{display: block;float:left;}
.link{
	float: right;
	padding-top: 6px;
	}
	.link li{
		display: inline;
		}

}
