@charset "shift_jis";

#contents-inner div,
#contents-inner p,
#contents-inner h2,
#contents-inner h3,
#contents-inner h4,
#contents-inner #main-title,
#contents-inner #section01,
#contents-inner #section02,
#contents-inner #section03,
#contents-inner #section01 .plate01,
#contents-inner #section01 dl,dt,dd,
#contents-inner #section01 .plate02,
#contents-inner #section01 .plate03 {
	margin: 0;
	padding: 0; 
}
#contents-inner img {
	vertical-align: bottom;
}

/* soft-title */
#soft-title {
	background: #FFF;
}
#soft-title h1 {
	min-width: 298px;
	margin: 0;
	padding: 8px;
	border-left: 6px solid #ce181e;
	font-size: 12px;
}
#soft-title h1 .hard {
	margin-right: 8px;
	color: #ce181e;
}
#soft-title h1 .soft-title-name {
	color: #000;
}

/* main-title */
#contents-inner #main-title {
	padding: 0 0 3% 0;
	background: url(../img/main_title_bg.png) left top no-repeat;
	background-size: 100%;
}
#contents-inner #main-title .copy {
	margin: -3% 0 0 0;
}

/* section01 */
#section01 {
	background: url(../img/section01_bg.gif) left top repeat-y;
	background-size: 100%;
}
#section01 h2 {
	line-height: 1.6;
	padding: 4% 3%;
	color: #000;
	font-size: 13px;
}
#section01 .plate01 {
	padding: 0 0 5% 0!important;
	background: url(../img/plate01_bg.png) left top no-repeat;
	background-size: 100%;
}
#section01 .plae01 h3 {
	margin: 0 0 1% 0;
}
#section01 .plate01 .txt,
#section01 .plate03 .upper .txt {
	line-height: 1.6;
	padding: 2% 3% 3% 3%!important;
	color: #FFF;
	font-size: 13px;
}

#section01 .plate02 {
}
#section01 .plate02 h3 {
	position: relative;
	z-index: 10;
}

#section01 .plate02 ul {
	list-style: none;
}
#section01 .plate02 ul,li {
	margin: 0;
	padding: 0;
}
#section01 .plate02 .slider-area {
	overflow: hidden;
	/*width: 320px;
	height: 400px;*/
	margin: -12% auto 0 auto;
}
/*
.flipsnap {
	width: 640px; 
}
.item {
	float: left;	
	width: 320px;
	cursor: pointer;
}
*/
#section01 .plate02 .txt,
#section01 .plate03 .lower .txt {
	line-height: 1.6;
	padding: 2% 3% 3% 3%!important;
	color: #000;
	font-size: 13px;
}

#section01 .plate03 {
}
#section01 .plate03 .upper {
	background: url(../img/plate03_bg01.png) left top no-repeat;
	background-size: 100%;
}
#section01 .plate03 .upper h3 {
}

#section01 .plate03 .lower {
	background: url(../img/plate03_bg02.png) left top no-repeat;
	background-size: 100%;
}


/* section02 */
#section02 {
	background: url(../img/section02_bg.gif) left top repeat-y;
}

#section02 .txt {
	line-height: 1.6;
	padding: 2% 3% 5% 3%!important;
	color: #000;
	font-size: 13px;
}
#section02 .txt span {
	color: #f73939;
}


/* section03 */
#section03 {
	padding: 0 0 5% 0!important;
	background: url(../img/section03_bg.png) left top no-repeat;
	background-size: 100%;
}
#section03 .btn {
}



/* 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 .type {
	margin-bottom: 10px;
}
#spec .data {
	margin-bottom: 8px;
	color: #666666;
	font-size: 12px;
}
#spec .data span {
	color: #5D3D05;
}
#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: 15px;
	padding: 10px 0;
	color: #FFF;
	text-decoration: none;
	background: url(../img/official_arrow.png) 226px center no-repeat #473002;
	background-size: 16px 16px;
}
#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;
}