@charset "UTF-8";

/* products(ishioshi/noritz/rinnai) */
/*---------------------------------------

	COMMON

	[MODULE]
	CLEARFIX

*--------------------------------------*/

/**======================================
	COMMON
======================================**/

/* over write */

#title.product_title {
	margin-bottom: 20px;
}

.heading_group {
	margin-bottom: 20px;
}

/* product_tab_box */

.product_tab_box {
	margin: 0;
	padding-bottom: 20px;
}

.product_tab_box li {
	float: left;
	width: 480px;
}

/* product_detail_box(over wright) */

.product_detail_box .heading_group {
	padding-left: 130px;
	width: 790px;
	height: 120px;
}

.product_detail_box .heading1_bg_kodate {
	background: url(/images/products_common/product_heading1_bg_kodate.png) no-repeat top left;
}

.product_detail_box .heading1_bg_mansion {
	background: url(/images/products_common/product_heading1_bg_mansion.png) no-repeat top left;
}

.product_detail_box .heading1_bg_ichioshi01 {
	background: url(/images/products_common/product_heading1_bg_ichioshi_01.png) no-repeat top left;
}

.product_detail_box .heading1_bg_ichioshi02 {
	background: url(/images/products_common/product_heading1_bg_ichioshi_02.png) no-repeat top left;
}

.product_detail_box .heading1_bg_ichioshi03 {
	background: url(/images/products_common/product_heading1_bg_ichioshi_03.png) no-repeat top left;
}

.product_detail_box .heading1_bg_ichioshi04 {
	background: url(/images/products_common/product_heading1_bg_ichioshi_04.png) no-repeat top left;
}

.product_detail_box .product_heading2 {
	height: 30px;
}

.product_detail_box .image_texts .image_part {
	padding-bottom: 10px;
	width: 420px;
	height: 310px;
}

.product_detail_box .texts_part {
	padding-bottom: 10px;
	width: 420px;
}

.product_detail_box .product_info_part .price_down {
	width: 420px;
	height: 160px;
	background: url(/images/products_common/product_info_bg.jpg) no-repeat top left;
}

.product_detail_box .product_price_part {
	margin-bottom: 20px;
	position: relative;
	height: 150px;
}

.product_detail_box .product_price_part .product_size {
	position: absolute;
	top: 45px;
	left: 20px;
}

.product_detail_box .product_price_part .product_price_detail {
	margin-left: 90px;
}

.product_detail_box .product_price_part .product_cart_btn {
	position: absolute;
	top: 45px;
	right: 20px;
}


/**======================================
	[MODULE]
	CLEARFIX
======================================**/

.product_func_icon:after,
.product_tab_box:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.product_func_icon,
.product_tab_box {
	display:inline-block;
}

/* \*/
* html .product_func_icon,
* html .product_tab_box { 
	height:1%;
}

.product_func_icon,
.product_tab_box {
	display: block;
}
/* */
