@charset "shift_jis";

/* * * * * * * * * * * * * * * * * * * * * * ** * * * * * * *
すべての幅共通（最小幅0以上）
 * * * * * * * * * ** * * * * * * * * * * * * * * * * * * * */

/* header */
header {
	position:relative;
}
header h1 img {
	width:100%;  
}
header ul.sns_box {
	position: absolute;
	right:10px;
	top:10px;
}
header ul.sns_box li {
	display:inline-block;
}
header ul.sns_box li img {
	width:20px;
	height:20px;
}

.flexslider {
	margin:0 0 60px;
	border:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
}
.flex-direction-nav a {
	background: url(/image/test/bg_direction_nav.sp.480.png) no-repeat 0 0;
}

/* hx */
h2 {
	margin-bottom: 8px;
	padding:5px 10px;
	border-top: 2px solid #89CF00;
	border-bottom: 1px dotted #AAA;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fff), color-stop(0.00, #F5F8F0));
	background: -webkit-linear-gradient(#fff, #F5F8F0);
	background: linear-gradient(#fff, #F5F8F0);
	font-weight: bold;
	font-size: 1.25rem;
}

.contents_box {
	margin: 0 auto 30px;
	padding:4px;
	border-radius:6px;
	width:90%;
	box-shadow:0 0 4px #DBDBDB;
	background-color: #fff;
}

/* #whatsnew_box 新着情報 */
section#whatsnew_box ul {
	margin: 0 5px 5px;
	border-top: 1px solid #CCC;
}
section#whatsnew_box ul li {
	border-bottom: 1px solid #CCC;
}
section#whatsnew_box ul a {
	padding:5px 20px 5px 0;
	display:table;
	background: url(/image/test/arrow_01.sp.480.png) no-repeat right center;
}
section#whatsnew_box ul h3 {
	font-weight: bold;
	font-size:1rem;
}
section#whatsnew_box ul div {
	display:table-cell;
	vertical-align: middle;
}
section#whatsnew_box ul img {
	width:80px;
	height: 80px;
	vertical-align: top;
}
section#whatsnew_box ul .whatsnew_text {
	padding-left:5px;
	width:100%;
	box-sizing:border-box;
	font-size: 0.88rem;
}

/* #ranking_box　ランキング */
section#ranking_box ol {
	margin: 0 5px;
	border-top: 1px solid #CCC;
}
section#ranking_box ol:last-child {
	margin: 0 5px 5px;
	border-top:0;
}
section#ranking_box ol li {
	border-bottom: 1px solid #CCC;
	position:relative;
}
section#ranking_box ol li.ranking1 {
	background-color:#FFFADE;
}
section#ranking_box ol li.ranking2 {
	background-color:#F7F7F7;
}
section#ranking_box ol li.ranking3 {
	background-color:#FBECCF;
}
section#ranking_box ol li > img {
	width:24px;
	height:24px;
	position:absolute;
	left:-2px;
	top:-2px;
	z-index: 5;
}
section#ranking_box ol a {
	padding:8px 20px 8px 0;
	display:table;
	background: url(/image/test/arrow_01.sp.480.png) no-repeat right center;
}
section#ranking_box ol h3 {
	font-weight: bold;
	font-size:1rem;
}
section#ranking_box ol div {
	display:table-cell;
	vertical-align: middle;
}
section#ranking_box ol a img {
	width:70px;
	height:70px;
	vertical-align: top;
}
section#ranking_box ol .ranking_text {
	padding-left:5px;
	width:100%;
	box-sizing:border-box;
	font-size: 0.88rem;
}


/* #category_box ジャンル */
#category_box h3 {
	padding: 5px;
	cursor:pointer;
	background:url(/image/test/arrow_02.sp.480.png) no-repeat right center;
	padding-right:20px;	
}
#category_box h3.active {
	background:url(/image/test/arrow_03.sp.480.png) no-repeat right center;
}
#category_box > ul {
	margin: 0 5px 5px;
	border-top: 1px solid #CCC;
}
#category_box > ul > li {
	border-bottom: 1px solid #CCC;
}
#category_box > ul > li:nth-child(even) {
	background-color:#f5f5f5;
}
#category_box ul ul {
	display:none;
	background-color:#ECECEC;
}
#category_box ul ul img {
	width: 50px;
	height: 50px;
}
#category_box ul ul a {
	display:table;
}
#category_box ul ul div {
	display:table-cell;
	vertical-align: middle;
}
#category_box ul ul .category_text {
	padding-left:5px;
	width:100%;
	box-sizing:border-box;
	font-size: 0.88rem;
}
	

/* footer */
footer {
	background-color: #9A9C99;
	color: #fff;
}
footer ul {
	margin:0 auto;
	color: #fff;
	font-size: 0.75rem;
}
footer li {
	border-bottom: 1px solid #F7F7F7;
	float: left;
	width:50%;
	box-sizing:border-box;
}
footer li:nth-child(even) {
	border-left: 1px solid #F7F7F7;
	float:right;
}
footer li a {
	padding:8px 5px;
	display:block;
	color: #fff;
}
footer small {
	padding:20px 0 10px;
	clear:both;
	display:block;
	text-align:center;
}
	
/* * * * * * * * * * * * * * * * * * * * ** * * * * * * * * *
最小幅480px以上
 * * * * * * * * * * * * * * * * * * * ** * * * * * * * * * */
@media screen and (min-width:480px){


}


/* * * * * * * * * * * * * * * * * * ** * * * * * * * * * * *
最小幅768px以上
 * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * */
@media screen and (min-width:768px){

header ul.sns_box li img {
	width:30px;
	height:30px;
}

/* #whatsnew_box 新着情報 */
section#whatsnew_box ul {
	margin: 0 auto 5px;
	border-top:0;
	display:table;
	table-layout: fixed;
	width:100%;
}
section#whatsnew_box ul li {
	border-right: 1px dotted #CCC;
	border-bottom:0;
	display:table-cell;
	text-align: center;
}
section#whatsnew_box ul li:last-child {
	border-right:none;
}
section#whatsnew_box ul li a {
	padding:0;
	display:block;
	background:none;
}
section#whatsnew_box ul h3 {
	font-weight: bold;
	font-size:1rem;
}
section#whatsnew_box ul div {
	display:block;
}
section#whatsnew_box ul img {
	margin-bottom:8px;
	width:210px;
	height:130px;
	vertical-align: top;
}
section#whatsnew_box ul .whatsnew_text {
	padding:0 12px;
	width:auto;
	box-sizing:border-box;
	font-size: 0.88rem;
	text-align: left;
}

/* #ranking_box　ランキング */
section#ranking_box ol {
	margin: 0 auto;
	border-top:0;
	width:100%;
	display:table;
	table-layout:fixed;
}
section#ranking_box ol:last-child {
	display:none;
}
section#ranking_box ol li {
	border-bottom:0;
	position:relative;
	display:table-cell;
	text-align: center;
}
section#ranking_box ol li.ranking1 {
	background-color:#FFFADE;
}
section#ranking_box ol li.ranking2 {
	background-color:#F7F7F7;
}
section#ranking_box ol li.ranking3 {
	background-color:#FBECCF;
}
section#ranking_box ol li > img {
	width:50px;
	height:50px;
	position:absolute;
	left:0;
	top:-6px;
	z-index: 5;
}
section#ranking_box ol a {
	padding:8px 0;
	display:block;
	background:none;
}
section#ranking_box ol h3 {
	font-weight: bold;
	font-size:1rem;
}
section#ranking_box ol div {
	display:block;
}
section#ranking_box ol a img {
	margin-bottom: 8px;
	width:210px;
	height:130px;
	vertical-align: top;
}
section#ranking_box ol .ranking_text {
	padding:0 12px;
	width:auto;
	box-sizing:border-box;
	font-size: 0.88rem;
	text-align: left;
}

/* #category_box ジャンル */
#category_box h3 {
	padding:5px 20px 5px 5px;
	cursor:pointer;
	background:url(/image/test/arrow_02.sp.480.png) no-repeat right center;
	clear: both;
}
#category_box h3.active {
	background:url(/image/test/arrow_03.sp.480.png) no-repeat right center;
}
#category_box > ul {
	margin: 0 5px 5px;
	border-top: 1px solid #CCC;
}
#category_box > ul > li {
	border-bottom: 1px solid #CCC;
}
#category_box > ul > li:nth-child(even) {
	background-color:#F5F5F5;
}
#category_box ul ul {
	display:none;
	background-color:#ececec;
	overflow:hidden;
}
#category_box ul ul li {
	float: left;
	width: 50%;
}
#category_box ul ul li:nth-child(even) {
	float:right;
}
#category_box ul ul img {
	width:80px;
	height:80px;
}
#category_box ul ul a {
	display:block;
}
#category_box ul ul div {
	vertical-align: middle;
}
#category_box ul ul .category_text {
	padding:5px;
	width:100%;
	box-sizing:border-box;
	font-size: 0.88rem;
}

}

/* * * * * * * * * * * * * ** * * * * * * * * * * * * * * * *
最小幅1024px以上
 * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * */
@media screen and (min-width:1024px){

.contents_box {
	width:960px;
}

/* #whatsnew_box 新着情報 */
section#whatsnew_box ul img {
	width:250px;
	height:180px;
}

/* #ranking_box　ランキング */
section#ranking_box ol a img {
	width:250px;
	height:180px;
}

/* #category_box ジャンル */
#category_box ul ul li {
	float: left;
	width:33%;
}
#category_box ul ul img {
	width:80px;
	height:80px;
}
#category_box ul ul a {
	display:block;
}
#category_box ul ul div {
	vertical-align: middle;
}
#category_box ul ul .category_text {
	padding:5px;
	width:100%;
	box-sizing:border-box;
	font-size: 0.88rem;
}

/* footer */
footer {
	padding:10px 0 0;
	-webkit-box-shadow:inset 0 2px 3px rgba(0, 0, 0, 0.3);
	box-shadow:inset 0 2px 3px rgba(0, 0, 0, 0.3);
}
footer ul {
	margin:0 auto;
	width:960px;
	color: #fff;
	font-size: 0.75rem;
	text-align: center;
}
footer li {
	border-bottom:0;
	float:none;
	width:auto;
	display:inline;
	box-sizing:border-box;
}
footer li:nth-child(even) {
	border-left:0;
	float:none;
}
footer li:after {
	content:"　│";
}
footer li:last-child:after {
	content:"";
}
footer li a {
	padding:8px 5px;
	display:inline;
	color: #fff;
}

}