/* ===================================================================
 * INFO: Toppage style
 * ===================================================================*/
/* Main Visual
-------------------------------------------------------------*/
#visual {
	position: relative;
	margin: 0 5px;
	padding-bottom: 30px;
}
#visual [class^=btn] {
	position: absolute;
	bottom: 0;
	height: 30px;
	padding-left: 10px;
}
#visual [class^=btn] img {
	width: 11px;
	height: 14px;
	padding: 8px 0;
}
#visual .btn_back {
	left: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
#visual .btn_next {
	right: 0;
}

#carousel {
	width: 310px;
	height: 133px;
	margin: auto;
}
#carousel .inner_carousel {
	height: 133px;
	overflow: hidden;
}
#carousel .box_carousel {
	float: left;
	width: 310px;
}
#carousel .box_carousel a {
	display: block;
}
#carousel img {
	width: 100%;
	height: auto;
}
#carousel .carousel_indicator {
	position: relative;
	padding-top: 4px;
	text-align: center;
}
#carousel .carousel_indicator span {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #aaaaaa;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6) inset;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6) inset;
}
#carousel .carousel_indicator .active {
	background-color: #cc1000;
}

/* Toppage Navigation
-------------------------------------------------------------*/
#top_nav {
	padding: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #171717), color-stop(50%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #171717 0%, #FFFFFF 50%);
	background-image: linear-gradient(to bottom, #171717 0%, #FFFFFF 50%);
}
#top_nav ul {
	width: 310px;
	margin: auto;
	overflow: hidden;
}
#top_nav ul li {
	position: relative;
	float: left;
	width: 92px;
	margin-right: 6px;
	padding: 1px;
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
}
#top_nav ul li:last-child {
	margin-right: 0;
	letter-spacing: -0.1em;
}
#top_nav ul li img {
	width: 92px;
	height: 46px;
}
#top_nav ul li .text {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 4px;
	color: #333333;
	font-size: 10px;
	text-align: left;
}
#top_nav ul li .ic_arrow1 {
	position: absolute;
	top: 2px;
	left: 2px;
}

/* Topics
-------------------------------------------------------------*/
#topics {
	margin-bottom: 10px;
}
#topics > header {
	position: relative;
}
#topics > header .heading_lv1 {
	margin-bottom: 0;
	padding-right: 75px;
}
#topics .btn_more {
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 9px;
	padding: 0 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #FFFFFF;
	color: #222222;
	font-size: 13px;
}
#topics .list_block li {
	border-bottom: 1px solid #222222;
}
#topics .list_block li a {
	display: block;
	position: relative;
	color: #222222;
}
#topics .list_block li a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 15px;
	height: 15px;
	margin-top: -7px;
	background: url(../images/spr_icon_01.png) no-repeat;
	-webkit-background-size: 109px 90px;
	background-size: 109px 90px;
	background-position: 0 -22px;
}
#topics dl {
	padding: 10px 35px 10px 10px;
}
#topics dl dt {
	margin-bottom: 6px;
	color: #888888;
	font-size: 14px;
}
#topics dl dd {
	line-height: 1.5;
}
#topics dl dd:first-of-type a {
	margin-top: -4px;
}
#topics dl dd:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
#topics dl dd:last-child a {
	padding-bottom: 0;
}
#topics dl dd a {
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
}
