@charset "utf-8"; /* 〠 */

/*----------------------------------------------*/
/* heritage CSS [SP]
/*----------------------------------------------*/

.heritage-leadbox {
	overflow: hidden;  /* preventing height 0 when float */
	width: 100%;
	margin-bottom: 20px;
x	background-color: #FF0000;
}

.heritage-leadtext {
x	float: left;
x	width: 55%;
x	width: 65%;
}

.heritage-leadphoto {
x	float: right;
x	width: 33%;
	width: 70%;
	margin: 0px auto 20px;
x	margin-right: 2%;
	text-align: center;
}

.heritage-leadphoto img {
	max-width: 100%;
}

.heritage-zaisanframe {
	margin-bottom: 20px;
	padding: 10px 2% 15px;
	
	background-color: #FDFBE6;
	
	/* box-shadow */
	box-shadow:4px 5px 7px -5px rgba(153,159,166,0.59);
	-webkit-box-shadow:4px 5px 7px -5px rgba(153,159,166,0.59);
	-moz-box-shadow:4px 5px 7px -5px rgba(153,159,166,0.59);
}

.heritage-zaisan-title {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #6E9A1E;
}

.heritage-zaisan-desc {
}

.heritage-zaisanbox {
	display: table;
	width: 100%;
x	margin-bottom: 25px;
x	background-color: #FF0000;
}

.heritage-zaisan-plusminusbox {
	display: table-cell;
	width: 60px;
	vertical-align: top;
x	background-color: #0000FF;
}

.heritage-zaisan-plusminus {
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 0px auto;
	
	font-size: 36px;
	color: #FFFFFF;
	text-align: center;
	
	background-color: #6E9A1E;
	
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.heritage-zaisan-textbox {
	vertical-align: top;
x	background-color: #00FF00;
}

.heritage-zaisan-textbox ul {
}

.heritage-zaisan-textbox ul li span {
	color: #6E9A1E;
	font-size: 14px;
}

.heritage-footerbox {
	overflow: hidden;  /* preventing height 0 when float */
	width: 100%;
	margin-bottom: 20px;
}

.heritage-footertext {
x	float: left;
x	width: 55%;
x	width: 65%;
}

.heritage-footerphoto {
x	float: right;
x	width: 33%;
	width: 70%;
	margin: 0px auto 20px;
x	margin-right: 2%;
	text-align: center;
}

.heritage-footerphoto img {
	max-width: 100%;
}

