@charset "utf-8";
/* CSS Document */

nav.countdown {
	background-color:#000;
	text-align:center;
	padding:15px 0 10px;
	font-size:200%;
	line-height:130%;
	color:#FFF;
}
div.countdown {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:500;
	text-align:center;
	font-size:190%;
	line-height:100%;
	color:#D00;
	margin-top:35px;
}





/* CSS Document */

header h1 {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:700;
	text-align:center;
	font-size:280%;
	line-height:120%;
	color:#D00;
	margin:30px 0;
}


dl {
	border:solid 1px #BBB1B2;
	background-color:#FDF9F9;
	padding:30px 30px;
	width:800px;
	margin:30px auto;
	text-align:center;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
dl dt {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:700;
	font-size:200%;
	line-height:120%;
	border-bottom:solid 1px #BBB1B2;
	padding:0 0 8px;
}
dl dd {
	margin:30px 0 0;
}
dl dd p {
	margin:5px 0;
	font-size:130%;
	line-height:150%;
}
dl dd p:nth-of-type(4) {
	font-size:90%;
	line-height:150%;
	margin:20px 0;
}
dl dd p strong {
	color:#F00;
}




/* CSS Document */

form {
	text-align:center;
	margin:30px 0;
}
input[type="submit"] {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:700;
	position: relative;
	border-radius: 4px;
	border:none;
	color: #fff;
	padding:25px 30px;
	font-size:140%;
	line-height: 100%;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0px 1px 0px #f56778;
	cursor:pointer;
	text-shadow:2px 2px 0 rgba(0, 0, 0, 0.1);
}
input[type="submit"],
input[type="submit"]:hover {
	border-bottom: 4px solid #cb5462;
	background-color: #f56778;
	background-image: -webkit-linear-gradient(top, #f997b0, #f56778);
	background-image: linear-gradient(to bottom, #f997b0, #f56778);
	box-shadow: inset 1px 1px 0 #fbc1d0;
}
input[type="submit"]::before,
input[type="submit"]::after {
	bottom: -1px;
	left: -1px;
	width: 200px;
	height: 50px;
	border: 1px solid #ee8090;
	border-bottom: 1px solid #b84d5a;
	border-radius: 4px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition: none;
	transition: none;
}
input[type="submit"]::before {
	height: 48px;
	bottom: -4px;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 1px 1px 0px #bfbfbf;
}
input[type="submit"]:hover {
	background: #f56778;
	background-image: -webkit-linear-gradient(top, #f56778, #f997b0);
	background-image: linear-gradient(to bottom, #f56778, #f997b0);
	color: #913944;
	text-shadow: 0px 1px 0px #f9a0ad;
}
input[type="submit"]:active {
	bottom: -4px;
	margin-bottom: 4px;
	border: none;
	box-shadow: 1px 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, .3);
}
input[type="submit"]:active::before,
input[type="submit"]:active::after {
	border: none;
	box-shadow: none;
}