@charset "utf-8";
/* CSS Document */


/*h3 {
	padding: 0;
	color: #222222;
	background: none;
	font-size:21px;
	line-height:40px;
	font-weight:bold;
}*/

.h3_assign {
	font-size: 20px;
	text-align: left;
	color: #fff;
	font-weight: bold;
	padding-top: 6px !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ec0101), color-stop(0.00, #fd2d2d));
	background: -webkit-linear-gradient(#fd2d2d, #ec0101);
	background: -moz-linear-gradient(#fd2d2d, #ec0101);
	background: -o-linear-gradient(#fd2d2d, #ec0101);
	background: -ms-linear-gradient(#fd2d2d, #ec0101);
	background: linear-gradient(#fd2d2d, #ec0101);
}


h5 {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 13px !important;
	/*background-image: none !important;*/
	border: none !important;
	text-align: center !important;
}

.grade_box_01 {
	width: 245px;
	float: left;
}

.grade_name_high {
	text-align: center;
	background: #ffd700;
	font-weight: bold;
	line-height: 2.6;
	margin-bottom: 10px;
}


.name_box_high {
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
}

.price_box_re {
	border: solid 2px #d70101;
	margin-top: 10px;
	color: #d70101;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}

.grade_name_middle {
	text-align: center;
	background: #38b8aa;
	font-weight: bold;
	line-height: 2.6;
	margin-bottom: 10px;
	color: #fff;
}

.grade_name_standard {
	text-align: center;
	background: #715934;
	font-weight: bold;
	line-height: 2.6;
	margin-bottom: 10px;
	color: #fff;
}

.grade_text {
	padding: 10px;
	border: solid 1px #ddd;
	margin-top: 10px;
}

/* 商品詳細btn */
.button-detail {
	margin: 20px 0;
}

.static a {
	border-radius: 3px;
	text-align: center;
	background-color: #40b11d;
	width: 144px;
	display: block;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 13px;
	font-weight: bold;
	margin: 10px auto;
	padding: 10px 0 7px 0;
	box-shadow: 0 3px 0 rgba(36,136,5,1);
}

.static a:hover{
	color:#fff;
	text-decoration:none;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/* 施工事例btn */
.button_jirei {
	margin: 20px 0;
}

.static_jirei a {
	border-radius: 3px;
	text-align: center;
	background-color: #fff;
	width: 144px;
	display: block;
	color: #3379c1 !important;
	text-decoration: none !important;
	font-size: 13px;
	font-weight: bold;
	margin: 10px auto;
	padding: 10px 0 7px 0;
	box-shadow: 0 3px 0 rgba(51,121,193,1);
	border: solid 1px #3379c1;
    box-sizing: border-box;
	padding-left: 12px;
}

.static_jirei a:hover{
	color:#fff;
	text-decoration:none;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.gray_box {
	background: #666;
	color: #fff;
	text-align: center;
	line-height: 3;
	margin: 10px 0;
}

.detail_box {
	margin: 0 20px;
}

.ye_box {
	background: #ffd700;
	line-height: 3;
	text-align: center;
	font-weight: bold;
}

.gray2_box {
	background: #eee;
	line-height: 2.5;
	text-align: center;
}

.detail_2img_box {
	overflow: hidden;
	clear: both;
}
		
.detail_2img {
	width: 331px;
}

.gray_btn_box {
	background: #eee;
	overflow: hidden;
	clear: both;
	text-align: center;
	margin-top: 30px;
}

.gray_btn_box li {
	display: inline-block;
	list-style: none;
}

.gr_mbox {
	background: #38b8aa;
	line-height: 3;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

.br_box {
	background: #715934;
	line-height: 3;
	text-align: center;
	font-weight: bold;
	color: #fff;
}


/*   table   */
.table_compare{
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

.table_compare th{
	padding: 25px 6px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #ccc;
}

.table_compare td{
	padding: 6px;
	border: 1px solid #ccc;
	font-size: 15px;
}

.delicia {background: #fffadd;}
.lisse {background: #dbfffb;}
.fami {background: #fee8d7;}


.price_box_constin {
	border: solid 2px #d70101;
	font-size: 16px;
	margin-top: 20px;
	font-weight: bold;
	line-height: 1.4;
	padding: 10px;
	position: relative;
	text-align: center;
}
.price_box_constin:before{
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	border: 15px solid transparent;
	border-top: 15px solid #d70101;
	margin-left:-15px;
}

.price_box_constin span {
	color: #d70101;
	margin-top: 5px;
}

.yaer_box {
	border: solid 4px #016b82;
	padding: 10px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.number {
	font-size: 50px;
	display: block;
	color: #d70101;
	line-height: 1.2;
}

.ico_check {
	position: absolute;
	left: 90px;
}
.btn-lp a:visited {
    color: #fff!important;
}
.btn-lp a:link, a:active{
    color: #fff!important;
}
	.area_static .btn-lp a{
text-decoration: none!important;
		}
	.lp-height{
	height: 64px;
	}
	.btn-lp:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}