@charset "UTF-8";

/*========================*/
/* 壁紙と待ちうけのページ */
/*========================*/

#contents_inner{
	padding-bottom: 50px;
}


/*========================*/
/* PC壁紙　　　　　　　　 */
/*========================*/

#desktop{
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 60px;
}

#desktop h3{
	margin-bottom: 20px;
}

#desktop div{
	position: relative;
	float: left;
	width: 110px;
	margin-bottom: 20px;
	padding-left: 160px;
}

#desktop div p.preview{
	position: absolute;
	top: 0;
	left: 0;
}

#desktop p.description{
	position: absolute;
	bottom: 0;
	right: 0;
}


/*========================*/
/* 携帯待ちうけ　　　　　 */
/*========================*/

#mobile{
	position: relative;
}

#mobile h3{
	margin-bottom: 20px;
}

#mobile h4{
	margin-bottom: 0.5em;
}

#mobile p.image{
	position: absolute;
	right: -50px;
	bottom: -110px;
}

#mobile div{
	position: relative;
	margin: 0 100px 20px 0;
}

#mobile div p.image{
	top: 0;
	right: 40px;
}

#mobile div dl{
	margin-bottom: 10px;
}

#mobile div dt{
	float: left;
	width: 8em;
}

#mobile div dd{
	padding-left: 8em;
}

#mobile p.caution{
	font-size: 85%;
	line-height: normal;
	margin-right: 180px;
}


/*========================*/
/* 飾り　　　　　　　　　 */
/*========================*/

#inner_footer img{
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -410px;
	z-index: 100;
}