@charset "utf-8";
/* CSS Document */


/*---------------------------------------
    ローテーションバナー
---------------------------------------*/
#title_area_index {
	width: 100%;
	height: 348px;/*title_area_index の height*/
	background-image: url(../images/common/bg_parts.png);
	background-repeat: repeat;
	position: relative;
	top: 75px; /*header_area の height*/
}

/*---------------------------------------
　　キービジュアル
---------------------------------------*/
#key_visual{
	margin:0 auto;
	width:960px;
	position:relative;
	padding-top: 44px;
}

#key_visual #slide_visual{
	width:100%;
	height:100%;
	overflow:hidden;
}
/*--システムで値を拾ってくる箇所--*/
#key_visual #slide_visual ul{

}

#key_visual #slide_visual ul li{
	float:left;
	height:207px;
	width:960px;
}
#key_visual #slide_visual ul li img{
	width: 960px;
	height: 207px;
}

#key_visual #key_prev{
	cursor:pointer;
	position:absolute;
	top: 120px;
	margin-left:-10px;
}

#key_visual #key_next{
	cursor:pointer;
	position:absolute;
	top: 120px;
	right:0;
	margin-right:-10px;
}

#key_visual .indicator{
	text-align:center;
}

#key_visual .indicator ul li{
	float:left;
	margin-right:10px;
}

#key_visual .indicator ul li.active{
	opacity:0.6;
	
}


/*---------------------------------------

　　メインエリア共通

---------------------------------------*/
h2{
	margin: 0 0 32px;
	padding: 0;
	height: 24px;
}
h2 img{
	height: 24px;
	margin: 0;
}

/*---------------------------------------
　　コンテンツ
---------------------------------------*/
#main_content_area_top {
	width: 960px;
	background-color: #FFFFFF;
	border-left: solid 1px #d9d9d9;
	border-right: solid 1px #d9d9d9;
	box-sizing:border-box;
	position: relative; top: 10px;
	margin: 0 auto;
	padding: 0;
}

#container_index{
	margin: 0 40px;
	padding: 0;
	width: 880px;
	height: 1620px;
	position: relative; top: 34px;
}

#container_index #contents_area{
	width: 880px;
	float:left;
	padding: 0 0 32px;
	margin: 0 0 32px;
	border-bottom: dotted 1px #a1c138;
}

#container_index #contents_area div.L_game_title{
	width: 432px;
	float: left;
}

#container_index #contents_area div.R_game_title{
	width: 432px;
	height: 308px;
	float: right;
}

#container_index #contents_area .game_title{
	width: 432px;
	height: 140px;
	padding: 0;
	display: inline-block;
	margin: 0 0 8px 0;
}

#container_index #contents_area .game_title .G_L img{
	margin: 0;
	padding: 0;
	width: 128px;
	height: 128px;
	float:left;
}

#container_index #contents_area .game_title .G_R{
	float: left;
	width: 296px;
	margin: 0 0 0 8px;
}

#container_index #contents_area .game_title .G_R .title{
	font-size:15px;
	color:#3c7800;
	margin: 0;
	padding: 0;
}
#container_index #contents_area .game_title .G_R .sub_title{
	font-size: 11px;
	font-weight: bold;
	color: #3c7800;
	margin: 0;
	padding: 0;
}
#container_index #contents_area .game_title .G_R .jp_title{
	font-size: 11px;
	font-weight: bold;
	color: #3c7800;
	margin: 0;
	padding: -16px 0  0;
}
#container_index #contents_area .game_title .G_R .text{
	font-size:11px;
	color:#595958;
	margin: 8px 0 0;
	padding: 0;
	
}
.own_service .text{
	height: 59px;
}
.sntw_service .text{
	height: 59px;
}
.other_service .text{
	height: 76px;
}
#container_index #contents_area .game_title .G_R img{
	width: 296px;
	height: 20px;
	margin: 0;
	padding: 0;
}

/*---------------------------------------
　　リクルート
---------------------------------------*/
#container_index #recruit_area{
	
	border-bottom: dotted 1px #a1c138;
	margin: 0 0 32px;
	padding: 0 0 32px;
	clear: both;
}
img.bnr_recruit{
	width: 880px;

}

/*---------------------------------------
　　プレスリリース
---------------------------------------*/

#press_area{
	margin: 0 auto;
}


#press_area #info_area ul li{
	background: #FFF;
	margin-bottom: 5px;
	border-bottom: solid 1px #ededed;
}

#press_area #info_area ul li a{
	padding: 0;
	margin: 0;
	display:block;
	border:solid 2px #FFF;
	text-decoration: none;
}
#press_area #info_area ul li a:hover{
	filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

#press_area #info_area ul li img{
	margin-right:20px;
	width: 96px;
	/*
	width:133px;
	height:34px;
	*/
	float:left;
}

#press_area #info_area ul li dl dt{
	margin: -4px 8px 0 0;
	font-size:14px;
	font-weight:bold;
	line-height:34px;
	color:#383838;
	float:left;
}

#press_area #info_area ul li dl dd{
	font-size:14px;
	line-height:25px;
	color:#595958;
	margin-left:250px;
}
#press_area #info_area ul li dl dd span{
	color: #526f08;
	text-decoration: underline;
}

.text-button {
	width: 296px;
	padding: 1px 4px;
	display: flex;
	position: relative;
	background-color: black;
	color: white;
	text-decoration: none;
	justify-content: center;
	font-size: 12px;
	border-radius: 2px;
	text-align: center;
	font-weight: normal;
	transition: background-color 0.1s;
}

.text-button:hover {
	background-color: #444;  /* ホバー時に背景色を少し明るく */
}

.text-button::after {
	content: '▶';
	font-size: 14px;
	position: absolute;
	right: 10px;
}