@charset "shift_jis";

/* ========================================
	#contents
======================================== */

/* soft-title */
#soft-title {
	background: #000;
}
#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{
}

#main-inner img {
	vertical-align: bottom;
}


#main-inner .lead {
	position: relative;
}
#main-inner .lead .text {
	position: absolute;
	top:0;
	padding: 15px 10px 0 10px;
	color: #FFF;
	font-size: 14px;
	line-height: 2;
}

#main-inner .textbg {
	position: relative;
}

#main-inner .textbg .text {
	position: absolute;
	top: 0;
	color: #FFF;
	font-size: 13px;
	line-height: 1.6;
}

#main-inner .textbg .text.text-center {
	text-align: center;
	width: 100%;
}

#main-inner .rank01 .text {
	padding: 5px 0 0 0;
}
#main-inner .rank02 .text {
	padding: 10px 0 0 0;
}

#main-inner .what {
	background-color: #052639;
}

#main-inner .what-lead .text {
	padding: 15px 15px 0 15px;
}

#main-inner .what-ttl3 {
	position: absolute;
	bottom: 0;
}

#main-inner .what-multi .text {
	padding: 5px 15px 0 15px;
	text-align: left;	
}

#main-inner .enlistment {
	background-color: #012336;
}

#main-inner .enlistment .text {
	padding: 5px 10px 0 10px;
	font-size: 12px;
}

.bx-wrapper {
    padding: 0;
    position: relative;
	top: 0;
}

#main-inner .slide {
	position: relative;
	background: url(../img/enlistment_bg.jpg) 0 0 no-repeat;
}

#main-inner .slide-img {
	position: absolute;
    top: 0;
	left: 0;
}

#main-inner .slide-img li {
    position: absolute;
    top: 0;
	left: 0;
}

.bx-wrapper .bx-controls-direction a {
    height: 43px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 46%;
    width: 38px;
    z-index: 9999;
	background-size:100% auto;
}

.bx-wrapper .bx-prev {
	background: url(../img/arw_left.png) 0 0 no-repeat;
    left: 0;
}

.bx-wrapper .bx-next {
	background: url(../img/arw_right.png) 0 0 no-repeat;
    right: 0;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/*#main-inner .slide-arw-left {
    position: absolute;
    top: 46%;
    left: 0;
	width: 12%;
}
#main-inner .slide-arw-right {
    position: absolute;
    top: 46%;
    right: 0;
	width: 12%;
}*/



/* spec */
.spec {
	margin-bottom: 15px;
	padding-top: 20px;
	text-align: center;
}

.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: #000;
	background-image: url(../img/official_arrow.png);
	background-size: 16px 16px;
	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;
}