@charset "UTF-8";
/*
	IMS ASAHI MOUNTAIN PARK
	INDEX CSS
	
	MarkUp -> Pati:)
	
	LAST UPDATE
	
	- 2012.04.04 製作開始 (Pati)
	
--------------------------------------------------------------*/

/* INDEX
--------------------------------------------------------------*/
/* main-images
--------------------------------------------------------------*/
div.main-img{
	background:#edf3de url(../../common/css/images/main_line.gif) repeat-x left bottom;
	height:100px;
	padding:0 0 5px;
	text-align:left;
	width:100%;
}

div.main-img h2{
	background:url(images/page_title.jpg) no-repeat center top;
	text-align:center;
	width:100%;
}

dl.top{
	clear:both;
	margin:0 0 40px;
}

.content dl dd{
	margin:20px 0 30px ;
	padding:0 15px 0 20px;
}

.content dl dd span{
	display:block;
	margin:15px 0 0 20px;
}

.content dl dd ul{
	margin:30px 0 0 ;
	font-size:.8em;
}


@media screen and (max-width:767px) {
    
     .top ,
     .top  >dd >span> img
    {
        width: 100%;
    }
    
    .btn{
        width: 100%!important;
    }
}


