@charset "utf-8";
/* @group Reset */
*{ margin: 0;padding: 0}
a { text-decoration : none; color:#006633;}
ul, ol { list-style : none}
img { vertical-align : top; margin:0px; padding:0px;}
p { padding:12px; line-height:25px; margin:0;}

/* @end */
/* @group Fluid-img */
img { max-width : 100%}
a img { border:0;}
a:hover img { 
filter:alpha(opacity=70);
opacity:0.7;
}

/* @end */
/* @group HTML */
html {
font-family:
"Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
font-size : 12px;
line-height : 1.5;}
body { margin:0; padding:0; width:1920px;  background-color:#303031; overflow:hidden;
}
.header-container { margin:0; padding:60px 0 30px 0 ; color: #FFF; font-size:14px; font-weight:bold; text-align:center;}
#mainswf { text-align:center; width:100%; height:860px; margin:0; background-color:#E6E6E6;}
.bgtop {}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* End hide from IE-mac */  

.floatR { float:right;}
.floatR1 { float:right; margin:10px 0px 10px 10px;}
.floatL { float:left;}
.clear { clear:both;}
.mt10 { padding-top:10px;}
/* フッター */
.bt { font:Helvetica; color:#333333; font-size:20px; font-weight:bold; line-height:45px; text-align:center; }
.credit { padding:30px; text-align:center}
/* トップページ */  

.question { width:100%; height:860px; margin:0; background-color:#FFFFFF }
.ques_text { width:560px; padding:150px 0; margin:0; background:url(img/ques_bg2.jpg) no-repeat top left; font-size:20px; color:#666666; line-height:26px;  }
.ques_p { width:580px; padding:150px 40px; margin:0; background:url(img/ques_bg3.jpg) no-repeat top right;  }
.ques_mes { text-align:center; margin:10px; padding:0; font-size:24px; font-weight:bold; color:#666666;}
.ques_mes1 { margin:0; padding:0; font-size:18px; font-weight:bold; color:#666666; line-height:26px;}

.expl { width:100%; height:860px; margin:0; background-color:#E7E6E3; }
.expl_text { width:650px; padding:150px 0; margin:0; background:url(img/expl_bg2.jpg) no-repeat top left; font-size:20px; color:#666666; line-height:26px;  }
.expl_p { width:500px; padding:150px 0; margin:0; background:url(img/expl_bg3.jpg) no-repeat top right;  }
