@charset "utf-8";
/* CSS Document */
a.nav_attraction{
	background:url(/common/img/left/menu/m_attraction.png) left bottom no-repeat;
}


/*========== css for ココドコ ==========*/
.att_title{
	margin-bottom: 20px;
	width: 601px;
	margin: 0 auto 40px;
}
.lead_text{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 30px;
}
.more_text{
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 30px;
}

.visual{
	background:url(../img/hp_inmotion.jpg) left top no-repeat;
	width:766px;
	height:441px;
	margin-bottom: 50px;
	position:relative;
}
.visual p.new{
	position:absolute;

	left: 0;
	top: -27px;
}

.section2{
	background: url(/common/img/sheet_bg.png);
	width: 766px;
	padding-bottom: 30px;
	position: relative;
}


h3.spec_kokodoko{
	background:url(../img//subtitle_about.png) left top no-repeat;
	width:766px;
	height:56px;
	text-indent:-9998px;
	margin-bottom: 30px;
}

ul.spec_kokodoko{
    font-size: 14px;
}

ul.spec_kokodoko li{
	background: url(../img//icon_dot.png) left 1px no-repeat;
	padding-left: 26px;
	margin: 10px 16px;
}

ul.spec_kokodoko li dl dt{
	width:98px;
}

ul.spec_kokodoko li dl dd{
}


.section3{
	margin-bottom: 20px;
}
.section3 h3{
	display: none;
}
.section3 dl{
	float: left;
	width: 240px;
	margin-bottom: 10px;
}
.section3 dl:not(:nth-child(3n)){
	margin-right: 15px;
}
.section3 dl:nth-child(3n+1){
	clear: left;
}
.section3 dt{
	position: relative;
}
.section3 dt .icon_w{
	background: url("../img/icon_water.png") no-repeat left top;
	width: 60px;
	height: 60px;
	-webkit-background-size: 100%;
	     -o-background-size: 100%;
	        background-size: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.section3 dt .icon_r{
	background: url("../img/icon_round.png") no-repeat left top;
	width: 60px;
	height: 60px;
	-webkit-background-size: 100%;
	     -o-background-size: 100%;
	        background-size: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.section3 dt img{
	width:100%;
}
.section3 dd.title{
	font-size: 14px;
	text-align: center;
	padding: 5px 0 8px;
/*	text-shadow: 1px 1px 0px #0033b5,-1px -1px 0px #0033b5;*/

}
.section3 dd.desc{
	font-size: 12px;
	line-height: 1.4;
}