
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -o-box-sizing:border-box;
  }

a{text-decoration:none}

ul{list-style-type:none}
html,body{
  background:#fff;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  *font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  line-height:1.5em;
  font-size:14px!important;
  height:100%;
  }

body{background:#FFF;}

#wrapper{
  width:100%;
  height:100%;
  background:#fff;

}

#wrapper #btn-sbm{margin-bottom:20px}

#wrapper #btn-sbm li{display:inline-block; margin-right:20px;}



#wrapper #header{ background:#eee; padding:20px; margin-bottom:30px;}
#wrapper #header #mainvisual{ width:640px; margin:0 auto 20px;text-align:center;}
#wrapper #header #mainvisual img { width:auto; max-height:360px;}
#wrapper #header #event_tit{text-align:center; font-size:1.3em}


#wrapper #main_contents{
  width:760px;
  height:430px;
  overflow:auto;
  margin:0 auto;
  padding-bottom:20px;
}
#wrapper #main_contents .event_txt{overflow: hidden;margin:0 auto 30px; width:80%;}
#wrapper #main_contents .event_txt a {text-decoration: underline;}
#wrapper #main_contents .event_txt a:link, a:visited, a:hover, a:active {color:#000;}
#wrapper #main_contents .event_txt ul li {margin-left: 1.2em;list-style: disc;}
#wrapper #main_contents .event_txt ol li {margin-left: 1.5em;list-style: decimal;}
#wrapper #main_contents .event_txt p {overflow: hidden;}
#wrapper #main_contents .event_txt img {margin-top: 0 !important;margin-bottom: 0 !important;overflow: hidden;max-width: 100%;height: auto;}

#wrapper #main_contents table{
  width:80%;
  margin:0 auto;
  background:#eeeeee;
  border:0;
  border-collapse:collapse
  }

#wrapper #main_contents table tr th{width:20%}
#wrapper #main_contents table tr td{width:80%}
#wrapper #main_contents table tr td .zerotic{
    margin: 0 0 10px;
    color: #fff;
    background: #d32c25;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: relative;
    display: block;
    width: 200px;
}

#wrapper #main_contents table tr td .zerotic:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#wrapper #main_contents table tr th,#wrapper #main_contents table tr td{padding:20px;}

#wrapper #main_contents table tr:nth-child(even){background:#f8f8f8}

#wrapper #main_contents table tr:nth-child(even) th{background:#dedede}
#wrapper #main_contents table tr:nth-child(odd) th{background:#e7e7e7}
#official_btn_box{padding-top:15px;padding-bottom: 15px;}
#official_btn_box a{
  display:block;
  padding:20px;
  width:40%;
  margin:0 auto;
  border-radius:3px;
  background:#333;
  text-align:center;
  color:#FFF;
  font-weight:bold;
  font-family: 'Maven Pro', sans-serif;
  vertical-align:middle;
  font-size:1.3em;
  position: relative;
  }

#official_btn_box a:after{
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom:0;
  margin: auto 0;
  width: 12px;
  height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* 独立ページ用 */
body.is-page #wrapper #main_contents {
  height: auto;
}

body.is-page #logo {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  background: #fff;
}

