/*--------------------*
 *  default settings
 *--------------------*/
*{
  margin: 0px;
  padding: 0px;
}
html{
  overflow-y:scroll;
  -webkit-text-size-adjust: none;
}
BODY{
  text-align:center;
  font-size:80%;
  line-height:1.3;
  color:#775436;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック";
  _line-break: strict;
  background-color: #100000;
}
IMG{
  border: 0;
}
FORM{
  margin: 0 auto;
  padding: 0;
}
TABLE{
  border-collapse: collapse;
  border-spacing:0px;
  empty-cells: hide;
  text-align: left;
  font-size: 1em;
  border: 0;
  padding: 0;
}
TR, TD, TH, THEAD, TBODY, TFOOT, COLGROUP, COL{}
UL{
  margin: 0;
  padding: 0;
  list-style-type: disc;
}
OL{
  margin: 0;
  padding: 0;
  background: url("../../image/common/spacer.gif") no-repeat scroll 0 0 transparent;
}
LI{
  margin: 0;
  padding: 0;
}
H1,H2,H3,H4,H5{
  margin: 0 auto;
  text-align: left;
  background: url("../../image/common/spacer.gif") no-repeat scroll 0 0 transparent;
}
P{
  margin: 0 auto;
  text-align: left;
  background: url("../../image/common/spacer.gif") no-repeat scroll 0 0 transparent;
}
HR{display:none;}
EM{font-style:normal;font-weight:bold;}
H1,H2,H3,H4,H5,H6{font-size:1.1em;font-weight: bold;}
A{color:#771379;}
A:hover{
  color:#a10ea4;
  text-decoration:none;
}
H4 A{color:#D8281A;}
H4 A:hover{color:#f5463a;}
H4 A:visited{color:#990000;}

/*--------------------
campaign
--------------------*/
#campaign P {
  margin-top:0px;
  font-size: 16px;
  text-align: center;
  color:#0F0B0A;

}

#campaign img {
  margin-top:10px;
}

/*--------------------
common class setting
--------------------*/
.clear{
  clear: both;
  float:none;
  line-height:0px;
  font-size:0px;
  height:0px;
}
.hide{
  display:none;
}
.icon{
  float:left;
  text-align:center;
}
.icon_category{margin-bottom:0px;}
.icon_player{margin-bottom:3px;margin-top:2px;}
.icon_new{margin-bottom:3px;}
.free_info {
  padding-top:3px;
  text-align:center;
  color:#e5bc08;
  font-size:1.2em;
}
.pr,
.pr A,
.price_discount{color:#A91C8D;}
.pr A:hover{color:#7b1c6f;}
.limited{color:#33969b;}
P.pr{}
DIV.pr,
DIV.limited{
  line-height:1.2;
  font-size:12px;
  margin: 0;
}
.price_discount{text-align:right;}
.price_normal{text-align:right;}
.section_bdy,
.article_bdy,
.menu_bdy{
  width:100%;
  background-repeat:repeat-y;
}
.section_ftr,
.article_ftr,
.menu_ftr{
  width:100%;
  background-repeat:no-repeat;
  background-position:0 bottom;
}
.section_hdr,
.article_hdr,
.menu_hdr{
  width:100%;
  background-repeat:no-repeat;
  background-position:0 top;
}
/*Clear-Fix(IE対策のためセットで利用する)
TAG{
  zoom:100%;
}
TAG:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
*/

/*--------------------
#base
--------------------*/
#index_base{
  margin:0px auto;
  background:url(../../image/contents/header_index.jpg) no-repeat 50% 0px;
}
#base{
  width: 720px;
  margin:0px auto;
  background:url(../../image/contents/bg_base.jpg) repeat-y 50% 0px;

}
/*--------------------*
#header
*--------------------*/
#header H1{
  width:720px;
  height:150px;
  text-align:center;
  background:url(../../image/contents/header.jpg) no-repeat 50% 0px;
}
#extra_header{
  margin:0px auto;
  text-align:center;
  background:url(../../image/contents/header.jpg) no-repeat 50% 0%;
}
#index_basebdy{
  margin:0px auto;
  background:url(../../image/contents/header_index.jpg) no-repeat center 0;

}

#basebdy{
  margin:0px auto;
  background:url(../../image/contents/header.jpg) no-repeat 50% 0px;
}
#header H1 A{
  display:block;
  width:720px;
  height:100%;
  margin:0px auto;
  text-indent:-9999px;
}
#extra{}
/*--------------------*
#headernavi
*--------------------*/
#headernavi{
  width:720px;
  margin:0px auto 0px;
}
#headernavi UL{
  display:block;
  width:720px;
  list-style-type: none;
  zoom:100%;
}
#headernavi UL:after{
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
#headernavi LI{
  display:block;
  height:57px;
  float: left;
}
#headernavi LI A,
#headernavi LI DIV{
  display:block;
  width:100%;
  height:100%;
}
/*custom-width*/
#headernavi LI.top {width:77px;}
#headernavi LI.profile {width:160px;}
#headernavi LI.explain {width:160px;}
#headernavi LI.sample {width:160px;}
#headernavi LI.link {width:163px;}
#headernavi LI.top{background:url(../../image/contents/navi/top_over.jpg) no-repeat 0px 0px;}
#headernavi LI.top A{background:url(../../image/contents/navi/top.jpg) no-repeat 0px 0px;}
#headernavi LI.profile{background:url(../../image/contents/navi/profile_over.jpg) no-repeat 0px 0px;}
#headernavi LI.profile A{background:url(../../image/contents/navi/profile.jpg) no-repeat 0px 0px;}
#headernavi LI.explain{background:url(../../image/contents/navi/explain_over.jpg) no-repeat 0px 0px;}
#headernavi LI.explain A{background:url(../../image/contents/navi/explain.jpg) no-repeat 0px 0px;}
#headernavi LI.sample{background:url(../../image/contents/navi/sample_over.jpg) no-repeat 0px 0px;}
#headernavi LI.sample A{background:url(../../image/contents/navi/sample.jpg) no-repeat 0px 0px;}
#headernavi LI.link{background:url(../../image/contents/navi/link_over.jpg) no-repeat 0px 0px;}
#headernavi LI.link A{background:url(../../image/contents/navi/link.jpg) no-repeat 0px 0px;}
#headernavi LI A:hover{background-image:none;background-color:transparent;}
#headernavi LI SPAN{display:none;}

/*--------------------*
#extra
*--------------------*/
#extra{
  width:716px;
  margin:0px auto;
  text-align: center;
}

/*--------------------*
#topicpath
*--------------------*/
#topicpath{
  padding:10px 20px 5px;
  color:#491D00;
}

/*--------------------*
#page_ttl
*--------------------*/
#page_ttl{
  width:100%;
  height:122px;
  background:url(../../image/contents/page_ttl.jpg) no-repeat 50% 0%;
  margin-bottom:15px;
}
#page_ttl IMG{
  text-align:center;
  margin-top:35px;
}

/*--------------------*
#menu_ttl
*--------------------*/
#menu_ttl{
  width:100%;
  height:122px;
  margin-bottom:3px;
  background:url(../../image/contents/menu_ttl.jpg) no-repeat 50% 0%;
}
#menu_ttl H2{
  text-align:center;
}
#menu_ttl H2 .icon_category{margin-bottom:6px;}
#menu_ttl H2 .title{margin-top:26px; color:#DEB887;}
/*--------------------*
#menu_header
*--------------------*/
#menu_header{
  margin:0 auto;
  width:660px;
}
#menu_header P{
  padding:5px 0;
  text-align:center;
  color: #491D00;
}
#menu_header P.menu_caption{
color: #491D00;}
#menu_header P.pr,
#menu_header P.pr A{color:#d00079;font-weight:bold;}
#menu_header P.price {color:#491D00;}
#menu_header P.price STRONG{color:#880000;}
#menu_header P.attention A{color:#AC0000;}
#menu_header P.attention A:hover{color:#FF6600;}
#menu_header P.attention STRONG{color:#880000;}
/*--------------------*
#menu_caption
*--------------------*/
#menu_caption{
  margin:15px auto 10px;
  width:638px;
}
#menu_caption P{
  padding-bottom:5px;
  text-align:center;
  color:#FFF5DA;
}
#menu_caption P.pr,
#menu_caption P.pr A{color:#ECB452;}
#menu_caption P.attention{color:#FFF5DA;}
#menu_caption P.attention STRONG{color:F0AA28;}

/*--------------------
#footer
--------------------*/
#footer{
  width:716px;
  margin:20px auto 0px;
  text-align:center;
  min-height:1%;
  _height:1%;
}
#footer ADDRESS,
#footer EM{
  text-decoration:none;
  font-style:normal;
}
#footer UL{list-style-type:none;}
#footer LI{
  display:inline;
  line-height:35px;
}
#footer A:hover{color:#99104A;}
/**/
#footernavi {
  color:#491D00;
  /* height:35px; */
  background-color: #F8F4DB;
}
#footernavi A{color:#491D00;}
#footernavi SPAN{color:#F5DEB3;}
/**/
#footerCopy{padding:25px 0px 20px;}
#zapCopy{margin-top:10px;color:#491D00;}
#ispCopy{margin-top:10px;}
#ispInfo{margin-top:10px;}
#ispInfo DIV{padding-bottom:5px;}
#ispInfo,#ispInfo A{color:#C12800;}
#ispCopy,#ispCopy A{color:#C12800;}

/*--------------------*
#maintenance
*--------------------*/
#maintenance{
  width: 510px;
  margin: 15px auto 15px auto;
  font-size: 1em;
  text-align: center;
  background:#EEE8AA;
  color: #996633;
}
#maintenance #maintenancebody{
  border: 3px double #FF6633;
  padding:10px 5px;
}
#maintenance #maintenance_title{
  padding-bottom:4px;
  font-weight: bold;
  font-size: 1.25em;
  color: #DC500A;
}
#maintenance P.maintenanceDate{
  margin: 0 auto 5px;
  text-align: center;
  font-weight: bold;
  color: #5A2E09;
}
#maintenance P.maintenanceComment{
  text-align: left;
  line-height: 1.3;
  text-align: center;
}
#maintenance A{
  color:#FFF!important;
  background:#6D2A00!important;
}
/*--------------------*
#free_group
*--------------------*/
#free_group{
  width:716px;
  margin: auto;
}
#free_group .section_bdy{
  width: 100%;
  margin:auto;
  background-image:url(../../image/index/free_group/section_bdy.jpg);
  color:#FFF3D7;
}
#free_group .section_ftr{
  padding-bottom:40px;
  background-image:url(../../image/index/free_group/section_ftr.jpg);


}
#free_group .section_hdr{
  background-image:url(../../image/index/free_group/section_hdr.jpg);
}

#free_group H3{
  height:65px;
  text-indent:-9999px;
  margin-bottom:10px;
}
#free_group .menu_bdy{
  width:100%;
}
#free_group .severalmenu{
  width:555px;
  margin:auto;
  padding:25px 0 10px;
}
#free_group H4{
  margin-bottom:5px;
}
#free_group .icon{width:85px;}
#free_group .menu_info{
  width:465px;
  float:left;
}
#free_group .price_info{
  text-align:right;
  padding-top:5px;
}
#free_group H4 A{padding:3px 0px;}
#free_group A{color:#FFC080;}
#free_group A:hover{color:#FFEEAA;}
#free_group A:visited{color:#DDAA50;}
#free_group .horizon{
  width:530px;
  height:11px;
  margin:3px auto;
  border-bottom:1px solid #5D3B28;
}
#free_group .price_allfree{
  background:url(../../image/index/free_group/free_btn.gif) no-repeat scroll 50% top transparent;
}
/*--------------------*
#extra_group
*--------------------*/
#extra_group{
  padding-bottom: 20px;
  width:716px;
  margin:0 auto;
}
#extra_group .section_bdy{
  background-image:url(../../image/index/extra_group/section_bdy.jpg);
  color:#491D00;
  text-align:left;
}
#extra_group .section_ftr{
  padding-bottom:32px;
  background-image:url(../../image/index/extra_group/section_ftr.jpg);
  min-height:370px;
  _height:370px;
}
#extra_group .section_hdr{
  background-image: url(../../image/index/extra_group/section_hdr.jpg);
  padding-top:10px;
  min-height: 360px;
  _height: 360px;
}
#extra_group H3{
  width:716px;
  margin:0px auto;
}
#extra_group .right{width: 665px;}
#extra_group .menu_bdy{background-image:url(../../image/index/extra_group/menu_bdy.jpg);width:376px;margin:0 0 5px;text-align:center;float: right;}
#extra_group .menu_hdr{background-image:url(../../image/index/extra_group/menu_hdr.jpg);padding-top:14px;}
#extra_group .menu_ftr{background-image:url(../../image/index/extra_group/menu_ftr.jpg);padding-bottom:10px;}

#extra_group .severalmenu{
  width:340px;
  margin:0 auto;
}
#extra_group .icon{
  width:60px;
  float:left;
}
#extra_group .icon .icon_category{}
#extra_group .menu_info{
  width:270px;
  float:right;
}
#extra_group .menu_info H4{
  font-size:1.1em;
}
#extra_group .price_info{
  text-align:right;
  padding-top:5px;
}

/*--------------------*
#free_extra
*--------------------*/
#free_extra{
  padding-bottom: 20px;
  width:716px;
  margin:0 auto;
}

#free_extra H3{
  width:700px;
  height:118px;
  margin:0px auto 0px;
}

#free_extra .section_bdy{
  text-align:left;
  background-image:url(../../image/index/extra_group/section_bdy.jpg);
  color:#573F1D;
}
#free_extra .section_ftr{
  padding-bottom:35px;
  background-image:url(../../image/index/extra_group/section_ftr.jpg);
  min-height:355px;
}
#free_extra .section_hdr{
  background-image:url(../../image/index/extra_group/section_hdr.jpg);
  padding-top:5px;
}

#free_extra .menu_hdr{
  background-image:url(../../image/index/extra_group/menu_hdr.jpg);
  padding-top: 22px;
}
#free_extra .menu_bdy{
  background-image:url(../../image/index/extra_group/menu_bdy.jpg);
  width:376px;
  margin:10px 26px 10px;
  text-align:center;
  }
#free_extra .menu_ftr{
  background-image:url(../../image/index/extra_group/menu_ftr.jpg);
  padding-bottom:20px;
}

#free_extra .severalmenu{
  width:318px;
  margin:0 auto;
}
#free_extra .icon{
  width:60px;
  float:left;
}
#free_extra .icon .icon_category{}
#free_extra .menu_info{
  width:250px;
  float:right;
}
#free_extra .menu_info H4{
  padding:0px 0px 5px;
  font-size:1.1em;
}
#free_extra .price_info{
  text-align:right;
  padding-top:5px;
}
#free_extra .menu_info H4 A{color:#FE0904;}
#free_extra .menu_info H4 A:hover{color:#ff3f3f;}



/*--------------------*
#info_group
*--------------------*/
#info_group {
  margin: 0 auto 25px;
  width: 716px;
}
#info_group .section_bdy {
  background-image: url("../../image/explain/info_group/section_bdy.jpg");
}
#info_group .section_hdr {
}
#info_group .section_ftr {
  background-image: url("../../image/explain/info_group/section_ftr.jpg");
  padding-bottom: 50px;
}
#info_group .detail_txt {
  color: #391C0E;
  margin: 6px 30px 0;
  text-align: left;
  width: 260px;
}
#info_group .detail_txt P {
  text-align: left;
  font-size: 1.2em;
}
#info_group P {
  width: 260px;
}
#info_group .severalmenu {
  margin: 0 auto;
  width: 648px;
}
#info_group .severalmenu .detail_txt {
  min-height:140px;
  _height:140px;
}
#info_group .severalmenu2 {
  margin: 20px auto 0;
  width: 648px;
}
#info_group .severalmenu2 .detail_txt {
  min-height:162px;
  _height:162px;
}
#info_group .left_bdy {
  float: left;
  overflow: hidden;
  width: 324px;
}
#info_group .right_bdy {
  float: right;
  overflow: hidden;
  width: 324px;
}
#info_group .menu_bdy {
  background: url("../../image/explain/info_group/menu_bdy.jpg") repeat-y scroll 50% center transparent;
}
#info_group .menu_ftr {
  background: url("../../image/explain/info_group/menu_ftr.jpg") no-repeat scroll 50% bottom transparent;
  padding-bottom: 20px;
}
#info_group .menu_hdr {
  min-height: 305px;
  padding-top: 12px;
}
.red {
  color: red;
  font-weight: bold;
}
.c-red {
  font-size:0.8em;
  color: red;
}
/*--------------------*
.menu_ttl_bar
.menu_info A{
*--------------------*/
.new_menu_ttl_bar H2,
.on_ttl_limited_txt{
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", Meiryo, serif;
}
.new_menu_ttl_bar H2,
#next_group .new_menu_ttl_bar H2{
  color:#FEE4B7;
  font-size: 1.6em;
  line-height: 1.3;
  text-align: left;
  margin-bottom: 0;
  font-weight: normal;
}
.new_menu_ttl_bar .severalmenu {
  margin: 0 auto;
  width: 520px;
}
.new_menu_ttl_bar{
  margin: 20px auto;
  width: 704px;
}

.new_menu_ttl_bar .menu_bdy ,#next_group .new_menu_ttl_bar .menu_bdy{
  background-image:url(../../image/contents/menuttl_bdy.png);
  margin: 0 auto;
  width: 704px;
}
.new_menu_ttl_bar .menu_ftr ,#next_group .new_menu_ttl_bar .menu_ftr{background-image:url(../../image/contents/menuttl_ftr.png);
  padding-bottom: 0px;
  position: relative;
  bottom: -15px;
}
.new_menu_ttl_bar .menu_hdr ,#next_group .new_menu_ttl_bar .menu_hdr{background-image:url(../../image/contents/menuttl_hdr.png);
  padding-top:33px;
  position: relative;
  top: -35px;
}
.new_menu_ttl_bar .menu_ttl {
  margin: 0 auto;
  text-align: center;
}
.new_menu_ttl_bar .icon_category{
  margin-right:10px;
  float:left;
}
.new_menu_ttl_bar H2 .menu_ttl{
  float:left;
}

