@charset "UTF-8";

/*******************************

リフォーム　一覧
 
*******************************/

.reform_cate{
	clear:both;
	float:left;
	margin:30px 0 20px 0;
}

ul.reform{
	clear:both;
	float:left;
	width:735px;
}

ul.reform li{
	float:left;
	margin:0 25px 15px 0;
}




/*******************************

リフォーム　詳細
 
*******************************/


ul.reform_tab{
	float:left;
	width:670px;
	margin:20px 0 0 20px;
}


ul.reform_tab li{
	float:left;
}


.reform_box{
	clear:both;
	float:left;
	width:710px;
	background:url(../reform/images/tab_box.gif) no-repeat;
}

.menu_t{
	clear:both;
	float:left;
	margin:30px 0 20px 20px;
}


.reform_box .type01{
	float:left;
	width:640px;
	margin:0 0 20px 20px;
	padding:25px 13px;
	border:2px solid #a6c8d0;
	border-radius: 15px;        /* CSS3草案 */  
    -webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px;   /* Firefox用 */ 
	behavior: url(/PIE.php);
	position:relative;
	z-index:1;
}

.reform_box .type02{
	float:left;
	width:640px;
	margin:0 0 20px 20px;
	padding:25px 13px;
	border:2px solid #e4be8e;
	border-radius: 15px;        /* CSS3草案 */  
    -webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px;   /* Firefox用 */ 
	behavior: url(/PIE.php);
	position:relative;
	z-index:1;
}

.reform_box .type03{
	float:left;
	width:640px;
	margin:0 0 20px 20px;
	padding:25px 13px;
	border:2px solid #b3c1b3;
	border-radius: 15px;        /* CSS3草案 */  
    -webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px;   /* Firefox用 */ 
	behavior: url(/PIE.php);
	position:relative;
	z-index:1;
}

.reform_box .type04{
	float:left;
	width:640px;
	margin:0 0 20px 20px;
	padding:25px 13px;
	border:2px solid #dda5a5;
	border-radius: 15px;        /* CSS3草案 */  
    -webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px;   /* Firefox用 */ 
	behavior: url(/PIE.php);
	position:relative;
	z-index:1;
}

.reform_box dt{
	float:left;
	width:145px;
	margin-right:20px;
}

.reform_box dd{
	float:left;
	width:475px;
	font-size:14px;
	color:#959595;
	line-height:1.8;
}

.reform_box dd .r_type{
	float:left;
	width:475px;
	margin:0 0 15px 0;
}

.reform_box dd .img{
	float:right;
	margin:0 0 15px 15px;
	box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
-webkit-box-shadow: 0px 0px 5px #999;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=2,enabled=true)";
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=2,enabled=true); /* IE5.5+ */
  background:#fff; /* IE Hack */
}