@charset "utf-8";

@import url("../user_data/packages/default/css/import.css");
@import url("../user_data/packages/default/common/css/common.css");
@import url("../user_data/packages/default/common/css/common_add.css");

.mt05{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt25{margin-top: 25px;}
.mt30{margin-top: 30px;}
.mt35{margin-top: 35px;}
.mt40{margin-top: 40px;}

.mr05{margin-right: 5px;}
.mr10{margin-right: 10px;}
.mr15{margin-right: 15px;}
.mr20{margin-right: 20px;}
.mr25{margin-right: 25px;}
.mr30{margin-right: 30px;}
.mr35{margin-right: 35px;}
.mr40{margin-right: 40px;}

.mb05{margin-bottom: 5px;}
.mb10{
	margin-bottom: 20px;
}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb30{margin-bottom: 30px;}
.mb35{margin-bottom: 35px;}
.mb40{margin-bottom: 40px;}

.ml05{margin-left: 5px;}
.ml10{margin-left: 10px;}
.ml15{margin-left: 15px;}
.ml20{margin-left: 20px;}
.ml25{margin-left: 25px;}
.ml30{margin-left: 30px;}
.ml35{margin-left: 35px;}
.ml40{margin-left: 40px;}

.f_left{
	float: left;
}

.f_right{
	float: right;
}

.ta_left{
	text-align: left;
}

.ta_right{
	text-align: right;
}

.ta_center{
	text-align: center;
}

.center_cont{
	width: 765px;
	margin: 0 0 20px 0;
}



/************************************************
 clearfix
************************************************ */
.center_cont:after,
.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.center_cont,
.clearfix{
	zoom: 1;
}
.txt_red{
	color: #ff0000;
}

.hw_guide_top{
	background: url("../images/lp/shop/bar_1.jpg") no-repeat;
	width: 765px;
	height: 168px;
	margin: 0 0 10px 0;
}

.hw_guide{
	background: url("../images/lp/housewarming/housewarming_guide_bg.gif");
	padding: 10px;
}

.hw_cont{
	width: 745px;
}

.hwgc_left{
	float: left;
	width: 425px;
	margin: 0 20px 0 0;
}

.hwgc_right{
	float: right;
	width: 300px;
}

table#hwgc_price{
	border: none;
}

table#hwgc_price td{
	border: none;
	padding: 5px;
}

ul#hw_bn{
	width: 768px;
	margin: 0 -3px 0 0;
	padding: 0;
}

ul#hw_bn li{
	float: left;
	margin: 0 3px 0 0;
	padding: 0;
}

h3.living_ttl{
	background: url("../images/lp/shop/shop_con1.jpg") no-repeat;
	width: 740px;
	height: 128px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 110px 0 0 25px;
}

h3.bedroom_ttl{
	background: url("../images/lp/shop/shop_con2.jpg") no-repeat;
	width: 740px;
	height: 128px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 110px 0 0 25px;
}

h3.stairs_ttl{
	background: url("../images/lp/shop/shop_con3.jpg") no-repeat;
	width: 740px;
	height: 128px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 110px 0 0 25px;
}

h3.interior_ttl{
	background: url("../images/lp/shop/shop_con4.jpg") no-repeat;
	width: 740px;
	height: 128px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 110px 0 0 25px;
}

ul.rec_list{
	margin: 0;
	padding: 0;
}

ul.rec_list li{
	float: left;
	width: 150px;
	margin: 0 3px 20px 0;
	padding: 0;
}




/************************************************
 clearfix
************************************************ */
.hw_cont:after,
.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.hw_cont,
.clearfix{
	zoom: 1;
}

/**************************************************
shop_lp
***************************************************/

div.bun{
	float: left;
	width: 765px;
	margin-top: 10px;
	margin-bottom: 0px;
}
.img_shop{
	float: left;
	width: 288px;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 0px;
}
.title{
	float: left;
	width: 400px;
	margin-top: 10px;
	margin-left: 20px;
	font-size: 24px;
}
.bunsyou{
	float: left;
	width: 400px;
	margin-top: 10px;
	margin-left: 20px;
}
.img_shop1{
	float: left;
	width: 288px;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 0px;
}
.title1{
	float: left;
	width: 400px;
	margin-top: 30px;
	margin-left: 10px;
	font-size: 24px;
}
.bunsyou1{
	float: left;
	width: 400px;
	margin-top: 10px;
	margin-left: 10px;
}

/*-----------------------------------*/
.frame {
	position: relative;
	display: inline-block;
	overflow: hidden; /* 不要部分を消す */
	padding: 1px;
}
.frame:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 160px;
	height: auto;
	content: "ステンドグラス";	/* 表示するテキスト */
	text-align: left;
	color: #fff;
	font-family: 'Arial';
	font-weight: bold;
	padding: 3px 10px;
	left: -20px;
	top: 1px;
	transform: rotate(-30deg);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	background-color: #CC0033;
	text-indent: 14px;
}
.frame1 {
	position: relative;
	display: inline-block;
	overflow: hidden; /* 不要部分を消す */
	padding: 1px;
}
.frame1:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 160px;
	height: auto;
	content: "デコレーション";	/* 表示するテキスト */
	text-align: left;
	color: #fff;
	font-family: 'Arial';
	font-weight: bold;
	padding: 3px 10px;
	left: -20px;
	top: 1px;
	transform: rotate(-30deg);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	background-color: #6699CC;
	text-indent: 12px;
}
.frame2 {
	position: relative;
	display: inline-block;
	overflow: hidden; /* 不要部分を消す */
	padding: 1px;
}
.frame2:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 160px;
	height: auto;
	content: "ガレランプ";	/* 表示するテキスト */
	text-align: left;
	color: #fff;
	font-family: 'Arial';
	font-weight: bold;
	padding: 3px 10px;
	left: -20px;
	top: 1px;
	transform: rotate(-30deg);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	background-color: #CC99CC;
	text-indent: 20px;
}
.frame3 {
	position: relative;
	display: inline-block;
	overflow: hidden; /* 不要部分を消す */
	padding: 1px;
}
.frame3:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 160px;
	height: auto;
	content: "モザイクランプ";	/* 表示するテキスト */
	text-align: left;
	color: #fff;
	font-family: 'Arial';
	font-weight: bold;
	padding: 3px 10px;
	left: -20px;
	top: 1px;
	transform: rotate(-30deg);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	background-color: #66CCFF;
	text-indent: 11px;
}
.aori{font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
font-size:15px;
margin-top:5px;
margin-bottom:15px;
color:#3f2103;
font-weight:bold;
}