@charset "utf-8";
/* ===================================================================
CSS information

 file name  :dress.css
 author     :Naoki Takahashi
 style info :ドレス関連
=================================================================== */

/* -----------------------------------------------------------
	#titleArea
----------------------------------------------------------- */

#titleArea {
	width: 950px;
}

#titleArea:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


/* -----------------------------------------------------------
	#contentArea
----------------------------------------------------------- */

#contentArea {
	width: 950px;
}

#contentArea:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


/* -----------------------------------------------------------
	ドレス
----------------------------------------------------------- */

#dressNavi {
	margin-top: 4px;
	margin-bottom: 20px;
}

#dressNavi li {
	float: left;
	margin-right: 4px;
}

#dressNavi li.last {
	margin-right: 0px;
}

/* -----------------------------------------------------------
	ドレスTop
----------------------------------------------------------- */

#dtTitle {
	margin: 20px 0 30px 0;
}

#dtContent li {
	float: left;
	margin-right: 4px;
}

#dtContent li.last {
	margin-right: 0px;
}

#dtBackgroundImg_01 {
	background: url(../dress/img/dress_cont01.jpg) no-repeat;
	width: 603px;
	height: 100px;
}

#dtBackgroundImg_02 {
	background: url(../dress/img/dress_cont02.jpg) no-repeat;
	width: 603px;
	height: 100px;
}

#dtBackgroundImg_03 {
	background: url(../dress/img/dress_cont03.jpg) no-repeat;
	width: 603px;
	height: 100px;
}

p.dtOverText {
	position: relative;
	top: 30px;
	left: 87px;
	font-size: 12px;
	width: 526px;
}

/* -----------------------------------------------------------
	ドレスQ&A
----------------------------------------------------------- */

/* Q&A */
.qaContainer dl {
	clear: both;
	width: 950px;
	font-size: 85%;
}

/* Q */
.qaContainer dl dt {
	margin: 25px 0 5px;
	padding-left: 15px;
	background: url(../dress/img/dress_arrow.gif) no-repeat;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
	color: #48322A;
	padding-bottom: 2px;
	line-height: 1;
}

/* A */
.qaContainer dl dd {
	margin-bottom: 15px;
	padding-left: 15px;
	line-height: 1.4;
}

/* -----------------------------------------------------------
	ドレスサロン
----------------------------------------------------------- */

#dsContent {
	width: auto;
	font-size: 77%;
	line-height: 1;
}

#dsContent p {
	border-bottom: 1px solid #CCC;
	padding-bottom: 2px;
	margin: 10px 0 10px 0;
}

#dsList li {
	float: left;
	width: 222px;
	background: url(../dress/img/dress_arrow.gif) no-repeat;
	border-bottom: 1px solid #CCC;
	padding: 0 0 2px 15px;
	margin-top: 14px;
}

#dsList li.even {
	width: 223px;
}

/* -----------------------------------------------------------
	サロンMap
----------------------------------------------------------- */

#dsContainer {
	width: 620px;
	height: 770px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 15px;
}

#dsContainer dl {
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #CCC;
}

#dsContainer dt {
	float: left;
}

#dsContainer dd {
	float: right;
}

#dsName {
	float: left;
}

#dsPrint {
	float: right;
	text-align: right;
	padding-top: 3px;
	cursor: pointer;
}

#dsContainer ul {
	margin-top: 50px;
	margin-bottom: 50px;
}

#dsInfoPic {
	width: 120px;
	height: 120px;
	float: left;
	background: #CCCCCC;
}

#dsInfoData {
	width: 485px;
	font-size: 85%;
	line-height: 1.4;
	padding-left: 15px;
	float: left;
}

#dsMap {
}
