/* ----------------------------------
 style
---------------------------------- */
body {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ Pro W3', Hiragino Kaku Gothic Pro, 'ＭＳ Ｐゴシック', 'MS PGothic', osaka, sans-serif;
	line-height: 1.6;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color: #FFFF00;
	text-decoration: none;
}
a:hover {
	color: #39C;
	text-decoration: none;
}
a:focus {
	outline: none;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a:hover {
	opacity: 0.7;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
section {
	text-align: center;
}
/* ----------------------------------
 textline
---------------------------------- */
#textline {
	width: 100%;
	height: auto;
	background-color: #000000;
	background-position: top center;
	background-repeat: no-repeat;
	color: #fff;
}
#textline section {
	max-width: 520px;
	margin: 0 auto;
	text-align: left;
	padding: 0.1em 0.2em 0.5em;
}
.kokuchi {
	border: 2px solid #778799;
	border-radius: 6px;
	padding: 0.5em 0.2em 0.5em 0.7em;
	margin-bottom: 1em;
}
.oubo a {
	background-color: #fff000;
	font-size: 153.9%;
	border: solid 3px #ccc;
	padding: 0.5em 2em;
	display: block;
	color: #000;
}
.oubo a:hover {
	opacity: 1.0;
	border-color: #54d58a;
}
.oubo span {
	font-size: 14px;
	text-align: left;
	position: relative;
	top: -2px;
}
/* ----------------------------------
 clock
---------------------------------- */
#countDownWrap {
   margin:50px auto;
   width:300px;
   text-align:center;
}
#clock {
   margin:0 0 15px;
   font-size:100px;
   line-height:1;
   text-align:center;
   font-family: 'Oswald', sans-serif;
}
/* ----------------------------------
 footer
---------------------------------- */
footer {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 20px;
}
.logo a {
	font-weight: bold;
	font-size: 116%;
	color: #333;
	font-family: "Hiragino Kaku Gothic Pro";
	letter-spacing: 0.2em;
}
