@charset "utf-8";

/*===================================================================================================*/
/*common*/
/*===================================================================================================*/
 #main_bg {
   background:url(../../images/exterior/bg_mv.jpg) 0 0 no-repeat;
}

#main-contents #main-body {
   padding-bottom:20px;
}

/*===================================================================================================*/
/*title*/
/*===================================================================================================*/
.exterior #contents #mv {
   height:295px;
}

/*===================================================================================================*/
/*foot*/
/*===================================================================================================*/
#page2 #foot #foot-body,
#page3 #foot #foot-body,
#page4 #foot #foot-body {
   background:url(../../images/common/bg_foot_bottom2.jpg) #a88a22 left top repeat-x;
}

/*===================================================================================================*/
/*choice-box1*/
/*===================================================================================================*/
.exterior #main-contents #main-body .choice-box {
   height:355px;
}

.exterior #main-contents #main-body .choice-box img#ex-design {
   float:right;
}

.exterior #main-contents #main-body .choice-box .choice-menu {
   width:240px;
   height:335px;
   float:left;
   padding:20px 20px 0 20px;
   background:#e0e0e0;
   z-index:1;
}

*html .exterior #main-contents #main-body .choice-box .choice-menu {
   width:200px;
}

.exterior #main-contents #main-body .choice-box .choice-menu h5 {
   margin-bottom:15px;
}

.exterior #main-contents #main-body .choice-box .choice-menu dl {
   margin:0;
   float:left;
}

.exterior #main-contents #main-body .choice-box .choice-menu dl dt {
   margin-bottom:10px;
}

.exterior #main-contents #main-body .choice-box .choice-menu dl dt.last {
   margin-bottom:0;
}

/*===================================================================================================*/
/*choice-box2*/
/*===================================================================================================*/
.exterior #main-contents #main-body #colorvariation {
   height:auto;
}

.exterior #main-contents #main-body #colorvariation img#ex_cv {
   margin:10px 0 0 20px;
}

.exterior #main-contents #main-body #colorvariation .choice-menu {
   float:none;
   width:760px;
   height:auto;
   padding:20px 0 10px 20px;
   background:#e0e0e0;
}

.exterior #main-contents #main-body #colorvariation .choice-menu h5 {
   text-align:left;
   margin-bottom:20px;
}

.exterior #main-contents #main-body #colorvariation .choice-menu dl {
   width:760px;
   float:none;
   margin:0;
}

.exterior #main-contents #main-body #colorvariation .choice-menu dl dt {
   margin-right:10px;
   float:left;
}

