@charset "UTF-8";
@import "base.css";
@import "fonts.css";

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/

/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/

/* Tag
------------------------------------------------------------------------*/

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1,h2,h3,h4,h5,h6,input,button,textarea,select,p,blockquote,table,pre,address,caption,ul,ol,dl {
	font-size: 120%;
}
	
h1 {} /* Header内で設定 */
h2 { line-height: .1; }
h3 {}
h4 {}

a { color: #6e4f23; text-decoration: underline; }
a:hover,
a:active { color: #f96; }
a:visited {
}

.red { color: #ff0000; font-weight: bold; }

.news { color: #ff0000; text-decoration: underline; }
.news:hover ,
.news:active { color: #f96; }
ul {
}
li {
}

dl {
}
dt {
}
dd {
}

table {
}

th,
td {
}
th {
}
td {
}
.blue_waku2 {
  width: 600px;
	height:15px;
	background-color: #ddd8d6;
	padding: 5px;
	margin: 10px 0 10px 10px;
	font-size:12px;
	color:#5b9db3;}
.blue_waku2 th{
  width: 150px;}
/* Innner-Contents
------------------------------------------------------------------------*/

#main p { margin: 0 0 1em; }

.section { padding: .5em 1em 1em; }
.section .section { padding: .5em .5em 1em; }

.image_l { float: left; margin: 0 16px 8px 0; }
.image_r { float: right; margin: 0 10px 8px 8px; }

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.jpg) center center no-repeat;
}
.case-narrow {
	margin: 10px 40px;
	background: url(../images/arrow_h.jpg) center center no-repeat;
}
.case-noimg { margin: 10px 20px; }

.case img,
.case-narrow img,
.case-noimg img { display: block; }

ul.totop {
	clear: both;
	padding-bottom: 20px;
}
ul.totop li {
	float: right;
	list-style: none;
}
ul.totop li a {
	display: block;
	width: 100px;
	height: 20px;
	background: url(../images/to_top.jpg) 0 0 no-repeat;
	outline: none;
}
ul.totop li a:hover { background-position: bottom; }


/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/

body {
  background: url(../images/body_bg.jpg) top repeat-x #FFF8EB;
	color: #333;
	text-align: center;
}

#naka{
  background: url(../images/naka_body_bg.jpg) top repeat-x #FFF8EB;
	color: #333;
	text-align: center;
}
#yoyaku{
  background: url(../images/naka_body_bg.jpg) top repeat-x #FFF8EB;
	color: #333;
	text-align: center;
}
#other{
  background: #FFF8EB;
	color: #333;
	text-align: center;
}

#wrapper {
	width: 900px;
	margin: 20px auto;
	padding: 0 20px 0 20px;
  background: url(../images/wrapper_bg.jpg) top no-repeat;
}

#naka #wrapper {
	width: 900px;
	margin: 20px auto;
	padding: 0 20px 0 20px;
  background: url(../images/naka_wrapper_bg.jpg) top no-repeat;
}
#yoyaku #wrapper {
	width: 900px;
	margin: 20px auto;
	padding: 0 20px 0 20px;
  background: url(../images/naka_wrapper_bg.jpg) top no-repeat;
}
#main {
	width: 650px;
	margin-top: 10px;
	text-align: left;
  background: url(../images/main_bg.jpg) 0 0 no-repeat;
  float: right;
}




/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/

#header {
	width: 900px;
	height: 96px;
	margin: 0
	text-align: left;
}
.logo a{
  display: block;
	width: 500px;
	height: 95px;
	margin:0;
	padding:0;
	float : left ;
}

.oricon{
	margin:5px 0 0 0;
	float:right;
	}

.oricon a{
	display: block;
	width:200px;
	height: 35px;
	margin:5px 0;
	padding:0;
}

.oricon2 a{
	display: block;
	width:400px;
	height: 95px;
	margin:0;
	padding:0;
	float: right;
}

#naka_header {
	width: 900px;
	height: 95px;
	margin: 0
	text-align: left;
	  border: 0px;
padding: 0px;
font-size: 0px;
}


#naka #mainimg  {
    width: 900px;
    height: 160px;
	margin: 0;
  border: 0px;
padding: 0px;

    }

#yoyaku #mainimg  {

    width: 900px;

    height: 150px;
    
    background: url(../images/naka_header_bg.jpg) 0 0 no-repeat;


	margin: 0px 0px 0px 0px;

  float: right;

    }

#header .header_text {
	height: 20px;
	line-height: 20px;
	text-indent: 1em;
	background: #333;
	color: #fff;
	margin: 0;
	font-size: 90%;
}
body h1 { 
	width: 900px;
	margin: 0 auto;
	text-align:left;
	height: 20px;
	line-height: 20px;
	color: #333;
	font-size: 120%;
	 }

#header img {
	margin: 0;
	padding:0;}
 
/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/

#footer {
	clear: both;
	text-align: center;
  background: url(../images/footer_bg.jpg) 0 repeat-x;
}
#footer address {
	width: 900px;
	margin: 0 auto;
}

#footer_link {
	clear:both;
	width: 900px;
	padding: 8px 0 8px 0;
	text-align: center;
	color: #666666;	
}

#footer_link a {
	color: #666666;	
}


/*==========================================================================*/
/*                             gnavi                                  */
/*==========================================================================*/

#gnavi {
	width: 900px;
	height:50px;
	margin:0;
	
}
#gnavi ul {
	margin: 0;
}
#gnavi ul li {
	display: block;
	height:50px;
	float: left;
	list-style: none;
}
#gnavi ul li a {
	display:block;
	height: 50px;
	text-align: left;
	margin:0;
	
}



/*==========================================================================*/
/*                            Navigation                                    */
/*==========================================================================*/

#navi {
	float: left;
	width: 220px;
	text-align: center;
	border: 0px;
	padding: 0px;
	font-size: 0px;
}

#navi dl,
#navi ul {
	margin: 0 0 10px 5px;
	text-align: left;
}

#navi dl dt,
#navi dl dd,
#navi ul li { list-style: none; margin: 0; }

#navi dl dd a,
#navi ul li a {
	display: block;
	width: 220px;
}

#navi ul li.nav01 a { background-position: 0 -51px; 72px}
#navi ul li.nav02 a { background-position: 0 -30px; }

#navi ul li.nav01 a:hover { background-position: -220px 0; }
#navi ul li.nav02 a:hover { background-position: -220px -30px; }

#navi #navi_navi {
	margin: 10px 0 0 10px;
	height: auto;
	border: 0px;
	padding: 0px;
	font-size: 0px;
}
#navi #navi_navi li {
	margin: 0;
	width: 220px;
}
#navi #navi_navi li a {
	outline: none;
}
#navi #navi_banner {
	margin: 10px 0 0 10px;
}
#navi #navi_banner li {
	margin-bottom: 3px;
}
#navi #navi_banner li a {
	display: block;
	width: 220px;
	height: auto;
	outline: none;
}
#navi .banner{
	margin:10px 0 0 15px;
	}



/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/

/* index
------------------------------------------------------------------------*/

#index h3#h3-01 { background: url(../images/index_h3-01.jpg) 0 0 no-repeat; }

#flash_contents {
    width: 900px;
    height: 300px;
    background-color: #fff;
	background:url(../images/main_bg2.jpg) 0 0 no-repeat;
	margin: 0px 0px 0px 0px;


  float: right;

    }

.step {
	width:600px;
	margin:5px;
	height:auto;
	float:left;
	line-height:18px;
	}

.step2 {
	width:280px;
	margin:10px;
	float:left;
	}

.bar {
	width:600px;
	background: url(../images/bar_bg.jpg) no-repeat;;
	padding: 8px 0 0 8px;
	height: 30px;
	color:#532c01;
	font-weight:bold;
	font-size:15px;
	}

.bar2 {
	width:280px;
	background: url(../images/bar_bg.jpg) no-repeat;
	padding: 12px 0 0 8px;
	height: 30px;
	color:#532c01;
	font-weight:bold;
	font-size:12px;
	}
.bar3 {
	width:600px;
	background: url(../images/bar_bg.jpg) no-repeat;;
	padding: 8px 0 0 8px;
	height: 22px;
	color:#532c01;
	font-weight:bold;
	font-size:15px;
	}
.bar4 {
	width:600px;
	background: url(../images/out_btn.png) no-repeat;;
	padding: 7px 0px 0px 57px;
	height: 30px;
	color:#532c01;
	font-weight:bold;
	font-size:15px;
	}
.contents2 .step {
	width:586px;
	margin:10px;
	height:auto;
	float:left;
	line-height:18px;
	}

.contents {
	width:600px;
	margin:10px 20px 10px 10px;
	clear:both;
	}
	
.contents2 {
	width:605px;
	margin:10px 20px 10px 10px;
	clear:both;
	background: #e2c598;
	overflow: hidden;
	border: 1px solid #b99459;
	}

.contents-ank {
	width:600px;
	margin:10px 10px 10px 10px;
	clear:both;
	}
	
.contents-ank ul {
	height: 40px;
	}
	
.contents-ank ul li {
	float: left;
	margin-right: 10px;
	list-style: none;
	}

.contents .mens {
	background: url(../002/images/icon_mens2.jpg) right no-repeat;
	display:block;
	width:600px;
	}

.contents03 {
	width:630px;
	margin-top:5px;
	clear:both;
	}
.contents03a {
	width:630px;
	margin-top:5px;
	clear:both;
	}
	
.content_menu {
	width:630px;
	margin:10px 20px 10px 10px;
	display: block;
	}
.contents05 table{
	width:630px;
	margin-top:5px;
	}
.contents06 table{
	width:630px;
	margin-top:5px;
	}
.contents09 {
	width:630px;
	margin-top:5px;
	clear:both;
	}

.contents05 table th{
	border: 0px;
	padding:0;
	margin:0;
	border: 1px #666666 solid;
	background-color:#fff8da;
	padding:3px;
	}
.contents06 table th{
	border: 0px;
	padding:0;
	margin:0;
	border: 1px #666666 solid;
	background-color:#fff8da;
	padding:3px;
	text-align:left;
	
	}
.contents06 table td {
	width:315px;
	border: 1px #aaa solid;
	vertical-align:top;
	}
	

.contents06 table td a {
	background: url(../002/images/arrow.jpg) left no-repeat;
	display:block;
	padding-left:15px;
	}
	
.contents06 table td a.mens{
	background: url(../002/images/arrow_men.jpg) left no-repeat;
	display:block;
	padding-left:15px;
	}

.stmap {
 	width:290px;
 	padding:10px 5px 5px 5px;
 	font-size:12px;
 	height:150px;
 	margin-top: 5px;
 	border-top: 1px dashed #aaa;
 	line-height:16px;
 	}


.stmap100 {
 	width:290px;
 	padding:10px 5px 5px 5px;
 	font-size:10px;
 	height:100px;
 	margin-top: 5px;
 	border-top: 1px dashed #aaa;
 	line-height:16px;
 	}
.stmap110 {
 	width:290px;
 	padding:10px 5px 5px 5px;
 	font-size:10px;
 	height:110px;
 	margin-top: 5px;
 	border-top: 1px dashed #aaa;
 	line-height:16px;
 	}

.contents09 table{
	width:630px;
	margin-top:5px;
	}

.contents09 table th{
	border: 0px;
	padding:0;
	margin:0;
	border: 1px #666666 solid;
	background-color:#fff8da;
	padding:3px;
	}

.contents ul.yoyaku {
  clear: both;
  padding-bottom: 20px;
  }

.contents ul.yoyaku li {
  list-style: none;
  width: 160px;
  height: 25px;
  margin: 0;
  padding: 0;
  float: right;
  background-image: none;
  }
.contents ul.yoyaku li a {
  display: block;
  height: 25px;
  }

.studio_map {
	background: url(../images/studio_map.jpg) no-repeat;
	width:630px;
	height:179px;
	padding: 55px 0px 10px 0px;
	margin-top: 15px;
	clear:both;
	
	}
	
.studio_map tr{
	border-bottom: 1px dotted #ecdbbb;
	line-height: 18px;
	}

div.contents dl {
	border:none;
    width:630px;
    margin:0px;
    padding:2px 0px;
    }

div.contents dt {
	float:left;
    width:80px;
    padding:5px 0 5px 5px;
    clear:both;
    font-weight:bold;
    }

div.contents dt.new {
	color:#ff0000;
    }

div.contents dd {
	width:500px;
    margin-left:90px;
    padding:5px 5px 5px 10px;
    border-left:1px solid #999;
	}

div.contents dd.new {
	color:#ff0000;
    }

div.contents table {
	width:600px;
    border: 0px;
    border-collapse: collapse;
    border-spacing: 0;
    margin:0 0 20px 10px;
    border: 1px #666666 solid;
	}
*html div.contents table {
	width:600px;
    border: 0px;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 100px 10px 10px 10px;
    border: 1px #666666 solid;
	}

div.contents table th{
    border: 0px;
	padding:0;
	margin:0;
	border: 1px #666666 solid;
	background-color:#fff8da;
	padding:3px;
	}

div.contents table td{
    border: 0px;
	margin:0;
	padding:3px;
	border: 1px #666666 solid;
	text-align:center;
	}

.trial{
    color:#ff0000;
	}

.studio_img_l {
	margin: 0 10px 10px 0;
	float:left;
	}

div.studio_map table {
	width:600px;
    border: 0px;
    border-collapse: collapse;
    border-spacing: 0;
    margin:0 0 0 10px;
	}
*html div.studio_map table {
	width:600px;
    border: 0px;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 100px 10px 10px 10px;
	}
	
div.studio_map table td{
    border: 0px;
	padding:0;
	margin:0;
	}

.studio_sec {
	width:630px;
	height:auto;
	}

div.studio_sec table {
	width:600px;
    border: 1px #666666 solid;
    border-collapse: collapse;
    border-spacing: 1;
    margin: 5px 10px 10px 10px;
	}
	
div.studio_sec table th{
    border: 1px #666666 solid;
	padding:5px;
	margin:0;
	background-color:#f8ecda;
	}	

div.studio_sec table td{
    border: 1px #666666 solid;
	padding:5px;
	margin:0;
	}

.studio_menu {
	width:630px;
	height:auto;
	}

div.studio_menu table {
	width:600px;
    border: 1px #666666 solid;
    border-collapse: collapse;
    border-spacing: 1;
    margin: 5px 10px 10px 10px;
	}

div.studio_menu table th{
    border: 1px #666666 solid;
	padding:5px;
	margin:0;
	background-color:#f8ecda;
	}

div.studio_menu table td{
    border: 1px #666666 solid;
	padding:5px;
	margin:0;
	text-align:center;
	}

div.studio_menu table td.course{
	text-align:left;
	}

div.studio_menu table td.trial{
	color:#ff0000;
	}

.stitle0101 {
	background: url(../003/images/subtitle_0101.jpg);
	width:630px;
	height:35px;

	margin-bottom:5px;
	}

.stitle0102 {
	background: url(../003/images/subtitle_0102.jpg);
	width:630px;
	height:35px;

	margin-bottom:5px;
	}

.stitle0201 {
	background: url(../003/images/subtitle_0201.jpg);
	width:630px;
	height:35px;
	margin-bottom:5px;
	}

.stitle0202 {
	background: url(../003/images/subtitle_0202.jpg);
	width:630px;
	height:35px;
	}

.stitle0301 {
	background: url(../003/images/subtitle_0301.jpg);
	width:630px;
	height:35px;
	margin-bottom:5px;
	}

.stitle0401 {
	background: url(../003/images/subtitle_0401.jpg);
	width:630px;
	height:35px;
	margin-bottom:5px;
	}

.stitle0402 {
	background: url(../003/images/subtitle_0402.jpg);
	width:630px;
	height:35px;
	margin-bottom:5px;
	}

.stitle0403 {
	background: url(../003/images/subtitle_0403.jpg);
	width:630px;
	height:35px;
	margin-bottom:5px;
	}

.stitle1001 {
	background: url(../images/title1001.jpg);
	width:630px;
	height:35px;
	margin-bottom:5px;
	}

.stitle1002 {
	background: url(../images/title1002.jpg);
	width:630px;
	height:35px;
	margin-bottom:5px;
	}

.stitle1003 {
	background: url(../images/title1003.jpg);
	width:630px;
	height:35px;
	margin-bottom:5px;
	}

.title01 {
	width:630px;
	height:35px;
	}
	
.catch {
	font-size:1.8em;
	font-weight:bold;
	color:#a6875a;
	line-height:1em;
	}
	
#map {
	width:300px;
	height:200px;
	}
	
#option {
	display:block;
	width:600px;
	height:auto;
	padding:10px;
	border: 1px #666666 dashed;
	}
	
#cam {
	width:630px;
	height:80px;
	background: url(../images/banner01.jpg);

	}
	
#cam a{
	display:block;
	width:630px;
	height:80px;
	overflow: hidden;

	}
	
#cam a:hover {
	background: url(../images/cam_banner_ov.gif);
	}
	
.tx10 {
	font-size:10px;
	}

#yoyaku .yoyaku_txt {

color:#5d9bb4;

font-weight:bold;

line-height:16px;

margin:10px 0 0 0;

}


table th.ank {
	background-color: #755938;
	padding-left:10px;
	color: #fff;
	font-weight: normal;
	}



#yoyaku .yoyaku_txt_in {

line-height:16px;

padding:0 0 0 10px;

}

#yoyaku th {

	color: #65544A;

	text-align: right;

}

#yoyaku td {

	background-color: #ffffff;
	color: #000000;


}

#yoyaku td textarea,

#yoyaku td .itx {

	width: 320px;

}

#yoyaku #map {

	width: 500px;

	height: 300px;

}

#yoyaku .require {

	display: block;

	padding-left: 38px;

	background: url(../images/require.jpg) 0 0 no-repeat;

}


p.caution {

	text-align: right;

	font-weight: bold;

	color: #f00;

}

#yoyaku .caution {

	text-align: right;

	font-weight: bold;

	color: #f00;

}

#yoyaku .main_caution {

	text-align: left;

	font-weight: bold;

	color: #f00;

}

#yoyaku .caution img {

	margin: 0 5px -4px 0;

}



#yoyaku .special_price {

	font-weight: bold;

	color: #f00;

}

#yoyaku .menu_list label {

	display: block;

}

.contents ul.yoyaku {
  clear: both;
  padding-bottom: 20px;
  }
  
.contents ul.yoyaku_k {
  width: 620px;
  clear: both;
  padding-bottom: 20px;
  margin:0;
  padding:0;
  }

.contents ul.yoyaku li {
  list-style: none;
  width: 160px;
  height: 25px;
  margin-bottom: 10px;
  padding: 0;
  float: right;
  background-image: none;
  }
  
 .contents ul.yoyaku_k li.ebcc {
  list-style: none;
  width: 331px;
  height: 62px;
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 0;
  float: left;
  background-image: none;
  }
  
.contents ul.yoyaku_k li.vs28 {
  list-style: none;
  width: 262px;
  height: 62px;
  margin: 0;
  padding: 0;
  float: left;
  background-image: none;
  }  
  
  
.contents ul.yoyaku li a {
  display: block;
  height: 25px;
  }


/* 150219 */

.clm_menu {
  border:1px #00ADDF solid;
  width:580px;
  margin:0 auto 10px;
}

.clmPro {
  overflow:hidden;
  display:table;
  width: 560px;
}

.clmPro_01 {
  margin:10px auto 0!important;
  padding:0 10px;
  width:560px;
}

.clm02 {
  padding: 0 10px;
  margin:0 10px 15px 0;
  overflow:hidden;
  color:#555555;
  display:table-cell;
}

.clm03 {
  padding: 0 10px;
  margin:0 0 15px 0px;
  overflow:hidden;
  color:#555555;
  display:table-cell;
}

.option_sec {
  margin:10px 0 20px 0;
}

.option_menu {
  overflow:hidden;
  display:table;
  border-spacing: 10px 5px;
  width: 100%;
}

.option_box01 {
  padding: 10px;
  margin:0 10px 15px 0;
  width: 285px;
  overflow:hidden;
  border:1px #eee solid;
  color:#555555;
  display:table-cell;
}

.option_box02 {
  padding: 10px;
  margin:0 0 15px 0px;
  width: 285px;
  border:1px #eee solid;
  overflow:hidden;
  color:#555555;
  display:table-cell;
}

.option_in {
  float:right;
  padding: 0;
  margin:0;
  width: 180px;
  overflow:hidden;
  color:#555555;	
}

.option_name {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 8px 0;
  background: #FCF5ED;
  color:#69420B;
}

.text01 {
  margin-bottom: 5px!important;
  color:#444;
  font-weight: bold;
}

.text02 {
  line-height: 1.6;
  color:#666;
  margin: 0!important;
  padding: 10px 0 0 0;
}

.option_photo {
  float: left;
  margin:0!important;
  padding:0;
}

img {
   vertical-align:bottom;
}

.bold {
  font-weight:700;
}

.mb0 {
  margin-bottom:0!important;
}

.ml10 {
  margin-left:10px!important;
}

.rei_op {
  background:#eee;
  padding:5px 10px;
  margin:5px 10px!important;
  font-size:13px; 
}


.index_bnrArea {
	margin:10px auto;
	padding-bottom:5px;
	width:650px;
	height:210px;
}

.index_bnrArea li{
	list-style-type:none;
	float:left;
	margin-right:10px;
}

.index_bnrArea li.fl0{
	margin-right:0px;
}

.pc_none {margin:0; padding:0; display:none;}

.ig_link:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
} 

div.contents dl.listAnswer { 
	width: 600px;
	padding: 0px;}
div.contents .listAnswer dt {  
 float: none;
 width: 540px;
}
div.contents .listAnswer dd {
	width:540px;
	float: none;
	margin-left: 0px;
	border: none;
}
div.contents .listAnswer{
  margin-bottom:30px;
  position:relative;
}

div.contents .listAnswer:before{
  content:"";
  display:block;
  position:absolute;
  height:1px;
  width:100%;
  left:0;
  bottom:-1px;
  background:#e4d27f;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
}

div.contents .listAnswer dt,
div.contents .listAnswer dd{
  padding: 15px 15px 15px 45px;
  position:relative;
}

div.contents .listAnswer dt{
  background: #f9f9f6;
  cursor: pointer;
}

div.contents .listAnswer dt:hover{
  opacity: 0.70;
  -moz-opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}

.listAnswer dt.open{
  border: none;
}

.listAnswer dt:before{
  content:url(../images/ico_q.png);
  display:block;
  position:absolute;
  left:10px;
  top: 15px;
}

.listAnswer dt:after{
  content:"";
  display:block;
  position:absolute;
  height:1px;
  width:100%;
  left:0;
  top:0;
  background:#e4d27f;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
}

.listAnswer dt:first-child:after{
  display:none;
}

.listAnswer dt span{
  display:block;
  position:relative;
}

.listAnswer dt span:before{
  margin-top: -3px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 5px;
  background:url(../images/bullet_arrow_down.png) no-repeat 0 0;
}

.listAnswer dt.open span:before{
  background:url(..//images/bullet_arrow_up.png) no-repeat 0 0;
}

.listAnswer dd{
  display:none;
}

.listAnswer dd:before{
  content:url(../images/ico_a.png);
  display:block;
  position:absolute;
  left:10px;
  top: 15px;
}
.box_root {
	background: #fff;
	padding:10px 15px;
	overflow: hidden;
}

.t01 { 
	border-top: 1px dotted #E2C598 ;
	padding: 10px 0px;
}
.chd_t01 { 
display: block;
padding:7px 10px;
background: #5c3305;
margin-left: 30px !important;
margin-bottom: 0px !important;
color:#ffffff;
font-weight:bold;
font-size:14px;
}

.chd_ct {
	background: #fffceb;
	border-bottom: 1px solid #5c3305;
	border-left: 1px solid #5c3305;
	border-right: 1px solid #5c3305;
	padding:10px;
	margin-left: 30px !important;
	line-height:20px;
}

.box_root .right a {
	background:#5c3305;
	padding:7px;
	color: #fff;
	border:1px solid #5c3305;
}

.box_root .right a:hover {
	background:#E2C598;
	padding:7px;
	color: #5c3305;
	border:1px solid #5c3305;
}
.mb10 { margin-bottom: 10px;}
.w200 { 
width: 225px !important;
display: block;
float: right;
clear: both;
margin-bottom: 10px;
text-align: center;
}


.m_box_l {
	float: left;
}

.m_box_r {
	float: right;
}

.menu_box { 
	margin: 15px 0px;
	overflow: hidden;
}
.m_box_title {
	text-align: center;
	font-weight:bold;
	width:150px;
	font-size: 16px;
	line-height: 22px;
	color: #583f20;
}

.menu_box p { margin-bottom: 0px !important;}

.flow ul { 
	overflow: hidden;
	margin: 0px 0px 20px 0px;
}

.flow ul li {
	float: left;
	margin-right:10px;
	list-style: none;
}
.flow ul li.last {
	float: right;
	margin-right:0px;
}

.flow img { margin-bottom: 5px;}

.flow2 { float: right; margin: 15px 20px 15px 0px;}

.flow2 ul { 
	overflow: hidden;
	margin: 0px;
}

.flow2 ul li {
	float: left;
	margin-right:10px;
	list-style: none;
}
.flow2 ul li.last {
	float: right;
	margin-right:0px;
}
.Anone {background:none !important;
	display:inline !important;
	width:auto !important;
	margin:0! important;
	padding:0! important;
}

#naka_header {
background-color:#674E38;
}

#header {
background-color:#674E38;
}

#open01 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
}
 
.close_overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
    position: absolute;
    background: #000;
    opacity: 0.5;
    z-index: 5;
}
 
.modal_window {
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -200px;
    width: 400px;
    height: 250px;
    text-align: center;
    display: block;
    background: #000;
    position: absolute;
    z-index: 10;
}
 
.modal_window h2 {
    margin-bottom: 20px;
    width: 400px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    text-indent: 15px;
    background: #000;
}
 
.modal_window p {
    padding: 40px;
    font-size: 14px;
    line-height: 160%;
    text-align: center;
    color:#fff;
}

.modal_window a {
    color:#fff;
}
 
 
/* CSS3 ModalWindow SET
-------------------------- */
@-webkit-keyframes modalFadeIn {
    0% {opacity:0;display:block;}
    100% {opacity:1;}
}
 
div#modal div:target {
    -webkit-animation-name: modalFadeIn; 
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    opacity: 1;
    display:block;
}
