@charset "euc-jp";

/* ゲームページ
------------------------------------------------ */
/* 汎用 */
.txt_center { text-align: center;}

/* ゲームページ メイン */
#contents #gamelist h2 {
    margin: 0;
    padding: 6px 5px;
    background: #f0666c;
    font-weight: bold;
    color: #FFF;
    clear: both;
}

#gamelist{
    background: #fff;
    padding: 0 0 13px;
}

/* ゲーム一覧 */

#gamelist .gamelist_list li {
    width: 100%;
    border-bottom: #DDD 1px solid;
    background: #fff;
    display: table;
    padding:8px 0;
}
  
#gamelist .gamelist_icon { 
    padding: 10px;
    float:left;
}

#gamelist .gamelist_title {
	padding-right: 45px; 
    font-size: 14px;
    text-decoration:underline;
}

#gamelist .gamelist_conditions{
    font-size: 11px;
    color:#333333;
    text-decoration:none;
}

#gamelist .pointcolor_red {
    display: inline-block;
	padding: 0 0 0 18px;
	background: url(../../img/14/common/ico_point.png) no-repeat 0 4px;
	background-size: 14px 14px;
	-webkit-background-size: 14px 14px;
	-moz-background-size: 14px 14px;	
	font-size: 15px;
	color: #E54A5C;
}

#gamelist .pointcolor_yellow {
    color:#FC0;
}

/* 矢印 */

.gamelist_list li a {
	position: relative;
	display: block;
}
.gamelist_list li a::before,
.gamelist_list li a::after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 12px;
	height: 3px;
	background: #f0666c;
	border-radius: 4px;
}
.gamelist_list li a::before {
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.gamelist_list li a::after {
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* NEW アイコン */
#gamelist .gamelist_list li.new {
	background-image: url(../../img/14/game/ico_new.gif);
	background-repeat: no-repeat;
	background-position: 99% 8px;
	background-size: 38px 18px;
	-webkit-background-size: 38px 18px;
	-moz-background-size: 38px 18px;
}

.ad_area {
    padding:0px;
    background-color:#FFFFFF;
}

