@charset "UTF-8";
/* CSS Document */
/* 基本情報 */
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
a{color:#FFF;text-decoration: none;}
a:hover{color:#FFFF00;}

@keyframes bodyFadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
 @-webkit-keyframes bodyFadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
img {
	max-width: 100%;
	height: auto;
}
body {
	animation: bodyFadeIn 2s ease 0s 1 normal;
	-webkit-animation: bodyFadeIn 2s ease 0s 1 normal;
font-family: bokutoh-ruika,sans-serif;
font-weight: 100;
font-style: normal;
}

ol, ul {
	list-style: none;
	list-style-type: none;
}

#contents {
width: 100%;
margin: 0 auto;
padding:0;
text-align: left;
}
#secrethobby{width:100%;margin:0 auto;background: url("../../_img/bg.jpg") center top no-repeat #000;}

#secrethobby h1{font-size:14px; font-weight:bold; text-align:center; color:#000; width:100%; background:#FF0000;margin:0; padding:5px 0;}

#secrethobby #timer{width:688px;height:260px;margin:0 auto;background: url("../../_img/counter_bg.png")}
#secrethobby #mv1{width:800px; margin:50px auto 0;}
#secrethobby .box_video{
	height:0;border:1px solid #999;
	padding-bottom:56%;
	position:relative;
	margin:0px auto 0;
}
#secrethobby .box_video iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#btn1{width:500px;margin:0 auto;}

/* clearfix */
.clearfix {
	zoom: 1;
}
.clearfix:after, ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
