@charset "UTF-8";

body{
	background-color: #ddd;
	background: url(../images/bg_frm.jpg) repeat fixed;
	color: #000;
}

.main_bar {
    background-color: #f3f3f3;
}

h1,h2,h3{
	
}
h2::before{
  content: '[';
}
h2::after{
  content: ']';
}
h2::before,h2::after{
  padding: 0 0.5em;
  color: #555;
}
h3{
  background-color: #565656;
  color: #fff;
}
h4{
  font-size: 18px;
  line-height: normal;
  font-weight: bold;
}




/* ------------------------ オプション ------------------------- */






/*タブ切り替え*/
.panel-group{
    border:solid 1px #CCC;
    background:#fff;
    padding: 10px 20px;
}
.tab-group .tab{
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
}
.panel-group .panel{
	font-size: 14px;
	line-height: normal;
}
.tab.is-active{
    background:#338a41;
    color:#FFF;
}



/*カウントダウン*/

.yycountdown-box{
  text-align:center;
  margin:10px 0;
  color:#f00;
  font-size: 20px;
  line-height: normal;
}

#timer .yycountdown-box .yyc-day-text,#timer .yycountdown-box .yyc-day,
#timer .yycountdown-box .yyc-hou-text,#timer .yycountdown-box .yyc-hou,
#timer .yycountdown-box .yyc-min-text,#timer .yycountdown-box .yyc-min,
#timer .yycountdown-box .yyc-sec-text,#timer .yycountdown-box .yyc-sec{
  font-size:1.0em;
}


/*slider*/
.slider{
}
.slider img{
    height: auto;
    width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
.slick-dots{
	margin-bottom: -10px;	
}



/*テーブル*/

table{
  width: 90%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px auto;
}

table th,table td{
  text-align: left;
  font-size: 14px;
}
table th{
  padding: 15px 5px;
  width: 120px;
  background-color: #000000;
  color: #fff;
  text-align: center;
}
table td{
  padding: 15px;

}
table tr{
  border: solid 1px #ccc; 
}

@media screen and (max-width:781px){


  table th{
    width: 80px;
  }

}


button {
    background-color: #E63C3C;
    width: 300px;
    height: 40px;
    border: none;
    color: #fff;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    margin: 10px auto;
    text-align: center;
}

.success-msg {
    display: none;
    position: fixed;
    width: 300px;
    height: 40px;
    line-height: 40px;
    background-color: #29aba4;
    color: #fff;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 5px;
}

