@charset "shift_jis";

/* ========================================
	#contents
======================================== */

/* soft-title */
#soft-title {
	background: #FFF;
	border-left: 3px solid  #0096C8;
}
#soft-title h1 {
	min-width: 298px;
	padding: 8px;
	color: #005BF2;
	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 .soft-info {
	padding: 14px 0;
}
.soft-article .soft-info li {
	width: 250px;
	margin: 0 auto 10px;
	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(255,255,255,0.2); 
	background-size: 15px 16px;
}
.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_arrow.png) ;
	background-color: #000; 
	background-size: 9px 8px;
	text-decoration: none;
}
.soft-article .txt {
	margin:0 14px;
	color: #FFF;
	font-size: 13px;
	line-height: 1.4;
	text-align: center;
}

/* soft01 */
.soft01 .soft-info {
	margin:-9.3% 0 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(99,48,0,1)), color-stop(100%,rgba(72,35,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(99,48,0,1) 0%,rgba(72,35,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(99,48,0,1) 0%,rgba(72,35,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(99,48,0,1) 0%,rgba(72,35,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(99,48,0,1) 0%,rgba(72,35,0,1) 100%); /* W3C */
}
.soft01 .soft-info .detail-btn a {
	background-image: url(../img/soft01_arrow.png) ;
}
/* soft01(詳細) */
.soft-detail.soft01 {
	background: #482400;
}
.soft01 .t02 {
	margin: 0;
	padding: 0 14px;
	color: #340902;
	background: url(../img/soft01_detail_bg01.gif) no-repeat;
	background-size: 100% 100%;
	text-align: left;
}
.soft-detail.soft01 .soft-info {
	margin:0;
	background: url(../img/soft01_detail_bg02.gif);
	background-size: 21px 21px;
}
.soft-detail.soft01 .official-btn a {
	background-color: #0096C8; 
}

/* soft02 */
.soft02 .soft-info {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,63,74,1)), color-stop(23%,rgba(0,58,68,1)), color-stop(72%,rgba(0,41,48,1)), color-stop(100%,rgba(0,35,41,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,63,74,1) 0%,rgba(0,58,68,1) 23%,rgba(0,41,48,1) 72%,rgba(0,35,41,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,63,74,1) 0%,rgba(0,58,68,1) 23%,rgba(0,41,48,1) 72%,rgba(0,35,41,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,63,74,1) 0%,rgba(0,58,68,1) 23%,rgba(0,41,48,1) 72%,rgba(0,35,41,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,63,74,1) 0%,rgba(0,58,68,1) 23%,rgba(0,41,48,1) 72%,rgba(0,35,41,1) 100%); /* W3C */
}
.soft02 .soft-info .detail-btn a {
	background-image: url(../img/soft02_arrow.png);
}
/* soft02(詳細) */
.soft-detail.soft02 {
	color: #FFF;
	background: #000;
}
.soft02 .soft02-intro {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,45,56,1)), color-stop(30%,rgba(0,37,46,1)), color-stop(100%,rgba(0,8,10,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,45,56,1) 0%,rgba(0,37,46,1) 30%,rgba(0,8,10,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,45,56,1) 0%,rgba(0,37,46,1) 30%,rgba(0,8,10,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,45,56,1) 0%,rgba(0,37,46,1) 30%,rgba(0,8,10,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,45,56,1) 0%,rgba(0,37,46,1) 30%,rgba(0,8,10,1) 100%); /* W3C */
}
.soft02 .soft02-intro .t02 {
	text-align: left;
}
.soft02 .soft02-article01 {
	position: relative;
}
.soft02 .soft02-article01 .t01 {
	box-sizing: border-box;
	position: absolute;
	top: 9px;
	width: 100%;
}
.soft-detail.soft02 .soft-info {
	margin:14px 0 0;
	background: url(../img/soft02_detail_bg01.gif);
	background-size: 21px 21px;
}

/* soft03 */
.soft03 .soft-info {
	padding:0 0 14px;
	background: url(../img/soft03_bg.jpg);
	background-size: 100% 100%;
}
.soft03 .soft-info li {
	color:#0096C8;
}
.soft03 .soft-info .detail-btn a {
	color:#0096C8;
	background-image: url(../img/soft03_arrow.png) ;
	background-color: rgba(255,255,255,0.8); 
}

/* soft04 */
.soft04 .soft-info {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(37,0,0,1)), color-stop(14%,rgba(55,0,2,1)), color-stop(25%,rgba(75,0,3,1)), color-stop(77%,rgba(177,0,11,1)), color-stop(100%,rgba(207,0,13,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(37,0,0,1) 0%,rgba(55,0,2,1) 14%,rgba(75,0,3,1) 25%,rgba(177,0,11,1) 77%,rgba(207,0,13,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(37,0,0,1) 0%,rgba(55,0,2,1) 14%,rgba(75,0,3,1) 25%,rgba(177,0,11,1) 77%,rgba(207,0,13,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(37,0,0,1) 0%,rgba(55,0,2,1) 14%,rgba(75,0,3,1) 25%,rgba(177,0,11,1) 77%,rgba(207,0,13,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(37,0,0,1) 0%,rgba(55,0,2,1) 14%,rgba(75,0,3,1) 25%,rgba(177,0,11,1) 77%,rgba(207,0,13,1) 100%); /* W3C */
}
.soft04 .soft-info .detail-btn a {
	background-image: url(../img/soft04_arrow.png) ;
	background-color: rgba(255,255,255,0.3); 
}
/* soft04(詳細) */
.soft-detail.soft04 {
	color: #FFF;
	background: #7C0007;
}
.soft-detail.soft04 .txt {
	text-align: left;
}
.soft04 .soft04-intro {
	padding: 0 0 18px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(39,0,1,1)), color-stop(19%,rgba(62,0,3,1)), color-stop(33%,rgba(87,0,4,1)), color-stop(74%,rgba(171,0,10,1)), color-stop(86%,rgba(190,0,12,1)), color-stop(100%,rgba(206,0,13,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(39,0,1,1) 0%,rgba(62,0,3,1) 19%,rgba(87,0,4,1) 33%,rgba(171,0,10,1) 74%,rgba(190,0,12,1) 86%,rgba(206,0,13,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(39,0,1,1) 0%,rgba(62,0,3,1) 19%,rgba(87,0,4,1) 33%,rgba(171,0,10,1) 74%,rgba(190,0,12,1) 86%,rgba(206,0,13,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(39,0,1,1) 0%,rgba(62,0,3,1) 19%,rgba(87,0,4,1) 33%,rgba(171,0,10,1) 74%,rgba(190,0,12,1) 86%,rgba(206,0,13,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(39,0,1,1) 0%,rgba(62,0,3,1) 19%,rgba(87,0,4,1) 33%,rgba(171,0,10,1) 74%,rgba(190,0,12,1) 86%,rgba(206,0,13,1) 100%); /* W3C */
}
.soft04 .soft04-article01 {
	background: #000;
}
.soft-detail.soft04 .soft-info {
	margin:14px 0 0;
	background: url(../img/soft04_detail_bg01.gif);
	background-size: 21px 21px;
}

/* soft05 */
.soft05 .soft-info {
	background: url(../img/soft05_bg.gif);
	background-size: 17px 17px;
}
.soft05 .soft-info .detail-btn a {
	color:#E75C8C;
	background-image: url(../img/soft05_arrow.png) ;
	background-color: rgba(255,255,255,0.8); 
}
/* soft05(詳細) */
.soft-detail.soft05 {
	background: #FDDBEB;
}
.soft05 .soft05-intro {
	background: url(../img/soft05_detail_bg01.jpg) no-repeat;
	background-size: 100%;
}
.soft-detail.soft05 .txt {
	color: #624153;
}
.soft-detail.soft05 .t02 {
	text-align: left;
}
.soft-detail.soft05 .soft-info {
	margin:14px 0 0;
	background: url(../img/soft05_detail_bg02.gif);
	background-size: 21px 21px;
}
.soft-detail.soft05 .official-btn a {
	background-color: #DC016B; 
}

/* soft06 */
.soft06 .soft-info {
	background: url(../img/soft06_bg.gif);
	background-size: 320px 4px;
}
.soft06 .soft-info .detail-btn a {
	color:#31385D;
	background-image: url(../img/soft06_arrow.png) ;
	background-color: rgba(255,255,255,0.8); 
}
/* soft06(詳細) */
.soft-detail.soft06 {
	background: url(../img/soft06_detail_bg01.gif);
	background-size: 320px 6px;
}
.soft-detail.soft06 .txt {
	text-align: left;
}
.soft06 .soft06-intro {
	background: url(../img/soft06_detail_bg02.png) no-repeat;
	background-size: 100%;
}
.soft-detail.soft06 .soft-info {
	margin:14px 0 0;
	background:#0E0D31;
}
.soft-detail.soft06 .official-btn a {
	background-color: #E4B617; 
}

/* check-shop */
.check-shop {
	padding: 15px 10px;
	color: #FFF;
	background: url(../img/check_shop_bg.gif);
	background-size: 17px 17px;
	text-align: center;
	font-size: 18px;
	line-height: 1.5;
}
.check-shop .btn {
	position: relative;
	width: 250px;
	margin: 20px auto 0;
}
.check-shop .btn a {
	display: block;
	border-radius: 15px;
	padding: 2px 0;
	color: #079EEC;
	text-decoration: none;
	background: url(../img/check_shop_arrow.png) 10px 50% no-repeat;
	background-color: rgba(255,255,0,1); 
	background-size: 16px 16px;
}

/* 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;
}