@charset "utf-8";


/*==-----------------------------------------------
CSS Information

 File name:      common.css
 Author:         Crea.,Inc. 
 Style Info:     共通部分のスタイル(ヘッダー、フッター、その他パーツ)
 

-------------------------------------------------*/


.sp{
	display:none;
}


/*==-----------------------------------------------
container
-------------------------------------------------*/
#container{
	background:url(/onsenkaitou10th/src/img/pc/common/bg.png) 0 0 repeat-x;
}



/*==-----------------------------------------------
header
-------------------------------------------------*/
#header{
}
#header .section{
	text-align: left;
}

#header .section h1{
	margin: 0;
}
#header .section p{
	height:20px;
	margin: 0;
	overflow: hidden;
}




/*==-----------------------------------------------
contents
-------------------------------------------------*/
#contents {
	text-align: left;
}

#contents #inner{

}

/*==-----------------------------------------------
main
-------------------------------------------------*/
#main{
	float:left;
	width:;
}

#main .section{
}

/*==-----------------------------------------------
side
-------------------------------------------------*/
#main{
	float:left;
	width:;
}


#main .section{
}


/*==-----------------------------------------------
footer
-------------------------------------------------*/
#footer{
	text-align: center;
	background:#001d39;
	position:fixed;
	bottom:0;
}


#footer .section{
	text-align: center;
	color:#FFF;
	padding-top:20px;
}


#footer .section p.copyright{
	clear:both;
	text-align: center;
	font-size:80%;
}

#footer .section ul.banner{
	margin:0 auto;
	height:36px;
	width:1072px;
}
#footer .section ul.banner li{
	float:left;
	margin:0 2px;
}



/*==-----------------------------------------------
pagetop
-------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 230px;
	right: 20px;
}

#page-top img{
	width:135px;
	height:auto;
}

#page-top a:hover img{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transform: scale( 1.1 );
	-moz-transform: scale( 1.1 );
}