@charset "shift_jis";

#contents-inner {
	padding: 0;
}
#contents-inner h2,h3,h4,p,ul,li {
	margin: 0;
	padding: 0;
}
#contents-inner img {
	vertical-align: bottom;
}

/* soft-title */
#soft-title {
	background-color: #4ac3ee;
}
#soft-title h1 {
	display: table;
	min-width: 298px;
	margin: 0;
	padding: 8px;
	font-size: 12px;
	border-left: 6px solid #ce181e;
}
#soft-title h1 .hard,
#soft-title h1 .soft-title-name {
	display: table-cell;
	vertical-align: middle;
}
#soft-title h1 .hard {
	width: 3.5em;
	color: #ce181e;
}
#soft-title h1 .soft-title-name {
	color: #FFF;
}

/* cont-inner */
.cont-inner {
	background: url(../img/cont_bg.gif) left top repeat-y;
	background-size: 100%;
}

/* movie-area */
#section01 .txt01 {
	position: relative;
	z-index: 10;
}
#section01 .movie-area {
	position: relative;
	height: 168px;
	margin: -6.1% auto 0 auto;
	padding: 14px 10px;
	background: url(../img/section01_movie_bg.gif) left top repeat-x;
	background-size: 320px 196px;
}
#section01 .movie-area .inner {
	width: 300px;
	height: 168px;
	margin: 0 auto!important;
	padding: 0!important;
}

/* section02 */
#section02 .bx-wrapper {
	position: relative;
}
#section02 .bx-viewport {
	position: absolute;
	top: 0;
	background: url(../img/section02_slider_bg.png) left top no-repeat;
	background-size: 100%;
}
#section02 .bx-controls-direction {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#section02 .bx-controls-direction a {
	position: absolute;
	display: block;
	overflow: hidden; 	
	top: 40%;
	width: 51px;
	height: 51px;
	background-image: url(../img/controls.png);
	background-repeat: no-repeat;
	background-size: 102px 51px;
	text-indent: 100%; 
	white-space: nowrap; 
}
#section02 .bx-prev {
	left: 2px;
}
#section02 .bx-next {
	right: 2px;
	background-position: -51px 0;
}

/* section03 */
#section03 .chara01,
#section03 .chara02,
#section03 .chara03,
#section03 .chara04 {
	line-height: 1.7;
	color: #FFF;
	font-size: 13px;
	text-align: center;
}
#section03 .chara01 {
	padding: 2% 3% 2.5% 3%;
}
#section03 .chara02 {
	padding: 1% 3% 2% 3%;
}
#section03 .chara03 {
	padding: 1% 3% 8% 3%;
}
#section03 .inner-wrap {
	display: table;
	width: 100%;
}
#section03 .left,
#section03 .right {
	display: table-cell;
	vertical-align: top;
}
#section03 .left {
	width: 62.5%;
}
#section03 .right {
	width: 37.5%;
}
#section03 .chara04 {
	padding: 1% 3% 13% 0;
	font-size: 12px;
}

/* section04 */
#section04 {
	background: url(../img/section04_bg.gif) left bottom no-repeat;
	background-size: 100%;
}
#section04 .txt {
	line-height: 1.7;
	padding: 1% 6% 4% 8%;
	font-size: 12px;
	color: #836335;
	text-indent: -1em;
}
#section04 .txt img {
	vertical-align: middle;
}

/* spec */
#spec {
	margin-bottom: 15px;
	padding-top: 20px;
	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-color: #d8442a;
	background-image: url(../img/official_arrow.png);
	background-repeat: no-repeat;
	background-position: 226px center;
	background-size: 17px 17px;
	font-size: 18px;
}
#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;
}