@charset "shift_jis";

/* ========================================
	#contents
======================================== */

/* soft-title */
#soft-title {
	background: #FFF;
	border-left: 3px solid  #0096C8;
}
#soft-title h1 {
	min-width: 298px;
	padding: 8px;
	color: #000;
	border-left: 3px solid  #CE181E;
	font-size: 12px;
}
#soft-title h1 .hard {
	margin-right: 8px;
	color: #0096C8;
}
#soft-title h1 .hard span {
	color:#CE181E;
}
#soft-title h1 .hard .slash {
	color:#9FA0A0;
}

/* main-inner */
#main-inner {
	background: #FFF;
}
#main-inner img {
	vertical-align: bottom;
}

/* main-visual */
.main-visual {
	margin: 0 0 1.6%;
}

/* soft-article */
.soft-article {
	margin: 0 0 1.6%;
}
.soft-article .bg {
	position: relative;
}
.soft-article .bg ul {
	position: absolute;
	top: 0;
	width: 100%;
}
.soft-article .soft-info li {
	width: 250px;
	margin: 0 auto 8px;
	color: #FFF;
	text-align:center;
}
.soft-article .soft-info .soft {
	font-size: 16px;
	line-height: 1.5;
}
.soft-article .soft-info .soft span {
	display: block;
	font-size: 12px;
}
.soft-article .soft-info .date,
.soft-article .soft-info .company {
	font-size: 13px;
	line-height: 1.3;
}
.soft-article .soft-info .detail-btn {
	position: relative;
}
.soft-article .soft-info .detail-btn a {
	display: block;
	border-radius: 15px;
	padding: 10px 0;
	color: #FFF;
	text-decoration: none;
	background-position: 226px center;
	background-repeat: no-repeat;
	background-color: rgba(66,0,0,0.6); 
	background-size: 16px 16px;
	font-size: 13px;
}
.soft-article .soft-info .official-btn {
	position: relative;
}
.soft-article .soft-info .official-btn a {
	display: block;
	border-radius: 15px;
	padding: 10px 0;
	color: #FFF;
	background-position: 226px center;
	background-repeat: no-repeat;
	background-image: url(../img/official_arrow01.png) ;
	background-color: #000; 
	background-size: 9px 8px;
	text-decoration: none;
	font-size: 13px;
}
.soft-detail .in-txt {
	position: relative;
}
.soft-detail .txt {
	position: absolute;
	top: 0;
	padding: 0 4.6875%;
}
.soft-detail .t01 {
	font-size: 13px;
	line-height: 1.69;
}
.soft-detail .t02 {
	font-size: 10px;
	line-height: 1.4;
}

/* soft01 */
.soft01 .soft-info .detail-btn a {
	background-image: url(../img/soft01_arrow.png) ;
}
/* soft01(詳細) */
.soft-detail.soft01 .t01,
.soft-detail.soft01 .t02 {
	color: #FFF;
}
.soft-detail.soft01 .soft-info .soft {
	margin-bottom: 4px;
}
.soft-detail.soft01 .official-btn a {
	background-color: rgba(66,0,0,0.6); 
}

/* soft02 */
.soft02 .soft-info {
	padding: 0 0 2.25%;
	background: #00A2E9;
}
.soft02 .soft-info .detail-btn a {
	color: #00A2E9;
	background-color: #FFF;
	background-image: url(../img/soft02_arrow.png);
}
/* soft02(詳細) */
.soft-detail.soft02 .t01 {
	color: #333;
}
.soft-detail.soft02 .soft-info {
	background-color: inherit;
}
.soft-detail.soft02 .soft-info li {
	color: #333;
}
.soft-detail.soft02 .soft-info .soft {
	margin-bottom: 4px;
	font-size: 15px;
}
.soft-detail.soft02 .official-btn a {
	color: #333;
	background-color: #FFF;
	background-image: url(../img/official_arrow02.png) ;
}

/* soft03 */
.soft03 .soft-info .detail-btn a {
	background-image: url(../img/soft03_arrow.png) ;
}
/* soft03(詳細) */
.soft-detail.soft03 .t01 {
	color: #333;
}
.soft-detail.soft03 .t02 {
	color: #FFF;
	font-size: 10px;
}
.soft-detail.soft03 .t02 li {
	margin: 0 0 3px;
	padding: 0 0 0 1em;
	text-indent: -1em;
}
.soft-detail.soft03 .soft-info .soft {
	margin-bottom: 4px;
}
.soft-detail.soft03 .official-btn a {
	background-color: rgba(66,0,0,0.6); 
}

/* soft04 */
.soft04 {
	margin-bottom: 0;
}
.soft04 .soft-info {
	padding: 0 0 2.25%;
	background: #FED900; /* Old browsers */
	background: -moz-linear-gradient(left,  #FED900 0%, #FDD100 25%, #F8B800 75%, #F7B000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#FED900), color-stop(25%,#FDD100), color-stop(75%,#F8B800), color-stop(100%,#F7B000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #FED900 0%,#FDD100 25%,#F8B800 75%,#F7B000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #FED900 0%,#FDD100 25%,#F8B800 75%,#F7B000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #FED900 0%,#FDD100 25%,#F8B800 75%,#F7B000 100%); /* IE10+ */
	background: linear-gradient(to right,  #FED900 0%,#FDD100 25%,#F8B800 75%,#F7B000 100%); /* W3C */
}
.soft04 .soft-info .detail-btn a {
	color: #000;
	background-image: url(../img/soft04_arrow.png) ;
	background-color: #FFF; 
}
/* soft04(詳細) */
.soft-detail.soft04 {
	background: #000;
}
.soft-detail.soft04 .txt {
	position: static;
}
.soft-detail.soft04 .t01 {
	color: #FFF;
}
.soft-detail.soft04 .sa04pic {
	margin: 5.9375% 0 0;
	color: #FFF;
	font-size: 13px;
	line-height: 1.69;
}
.soft-detail.soft04 .sa04pic p {
	padding: 0 4.6875%;
}
.soft-detail.soft04 .sa04pic .pic {
	padding: 0 0 2.5%;
}
.soft-detail.soft04 .soft-info {
	margin: 5.9375% 0 0;
	padding-top: 5%;
	padding-bottom: 5%;
	background: #000;
	border-top: 1px solid #FFF;
}
.soft-detail.soft04 .soft-info .soft {
	margin-bottom: 4px;
}
.soft-detail.soft04 .official-btn a {
	color: #000;
	background-color: #FFF; 
	background-image: url(../img/official_arrow02.png) ;
}

/* check-shop */
.check-shop {
	padding: 4.6875%;
	color: #FFF;
	background: #D80414; /* Old browsers */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D80414), color-stop(29%,#CB0915), color-stop(70%,#AA0B14), color-stop(100%,#990B12)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #D80414 0%,#CB0915 29%,#AA0B14 70%,#990B12 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #D80414 0%,#CB0915 29%,#AA0B14 70%,#990B12 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #D80414 0%,#CB0915 29%,#AA0B14 70%,#990B12 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #D80414 0%,#CB0915 29%,#AA0B14 70%,#990B12 100%); /* W3C */
	border-bottom: 1px solid #B70B15;
	text-align: center;
	font-size: 18px;
	line-height: 1.33;
}

/* spec */
#spec {
	padding-top: 20px;
	margin-bottom: 15px;
	text-align: center;
}
#spec .back-btn {
	margin: 0 0 15px;
	text-align: center;
}
#spec .spec-copyright {
	margin-bottom: 20px;
	padding: 0 10px;
	color: #8c8c8c;
	font-size: 10px;
	line-height: 1.4;
}
#spec .spec-copyright p {
	margin: 0 0 5px;
}
#spec .spec-copyright p:last-child {
	margin: 0;
}
#spec .spec-copyright span {
	color: #333;
	font-weight: bold;
}

/* clearfix */
.clearfix::after {
	content: '';
	display: block;
	clear: both;
}