@charset "utf-8";
/* ======================================== */
/* #home　ホーム
=========================================== */

/* #mainImg
=========================================== */
#home #mainImg {
	margin-bottom: 20px;
}
#home #mainImgIn {
	margin: 0 -15%;
}
@media screen and (min-width: 601px) {
	#home #mainImg {
		margin-bottom: 80px;
	}
	#home #mainImgIn {
		margin: 0 -320px;
	}
	#home #mainImgIn a:hover img {
		opacity: 1;
	}
}

/* #pickup
=========================================== */
#pickup {
	margin: 0 0 40px;
}
@media screen and (min-width: 601px) {
	#pickup {
		margin: 0 0 60px;
	}
	#pickupCmnList {
		border-top: none;
		overflow: hidden;
	}
	#pickupCmnList li {
		float: left;
		width: 230px;
		border-bottom: none;
		border-right: solid 1px #000;
		box-sizing: border-box;
	}
	#pickupCmnList li + li {
		border-left: none;
	}
	#pickupCmnList li:nth-child(1) {
		border-left: solid 1px #000;
	}
	#pickupCmnList li a {
		display: block;
		padding: 0 19px 0 20px;
	}
	#pickupCmnList li:nth-child(1) a {
		padding-left: 19px;
	}
	#pickupCmnList li a::before,
	#pickupCmnList li a::after {
		top: 6px;
		left: 20px;
		width: 38px;
		height: 38px;
		border-radius: 19px;
		background-size: 38px;
	}
	#pickupCmnList li a .name {
		display: block;
		width: auto;
		padding: 10px 0 0 50px;
		background-position: 0 50%;
		background-size: 38px;
		box-sizing: content-box;
		font-size: 18px;
		line-height: 1.1;
	}
	#pickupCmnList li a .name br {
		display: block;
	}
	#pickupCmnList li a .name span {
		padding: 0;
	}
	#pickupCmnList li a .txt {
		display: block;
		padding: 0;
		font-size: 11px;
		line-height: 1.5;
	}
}

/* #bnrs
=========================================== */
#bnrs {
	margin: 0 0 30px;
	padding: 0 13px;
}
#bnrs .game,
#bnrs .products {
	margin: 0 0 15px;
}
#bnrs .game a,
#bnrs .products a {
	display: block;
	border-radius: 2px;
	overflow: hidden;
}
#bnrs .sns {
	margin: 0 0 20px;
	overflow: hidden;
}
#bnrs .sns li {
	float: left;
	width: 48%;
}
#bnrs .sns li:nth-child(2) {
	float: right;
}
#bnrs .recruit a {
	display: block;
	border: solid 1px #09f;
	border-radius: 4px;
	overflow: hidden;
}

.snke{
	margin: 15px 0 15px;
	display: block;
	border: solid 1px #008fd9;
	border-radius: 4px;
	overflow: hidden;
	padding:15px 15px;
	text-align:center;
}
.snke img{
	width:80%;
}
.wdt100{
	width:100%;
}

.snkesp{
	margin: 20px 0 15px;
	display: block;
	border: solid 1px #008fd9;
	border-radius: 4px;
	overflow: hidden;
	padding:15px 110px;
	text-align:center;
}

/* #news
=========================================== */
#news {
	padding: 0 13px;
}
@media screen and (min-width: 601px) {
	#news {
		position: relative;
		padding: 0 0 50px;
	}
}

/* .btns
------------------------------ */
#news .btns {
	margin: 0 0 15px;
	overflow: hidden;
}
#news .btns li {
	float: left;
	width: 30%;
	padding: 4px 0 2px;
	border: solid 1px #0096e0;
	border-radius: 2px;
	box-sizing: border-box;
	text-align: center;
	color: #0096e0;
	font-size: 10px;
	line-height: 1.5;
	cursor: pointer;
}
#news .btns li.active {
	color: #fff;
	background: #0096e0;
}
#news .btns li + li {
	margin: 0 0 0 5%;
}
@media screen and (min-width: 601px) {
	#news .btns {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
	}
	#news .btns li {
		float: left;
		width: 97px;
		padding: 3px 0 2px;
		font-size: 12px;
		transition: all .2s linear;
	}
	#news .btns li + li {
		margin: 0 0 0 10px;
	}
	#news .btns li:hover {
		opacity: .7;
	}
}

/* article
------------------------------ */
#news article a {
	padding: 8px 0 7px;
	border-bottom: solid 1px #989898;
	overflow: hidden;
}
#news article a time {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	color: #000;
	font-size: 12px;
	line-height: 1.5;
}
#news article a .cat {
	float: left;
	width: 80px;
	padding: 2px 0 1px;
	border-radius: 2px;
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 10px;
	line-height: 1.2;
}
#news article.topics a .cat { background-color: #989898; }
#news article.release a .cat { background-color: #3fa8f4; }
#news article a .tit {
	clear: left;
	padding: 3px 0 0;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5;
}
#news article a .tit.pdf span {
	padding-right: 20px;
	background: url(../img/common/ico_pdf01.png) no-repeat 100% 50%;
	background-size: 14px auto;
}
#news article a .txt {
	color: #000;
	font-size: 12px;
	line-height: 1.5;
}
@media screen and (min-width: 601px) {
	#news article a {
		padding: 2px 0;
		border-bottom: none;
	}
	#news article a time {
		width: 80px;
		margin: 0;
		padding: 2px 0 0;
	}
	#news article a .cat {
		position: relative;
		top: 2px;
		width: 75px;
	}
	#news article a .tit {
		clear: none;
		padding: 0 0 0 175px;
	}
	#news article a .txt {
		padding: 0 0 0 175px;
	}
}

/* .more
------------------------------ */
#news .more {
	margin: 10px 0 0;
}
#news .more a {
	display: block;
	padding: 5px 0 4px;
	border: solid 1px #0095df;
	border-radius: 2px;
	color: #000;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
}
#news .more a span {
	position: relative;
	padding: 0 0 0 14px;
}
#news .more a span::before {
	position: absolute;
	top: 5px;
	left: 0;
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #007bff;
}
@media screen and (min-width: 601px) {
	#news .more {
		margin: 5px 0 0;
		text-align: right;
	}
	#news .more a {
		display: inline;
		padding: 0;
		border: none;
		border-radius: 0;
		text-align: right;
	}
	#news .more a span {
		padding: 0 0 0 10px;
	}
	#news .more a span::before {
		top: 5px;
		border-width: 4px 0 4px 5px;
	}
  .recruit_f {
    margin-bottom: 15px;
  }
}

/* #side
=========================================== */
/* #sdBnrs
------------------------------ */
#sdBnrs .recruit {
	margin: 0 0 15px;
}
.recruit {
  
}
#sdBnrs .recruit a {
	display: block;
	border: solid 1px #09f;
	border-radius: 4px;
	overflow: hidden;
	padding:15px 15px;
	text-align:center;
}
#sdBnrs .game,
#sdBnrs .products {
	margin: 0 0 15px;
}
#sdBnrs .game a,
#sdBnrs .products a {
	display: block;
	border-radius: 4px;
	overflow: hidden;
}
#sdBnrs .sns li + li {
	margin: 15px 0 0;
}


.snkh{
	margin: 20px 0 15px;
	padding-bottom:5px;
	display: block;
	border: solid 1px #008fd9;
	border-radius: 4px;
	overflow: hidden;

	text-align:center;
}
.ngo{
	margin: 0 0 15px;
	padding-bottom:0px;
	display: block;
	border: solid 1px #008fd9;
	border-radius: 4px;
	overflow: hidden;

	text-align:center;
}
.ngoj{
	margin: 0 0 15px;
	padding-bottom:0px;
	display: block;

	overflow: hidden;

	text-align:center;
}
.ngoasp{
	margin: 0 0 15px;
	padding-bottom:0px;
	display: block;
	border: solid 1px #9C9C9C;
	border-radius: 4px;
	overflow: hidden;

	text-align:center;
}
.snkh img{
	width:100%;
}
.snkhsp{
	margin: 20px 0 15px;
	display: block;
	border: solid 1px #008fd9;
	border-radius: 4px;
	overflow: hidden;
	text-align:center;
}
.snkossp {
	margin: 20px 0 15px;
	display: block;
	border: solid 1px #008fd9;
	border-radius: 4px;
	padding-top:10px;
	padding-bottom:30px;
	padding-left:30px;
	padding-right:30px;
	overflow: hidden;
	text-align:center;
}

.snkos {
	position: relative;
	margin: 15px 0 15px;
	display: block;
	border: solid 1px #008fd9;
	border-radius: 4px;
	overflow: hidden;
	text-align:center;
	padding:25px 15px 35px 15px;
	display: block;
}
.snkos a {
	display: block;
	position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.snkos img{
	margin-top: 7%;
	width: 85%;
	
}
