@charset "utf-8";
@import "common/0-import.css";

#conts h3 {
	margin:  60px 0 10px 0;
}

#conts h4 {
	margin: 50px 64px 20px;
}

#conts p {
	margin: 0 0 20px;
	
	line-height: 1.7;
	letter-spacing: 2px;
}

#conts img {
	display: block;
}

#conts .box {
	width: 658px;
	margin: 0 64px 40px;
	overflow: hidden;
	clear: both;
}

#conts .box .rightImg {
	margin: 0 0 0 40px;
	float: right;
}

#conts .box .leftImg {
	margin: 0 40px 0 0;
	float: left;
}

#conts dl {
	margin: 0 64px;
}

#conts dl dt {
	margin: 0 0 12px 0;
	padding: 0 0 0 22px;
	float: left;
}

#conts dl dd {
	margin: 0 0 12px 0;
	padding: 0 0 12px 50px;
	background: url(../img/line/02.gif) no-repeat bottom;

}

#conts dl dd span {
	padding: 0 0 0 10px;
	background: url(../img/icon/01.gif) no-repeat left center;
}

#conts dl dd span a {
	color: #FDB074;
	text-decoration: none;
}

/*写真サムネイル設定
-----------------------------------------*/
/*-- 横に３列 --*/
.common_box03{
	width:659px;
	float:left;
	margin-bottom:10px;
}


.main_photo_thumb{
	width:200px;
	float:left;
	padding-right:29px;
}
.main_photo_thumb_end{
	width:200px;
	float:right;
}
