@charset "shift_jis";

/* ========================================
	#contents
======================================== */

/* soft-title */
#soft-title {
	background: #FFF;
}
#soft-title h1 {
	min-width: 298px;
	padding: 8px;
	/*color: #0096c8;*/
	border-left: 6px solid #0096c8;
	font-size: 12px;
}
#soft-title h1 .hard {
	margin-right: 8px;
	color: #0096c8;
}

/* main-inner */
#main-inner{
}

#main-inner img {
	vertical-align: bottom;
}

.screen-area{
	background: url("../img/bg_stripe.gif");
	background-repeat: repeat;
}

.screen-area .img1{
}
.screen-area .img2{
	margin-bottom: 13px;
}
.screen-area .img3{
	margin-bottom: 20px;
}
.screen-area .img4{
	margin-bottom: 10px;
}

.screen-area .img-end{
	text-align: right;
	padding-bottom: 10px;
	padding-right: 15px;
}


.slide-area{
	padding: 15px;
	background: url("../img/bg_yellowdot.gif");
	background-repeat: repeat;
}

.slide-area .slide-box{
	margin-bottom: 15px;
}

.slide-area .prev{
	float: left;
	padding-left: 50px;
}

.slide-area .next{
	float: right;
	padding-right: 50px;
}




.txt01 {
	position: absolute;
	top: 0;
	padding: 0 2%;
	color: #fa29b3;
	font-size: 13px;
	line-height: 1.6;
}
.in-txt {
	position: relative;
}

/* main-visual */
.main-visual .in-txt .txt01 {
	padding: 0 2%;
	padding-top: 5%;
	color: #fa29b3;
	line-height: 1.45;
}

/* article */
.article05 {
	background: #FBF930;
	text-align: center;
}
.article05 p {
	padding: 2% 2% 0;
	font-size: 13px;
	line-height: 1.45;
}
.article05 .btn {
	padding: 10px 0;
}
.article06 {
	background: #FF6400;
	text-align: center;
	color: #FFF;
	font-size: 13px;
	line-height: 1.45;
}
.article06 p {
	padding: 2% 2% 0;
	font-size: 13px;
	line-height: 1.45;
}
.article06 .btn {
	padding: 10px 0;
}
.article07 .txt02 {
	position: absolute;
	top: 78%;
	left: 54%;
}
.article07 .txt03 {
	position: absolute;
	top: 50%;
	left: 43.5%;
}
p.note {
	padding: 5px 5px 0;
	color: #333333;
	text-align: left;
	font-size: 12px;
	line-height: 1.45;
}
p.note a {
	color: #333333;
}
p.note span {
	font-size: 10px;
}

/* spec */
.spec {
	margin-bottom: 15px;
	padding-top: 20px;
	text-align: center;
}
.spec.book {
	border-top: 1px solid #000000;
}
.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-top: 10px;
	font-size: 16px;
	font-weight: bold;
}
.spec .hardware {
	margin: 10px 0 20px;
}
.spec .official {
	position: relative;
	width: 250px;
	margin: 0 auto 10px;
}
.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-size: 16px 16px;
	font-size: 15px;
}
.spec.memo .official a {
	background-color: #FF6400;
	background-image: url(../img/official_arrow01.png);
}
.spec.book .official a {
	background-color: #D92E26;
	background-image: url(../img/official_arrow02.png);
}
.spec .copy {
	display: block;
	padding: 0 10px;
	margin-bottom: 20px;
	color: #FFF;
	text-align: center;
	font-size: 10px;
	line-height: 1.4;
}

.spec.memo .detail{
	margin-bottom: 15px;
}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}