@charset "utf-8";

.ttl01 {
	font-size: 22px;
	line-height: 1;
	margin: 20px 0 15px;
	color: #604c3f;
	font-weight: bold;
}

/* case_list */
.case_list {
	list-style: none;
	margin: 0 0 40px;
	padding: 0;
}
.case_list > li {
	position: relative;
	margin-top: 25px;
	padding: 13px 0 7px;
	/*border: 4px solid #F8E2CB;*/
	/*border-radius: 15px;*/
	clear: both;
	background: url("../img/caselist_pursuit_bg01.png") no-repeat top;

}
.case_list div > div > li:first-of-type {
	margin: 0;
}
.case_list > li .inner01 {
	background: url("../img/caselist_pursuit_bg02.png") no-repeat bottom;
	padding: 0 0 16px 0;
}
.case_list > li .inner02 {
	background: url("../img/caselist_pursuit_bg03.png") repeat-y;
	padding: 10px 16px 0 29px;
}
.case_list h3 {
	margin: 0;
	padding: 0 0 10px 70px;
	border: 0;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	color: #804f21;
}
.case_list .num {
	position: absolute;
	top: 8px;
	left: 10px;
	margin: 0;
}
.case_list .left {
	width: 260px;
	float: left;
}
.case_list .right {
	width: 350px;
	float: right;
	text-align: left;
}
.case_list .right .summary {
	height: 95px;
	background: url("../img/caselist_pursuit_summary_bg.png") no-repeat;
}
.case_list .right .summary .address_name {
	margin: 0;
	padding: 9px 0 0 20px;
	height: 44px;
	color: #595757;
}
.case_list .right .summary .types {
	list-style: none;
	font-size: 0;
	text-align: center;
	margin-top: 10px;
}
.case_list .right .summary .types > li {
	display: inline;
	margin: 0 7px;
	padding: 0;
}
.case_list .right .nav {
	list-style: none;
	font-size: 0;
	text-align: center;
	margin-top: 25px;
}
.case_list .right .nav li {
	display: inline;
	margin: 0 4px;
}

.case_list.type02 {
}
.case_list.type02 > li {
	background: url("../img/caselist_new_bg01.png") no-repeat top;
}
.case_list.type02 > li .inner01 {
	background: url("../img/caselist_new_bg02.png") no-repeat bottom;
}
.case_list.type02 > li .inner02 {
	background: url("../img/caselist_new_bg03.png") repeat-y;
}
.case_list.type02 .right .summary {
	background: url("../img/caselist_new_summary_bg.png") no-repeat;
}


/* case_detail */
#mainCol_ss .case_detail p {
	width: auto;
	font-size: 12px;
	color: #333;
	line-height: 1.9;
}
.case_detail {
	background-color: #f8f5e5;
	padding: 0 20px 35px;
	margin: 0 0 40px;
}
.case_detail .title {
	position: relative;
	margin: 0 -20px;
	/*height: 475px;*/
}
.case_detail .title .img {
}
#mainCol_ss .case_detail .title h3 {
	position: absolute;
	margin: 0 !important;
	padding: 45px 0 0 138px !important;
	top: 0;
	left: 0;
	z-index: 11;
	color: #804f21;
	font-size: 24px;
	line-height: 1;
	font-weight: normal;
}
.case_detail .cap {
	line-height: 1 !important;
	margin-top: 15px !important;
	padding-left: 25px !important;
}
.case_detail h4 {
	font-size: 18px;
	color: #d75513;
	line-height: 1.4;
	margin: 25px 0 0;
}
.case_detail h4.ttl_galley {
	background: url("../img/casedetail_ttl_galley.png") no-repeat 0 0;
	height: 65px;
	line-height: 65px;
	padding-left: 75px;
	margin: 40px 0 13px;
}
.case_detail .btn_pdf {
	margin: 20px 0 0 !important;
}
.case_detail .btn_pdf a {
	background: none !important;
	margin: 0;
	padding: 0;
}
.case_detail h4.ttl_sekou {
	background: url("../img/casedetail_ttl_sekou.png") no-repeat 0 0;
	height: 65px;
	line-height: 65px;
	padding-left: 75px;
	margin-top: 43px;
}

.case_detail .ad-gallery {
	width: 600px;
}
.case_detail .ad-gallery .ad-image-wrapper {
	height: 400px;

}

.case_detail .box_sekou {
	margin: 20px 0 15px;
}
.case_detail .box_sekou_left {
	float: left;
	width: 110px;
}
.case_detail .box_sekou_right {
	float: right;
	width: 475px;
	/*height: 108px;*/
	position: relative;
}
.case_detail .box_sekou_right .inner {
	position: absolute;
	left: 0;
	bottom: 0;
}
.case_detail .box_sekou_right .inner .comment {
	font-size: 18px !important;
	font-weight: bold !important;
	color: #d75513 !important;
	line-height: 1.7 !important;
}
.case_detail .box_sekou_right .inner .name {
	font-size: 14px !important;
	line-height: 1 !important;
	margin: 15px 0 0 !important;
}

.case_detail .box_point {
	border: 1px solid #da6c00;
	background: #fcf0eb;
	padding: 15px 12px;
	margin: 30px 0 0;
}
.case_detail .box_point h4 {
	margin: 0 !important;
}
.case_detail .box_point .txt {
	margin: 15px 0 0 !important;
	color: #6a3906 !important;
}
.case_detail .box_point .img {
	margin: 15px 0 0 !important;
	text-align: center !important;
	font-size: 0;
}
.case_detail .box_point .img li {
	display: inline;
	margin-left: 25px;
}
.case_detail .box_point .img li:first-child {
	margin: 0;
}

.case_detail .chart {
	margin: 35px 0 0 !important;
	text-align: center !important;
}

.case_detail.type02 {
 }
.case_detail.type02 h4 {
	color: #437e37;
}
.case_detail.type02 h4.ttl_galley {
	background: url("../img/casedetail_ttl_galley02.png") no-repeat 0 0;
}
.case_detail.type02 .box_point {
	border: 1px solid #437e37;
	background: #e0e6da;
}