@charset "utf-8";
/*------------------------------------------------
サムネイル表示JavaScript変更(エリアトップ注目情報)
NNW坂井 2013/02/15
------------------------------------------------*/
.top-chumoku-news .flickableControl {
	overflow: hidden;
	background: none;
	height: 28px;
	position: absolute;
	top:5px;
	right:0;
	width:110px;
	float:right;
	margin-right:10px;
}

.top-chumoku-news .nextbtn {
	display: block;
	float: right;
	text-align: right;
	background: none;
	padding-right: 0px;
	right: 0;
	position: absolute;
	width: 0;
	height: 0;
	line-height: 29px;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	border:8px solid transparent;
	border-left: 8px solid #00f;
	top:6px;
}
.top-chumoku-news .backbtn {
	display: none;
	float: left;
	background: none;
	padding-left: 0;
	position: absolute;
	width: 0;
	height: 0;
	line-height: 29px;
	font-size: 12px;
	color: #000;
	text-decoration: none;
        border:8px solid transparent;
        border-right: 8px solid #00f;
	top:6px;
}
.top-chumoku-news .backbtn_text {
        float: left;
        background: none;
        padding-left: 0;
        position: absolute;
        width: 0;
        height: 0;
        line-height: 29px;
        font-size: 12px;
        color: #000;
        text-decoration: none;
        border:8px solid transparent;
        border-right: 8px solid #ccc;
        top:6px;
	display: block;
}
.nextbtn_text {
        float: right;
        text-align: right;
        background: none;
        padding-right: 0px;
        right: 0;
        position: absolute;
        width: 0;
        height: 0;
        line-height: 29px;
        font-size: 12px;
        color: #000;
        text-decoration: none;
        border:8px solid transparent;
        border-left: 8px solid #ccc;
        top:6px;
	display: none;
}

/*---------------------*/
#flickable2,
#flickable2.landscape {
	width: 100%;
	padding: 16px 0;
}

#flickable2 ul.landscape,
#flickable2 ul {
/*  アクションで生成する ページ数×100% */
/*	width: #val1#%*/

}

#flickable2 ul li {
/*  アクションで生成する 100%÷ページ数 */
/*	width: #val2#%;*/
}

/*---------------------*/

.top-chumoku-news #flickableNavi {
	text-align: center;
	clear: both;
	text-align: center;
	background: none;
	border-width: 0 10px;
	display: block;
	height: inherit;
	position: relative;
	top: 0;
	left: 0;
	margin: auto;
	padding-top: 2px;
	width: 60px;
	overflow: hidden;
}

.top-chumoku-news #flickableTitle {
	position:relative;
}
.top-chumoku-news #flickableTitle nav {
	padding:5px 0;
	display: block;
	background: -moz-linear-gradient(top, #e6ecff, #d7e0fc);
	background: -webkit-gradient(linear,left top,left bottom,from(#e6ecff),to(#d7e0fc));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#e6ecff, EndColorStr=#d7e0fc);
	height: 28px;
	position: relative;
	line-height: 28px;
	font-size: 14px;
	text-indent: 10px;
}

.top-chumoku-news #flickableNavi span {
	display: inline-block;
	border-radius:5px;
	width: 5px;
	height: 5px;
	margin: 0px;
	padding: 0px;
	background-color: rgb(128, 128, 128);
	cursor: pointer;
	position: relative;
	line-height: 29px;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

.top-chumoku-news #flickableNavi span.current{
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0px;
	padding: 0px;
	background-color: rgb(29, 57, 148);
	cursor: pointer;
	position: relative;
	line-height: 29px;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
