@import url(common.css);

h2 {
	margin: 0;
	text-align: center;
}

h3 {
	margin: 3px 0 0 0;
	text-align: center;
}

#top_info {
	width: 800px;
	margin: 40px 0 0 0;
}
#top_info dl {
	width: 390px;
	margin-left: 10px;
	float: left;
	background: url('../images/home/back_info_yrepeat.jpg') left top repeat-y;
}
#top_info dl dt {
	line-height: 0;
	font-size: 0;
	width: 390px;
	height: 36px;
}
#top_info dl dd.link {
	width: 370px;
	text-align: right;
	padding: 0 20px 20px 0;
	background: url('../images/home/back_info_bottom.jpg') left bottom no-repeat;
}

#top_info dl dd.info_contents {
	min-height: 300px;
	padding: 8px 13px 5px 13px;
}

#top_info dl dd.info_contents ul > li {
	border-top: 1px #CCC dotted;
	padding: 8px 0 0 0;
	margin: 8px 0 0 0;
}

#top_info dl dd.info_contents ul > li:first-child {
	border-top: none;
	padding: 0;
	margin: 0;
}

#top_info dl dd.info_contents ul > li p {
	line-height: 140%;
}

#top_info dl dd.info_contents ul > li .photo_right {
	float: right;
	margin-left: 10px;
}

#top_info dl dd.info_contents ul > li .title {
	margin-top: 5px;
	font-size: 85%;
	font-weight: 600;
}

#top_info dl dd.info_contents .text {
	font-size: 78%;
}

#top_info dl dd.info_contents .bold_text {
	margin-top: 10px;
	font-size: 85%;
	font-weight: 600;
}

#about {
	margin-top: 15px;
}

.about_w {
	width: 715px;
	margin: 40px 0 0 40px;
	font-size: 85%;
	line-height: 130%;
}

.about_w .about_text {
	width: 335px;
	float: left;
}

.about_w .about_text h4 {
	margin: 30px 0 15px 0;
}

.about_w .about_photo {
	width: 380px;
	float: left;
	text-align: right;
	margin-bottom: 35px;
}

.about_bottom {
	width: 715px;
	margin: 5px 0 0 40px;
	font-size: 85%;
	line-height: 130%;
}

#flow {
	margin: 55px 0 45px 0;
}

.flow_block {
	width: 715px;
	margin: 10px 0 0 45px;
}

.flow_block .flow_image {
	width: 175px;
	float: left;
}

.flow_block .flow_detail {
	width: 540px;
	float: left;
	font-size: 85%;
	line-height: 130%;
}

.flow_block .flow_detail .flow_photo {
	width: 135px;
	text-align: center;
	float: left;
}

.flow_block .flow_detail .flow_text {
	width: 385px;
	float: right;
}

.flow_block .flow_detail .flow_photo_l {
	width: 280px;
	float: left;
}

.flow_block .flow_detail .flow_photo_l p {
	width: 140px;
	float: left;
}

.flow_block .flow_detail .flow_text_s {
	width: 255px;
	float: right;
}

#case {
	margin: 65px 0 55px 0;
}

.case_title {
	margin: 35px 0 0 50px;
}

.case_w {
	margin: 0 0 0 50px;
	padding: 25px 0 35px 0;
	width: 698px;
	border: 1px solid #FF6600;
	border-top: none;
}

.case_w h5 {
	text-align: center;
}

.case_w .case_block {
	width: 665px;
	margin: 30px 0 0 23px;
}

.case_w .case_block .case_photo {
	width: 200px;
	float: left;
	text-align: center;
}

.case_w .case_block .case_text {
	width: 455px;
	float: right;
	font-size: 85%;
	line-height: 160%;
}

.case_w .case_block .case_text .request {
	margin-bottom: 25px;
}

/* 追加 */
.about_photo img {
	max-width: 350px;
	width: 100%;
}