@charset "utf-8";

/*= 情報 ==================================================================
 *
 *  作成者         : なかの
 *  初版           : 2007-02-13
 *  最終更新       : 2007-03-20
 
 *	記述順序
 ----------------------------------
 	1.position:
	2.display:
	3.visilibity:
	4.float:
	5.background:
	6.text-indent:
	7.overflow:
	8.width:
	9.height:
	10.border:
	11.top:
	12.left
	13.margin:
	14.padding:
------------------------------------	

 *	目次

	
/*=======================================================================*/


/*
---------------------------------------------------------------------
	スタイリストインフォindex
---------------------------------------------------------------------
*/
.contentsWrapper#stylistinfo #flashArea{
	width:875px;
	margin:20px auto;
}

.noFlashStylist {
	width:650px;
	margin-left:auto;
	margin-right:auto;
	padding-top:60px;
	padding-bottom:60px;
	text-align:left;
}

.noFlashStylist p{
	padding-top:8px;
}




/*
---------------------------------------------------------------------
	スタイリストインフォ詳細ページ
---------------------------------------------------------------------
*/
.contentsWrapper#stylistinfo #contentsArea #titleArea p a{
	position:absolute;
	display:block;
	top:-25px;
	right:1em;
	padding-left:15px;
	background:url(../../forwoman/stylistinfo/img/mark.gif) no-repeat 0 3px;
}

.contentsWrapper#stylistinfo #imageArea{
	display:inline;
	float:left;
}
.contentsWrapper#stylistinfo p#stylisit_image{
	width:200px;
}
.contentsWrapper#stylistinfo dl#qr{
	height:70px;
	width:190px;
	padding:5px;
	background:url(../../forwoman/stylistinfo/img/bg_qr.gif) no-repeat;
	margin:15px 0 0 15px;
	font-size:10px;
}	
.contentsWrapper#stylistinfo dl#qr dt{
	float:left;
	width:75px;
}
.contentsWrapper#stylistinfo dl#qr dd{
	padding-top:5px;
}		


/*　スタイリストイメージ
-----------------------------------------------------------*/
.contentsWrapper#stylistinfo p#stylisit_image img {
	margin:10px 0 0 15px;
}

/*　質問エリア
-----------------------------------------------------------*/
.contentsWrapper#stylistinfo #contentsArea {
	float:right;
	width:657px;
	margin:15px 15px 0 0;
	display:inline;
	
}

/*　タイトルエリア
-----------------------------------------------------------*/
.contentsWrapper#stylistinfo #contentsArea #titleArea {
	border-bottom:1px solid #CCCCCC;
		
}
.contentsWrapper#stylistinfo #contentsArea #titleArea p {
	position:relative;
	text-align:right;
	margin:0;
}
.contentsWrapper#stylistinfo #contentsArea .section {
	border-bottom:1px solid #CCCCCC;
	margin-top:35px;
	padding-bottom:35px;
	
}

/*　記事内写真有りの場合
-----------------------------------------------------------*/
.contentsWrapper#stylistinfo #contentsArea .havingimage {
	border-bottom:none;
	margin-top:12px;
	padding-bottom:0;
	
}

/*　記事内写真有りの場合のボーダー打ち消し
-----------------------------------------------------------*/
.contentsWrapper#stylistinfo #contentsArea .imageArea {
	border-bottom:none;
	padding-bottom:0;
}

.contentsWrapper#stylistinfo #contentsArea .imageArea img {
	margin:0 5px 0 0;
}



