@charset "UTF-8";
/*-----------------------------------------------------
/////top.css/////
/*-----------------------------------------------------

/*-----------------------------------------------------
***メインイメージ***
-----------------------------------------------------*/
#topHeader{
	margin: 0px auto;
	height: 600px;
	width: 100%;
	z-index: 0;
	margin-bottom: 20px;
	background-image: url(../img/top_img01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#topHeaderInner{
	position: relative;
	width: 960px;
	height: 600px;
	margin: 0px auto;
	text-indent: -9999px;
}
#eyeLink a{
	position: absolute;
	top: 228px;
	left: 4px;
	background: url(../img/btn_eye-link.png) no-repeat 0px 0px;
	width: 119px;
	height: 49px;
}
#eyeLink a:hover{
	background: url(../img/btn_eye-link_over.png) no-repeat 0px 0px;
}
@media(max-width:640px){
#topHeader{
	height:180px;
}
#topHeaderInner{
	height: 180px;
	width: 100%;
}
#eyeLink{
	display: none;
}
}
/*-----------------------------------------------------
***コンテンツ***
-----------------------------------------------------*/
#top #what_list{
	margin: 0px 0px 20px;
	background-size: auto auto;
}
#top #what dl{
	margin: 5px 10px 0px 0px;
}
#top #what dt{
	margin-bottom: 5px;
	font-weight: bold;
}
#top #what dd{
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #666;
	background-size: cover;
}
#top #topics_list li{
	margin: 0px 0px 5px;
	padding: 0px 0px 0px;
	border-bottom: 1px dotted #666;
	background: #FFF;
}
@media(max-width:640px){
#top #what_list{
	height: 100%;
	width: 100%;
}
}
