@charset "utf-8" ;
@media screen and (min-width: 769px) {
#contents{
	width:750px;
	margin: 0px auto;
	height: 100%;
	padding: 0px 0px 0px 50px;
}
#contents #midashi_kl{
	height: 25px;
	width: 390px;
	margin-left: 25px;
	margin-top: 40px;
	background: url(../../img/dress/title.png) left top;
	color: #9a7c7a;
	font-size: 9px;
	line-height: 1.5;
	padding-left: 400px;
	text-align: right;
	padding-right: 10px;
}

#contents #sub_navi{
	width: 800px;
	text-align: left;
	margin: 0px 0px 0px 25px;
	padding: 30px 0px 20px;
	height: 40px;
}
#contents #sub_navi li{
	height: 30px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 127px;
}

#contents #sub_navi:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0px;
}

#contents #sub_navi_footer {
	width: 800px;
	text-align: left;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	height: 40px;
}
#contents #sub_navi_footer li{
	height: 30px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 142px;
}

#contents #sub_navi_footer:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0px;
}

#contents #contents_body{
	width:680px;
	/*background: url(../../img/concept/concept_back.png) no-repeat left top;*/
	margin: 0px 0px 0px 25px;
	height: 298px;
	padding: 60px 60px 0px;
}
#contents_body .dress_body li{
	margin: 0px;
	padding: 0px;
	float: left;
	height: 242px;
	width: 170px;

}

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


#contents #contents_body_ans{
	width:800px;
	/*background: url(../../img/concept/concept_back.png) no-repeat left top;*/
	margin: 0px 0px 0px 25px;
	height: 750px;	/*padding: 60px 60px 0px;*/
}

/* ドレス詳細ページ */
div#target {}

div#target:after {
content: ".";
display: block;
clear: both;
height: 0px;
visibility: hidden;
font-size: 0px;
}
/*イメージ*/
div#target div.images {
	float: left;
	display: inline;
	width: 300px;
}
/*説明文*/
div#target div.description {
	float: left;
	display: inline;
	margin: 0px 0px 0px 30px;
	width: 470px;
	min-height: 550px;
	position: relative;
	text-align: left;
}
/*説明文_タイトル*/
div#target div.description div.dress_name {
	font-size: 16px;
	font-weight: bold;
	color: #91999d;
	padding-top: 10px;
}

div#target div.description div.line_name {
	font-size: 11px;
	color: #91999d;
}
div#target div.description div.dress_text {
	color: #91999d;
	font-size: 11px;
	margin: 20px 0px;
	width: 350px;
	line-height: 1.8;
}
div#target div.description div.dress_fee {
	color: #91999d;
	font-size: 12px;
	padding-bottom: 20px;
}
#target .description .target_navi {
	margin: 0px;
	/*padding: 20px 0px 5px 5px;*/
	height: 135px;
	width: 525px;
}
#target .description .syousai {
	margin: 0px 0px 20px;
	height: auto;
	width: 300px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #9a7c7a;
	border-bottom: 1px solid #9a7c7a;
}
#target .description .syousai .gyo {
	margin: 0px;
	height: 15px;
	width: 300px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	line-height: 1.5;
	color: #91999d;
	border-bottom: 1px dotted #9a7c7a;
}
#target .description .syousai .gyo2 {
	margin: 0px;
	height: 15px;
	width: 300px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	line-height: 1.5;
	color: #91999d;
}
#target .description .syousai .koumoku {
	padding-right: 40px;
	padding-left: 10px;
	height: 15px;
	width: 60px;
}

#target .description .syousai ul li {
	float: left;
}
#target .description .syousai:after {
content: ".";
display: block;
clear: both;
height: 0px;
visibility: hidden;
font-size: 0px;
}

#target .description .target_navi ul li {
	margin: 0px;
	padding: 0px 20px 0px 0px;
	float: left;
	height: 14px;
}
div.them {
	margin: 30px 0px 0px;
	padding: 0px;
	height: 106px;
	width: 800px;
}
#content .them ul li {
	float: left;
}

div.them:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0px;
}
}


@media screen and (max-width: 640px) {
.target_navi a.various,.dress_fee br{
	display: none;
}
#sub_navi{
	margin: 1em 0;
}
#sub_navi ul li{
	float: left;
		width: 25%;
	}
#sub_navi ul li img{
	width: 100%;
	}

.target_navi{
	margin: 1em 0;
}
.them{
	width: 80%;
	margin: 2em auto;
}
.dress_text{
	text-align: left;
	padding: 1em;
}

.dress_fee{
	text-align: left;
	padding: 1em;
}

#target .description .syousai {
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #9a7c7a;
	border-bottom: 1px solid #9a7c7a;
	margin: 2em 0;
}
#target .description .syousai .gyo {
	margin: 0px;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.5;
	color: #91999d;
	border-bottom: 1px dotted #9a7c7a;
}
#target .description .syousai .gyo2 {
	margin: 0px;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.5;
	color: #91999d;
}
#target .description .syousai .koumoku {
	padding-right: 40px;
	padding-left: 10px;
	height: 15px;
	width: 60px;
	text-align: left;
}

#target .description .syousai ul li {
	float: left;
}
#target .description .syousai:after {
content: ".";
display: block;
clear: both;
height: 0px;
visibility: hidden;
font-size: 0px;
}

}