@charset "utf-8";
/* CSS Document */


div#container_contents{
	margin: 0 40px;
	padding: 0;
	width: 880px;
	height: 1530px;
	position: relative; top:40px;
}

.onBtn_contents:hover{
	background:url(../images/contents/bnr_contents_bg_hover.jpg) no-repeat;
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}


/**********************************
            メインエリア
**********************************/
.game_title{
	width:880px;
	height:200px;
	padding:0 0 32px;
	margin: 0 0 32px;
	border-bottom: dotted 1px #a1c138;
	display: flex;
}
.game_title img.game_img{
	width: 200px;
	height: 200px;
	float: left;
}
.game_text{
	margin: 0 0 0 40px;
	width: 528px;
	height: 200px;
}

.game_sns_link{
	display: flex;  /* フレックスボックスを有効にする */
	justify-content: flex-start;  /* 水平方向に左寄せ */
	align-items: flex-end;  /* 垂直方向に下寄せ */
}
.game_sns_link_item{
	margin: 0 0 0 0;
}

.align-end {
	align-self: flex-end;
}


.G_name {
	font-size:17px;
	color:#3c7800;
}
.sub_title{
	font-size:11px;
	color:#3c7800;
}
.jp_title{
	font-size:11px;
	color:#3c7800;
}

.own_service .G_text {
	font-size:14px;
	margin: 16px 0 0;
	height: 65px;
	color:#595958;
}
.sntw_service .G_text {
	font-size:14px;
	margin: 16px 0 0;
	height: 105px;
	color:#595958;
}
.other_service .G_text {
	font-size:14px;
	margin: 16px 0 0;
	height: 122px;
	color:#595958;
}
.game_text img{
	width: 264px;
	height: 36px;
}

.text-button {
	width: 264px;
	height: 36px;
	align-items: center;
	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;
	margin: 1px;
}

.text-button:hover {
	background-color: #444;  /* ホバー時に背景色を少し明るく */
}

.text-button::after {
	content: '▶';
	font-size: 14px;
	position: absolute;
	right: 10px;
}

