/*====================================================
（一社）日建連・推奨商品
====================================================*/
/*サブページテキスト*/
.sub_page_txt{
	margin:-30px 0 30px 0;
}

.sub_page_txt p{
	margin-bottom:10px;
}

/*タイトル*/
.bar_ttl_big{
	height:50px;
	line-height:50px;
	font-size:17px;
}

.recommend_list{
	margin:20px 0 20px 2px;
}

.recommend_list li{
	margin:-1px 0 0 -1px;
	border:1px solid #d4d4d4;
}

.recommend_list .name,div.bulletin_board > p{
	padding:16px;
	font-size:15px;
	font-weight:bold;
	border-top:3px solid #009d72;
	border-bottom:1px solid #d4d4d4;
	background-color:#f1faf9;
}

recommend_list .name,div#bulletin_board2 > p{
    padding:16px;
    font-size:15px;
    font-weight:bold;
    border-top:3px solid #009d72;
    border-bottom:1px solid #d4d4d4;
    background-color:#f1faf9;
}

.recommend_list .number_area{
	margin-top:10px;
	padding:0 15px;
	font-size:14px;
	font-weight:bold;
}

.recommend_list .number_area span{
	padding:2px 32px;
	color:#ffffff;
	background-color:#009f70;
}

.recommend_list .img_txt_area{
	padding:10px 15px 15px 15px;
	font-size:12px;
}

.recommend_list .img_txt_area .img{
	border:1px solid #D4D4D4;
}
.recommend_list .name .small{
	font-size: 11px;
	font-weight: normal;
}
.catch{
	padding: 10px 15px;
}
.red{
	color: #df0000;
}
.mt1{
	margin-top: 1em;
}

/*横幅フル*/
li.full{
	margin-bottom:20px;
}

li.full .img_txt_area{
	zoom: 100%;
}

li.full .img_txt_area:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

li.full .img{
	float:left;
	width:340px;
	height:240px;
	text-align:center;
}

li.full .img img{
	max-height:240px;
}

li.full .txt{
	float:right;
	width:300px;
}

li.full .txt p{
	margin-bottom:15px;
}

/*横幅ハーフ*/
li.half{
	float:left;
	width:338px;
	margin:-1px 0 20px 0;
	border:1px solid #D4D4D4;
}

li.half.left{
	margin-right:19px;
}

li.half .img{
/*	height:165px;*/
	margin-bottom:10px;
	text-align:center;
}

/*表*/
.tbl_info{
	width:100%;
	border-collapse: collapse;
	border-top: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
}

.tbl_info caption{
	text-align:left;
}

.tbl_info th{
	width:75px;
	padding:3px;
	text-align:center;
	vertical-align:middle;
	border-left: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	background-color:#F2F2F2;
}

.tbl_info td{
	padding:3px 10px;
	vertical-align:top;
	border-left: 1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
}


/*ご注文はこちらボタン*/
.btn_order{
	text-align:right;
	margin:20px 0 0 0;
}

.btn_order_only{
	margin-top:98px;
}

.btn_order img{
	width:200px;
}

.bk_red{
	background-color: #FF0033;
}

.bk_blue{
    background-color: #0099D9;
}

/*
.btn_order a{
	display:inline-block;
	width:200px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	background-color:#F27809;
}
*/

/*現場掲示用品*/
div.bulletin_board{
	margin-bottom: 40px;
	border: 1px solid #D4D4D4;
	position: relative;
}
div.bulletin_board > ul{
	margin-bottom: 30px;
}
div.bulletin_board > ul li{
	width: 347px;
	display: inline-block;
	vertical-align: top;
	padding-top: 25px;
}
div.bulletin_board > ul li:first-child{
	/*padding:25px 14px 0 14px;*/
	width: 312px;
	padding-left: 14px;
	padding-right: 14px;
}
div.bulletin_board > ul li > span{
	font-weight: bold;
}
.bulletin_board_btn_area{
	text-align: right;
	margin: 0 27px 20px 0;
	position: absolute;
	bottom: 9px;
	right: 70px;
}
.bulletin_board_btn_area img{
	width:200px;
}

.color_red {
    color: #FF0033;
}

/*週休二日現場掲示用品*/
div#bulletin_board2{
    margin-bottom: 40px;
    border: 1px solid #D4D4D4;
    position: relative;
}
div#bulletin_board2 > ul{
    margin-bottom: 30px;
}
div#bulletin_board2 > ul li{
    width:200px;
    display: inline-block;
    vertical-align: top;
    padding-top: 25px;
}
div#bulletin_board2 > ul li:first-child{
    /*padding:25px 14px 0 14px;*/
    width: 450px;
    padding-left: 14px;
    padding-right: 14px;
}
div#bulletin_board2 > ul li > span{
    font-weight: bold;
}
div#bulletin_board2 .btn_order{
	margin-top: 0;
}
div#bulletin_board2 .name{
	padding: 10px;
	font-weight: bold;
	border-top: 3px solid #009d72;
	border-bottom: 1px solid #d4d4d4;
	background-color: #f1faf9;
}
.bulletin_board_btn_area{
    text-align: right;
    margin: 0 27px 20px 0;
    position: absolute;
    bottom: 9px;
    right: 70px;
}
.bulletin_board_btn_area img{
    width:200px;
}