@charset "utf-8";
@import "../common/0-import.css";
/*  
	Author : S.Takahashi
	Update : 8/25
*/
/*------------------------------------------------------------
	ウエディングドレスご紹介
------------------------------------------------------------*/
#conts h3 {
	padding: 0 0 15px 5px;
}

#conts h4 {
	padding: 0 0 10px 0;
	
	clear: both;
}

#conts p {
	padding: 10px 15px 0 5px;
	
	line-height: 1.6;
}

#conts p.padding {
	padding-bottom: 20px;
}

#conts #point {
	width: 575px;
}

#conts img.photoL {
	margin: 0 15px 20px 0;
	
	float: left;
}

#conts img.photoR {
	margin: 0 0 20px 15px;
	
	float: right;
}

#conts .box {
	margin: 15px 0 0;
	padding: 5px 0 14px 10px;
	background: url(/img/kodawari/concept-male/box_back.gif) no-repeat left top;
}

#conts .box p { 
	margin: 0;
	padding: 10px 10px 0 5px;

	display: table-cell; 
	
	color: #333; 
	vertical-align: middle;  
}  
   
	* html #conts .box p {  
		display: inline;  
		zoom: 1;
	}

	*+html #conts .box p {  
		display: inline;  
		zoom: 1;  
	}

#conts .box p.text {
	width: 382px;
}

	* html #conts .box p.text {
		width: 392px;
		/*Mac IE用ハック*/
		/*\*//*/
		width: 382px;
		/**/ 
	}

#conts .box p.text01 {
	width: 220px;
}

	* html #conts .box p.text01 {
		width: 230px;
		/*Mac IE用ハック*/
		/*\*//*/
		width: 220px;
		/**/ 
	}












