@charset "utf-8";

html {overflow-y: scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table {	border-collapse: collapse;border-spacing: 0;}
caption,th,p {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;text-align:left;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
img{vertical-align:middle;}
.line {font-size:1px;line-height:1px;}

/*--- default */
body {
	color: #333;
	font-size: 14px;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.5;
	text-align:center;
    background:#FFF;
}

body td,body th{
	font-size:14px;
}
table{
	border-collapse:collapse;
}

.content {
	height: auto;
	margin: 0 auto 20px;
	width: 100%;
	max-width: 900px;
}

#holiday {
	margin: 0;
	overflow: hidden;
}

#holiday h1 {
	background-color: #B22D00;
	color: #FFF;
	font-size: 24px;
	text-align: center;
	margin: 0 0 20px;
	padding: 20px 15px 15px;
}

#holiday h1 b {
	display: block;	
	font-size: 30px;
	font-weight: normal;
}

#holiday .sec {
	padding: 15px 0 0;
}


#holiday .sec h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 15px 10px;
	padding: 3px 15px;
	background-color: #B22D00;
	color: #fff;
}

#holiday #s2016 .attention {
	background-color: #F8DFDF;
	margin: 0 15px 15px;
	padding: 10px 0;
	overflow: hidden;
	
}

#holiday .attentionTit {
	font-size: 18px;
	margin: 10px 15px;
}
#holiday .attentionTit em {
	font-size: 22px;
}

#holiday .attentionTit br {
	display: none;
}

#holiday #s2016 p {
	font-size: 16px;
	margin: 0 15px 15px;
}
.box {
	margin: 0 15px 15px;
	overflow: hidden;
}
.expl {
	color: #cc0000;
	font-size: 13px;
}
p.ex {
	margin-bottom: 0;
	color: #403C39;
	font-weight: bold;
}
.ex span{
	background-color: #403C39;
	color: #fff;
	padding: 2px 4px;
	font-weight:normal;
}
.fred {
	color: #cc0000;
}
.sizefull {
	width: 70%;
}

.exBox {
	border: 1px dotted #00698C;
	margin: 0 15px 15px;
	padding-top: 15px;
}

#holiday #s2016 .exBox p {
	margin-bottom: 10px;
}

.btnBox {
	margin-bottom: 20px;
	overflow: hidden;
}
.btnBox a {
	display: inline-block;
	text-align: center;
	overflow: hidden;
	text-decoration: none;
	width: 46%;
	margin: 2%;
	background-color: #403C39;
	border-bottom: 1px solid #000;
	color: #FFF;
}

.btnBox a span {
	display: block;
	padding: 15px 10px;
}


#winCloseBtn {
	background-color: #000000;
}

#winCloseBtn a {
	display: block;
	color: #FFF;
	text-decoration: none;
	width: 100%;
	height: 50px;
	line-height: 50px;
}



.flexBoxSec {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.box {
	width: 100%;
	height: auto;
	max-width: 800px;
	border: #A69A92 solid 1px;
	border-collapse: collapse;
	font-size: 16px;
	height: 160px;
}


.box div {
	padding: 10px;
}

.box div p {
	text-align: center;
}

.box div.sum {
	background-color: #D3C5A8;
	text-align: center;
}
.box .fred {
	font-weight: bold;
}




.mbOn { display: none !important; letter-spacing: 0 !important;}

@media only screen and (max-width: 767px) {

		.pcOn { display: none; letter-spacing: 0;}
		.mbOn { display: inline-block !important;}
	
		#holiday h1 {
			font-size: 16px;
			text-align: left;
		}
		
		#holiday h1 b {
			font-size: 20px;
			padding-top: 5px;
		}
		
		#holiday .sec h2 {
			font-size: 16px;
			font-weight: normal;
			margin: 15px 0 10px;
			padding: 3px 0 3px 10px;
		}

	
		#holiday .attentionTit {
		font-size: 14px;
		}
		#holiday .attentionTit em {
			font-size: 18px;
		}
		#holiday .attentionTit br {
			display: block;
		}
		.expl {
			color: #cc0000;
			font-size: 12px;
		}

		.sizefull {
		width: 100%;
		}
		
		.btnBox a {
			width: auto;
			font-size: 13px;
		}
		
		.btnBox a span {
			white-space: nowrap;
		}
	
		.box table td {
		text-align: left;
		}
	
		.flexBoxSec {
		margin: 0;
		padding: 10px 0;
		display: block;
		width: 100%;
		overflow: hidden;
		}

		.box {
		width: auto;
		box-sizing: border-box;
		height: auto;
		}
		.arrow {
		display: inline-block;
		transform: rotate( 90deg );
		padding: 0 15px 0 0;
		}
		.box div {
		box-sizing: border-box;
		text-align: left;
		}
		.box div p {
		text-align: left;
		}
	
	 
	

}