
@media print,screen and (min-width: 641px){
	
	/* BLISS Clubページ用 [start] 
	--------------------------------------------------------------- */
#cont.club {	
	background: url(../img/club_bg.png) center top repeat-y;
}
.club h2 {
	font-size:2.0em;
	color: #a4895d;
}

dl.bclub {
	margin: 20px auto 40px;
	width: 400px;
	font-size: 1.0em;
}
dl.bclub dt {
	clear: left;
	float: left;
	text-align: left;
}
dl.bclub dd {
	text-align: right;
}

	/* BLISS Clubページ用[end] */	
	
	/* sitemap用、お問い合わせ用 [start] 
	--------------------------------------------------------------- */
section.stmap {
	width: 720px;
	border-top: #CCC solid 1px;
	padding: 10px 0 30px;
}
.stmap dl {
	float: left;
	width:153px;
	padding: 10px;
	border-left:#CCC solid 1px;
}
.stmap dt {
	font-size: 100%;
	color: #000;
}
.stmap dd {
	font-size: 90%;
}
	/* sitemap用 [end] */


	
}
/* media screen 画面最小幅の設定ここまで*/


@media screen and (max-width: 640px){

	/* BLISS Clubページ用 [start] 
	--------------------------------------------------------------- */
#main.club {	

}
section.pbox {
	width:80%;
}
.club h2 {
	font-size:2.0em;
	color: #a4895d;
}

dl.bclub {
	margin: 20px auto 40px;
	width: 100%;
	font-size: 1.0em;
}
dl.bclub dt {
	clear: left;
	float: left;
	text-align: left;
}
dl.bclub dd {
	text-align: right;
}
	/* BLISS Clubページ用[end] */	
	
	/* sitemap用、お問い合わせ用 [start] 
	--------------------------------------------------------------- */
section.stmap {
	width: 97%;
	border-top: #CCC solid 1px;
	padding: 10px 0 20px;
}
.stmap dl {
	float: left;
	padding: 10px;
	border-left:#CCC solid 1px;
}
.stmap dt {
	font-size: 100%;
	color: #000;
}
.stmap dd {
	font-size: 90%;
}
	/* sitemap用 [end] */



	

}
/* media screen 画面最小幅の設定ここまで*/
