@charset "utf-8";

/*共通*/
.h1-headline {
	margin-top: 20px;
	font-size: 12px;
	text-align: right;
}

.main-wrap{
	width: 800px;
	height: 275px;
	margin-top: 10px;
	padding-top: 45px;
	background: url(../img/bg_main_2016.png) no-repeat;
	text-align: center;
	line-height: 140%;
}
.main_ttl{
	margin-bottom: 30px;
}


.hc-content-wrap{
	padding: 20px 0 25px;
}
.contentsSubTtl{
	margin: 20px auto;
	text-align: center;
}

a img {
	transition: 0.2s;
}
a:hover img{
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.6;
	transition: 0.2s;
}

/***AWARD10***/
.hc-content-wrap a{
	color: #e9695d;
}
.hc-content-wrap a:hover{
	text-decoration: none;
}
.rank_block{
	position:relative;
	margin-bottom: 10px;
}
#rank_01{
	width: 400px;
}
#rank_02, #rank_03{
	width390px;
}
.rank_detail{
	position: absolute;
	display: table;
	bottom: 0;
	width: 100%;
	padding: 13px 0 9px 50px;
	background: #fff;
	-ms-filter: "alpha(opacity=80)";
	filter: alpha(opacity=80);
	background: rgba(255,255,255,0.8);
	height: 36px;
}
.rank_block_middle .rank_detail,
.rank_block_bottom .rank_detail{
	height: 54px;
	padding: 13px 0 9px 30px;
}
.rank_detail_inner{
	display: table-cell;
	vertical-align: middle;
}
.rank_block_top dt,
.rank_block_top dd{
	float: left;
}
.rank_block_top dt{
	margin-right: 10px;
	margin-top: 2px;
}
.rank_block_top dd{
	margin-right: 30px;
}
.rank_block_middle dt,
.rank_block_bottom dt{
	float : left;
	clear : both;
	padding-top: 4px;
}
.rank_block_middle dd,
.rank_block_bottom dd{
	margin-left: 50px;
}
.img_rank{
	position: absolute;
	left:10px;
}
.rank_block_top .img_rank{ top: -40px;}
.rank_block_middle .img_rank{ top: -30px;}
.rank_block_bottom .img_rank{ top: -30px;}


/***300STYLES***/
.tabList{
	width: 644px;
	margin: 0 auto;
}
.tabList li{
	float: left;
	padding: 10px 0;
	margin: 0 22px;
	cursor: pointer;
}
.tabList span{
	display: block;
	background: url(../img/img_style_menu.gif);
	height: 14px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.tabList01 span{
	width: 71px;
	background-position: 0;
}
.tabList02 span{
	width: 60px;
	background-position: -71px 0;
}
.tabList03 span{
	width: 35px;
	background-position: -131px 0;
}
.tabList04 span{
	width: 48px;
	background-position: -166px 0;
}
.tabList05 span{
	width: 88px;
	background-position: 0;
	background-position: -214px 0;
}
.tabList06 span{
	width: 78px;
	background-position: -302px 0;
}

.ac.tabList01,.tabList01:hover{ border-bottom: 2px #e9695d solid; }
.ac.tabList02,.tabList02:hover{ border-bottom: 2px #6dc0bd solid; }
.ac.tabList03,.tabList03:hover{ border-bottom: 2px #f6ac3e solid; }
.ac.tabList04,.tabList04:hover{ border-bottom: 2px #78acd6 solid; }
.ac.tabList05,.tabList05:hover{ border-bottom: 2px #a48eb4 solid; }
.ac.tabList06,.tabList06:hover{ border-bottom: 2px #707070 solid; }

.category_attention{
	text-align: right;
	margin: 10px 0 25px 0;
}
.listContents{
	width:485px;
}
.imgListWrap {
	width:485px;
	height:399px;
	overflow:hidden;
	position:relative;
	margin-top: 22px;
}
.styleCategoryList {
	position:absolute;
}
.imgListWrap ul li {
	margin-left:5px;
	margin-bottom:10px;
	float:left;
}
.imgListWrap ul li img {
	border:1px solid #CCC;
}
.imgListWrap ul li span {
	display: block;
	width:90px;
	height:121px;
	border:1px solid #CCC;
}
.imgListWrap ul li a:hover {
}

.arrow p{
	margin-top: 10px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 80px;
	height: 20px;
	cursor: pointer
}
.prevBtn{
	margin-left: 14px;
	background-image: url('../img/arrow_prev.gif');
}
.nextBtn{
	background-image: url('../img/arrow_next.gif');
}

.dn {
	display:none;
}

.total-style {
	color: #999;
	margin: 5px 0;
}
.categoryInner{
	height: 451px;
}
.categoryInner h5{
	margin: 10px 0;
}
.categoryInner h5 a{
	color:#e84e6c;
}
.cFix{
	overflow: hidden;
	padding-top:35px;
}