﻿@charset "UTF-8";

/*---------------------------------------
  link
-----------------------------------------*/
a {
  color: #27469C;
  text-decoration: underline;
}
a:hover{
  text-decoration: none;
}

/*---------------------------------------
  title
-----------------------------------------*/
.tit_main{
  font-size: 180%;
  color: #333333;
  line-height: 1.2;
  padding: 0 0 35px;
  font-weight: 700;
}
.tit_middle{
  font-size: 142%;
  color: #333333;
  line-height: 1.2;
}
.tit_h1{
  font-size: 180%;
  color: #159e86;
}
h1.tit_sub{
  background: #159E86;
  text-align: center;
  color: #FFF;
  padding: 8px 5px 6px 5px;
  margin-top: 0;
  line-height: 1.2;
}
.tit_sub{
  background: #159E86;
  text-align: center;
  color: #FFF;
  padding: 8px 0 6px 0;
  margin-top: 25px;
  line-height: 1.2;
}
.tit_h2{
  color: #159e86;
  font-size: 114%;
  padding-top: 25px;
}

/*---------------------------------------
  text
-----------------------------------------*/
p{
  font-size: 85%;
  line-height: 1.5;
  padding-top: 20px;
}
.text_sys{
  color: #fff;
}
.text_link{
  line-height: 1.5;
  padding-top: 20px;
  margin: 0 15px;
}
.alert{
  color: #f00;
}
.emp{
  color: #ca0808;
}

/*---------------------------------------
  img_box
-----------------------------------------*/
.img_box{
  padding: 20px 0 5px;
}
.img_box .img_1cols{
  text-align: center;
}
.img_box .img_1cols img{
}
.img_box .img_2cols ul{
  overflow: hidden;
}
.img_box .img_2cols ul li{
  width: 49%;
}
.img_box .img_2cols ul li img{
  margin: 0 auto;
  text-align: center;
  display: block;
}
.img_box .img_2cols ul li.left{
  float: left;
}
.img_box .img_2cols ul li.right{
  float: right;
}
@media screen and (max-width: 900px) {
.img_box .img_1cols img{
  width: 100%;
}
}

/*---------------------------------------
  anchor_link_box
-----------------------------------------*/
.anchor_link_box{
  margin-top: 40px;
  border: 1px solid #159E86;
  padding: 30px 30px 20px;
}

.anchor_link_box ul li{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 20px 10px 0;
}

/*---------------------------------------
  topic_box
-----------------------------------------*/
.topic_box{
  background: #F2F2F2;
  margin: 30px 0 0;
  padding: 8px;
  position: relative;
}
.topic_box .inner{
  border:1px solid #A6A6A6;
  padding:0 20px 10px;
}
.topic_box .inner:before{
  content: url(../img/bg/bg_corner_top.png);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.topic_box .inner:after{
  content: url(../img/bg/bg_corner_btm.png);
  display: block;
  position: absolute;
  right: 0;
  bottom: -5px;
}
.topic_box .inner .tit{
  font-size: 142%;
  text-align: center;
  padding-top: 15px;
  color: #159e86;
}
.topic_box .inner dl{
  padding-top: 20px;
}
.topic_box .inner dl dt{
  font-size: 142%;
  text-align: center;
}
.topic_box .inner dl dd{
  padding-bottom: 10px;
}
.topic_box .inner dl dd.text{
  padding-top: 20px;
  line-height: 1.5;
  font-size: 85%;
}
.topic_box .inner .text_link{
  padding: 0;
  margin: 0;
}
.topic_box .inner .img{
  text-align: center;
  padding-top: 20px;
}

/*---------------------------------------
  system_area topic_box
-----------------------------------------*/
.system_area .topic_box{
  background: #FFF;
}
.system_area .topic_box .inner{
  border:1px solid #159E86;
}
.system_area .topic_box .inner dl dt{
  color: #159e86;
}
.system_area .topic_box .inner:before{
  content: url(../img/bg/bg_corner_sys_top.png);
}
.system_area .topic_box .inner:after{
  content: url(../img/bg/bg_corner_sys_btm.png);
}

/*---------------------------------------
  system_area topic_box
-----------------------------------------*/
.system_area .topic_box{
  background: #FFF;
}
.system_area .topic_box .inner{
  border:1px solid #159E86;
}
.system_area .topic_box .inner dl dt{
  color: #159e86;
}
.system_area .topic_box .inner:before{
  content: url(../img/bg/bg_corner_sys_top.png);
}
.system_area .topic_box .inner:after{
  content: url(../img/bg/bg_corner_sys_btm.png);
}

/*---------------------------------------
  system_area alert
-----------------------------------------*/
.system_area_alert .topic_box{
  background: #FFF5F5;
}
.system_area_alert .topic_box .inner{
  border:1px solid #CF2020;
}
.system_area_alert .topic_box .inner dl dt{
  color: #CA0808;
}
.system_area_alert .topic_box .inner dl dt img{
  display: inline-block;
  margin: -3px 0 0;
}
.system_area_alert .topic_box .inner dl dd{
  color: #CA0808;
}
.system_area_alert .topic_box .inner:before{
  content: url(../img/bg/bg_corner_sys_top.png);
}
.system_area_alert .topic_box .inner:after{
  content: url(../img/bg/bg_corner_sys_btm.png);
}

/*---------------------------------------
  top_info_box
-----------------------------------------*/
.top_info_box{
  border: 1px solid #A6A6A6;
  background: #F2F2F2;
  padding: 10px;
  margin: 0 0 50px;
}
.top_info_box ul{
  overflow: hidden;
}
.top_info_box ul li{
  width: 32.9%;
  line-height: 1.5;
  float: left;
  text-align: center;
  font-size: 85%;
}

/*---------------------------------------
  alert_box
-----------------------------------------*/
.alert_box{
  border: 1px solid #CF2020;
  padding: 5px 15px 15px;
  margin: 30px 0 0;
  background: #FFF5F5;
}

/*---------------------------------------
  step box
-----------------------------------------*/
.step_arae{
  padding-top: 30px;
}
.step_box{
  margin: 0 auto 20px;
  padding: 0 0 45px;
  background: url(../img/bg/bg_step_area.png) no-repeat center bottom;
}
.step_box .inner{
  border: 1px solid #159E86;
  padding: 25px 30px 30px;
  position: relative;
}
.step_box .inner dl dt{
  background: url(../img/bg/bg_step_ttl.png) no-repeat 0 0;
  color: #fff;
  font-weight: bold;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
}
.step_box .inner dl dt span{
  padding: 15px 0 0 9px;
  display: block;
}
.step_box .inner dl dd.text{
  line-height: 1.5;
  text-align: center;
  padding: 0 0 0 40px;
}
.step_box .inner dl dd.link{
  padding-top: 10px;
  text-align: center;
}
.step_box .inner dl dd.link .icn_bullet span{
  color: #159e86;
  text-decoration: underline;
}
.step_arae .last{
  background: none;
  padding: 0;
  margin-bottom: 0;
}

/*---------------------------------------
  qa_box
-----------------------------------------*/
.qa_box dl{
  padding: 13px 0 0;
  border-bottom:1px solid #159E86;
}
.qa_box dt{
  color: #159E86;
  font-size: 114%;
  padding: 6px 10px 18px 55px;
  background: url(../img/icn/icn_q.png) no-repeat 10px 2px;
  border-bottom: 1px dotted #159E86;
  line-height: 1.3;
}
.qa_box dd{
  background: url(../img/icn/icn_a.png) no-repeat 10px 17px #F7FCFC;
  padding: 13px 10px 22px 55px;
  line-height: 1.5;
}
.qa_box dd p{
  padding-top: 8px;
  font-size: 85%;
}

/*---------------------------------------
  list
-----------------------------------------*/
/* link */
ul.list_link{
  padding: 5px 0 0;
}
ul.list_link li{
  margin-top: 10px;
}

/* basic */
ul.list_basic{
  padding: 10px 0 0;
}
ul.list_basic li{
  background: url(../img/icn/icn_circle.png) no-repeat 0 6px;
  padding:0 0 2px 14px;
  margin-top: 5px;
  font-size: 85%;
  line-height: 1.5;
}
.topic_box ul.list_basic li{
  margin-top: 5px;
}

/* normal */
ul.list_normal{
  padding: 10px 0 0;
}
ul.list_normal li{
  padding:0 0 2px 0;
  margin-top: 5px;
  font-size: 85%;
  line-height: 1.5;
}
.topic_box ul.list_normal li{
  margin-top: 5px;
}

/* basic_wh */
ul.list_basic_wh{
  padding: 10px 0 0;
  color: #fff;
}
ul.list_basic_wh li{
  background: url(../img/icn/icn_circle_wh.png) no-repeat 0 6px;
  padding:0 0 2px 14px;
  margin-top: 5px;
  font-size: 85%;
  line-height: 1.5;
}
.topic_box ul.list_basic_wh li{
  margin-top: 5px;
}

/* alert */
ul.list_alert{
  padding: 10px 0 0;
}
ul.list_alert li{
  background: url(../img/icn/icn_circle_alert.png) no-repeat 0 6px;
  padding:0 0 2px 14px;
  margin-top: 5px;
  font-size: 85%;
  line-height: 1.5;
  color: #CF2020;
}
.topic_box ul.list_alert li{
  margin-top: 5px;
}

/*---------------------------------------
  icon link
-----------------------------------------*/
ul.link_box{
  padding-top: 5px;
}
ul.link_box li{
  display: block;
  padding-top: 5px;
}

/* bullet */
p .icn_bullet{
  font-size: 100%;
}
.icn_bullet{
  font-size: 85%;
}
.icn_bullet a{
  text-decoration: none;
  color: #333;
  background: url(../img/icn/icn_bullet.png) no-repeat 0 2px;
  padding: 0 0 6px 20px;
}
.icn_bullet a span{
  color: #159e86;
}

/* bullet_wh */
p .icn_bullet_wh{
  font-size: 100%;
}
.icn_bullet_wh{
  font-size: 85%;
}
.icn_bullet_wh a{
  text-decoration: none;
  color: #FFF;
  background: url(../img/icn/icn_bullet_wh.png) no-repeat 0 2px;
  padding: 0 0 6px 20px;
}
.icn_bullet_wh a span{
  color: #159e86;
}


/* bullet anchor */
.icn_bullet_anchor{
  font-size: 71%;
}
.icn_bullet_anchor a{
  text-decoration: none;
  color: #333;
  background: url(../img/icn/icn_bullet_anchor.png) no-repeat 0 0;
  padding: 3px 0 3px 20px;
  display: inline-block;
}

/*---------------------------------------
  form
-----------------------------------------*/
.form_area{
  width: 650px;
  margin: 0 auto;
  padding-top: 10px;
  position: relative;
}
.form_area dl{
  margin-left: -25px;
  padding-top: 20px;
  overflow: hidden;
}
.form_area dt{
  color: #159e86;
  width: 200px;
  font-size: 85%;
  text-align: right;
  padding: 10px 15px 0 0;
  float: left;
}
.form_area dd{
  float: left;
  width: 450px;
}
.form_area dd .icn_bullet{
  padding-top: 10px;
  display: block;
}
.form_area input[type=radio]{
  width: 15px;
  height: 15px;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 10px;
}
.form_area .form_note{
  font-size: 71%;
  padding-top: 5px;
}
.form_area .birth dd{
  padding-top: 5px;
}
.form_area .birth dd select{
  width: 50px;
  padding: 5px;
  text-align: center;
  font-size: 100%;
}
.form_area .birth dd select.year{
  width: 80px;
  padding: 5px;
}
.form_basic input{
  width: 280px;
  margin-bottom: 1px;
}
.form_basic input{
  border: 1px solid #159E86;
  padding: 2px 4px;
  *padding: 4px;
}

/*---------------------------------------
  button
-----------------------------------------*/

/*
  btn
-----------------------------------------*/
.btn_area{
  padding-top: 30px;
}
.btn_area .btn_basic,.btn_area .btn_other,.btn_area .btn_wh,.btn_area .btn_blk{
  margin: 0 auto;
}

/*
  btn_wrap_gr
-----------------------------------------*/
.btn_wrap_gr{
  background: #F1F1F1;
  padding: 20px 10px;
}
.btn_wrap_gr .btn_2cols{
  padding: 0;
}
.btn_wrap_gr .btn_2cols ul{
  width: 450px;
}

/*
  btn_wrap_wh
-----------------------------------------*/
.btn_wrap_wh{
  background: #FFF;
  padding: 20px 10px;
}
.btn_wrap_wh .btn_2cols{
  padding: 0;
}
.btn_wrap_wh .btn_2cols ul{
  width: 450px;
}

/*
  btn_2cols button
-----------------------------------------*/
.btn_2cols{
  padding-top: 30px;
}
.btn_2cols ul{
  width: 460px;
  overflow: hidden;
  margin: 0 auto;
}
.btn_2cols ul li.left{
  float: left;
}
.btn_2cols ul li.right{
  float: right;
}

/*
  btn_3cols button
-----------------------------------------*/
.btn_3cols{
  padding-top: 30px;
}
.btn_3cols ul{
  width: 680px;
  overflow: hidden;
  margin: 0 auto;
}
.btn_3cols ul li.left{
  float: left;
  margin-right: 10px;
}
.btn_3cols ul li.center{
  float: left;
  margin-right: 10px;
}
.btn_3cols ul li.right{
  float: left;
}

@media screen and (max-width: 900px) {
  .btn_3cols{
    padding-top: 20px;
  }
  .btn_3cols ul{
    width: auto;
  }
  .btn_3cols ul li.left{
    float: none;
    width: 220px;
    margin: 0 auto;
    padding-top: 10px;
  }
  .btn_3cols ul li.center{
    float: none;
    width: 220px;
    margin: 0 auto;
    padding-top: 20px;
  }
  .btn_3cols ul li.right{
    float: none;
    width: 220px;
    margin: 0 auto;
    padding-top: 20px;
  }
}


/*
  btn basic
-----------------------------------------*/
.btn_basic{
  width: 220px;
  display: block;
  font-size: 92%;
}
.btn_basic button,
.btn_basic input[type=button],
.btn_basic input[type=submit] {
  width: 100%;
  line-height: 1.0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
  padding:0px 5px 0px 5px;
  margin: 0;
  border:none;
  background: url(../img/icn/icn_bullet_btn.png) no-repeat 194px center #159E86;
  color: #fff;
  font-size: 98%;
  display: block;
  cursor: pointer;
  line-height: 1.0;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  text-align: center;
  min-height: 45px;
  *height:40px;
}
.btn_basic a{
  text-decoration: none;
  width: 100%;
  line-height: 1.0;
  padding:0px 5px 0px 5px;
  margin: 0;
  border:none;
  background: url(../img/icn/icn_bullet_btn.png) no-repeat 194px center #159e86;
  color: #fff;
  font-size: 100%;
  display: block;
  cursor: pointer;
  line-height: 1.0;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  text-align: center;
  min-height: 45px;
  *height:30px;
  *padding:0;
}
.btn_basic a span{
  display: block;
  padding: 16px 0 5px 0;
  width: 80%;
  margin: 0 auto;
}

/*
  btn other
-----------------------------------------*/
.btn_other{
  width: 220px;
  display: block;
  font-size: 92%;
}
.btn_other button,
.btn_other input[type=button],
.btn_other input[type=submit] {
  width: 100%;
  line-height: 1.0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
  padding:0px 5px 0px 5px;
  margin: 0;
  border:none;
  background: url(../img/icn/icn_bullet_btn.png) no-repeat 194px center #989898;
  color: #fff;
  font-size: 98%;
  display: block;
  cursor: pointer;
  line-height: 1.0;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  text-align: center;
  min-height: 45px;
  *height:40px;
}
.btn_other a{
  text-decoration: none;
  width: 100%;
  line-height: 1.0;
  padding:0px 5px 0px 5px;
  margin: 0;
  border:none;
  background: url(../img/icn/icn_bullet_btn.png) no-repeat 194px center #989898;
  color: #fff;
  font-size: 100%;
  display: block;
  cursor: pointer;
  line-height: 1.0;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  text-align: center;
  min-height: 45px;
  *height:30px;
  *padding:0;
}
.btn_other a span{
  display: block;
  padding: 16px 0 5px 0;
  width: 80%;
  margin: 0 auto;
}

/*
  btn wh
-----------------------------------------*/
.btn_wh{
  display: inline-block;
  width: 220px;
  text-align: center; 
}
.btn_wh button,
.btn_wh input[type=button],
.btn_wh input[type=submit] {
  width: 100%;
  line-height: 1.0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
  padding:0px 5px 0px 5px;
  margin: 0;
  border:none;
  background: url(../img/icn/icn_bullet_gr.png) no-repeat 194px center #FFF;
  color: #159e86;
  font-size: 98%;
  display: block;
  cursor: pointer;
  line-height: 1.0;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  text-align: center;
  min-height: 45px;
  *height:40px;
}
.btn_wh a{
  text-decoration: none;
  width: 100%;
  line-height: 1.0;
  padding:0px 5px 0px 5px;
  margin: 0px 0px;
  border:none;
  background: url(../img/icn/icn_bullet_gr.png) no-repeat 194px center #FFF;
  color: #159e86;
  font-size: 100%;
  display: block;
  cursor: pointer;
  line-height: 1.0;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  text-align: center;
  min-height: 45px;
  *height:30px;
  *padding:0;
}
.btn_wh a span{
  display: block;
  padding: 16px 0 5px 0;
  width: 80%;
  margin: 0 auto;
}

/*---------------------------------------
  button system
-----------------------------------------*/

/*
  btn sys_gry
-----------------------------------------*/
.btn_sys_gry{
  display: block;
  margin: 0 auto;
  font-size: 85%;
}
.btn_sys_gry a,
.btn_sys_gry input {
  width: 100%;
  -moz-box-shadow:inset 0px 2px 0px 0px #C6C6C6;
  -webkit-box-shadow:inset 0px 2px 0px 0px #C6C6C6;
  box-shadow:inset 0px 2px 0px 0px #C6C6C6;
  -moz-border-radius:40px;
  -webkit-border-radius:40px;
  border-radius:40px;
  border:1px solid #7C7C7C;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-weight:bold;
  text-decoration:none;
  text-shadow:0px 1px 0px #282828;
  background: url(../img/icn/icn_bullet_wh_s.png) no-repeat 92% center #999999;
  display: block;
  line-height: 1.0;
}
.btn_sys_gry a span{
  display: block;
  padding: 14px 15px 13px 2px;
  margin: 0;
  text-align: center;
}
.btn_sys_gry input{
  display: block;
  padding: 14px 15px 13px 2px;
  *padding: 8px 15px 7px 2px;
  margin: 0;
  text-align: center;
}

/*
  btn sys_blk
-----------------------------------------*/
.btn_sys_blk{
  display: block;
  margin: 0 auto;
  font-size: 85%;
}
.btn_sys_blk a,
.btn_sys_blk input {
  width: 100%;
  -moz-box-shadow:inset 0px 2px 0px 0px #7c7c7c;
  -webkit-box-shadow:inset 0px 2px 0px 0px #7c7c7c;
  box-shadow:inset 0px 2px 0px 0px #7c7c7c;
  -moz-border-radius:40px;
  -webkit-border-radius:40px;
  border-radius:40px;
  border:1px solid #000000;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-weight:bold;
  text-decoration:none;
  text-shadow:0px 1px 0px #282828;
  background: url(../img/icn/icn_bullet_wh_s.png) no-repeat 92% center #3c3c3c;
  display: block;
  line-height: 1.0;
}
.btn_sys_blk a span{
  display: block;
  padding: 14px 15px 13px 2px;
  margin: 0;
  text-align: center;
}
.btn_sys_blk input{
  display: block;
  padding: 14px 15px 13px 2px;
  *padding: 8px 15px 7px 2px;
  margin: 0;
  text-align: center;
}

/*
  btn sys_gr
-----------------------------------------*/
.btn_sys_gr{
  display: block;
  margin: 0 auto;
  font-size: 85%;
}
.btn_sys_gr a,
.btn_sys_gr input {
  width: 100%;
  -moz-box-shadow:inset 0px 2px 0px 0px #42C9B9;
  -webkit-box-shadow:inset 0px 2px 0px 0px #42C9B9;
  box-shadow:inset 0px 2px 0px 0px #42C9B9;
  -moz-border-radius:40px;
  -webkit-border-radius:40px;
  border-radius:40px;
  border:1px solid #038C74;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-weight:bold;
  text-decoration:none;
  text-shadow:0px 1px 0px #159E86;
  background: url(../img/icn/icn_bullet_wh_s.png) no-repeat 92% center #159E86;
  display: block;
  line-height: 1.0;
}
.btn_sys_gr a span{
  display: block;
  padding: 14px 15px 13px 2px;
  margin: 0;
  text-align: center;
}
.btn_sys_gr input{
  display: block;
  padding: 14px 15px 13px 2px;
  *padding: 8px 15px 7px 2px;
  margin: 0;
  text-align: center;
}

/*
  btn darkgr
-----------------------------------------*/
.btn_darkgr{
  width: 220px;
  display: block;
}
.btn_darkgr button,
.btn_darkgr input[type=button],
.btn_darkgr input[type=submit] {
  width: 100%;
  line-height: 1.0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
  padding:0px 5px 0px 5px;
  margin: 0;
  border:none;
  background: url(../img/icn/icn_bullet_btn.png) no-repeat 194px center #424242;
  color: #fff;
  display: block;
  cursor: pointer;
  line-height: 1.0;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  text-align: center;
  min-height: 45px;
  *height:40px;
}
.btn_darkgr a{
  text-decoration: none;
  width: 100%;
  line-height: 1.0;
  padding:0px 5px 0px 5px;
  margin: 0;
  border:none;
  background: url(../img/icn/icn_bullet_btn.png) no-repeat 194px center #424242;
  color: #fff;
  font-size: 100%;
  display: block;
  cursor: pointer;
  line-height: 1.0;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  text-align: center;
  min-height: 45px;
  *height:30px;
  *padding:0;
}
.btn_darkgr a span{
  display: block;
  padding: 16px 0 5px 0;
  width: 80%;
  margin: 0 auto;
}

/*
  btn blk
-----------------------------------------*/
.btn_blk{
  width: 220px;
  display: block;
}
.btn_blk button,
.btn_blk input[type=button],
.btn_blk input[type=submit] {
  width: 100%;
  line-height: 1.0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
  padding:0px 5px 0px 5px;
  margin: 0;
  border:none;
  background: url(../img/icn/icn_bullet_btn.png) no-repeat 194px center #303030;
  color: #fff;
  display: block;
  cursor: pointer;
  line-height: 1.0;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  text-align: center;
  min-height: 45px;
  *height:40px;
}
.btn_blk a{
  text-decoration: none;
  width: 100%;
  line-height: 1.0;
  padding:0px 5px 0px 5px;
  margin: 0;
  border:none;
  background: url(../img/icn/icn_bullet_btn.png) no-repeat 194px center #303030;
  color: #fff;
  font-size: 100%;
  display: block;
  cursor: pointer;
  line-height: 1.0;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  text-align: center;
  min-height: 45px;
  *height:30px;
  *padding:0;
}
.btn_blk a span{
  display: block;
  padding: 16px 0 5px 0;
  width: 80%;
  margin: 0 auto;
}

/*
  btn lightgr
-----------------------------------------*/
.btn_lightgr{
  width: 220px;
  display: block;
}
.btn_lightgr button,
.btn_lightgr input[type=button],
.btn_lightgr input[type=submit] {
  width: 100%;
  line-height: 1.0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
  padding:0px 5px 0px 5px;
  margin: 0;
  border:none;
  background: url(../img/icn/icn_bullet_btn.png) no-repeat 194px center #808080;
  color: #fff;
  display: block;
  cursor: pointer;
  line-height: 1.0;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  text-align: center;
  min-height: 45px;
  *height:40px;
}
.btn_lightgr a{
  text-decoration: none;
  width: 100%;
  line-height: 1.0;
  padding:0px 5px 0px 5px;
  margin: 0;
  border:none;
  background: url(../img/icn/icn_bullet_btn.png) no-repeat 194px center #808080;
  color: #fff;
  font-size: 100%;
  display: block;
  cursor: pointer;
  line-height: 1.0;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  text-align: center;
  min-height: 45px;
  *height:30px;
  *padding:0;
}
.btn_lightgr a span{
  display: block;
  padding: 16px 0 5px 0;
  width: 80%;
  margin: 0 auto;
}

/*
  btn lightgrn
-----------------------------------------*/
.btn_lightgrn{
  width: 220px;
  display: block;
}
.btn_lightgrn button,
.btn_lightgrn input[type=button],
.btn_lightgrn input[type=submit] {
  width: 100%;
  line-height: 1.0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
  padding:0px 5px 0px 5px;
  margin: 0;
  border:none;
  background: url(../img/icn/icn_bullet_btn.png) no-repeat 194px center #159D85;
  color: #fff;
  display: block;
  cursor: pointer;
  line-height: 1.0;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  text-align: center;
  min-height: 45px;
  *height:40px;
}
.btn_lightgrn a{
  text-decoration: none;
  width: 100%;
  line-height: 1.0;
  padding:0px 5px 0px 5px;
  margin: 0;
  border:none;
  background: url(../img/icn/icn_bullet_btn.png) no-repeat 194px center #159D85;
  color: #fff;
  font-size: 100%;
  display: block;
  cursor: pointer;
  line-height: 1.0;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  text-align: center;
  min-height: 45px;
  *height:30px;
  *padding:0;
}
.btn_lightgrn a span{
  display: block;
  padding: 16px 0 5px 0;
  width: 80%;
  margin: 0 auto;
}


/*
  btn unavailable
-----------------------------------------*/
.btn_unavailable{
  display: block;
  margin: 0 auto;
  font-size: 85%;
}
.btn_unavailable span,
.btn_unavailable input {
  display: block;
  text-align: center;
  width: 100%;
  -moz-border-radius:40px;
  -webkit-border-radius:40px;
  border-radius:40px;
  color:#949494;
  font-weight:bold;
  text-decoration:none;
  background: #E6E6E6;
  display: block;
  line-height: 1.0;
  padding: 14px 0;
  *padding: 12px 0;
}

/* prev */
span.prev,
span.prev[type=button],
span.prev[type=submit] {
  background: none;
}
span.prev a{
  text-decoration: none;
  background-image:url(../img/icn/icn_bullet_btn_prev.png);
  background-position: 15px center;
}

/*---------------------------------------
  hr
-----------------------------------------*/
hr{
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #B3B3B3;
  height: 1px;
  clear: both;
  line-height: 0;
  margin-top: 30px;
}

/*---------------------------------------
  btn_pagetop
-----------------------------------------*/
.btn_pagetop{
  overflow: hidden;
  text-align: right;
  padding: 30px 0 0 0;
}
.btn_pagetop span{
  display: block;
}
.btn_pagetop span img{
  cursor: pointer;
}
.btn_pagetop_s{
  overflow: hidden;
  text-align: right;
  padding: 0 20px 20px 0;
}
.btn_pagetop_s span img{
  width: 30px;
  cursor: pointer;
}
.btn_pagetop_s{
  padding: 40px 0 0 0;
}

/*---------------------------------------
  section_search
-----------------------------------------*/
.section_search .search_box{
  border: 4px solid #FFF;
  *min-width: 700px;
}
.section_search .search_box table{
  width: 100%;
}
.section_search .search_box table th{
  line-height: 1.5;
  background:#FFF;
  padding: 0 10px;
  font-size: 85%;
}
.section_search .search_box table td{
  color: #FFF;
  background:url(../img/bg/bg_line_light.png) right 0 repeat-y;
  padding: 10px 3px;
}

/* info */
.section_search .search_box table th.info{
  width: 30%;
}

/* select */
.section_search .search_box table td.select{
  width: 35%;
  overflow: hidden;
  text-align: center;
  font-size: 85%;
}
.section_search .search_box table td.select .inner_l{
  display: inline-block;
  line-height: 1.3;
  *display: inline;
  *zoom: 1;
}
.section_search .search_box table td.select .inner_r{
  display: inline-block;
  margin: 0 0 0 10px;
  *display: inline;
  *zoom: 1;
}
.section_search .search_box .select_box{
  display: inline-block;
  overflow: hidden;
  width: 180px;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
}
.select_box select.fmselect{
  cursor: pointer;
  display: block;
}
.select_box span.customSelect {
  height: 32px;
  width: 180px;
  padding: 9px 0 0 0;
  background:url(../img/bg/bg_select_box.png) 0 0 no-repeat;
  display: block !important;
  line-height: 1.2;
  color: #333;
  text-align: center;
}
.select_box span.customSelect .customSelectInner{
  width: 140px !important;
  margin-right: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}

/* seat */
.section_search .search_box table .seat{
  width: 35%;
  background:none;
  text-align: center;
}
.section_search .search_box table .seat .inner_l{
  font-size: 85%;
  vertical-align: top;
}
.section_search .search_box table .seat .inner_l input{
  border: 2px solid #fff;
  width: 90px;
  text-align: center;
  margin: 0 0 0 5px;
  padding: 2px 5px;
  font-weight: bold;
  font-size: 130%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #159E86;
  color: #fff;
  cursor: text;
}
.section_search .search_box table .seat .inner_l{
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.section_search .search_box table .seat .inner_r{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 0 0 5px;
}

/*---------------------------------------
  section_info_top
-----------------------------------------*/
.section_info_top{
  background: #FFF;
  font-size: 85%;
  padding: 20px 15px;
  line-height: 1.5;
}

/*---------------------------------------
  section_main
-----------------------------------------*/
.section_main{
  background: #FFF;
  margin-top: 25px;
  padding: 30px 30px 30px;
}

/* btn_confirm */
.btn_confirm{
  width: 180px;
  display: inline-block;
  *display: inline;
  *zoom: 1; 
  margin-top: 2px;
}
.btn_confirm input{
  width: 100%;
  line-height: 1.0;
  padding:1px 6px 0px 6px;
  margin-top: -1px;
  border:none;
  background: url(../img/icn/icn_bullet_bl_s.png) no-repeat 160px center #FFF;
  color: #159e86;
  font-size: 85%;
  display: block;
  cursor: pointer;
  line-height: 1.0;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  text-align: center;
  min-height: 32px;
  *height:27px;
  display: block;
}
.btn_confirm a{
  color: #27469C;
  text-decoration: none;
}
.btn_confirm a span{
  display: block;
  padding: 10px;
  *padding: 9px 20px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  line-height: 1;
  font-size: 85%;
  background: url(../img/icn/icn_bullet_gr.png) no-repeat 160px center #fff;
  *background-position:138px center;
}

/*---------------------------------------

  Common Section

-----------------------------------------*/
/*---------------------------------------
  section_time
-----------------------------------------*/
.section_time .time_box table{
  border: 4px solid  #fff;
  width: 100%;
  line-height: 1.5;
}
.section_time .time_box .info{
  width: 50%;
  background: #FFF;
  padding: 0 20px;
}
.section_time .time_box .time{
  border-right: 4px solid #fff;
  width: 25%;
  text-align: center;
  color: #FFF;
  padding: 10px 10px;
  vertical-align: top;
}
.section_time .time_box .limit{
  width: 25%;
  text-align: center;
  color: #FFF;
  padding: 10px 2px;
  vertical-align: top;
}
.section_time .time_box .text{
  font-size: 80%;
  margin-top: -15px;
  display: inline-block;
  vertical-align: middle;
}
.section_time .time_box .time .wrap,
.section_time .time_box .limit .wrap{
  font-size: 150%;
  font-weight: bold;
}
.section_time .time_box .time .wrap .num,
.section_time .time_box .limit .wrap .num{
  font-size: 200%;
  font-weight: normal;
  line-height: 1.0;
}

/*---------------------------------------
  top Area
-----------------------------------------*/

/*
  list_area
-----------------------------------------*/
.list_area ul{
  vertical-align:top;
}
.list_area > ul > li{
  background: #FFF;
  text-decoration:none;
  line-height:normal;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  *overflow: visible;
}
.list_area ul{
  vertical-align:top;
}

/*
  top_box
-----------------------------------------*/
.list_area .top_box{
  width: 32%;
  float: left;
  position: relative;
}
.list_area .top_box dl dt.tit_01{
  position: absolute;
  left: 6px;
  top: 6px;
  color: #FFF;
}
.list_area .top_box dl dt.tit_02{
  padding: 8px 30px 10px 58px;
  line-height: 1.3;
  min-height: 60px;
}
.list_area .top_box dl dt.tit_03{
  position: absolute;
  right: 5px;
  top: 0;
  color: #8c8c8c;
  font-size: 71%;
  text-align: center;
}
.list_area .top_box dl dt.tit_03 span{
  display: block;
  padding-top: 4px;
}
.list_area .top_box > dl > dd{

}
.list_area .top_box dl dd ul{
  overflow: hidden;
  padding: 8px 7px 8px 10px;
}
.list_area .top_box dl dd ul li{
  width: 50%;
  float: left;
}
.list_area .top_box dl dd ul li .wrap{
  padding: 0 4px;
}
.list_area .top_box dl dd ul li .wrap dl{
  text-align: center;
  padding: 2px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.list_area .top_box dl dd ul li .wrap dt{
  text-align: center;
  font-size: 71%;
  background: #FFF;
  border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
}
.list_area .top_box dl dd ul li .wrap dd{
  padding:8px 4px 4px;
  color: #FFF;
  line-height: 1.0;
}
.lesson .list_area .top_box dl dd ul li .wrap dd{
  font-size: 80%;
}
.list_area .top_box dl dd ul li .wrap dd.name{
  padding-top: 9px;
  font-size: 80%;
}

/* category_01 */
body.category_01 .list_area .top_box dl{
  background: url(../img/bg/bg_category_01.png) no-repeat 0 0 #FFF;
}
body.category_01 .list_area .top_box dl dt.tit_02{
  color: #F39317;
}
body.category_01 .list_area .top_box > dl > dd{
  background: #FFF9F2;
}
body.category_01 .list_area .top_box dl dd ul li .wrap dl{
  background: #F39317;
}
body.category_01 .list_area .top_box dl dd ul li .wrap dt{
  color: #F39317;
}

/* category_02 */
body.category_02 .list_area .top_box dl{
  background: url(../img/bg/bg_category_02.png) no-repeat 0 0;
}
body.category_02 .list_area .top_box dl dt.tit_02{
  color: #4FACEF;
}
body.category_02 .list_area .top_box > dl > dd{
  background: #F5FBFF;
}
body.category_02 .list_area .top_box dl dd ul li .wrap dl{
  background: #4FACEF;
}
body.category_02 .list_area .top_box dl dd ul li .wrap dt{
  color: #4FACEF;
}

/* category_03 */
body.category_03 .list_area .top_box dl{
  background: url(../img/bg/bg_category_03.png) no-repeat 0 0;
}
body.category_03 .list_area .top_box dl dt.tit_02{
  color: #EB76D9;
}
body.category_03 .list_area .top_box > dl > dd{
  background: #FFF5FD;
}
body.category_03 .list_area .top_box dl dd ul li .wrap dl{
  background: #E681D6;
}
body.category_03 .list_area .top_box dl dd ul li .wrap dt{
  color: #EB76D9;
}

/* category_04 */
body.category_04 .list_area .top_box dl{
  background: url(../img/bg/bg_category_04.png) no-repeat 0 0;
}
body.category_04 .list_area .top_box dl dt.tit_02{
  color: #A95DC4;
}
body.category_04 .list_area .top_box > dl > dd{
  background: #FCF4FF;
}
body.category_04 .list_area .top_box dl dd ul li .wrap dl{
  background: #B660D5;
}
body.category_04 .list_area .top_box dl dd ul li .wrap dt{
  color: #A95DC4;
}

/* category_05 */
body.category_05 .list_area .top_box dl{
  background: url(../img/bg/bg_category_05.png) no-repeat 0 0;
}
body.category_05 .list_area .top_box dl dt.tit_02{
  color: #4AB85C;
}
body.category_05 .list_area .top_box > dl > dd{
  background: #F2FFF5;
}
body.category_05 .list_area .top_box dl dd ul li .wrap dl{
  background: #69C578;
}
body.category_05 .list_area .top_box dl dd ul li .wrap dt{
  color: #4AB85C;
}

/* category_other */
.list_area .top_box dl.category_other{
  background: url(../img/bg/bg_category_other.png) no-repeat 0 0;
}
.list_area .top_box dl.category_other dt.tit_02{
  color: #504EAC;
}
.list_area .top_box > dl.category_other > dd{
  background: #F5F5FF;
}
.list_area .top_box dl.category_other dd ul li .wrap dl{
  background: #504EAC;
}
.list_area .top_box dl.category_other dd ul li .wrap dt{
  color: #504EAC;
}

/*---------------------------------------
  select_area
-----------------------------------------*/
.select_area{
  margin-top: 10px;
}
.select_area dl{
  overflow: hidden;
}
.select_area .list_area .top_box{
  width: 100%;
}
.select_area .list_area .top_box dl dt.tit_02{
  width: 50%;
  float: left;
  padding: 0;
  margin: 0;
}
.select_area .list_area .top_box dl dt.tit_02 span{
  display: block;
  padding: 8px 30px 10px 58px;
}
.select_area .list_area .top_box dl dt.tit_03{
  right: 51%;
  top: 2px;
}
.select_area .list_area .top_box > dl > dd{
  float: right;
  width: 50%;
  border-bottom:none;
}

/* category_01 */
body.category_01 .select_area .list_area .top_box > dl{
  border:4px solid #F39317;
}
body.category_01 .select_area .list_area .top_box dl dt.tit_02 span{
  border-right: 4px solid #F39317;
}

/* category_02 */
body.category_02 .select_area .list_area .top_box > dl{
  border:4px solid #4FACEF;
}
body.category_02 .select_area .list_area .top_box dl dt.tit_02 span{
  border-right: 4px solid #4FACEF;
}

/* category_03 */
body.category_03 .select_area .list_area .top_box > dl{
  border:4px solid #E681D6;
}
body.category_03 .select_area .list_area .top_box dl dt.tit_02 span{
  border-right: 4px solid #E681D6;
}

/* category_04 */
body.category_04 .select_area .list_area .top_box > dl{
  border:4px solid #B660D5;
}
body.category_04 .select_area .list_area .top_box dl dt.tit_02 span{
  border-right: 4px solid #B660D5;
}

/* category_05 */
body.category_05 .select_area .list_area .top_box > dl{
  border:4px solid #69C578;
}
body.category_05 .select_area .list_area .top_box dl dt.tit_02 span{
  border-right: 4px solid #69C578;
}

@media screen and (max-width: 1000px) {
  .section_time .time_box .text{
    display: block;
    margin-top: 0;
  }
}

@media screen and (max-width: 1250px) {
  .section_search .search_box table td{
    padding: 10px 5px;
  }
  .section_search .search_box table td .inner_l{
    display: block;
    padding: 0 0 5px;
  }
  .section_search .search_box table td.select br{
    display: none;
  }
  .section_search .search_box table td.seat .inner_l{
    display: block;
    padding: 0 0 10px;
  }
}