/* Design by http://www.dreamtemplate.com */
@charset "utf-8";

/***********************************/
/* Table 共通                      */
/***********************************/
/* Table クロス */
.table_reform{
width: 98%;
border-collapse: collapse; /* 隣接するセルのボーダーを重ねるか（collapse）、間隔をあけるか（separate） */
margin-top:10px;	/* 上マージン指定 */
margin-left:8px;	/* 左マージン指定 */
margin-bottom:20px;	/* 下マージン指定 */
}

.table_reform td{
border: 1px solid #b9b9b9;
text-align: left;
vertical-align: top;
padding: 10px;
font-size: 14px;
line-height:16pt;	/* 行間隔 */
}

/* クロス */
.table_reform_cross_td1{	/* tdの1列目 */
background-image: url("../images/cross_back.jpg");
background-repeat: no-repeat;
background-position: right bottom;
}

.table_reform_cross_td2{	/* tdの2列目 */
}

/* 床 */
.table_reform_floor_td1{	/* tdの1列目 */
background-image: url("../images/floor_back.jpg");
background-repeat: no-repeat;
background-position: right bottom;
}

.table_reform_floor_td2{	/* tdの2列目 */
}

/* カーテン */
.table_reform_curtain_td1{	/* tdの1列目 */
background-image: url("../images/curtain_back.jpg");
background-repeat: no-repeat;
background-position: right bottom;
}

.table_reform_curtain_td2{	/* tdの2列目 */
}

/* ガラスフィルム */
.table_reform_glass_td1{	/* tdの1列目 */
background-image: url("../images/glass_back.jpg");
background-repeat: no-repeat;
background-position: right bottom;
}

.table_reform_glass_td2{	/* tdの2列目 */
}
