@charset "shift_jis";

#soft-title {
	margin: 0;
	padding: 0;
	height:30px;
	background-color: #fff;
}
#soft-title h1 {
	min-width: 298px;
	padding: 8px;
	color: #000;
	border-left: 6px solid  #0091ff;
	font-size: 12px;
}
#soft-title .soft-title-name {
	color: #000;
}
#soft-title h1 .hard {
	padding-right: 8px;
	color: #0091ff;
	vertical-align: middle;
}

#contents-inner div,
#contents-inner p,
#contents-inner h2,
#contents-inner h3,
#contents-inner h4 {
	margin: 0;
	padding: 0; 
}
#contents-inner img {
	vertical-align: text-bottom;
}
#contents-inner .txt {
	line-height: 1.6;
	letter-spacing:2px;
	padding: 0 15px;
	color: #523400;
	font-size: 13px;
	font-weight:bold;
}

/* main-area */
#contents-inner #main-area {
	background-size: 100%;
}

#contents-inner .article01 .movie-bg {
	position:relative;
	width:100%;
	height:auto;
	padding: 0% 4.6875% 5.6875% 3.5%;
	margin:0 auto;
	background: url(../img/ariticle01_mov_bg.jpg) left no-repeat #000;
	background-size: 100%;
	box-sizing:border-box;
}
#contents-inner .article01 .movie-bg .movie{
	position: relative;
	padding-top: 56.25%;
}
#contents-inner .article01 .movie-bg .movie iframe{
	border:4px solid #b4e0ff;
	border-radius:5px;
	position:absolute;
	top:0;
	left:0;
	width:100% !important;
	height:100% !important
}

.move{

}
.move iframe{
}



/* 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: 8px;
	padding: 18px 0;
	color: #FFF;
	text-decoration: none;
	background: url(../img/official_arrow.png) 226px center no-repeat #0091ff;
	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;
}
