@charset "shift_jis";

#contents-inner {
	padding: 0;
}
#contents-inner h2,p,ul,li {
	margin: 0;
	padding: 0;
}
#contents-inner img {
	vertical-align: bottom;
}

/* soft-title */
#soft-title {
	background-color: #000000;
}
#soft-title h1 {
	display: table;
	min-width: 298px;
	margin: 0;
	padding: 8px;
	font-size: 12px;
	border-left: 6px solid #fff20b;
	background-image: url(../img/ttl_ico.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 16px 16px;
}
#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 {
	padding-left:25px;
	color: #fff20b;
}

/* article02 */
.article02 .txt02 {
	line-height: 1.6;
	padding: 2% 9% 8% 9%!important;
	color: #010101;
	font-size: 13px;
	background: url(../img/article02_txt02_bg.png) left bottom no-repeat;
	background-size: cover;
	box-sizing:border-box;
}

/* spec */
#spec {
	margin-bottom: 15px;
	/*padding-top: 20px;*/
	padding-top: 25px;
	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 ul.rytm{
	border-top: 1px solid #000;
	padding-top:20px;
}

#spec .official_rytm,
#spec .official_steam {
	position: relative;
	width: 250px;
	margin: 0 auto 20px;
}
#spec .official_rytm a {
	display: block;
	border-radius: 8px;
	padding: 18px 0;
	color: #FFF;
	text-decoration: none;
	background-color: #f7b000;
	background-image: url(../img/official_arrow_rytm.png);
	background-repeat: no-repeat;
	background-position: 226px center;
	background-size: 16px 16px;
	font-size: 18px;
}
#spec .official_steam a {
	display: block;
	border-radius: 8px;
	padding: 18px 0;
	color: #FFF;
	text-decoration: none;
	background-color: #ca7500;
	background-image: url(../img/official_arrow_steam.png);
	background-repeat: no-repeat;
	background-position: 226px center;
	background-size: 16px 16px;
	font-size: 18px;
}

#spec .copy {
	display: block;
	padding: 0 10px;
	margin-bottom: 20px;
	color: #FFF;
	text-align: center;
	font-size: 10px;
	line-height: 1.4;
}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}