@charset "utf-8"; /* 〠 */

/*----------------------------------------------*/
/* heritage CSS [PC]
/*----------------------------------------------*/

.heritage-leadbox {
	overflow: hidden;  /* preventing height 0 when float */
	width: 100%;
	margin-bottom: 30px;
x	background-color: #FF0000;
}

.heritage-leadtext {
	float: left;
	width: 50%;
}

.heritage-leadphoto {
	float: right;
	width: 45%;
x	margin-right: 2%;
	text-align: right;
x	background-color: #00FF00;
}

.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: 18px;
	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: 18%;
	vertical-align: top;
x	background-color: #0000FF;
}

.heritage-zaisan-plusminus {
	width: 70px;
	height: 70px;
	line-height: 70px;
	margin: 0px auto;
	
	font-size: 72px;
	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: 18px;
}

.heritage-footerbox {
	overflow: hidden;  /* preventing height 0 when float */
	width: 100%;
	margin-bottom: 50px;
}

.heritage-footertext {
	float: right;
	width: 50%;
}

.heritage-footerphoto {
	float: left;
	width: 45%;
x	margin-right: 2%;
x	text-align: right;
	text-align: left;
x	background-color: #00FF00;
}

.heritage-footerphoto img {
	max-width: 100%;
}

