@charset "utf-8";


/* webfont
----------------------------- */
.day {	/* カウントダウン数字 */
	font-family: 'Raleway', 'Meiryo', sans-serif;
}



.top_image img {
	margin: 1em 0;
}

/* トップテキスト
----------------------------- */
.top_text1 {
	background: #dc7415;
	padding: .1em 0;
	color: #fff;
	text-align: center;
	font-size: 4rem;
	font-weight: bold;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.top_text2 {
	background: #292639;
	padding: 1em .3em;
}
.top_text2 img {
	margin: auto;
}




/* カウントダウン部分
----------------------------- */
.countdown {
	text-align: center;
	background: #333;
	border: 2px solid #fff;
	border-radius: 50px;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.5);

	margin: 0 .5em -7em 0;
	z-index: 10;
	position: relative;

	-moz-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
@media (max-width: 960px) {
	.countdown {
		box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
		margin: .5em;
	}
}
.countdown:hover {

	background: #555;
}
.countdown a:link, .countdown a:visited {
	color: #fff;
	text-decoration: none;
}

.countdown p {
	font-size: 2rem;

}
.day {	/* 数字部分 */
	font-size: 9rem;
	line-height: .8;
	margin: 0 .2em;
	font-weight: bold;
	text-shadow: 5px 0 0 #dc7415;
}
.hatsubai {	/* 発売当日 */
	font-size: 4rem;
	font-weight: bold;
	display: block;
	margin-top: .3em;
}




/* 中段告知ドデカバナー
----------------------------- */
.middle_banner {
	list-style: none;
	margin: 0;
	padding: 0;
}
.middle_banner img {
	margin: 0 auto 1em;
	border-radius: 15px;
	box-shadow: 0 0 15px rgba(0,0,0,0.5);

	-moz-transition: all .1s ease-out;
	-webkit-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	transition: all .1s ease-out;
}
.middle_banner img:hover {
	box-shadow: 0 0 20px rgba(0,0,0,0.3);

	-moz-transform: scale3d(1.01,1.01,1);
	-ms-transform: scale3d(1.01,1.01,1);
	-webkit-transform: scale3d(1.01,1.01,1);
	transform: scale3d(1.01,1.01,1);
}
.middle_banner img.noradius {	/* バナーの角を丸めない */
	border-radius: 0;
}


/* ついったー
----------------------------- */
.twitter-timeline {	/* 最大横幅が微妙に足りてないのでセンタリング */
	margin: auto;
	display: block;
}

/* 更新履歴
----------------------------- */
#history {
	margin: 0 0 1.5em;
	height: 280px;
	overflow: auto;
}
#history a:link, #history a:visited {
	font-weight: bold;
}

#history dt {
	float: left;
	margin: .5em .5em 0 .5em;
	height: 3em;;
}
#history dd {
	padding: .5em;
}
#history dd:after {
	content: " ";
	width: 100%;
	padding: .5em;
	margin: auto;
	display :block;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}







#image_box {
	margin: 0 0 3em;
	box-shadow: 0 0 25px rgba(255,50,150,0.8);
}




/* スペック表
----------------------------- */
#spec dl {
	margin: 0 .5em .5em;
}
#spec dd {
	margin-bottom: .3em;
}
.spec_text {	/* フィクションことわり書き */
	margin-top: 1em;
	padding: 0 .5em;
	font-size: 1.2rem;
	text-align: center;
}

