@charset "utf-8";
/*------------------------------------------------
サムネイル表示JavaScript変更(エリアトップ注目情報)
NNW坂井 2013/02/15
------------------------------------------------*/

.flickSimple2 {
	width: 100%;
	position: relative;
	margin: auto;
	overflow: auto;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.flickSimple2.landscape {
/*	width: #val1#%;*/
}

.flickSimple2 ul {
	display: block;
	margin: 0;
	padding: 0;
}

.flickSimple2 ul li {
	float: left;
	list-style-type: none;
	text-align: center;
}

.flickableControl {
	overflow: hidden;
	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;
}

.nextbtn {
	display: block;
	float: right;
	text-align: right;
	background: url(//smart.cityheaven.net/img/button/smartphone/listArrowNext.png) no-repeat scroll right transparent;background-size: 25px 20px;
	padding-right: 33px;
	right: 0;
	position: absolute;
	width: 30%;
	height: 28px;
	line-height: 29px;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

.backbtn {
	display: block;
	float: left;
	background: url(//smart.cityheaven.net/img/button/smartphone/listArrowPrev.png) no-repeat scroll left center transparent;background-size: 25px 20px;
	padding-left: 33px;
	position: absolute;
	width: 30%;
	height: 28px;
	line-height: 29px;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

.backbtn_text {
	background: url(//smart.cityheaven.net/img/button/smartphone/listArrowPrev.png) no-repeat scroll left center transparent;
	background-size: 25px 20px;
	padding-left: 33px;
	position: absolute;
	width: 30%;
	height: 28px;
	line-height: 29px;
	font-size: 12px;
	color: #9F9F9F;
	text-decoration: none;
	display: none;
}

.nextbtn_text {
	background: url(//smart.cityheaven.net/img/button/smartphone/listArrowNext.png) no-repeat scroll right transparent;background-size: 25px 20px;
	padding-right: 33px;
	right: 0;
	text-align: right;
	display: block;
	position: absolute;
	width: 30%;
	height: 28px;
	line-height: 29px;
	font-size: 12px;
	color: #9F9F9F;
	text-decoration: none;
	display: none;
}

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

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

}

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

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

#flickableNavi {
	text-align: center;
	clear: both;
	text-align: center;
	background: #FFF;
	border-width: 0 10px;
	display: block;
	height: 14px;
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -56px;
	padding-top: 5px;
	width: 92px;
	overflow: hidden;
}

#flickableTitle nav {
	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;
}

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

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