﻿/* =======================================
    contentTop
======================================= */
#contentTopArea {
	width: 1080px;
	height: 282px;
	margin: 0 auto;
	margin-bottom: 40px;
	position: relative;
	text-align: center;
}

.example {
	position: relative;
}

#contentTopArea #mainText {
	width: 100%;
	position: absolute;
	top: 42%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 50px;
	letter-spacing: 0.18em;
	color: #FFFFFF;
	text-shadow:2px 2px 2px rgba(0,0,0,0.5);
}

#contentTopArea #subText {
	width: 100%;
	position: absolute;
	top: 64%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin: 0;
	padding: 0;
	font-size: 25px;
	letter-spacing: 0em;
	color: #FFFFFF;
	text-shadow:2px 2px 2px rgba(0,0,0,0.5);
}

#contentTopArea img {
	width: 100%;
	height: 100%;
}

.contentMiddleText {
    display: inline;
    margin-left: 30px;
    color: #000000;
    font-size: 22px;
    vertical-align: middle;
    letter-spacing: 0.18em;
    font-weight: bold;
}

/* =======================================
    カテゴリリスト
======================================= */
.areaInner {
    width: 1040px;
    position: relative;
    float: left;
    margin-bottom: 40px;
}

.categoryList {
    margin-bottom: 10px;
    margin-left: 50px;
    margin-right: 50px;
    text-align: center;
    font-size: 16px;
}

.categoryList li.cat-item {
    line-height: 1.4;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}

.categoryList li.cat-item:after {
    content: "|";
}

.categoryList li.cat-item:last-child:after {
    content: "";
}
.categoryList li.cat-item a {
    display: inline-block;
    padding: 0 10px;
}

#mainArea .categoryList a:link { color: #000000; }
#mainArea .categoryList a:visited { color: #000000; }
#mainArea .categoryList a:hover { color: #848484; }
#mainArea .categoryList a:active { color: #848484; }

/* =======================================
    コンテンツエリア
======================================= */
.productList li {
    display: inline;
    float: left;
    width: 31%;
    height: 380px;
    margin-right: 3.5%;
    line-height: 1.4;
    margin-bottom: 60px;
    
    box-shadow: 0px 0px 3px 0px #adadad;
    -moz-box-shadow: 0px 0px 3px 0px #adadad;
    -webkit-box-shadow: 0px 0px 3px 0px #adadad;
}

.productList li img {
    width: 150px;
    height: auto;
}

.productList li:nth-child(3n) {
    margin-right: 0;
}

.productList li .ttl {
    font-size: 143%;
    font-weight: bold;
    color: #4d4d4d;
    margin-bottom: 15px;
    margin-left: 40px;
    margin-right: 40px;
    height: 50px;
}

.productList li .ttl-eng {
    font-size: 143%;
    font-weight: bold;
    color: #4d4d4d;
    margin-bottom: 15px;
    margin-left: 40px;
    margin-right: 40px;
    height: 70px;
}

.productList li .jp {
    font-size: 86%;
    color: #4d4d4d;
    margin-bottom: 25px;
}

.productList li .selling {
    font-size: 78.5%;
    color: #4d4d4d;
    margin-bottom: 10px;
    margin-top: 10px;
}

.productList li .note {
    font-size: 71%;
    color: #bcbcbc;
}

.productList li span {
    display: block;
    margin-left: 40px;
    margin-right: 40px;
}

.productList li a:hover img {
	opacity: 0.7;
	transition-duration: 0.2s;	/*変化に掛かる時間*/
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.productList li a img {
	transition-duration: 0.2s;	/*変化に掛かる時間*/
}

.productList li .img {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
}

.productList li li 
{
	height: 16px;
    width: auto;
    margin-bottom: 4px;
    margin-right: 0;
    -webkit-box-shadow: none;
    white-space: nowrap;
}

.productList li .entrylist-contents-meta {
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 60px;
    width: 250px;
    display: block;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.productList li .entrylist-contents-meta-eng {
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 50px;
    width: 250px;
    display: block;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.productList li li .entrylist-contents-category {
    color: #fff;
    font-size: 10px;
    padding: 0 7px;
    display: inline-block;
    text-decoration: none;
    line-height: 16px;
    vertical-align: top;
    height: 16px;
}

.productList li li .cat-l {
	padding-left: 2px;
    padding-right: 2px;
    color: #000;
}

.productList li li .cat-switch {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 2px;
    background: #e63b2a;
    color: #fff;
    font-size: 10px;
}

.productList li li .cat-ps4 {
    padding-left: 10px;
    padding-right: 10px;
    background: #09246b;
    color: #fff;
}

.productList li li .cat-android {
    padding-left: 10px;
    padding-right: 10px;
    background: #5CC300;
    color: #fff;
}


.productList li li .cat-ios {
    padding-left: 10px;
    padding-right: 10px;
    background: #0078FF;
    color: #fff;
}

.productList li li .cat-yuugi {
    padding-left: 10px;
    padding-right: 10px;
    background: #ED6C06;
    color: #fff;
}

.productList li li .cat-other {
    padding-left: 10px;
    padding-right: 10px;
    background: #D44C86;
    color: #fff;
}

/* =======================================
    ページネーションエリア
======================================= */
#pagenation
{
    width: 1020px;
    height: auto;
    font-size: 20px;
    margin-bottom: 30px;
    padding: 10px;
    text-align: center;
    border-top: solid 1px #b5b5b5;
    border-bottom: solid 1px #b5b5b5;
    float: left;
}

