@charset "utf-8";
/* [common]
---------------------------------------------------------*/
/* ------ all reset ------*/
body{
  margin:0;
  padding:0;
  font-family:メイリオ, Arial, Helvetica, sans-serif;
  word-break:break-all;
  word-wrap:break-word;
  -moz-word-wrap:break-word;
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
  }
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,p,blockquote,fieldset,div{
  margin:0;
  padding:0;
}
h1,h2,h3,h4,h5,h6{
  font-size:100%;
  font-weight:normal;
}
ul li, ol li{
  list-style:none;
}
table{
  margin:0;
  padding:0;
  border-collapse:collapse;
  border-spacing:0;
  font-size:100%;
}
caption{
  text-align:left;
}
table,pre,code,select,input,textarea,kbd,var,ins,del,samp{
  font-size:100%;
}
address,cite,dfn,em,strong,var,th,ins,del,samp{
  font-weight:normal;
  font-style:normal;
}
a {
  color: #0099cc;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(102, 204, 255, 0.5);
}
a img{
  border:0;
}
a:link,
a:visited {
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: underline;
  color:#ef8115;
}
table, pre, code, select, input, textarea, kbd, var, ins, del, samp {
  font-size: 100%;
}
button {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(102, 204, 255, 0.5);
}
input,button{
  font-family:メイリオ,Arial, Helvetica, sans-serif;
  word-break:break-all;
  word-wrap:break-word;
}
img{
  vertical-align: bottom;
}
/* ------ emg ------*/
.emg{
  text-align: center;
  clear: both;
}
.emg table{
  margin: 10px auto 0;
}
.emg table + span{
  height:10px;
  display: block;
}
/* ------ jsError ------*/
.jsError {
  width: 930px;
  background: #eeedec;
  margin: 10px auto;
  padding: 10px;
  text-align: center;
  color: #ff5345;
}
.jsError--link{
  text-decoration: underline!important;
}
/* ------ header ------*/
.header{
  width:100%;
}
.header__innner{
  width:950px;
  margin:0 auto;
  overflow:hidden;
}
.header__title{
  width:754px;
  text-align: right;
  float: left;
  padding: 13px 5px;
}
.header__logo{
  width:186px;
  float: left;
}
.header__logo--link{
  width:186px;
  height:50px;
  display:block;
}
.header__logo--img{
  padding:10px 0 8px;
}
/* ------ gototop ------*/
.gototop {
  bottom: 20px;
  position: fixed;
  right: 20px;
  z-index: 100;
  display: none;
}
/* ------ detail ------*/
.detail{
}
.detail__inner{
  width: 950px;
  margin: 0 auto;
  padding: 20px 0;
}
.detail--ttl{
  font-weight: bold;
  font-size: 125%;
}
.detail__box{
  margin: 10px auto;
  background: #ffffff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.calendar__box--clear{
  background: #fff;
}
.detail-box__item--ttl{
  font-weight: bold;
  width: 150px;
  padding: 10px;
  margin: 5px 0;
  float: left;
  display: block;
}
.detail-box__item{
  border-bottom: 1px solid #dddddd;
  margin: 0 10px;
}
.detail-box__item:last-child{
  border: none;
}
.detail-box__item--txt {
  color: #545454;
  padding: 10px;
  margin: 5px 0;
  float: left;
  width: 740px;
}
.detail-box__item--subtxt {
  font-size: 90%;
  line-height: 135%;
  display: inline-block;
  margin-top: 3px;
}
.detail-box__item--emptxt {
  font-weight: bold;
}
.deteail-box__item--indent {
  margin-left: 15px;
  display: block;
}
.detail-box__list--ttl{
  font-weight: bold;
}
.detail-box__list--txt{
  margin-bottom: 10px;
}
.calendar__box{
  margin:0 0 15px;
  text-align: center;
}
.calendar__box td{
  padding: 5px;
}
/* ------ footer ------*/
.footer {
  margin: 0 auto;
  text-align: center;
  background: #ffffff;
}
.footer__returnLink {
  margin: 0 auto;
  padding: 10px 0 0;
}
.footer__returnLink a{
  display: inline-block;
  font-weight: bold;
}
.footer .address {
  width: 950px;
  font-size: 86%;
  line-height: 1.4;
  padding: 10px 0 20px;
  margin: 0 auto;
}
/* ------ clearfix ------*/
.cf:after,
.cf:before {
  content: '';
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}