@charset "shift_jis";

/* ========================================
	#contents
======================================== */

/* soft-title */
#soft-title {
	background: #5D0C10;
}
#soft-title h1 {
	min-width: 298px;
	padding: 8px;
	color: #FFF;
	border-left: 6px solid #CE181E;
	font-size: 12px;
}
#soft-title h1 .hard {
	margin-right: 8px;
	color: #CE181E;
}

/* main-inner */
#main-inner {
	padding: 0 0 0.01%;
	background: url(../img/main_inner_bg01.gif);
	background-size: 14px;
}
#main-inner img {
	vertical-align: bottom;
}
.txt01 {
	font-size: 13px;
	line-height: 1.69;
}

/* main-visual */
.main-visual {
	margin: 0 0 6.25%;
	background: url(../img/main_visual_bg01.gif);
	background-size: 27px;
}
.main-visual .txt01 {
	padding: 0 3.125%;
	color: #FFF;
}

/* article */
.article {
	margin: 0 0 6.25%;
	padding: 0 0 6.25%;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	background:url(../img/article_wrap_bg01.gif);
}
.article .txt01 {
	padding: 0 3.75%;
	color: #4D301E;
}
.article .txt01.ta-center {
	text-align: center;
}
/* article01 */
.article01 {
	border-top-color: #A6D6B6;
	border-bottom-color: #024417;
}
.article01 dt {
	background:url(../img/article01_bg01.gif);
	background-size: 14px;
}
/* article02 */
.article02 {
	border-top-color: #80A6CF;
	border-bottom-color: #02264F;
}
.article02 dt {
	background:url(../img/article02_bg01.gif);
	background-size: 14px;
}
/* article03 */
.article03 {
	margin: 0;
	border-top-color: #E1878C;
	border-bottom-color: #63070C;
}
.article03 .txt01 {
	padding-top: 2.8125%;
	padding-bottom: 5.9375%;
	background: none;
}
.article03 dt,
.article03 .wrap {
	background:url(../img/article03_bg01.gif);
	background-size: 14px;
}
.article03 .wrap {
	margin-bottom: 3.4375%;
}
.article03 .wrap.last-c {
	margin-bottom: 0;
}
.article03 .in-txt01 {
	width: 53.75%;
	margin: 0 0 0 21.875%;
}
.article03 .in-txt01 p {
	float: left;
	margin: 0;
	background: none;
}
.article03 .a03-01 {
	width: 5%;
}
.article03 .a03-02 {
	width: 65%;
}
.article03 .a03-03 {
	width: 30%;
}
.article03 .a03-04 {
	width: 100%;
}
/* article04 */
.article04 {
	position: relative;
	margin: 0;
	background: none;
	border: none;
}
.article04 .movie {
	box-sizing: border-box;
	width: 93.75%;
	margin: 0 auto;
	padding: 4px;
	background: #430000;
	border-radius: 2px;
}
.article04 .no-script {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.article04 .movie-inner {
	position: relative;
	padding-top: 56.25%;
}
.article04 .movie iframe {
	position:absolute;
	top:0;
	left:0;
	width:100% !important;
	height:100% !important;
}

/* spec */
#spec {
	margin-bottom: 15px;
	padding-top: 20px;
	text-align: center;
}
#spec .back-btn {
	margin: 0 0 15px;
	text-align: center;
}
#spec .spec-border01 {
	padding: 15px 0 0;
	border-top: 1px solid #000;
}
#spec .logo {
	margin-bottom: 20px;
}
#spec .title {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}
#spec .hardware {
	margin-top: 14px;
	margin: 20px 0;
}
#spec .official {
	position: relative;
	width: 250px;
	margin: 0 auto 20px;
}
#spec .official a {
	display: block;
	border-radius: 8px;
	padding: 18px 0;
	color: #FFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 226px center;
	background-color: #EA3535;
	background-image: url(../img/official_arrow.png);
	background-size: 17px 17px;
	font-size: 15px;
}
#spec .copy {
	display: block;
	padding: 0 10px;
	margin-bottom: 20px;
	color: #8C8C8C;
	text-align: center;
	font-size: 10px;
	line-height: 1.4;
}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}