@charset "utf-8";


/*-----------------------------------------------------
電動リールタイトル
------------------------------------------------------*/
#wapper .list_title{
	background:#0068B7;
	color:#fff;
	padding:10px 0;
	font-weight:normal;
	text-align:center;
}
#wapper .list_anchor{
	width:100%;
	display:table;
	margin-top:10px;
	margin-bottom:20px;
	font-size:0.9em;
}

#wapper .list_anchor li{
	background:#1BACFA;
	color:#fff;
	font-weight:normal;
	text-align:center;
	display:table-cell;
}
.list_anchor li:nth-of-type(1){
	border-right:1px solid #fff;
}
#wapper .Sublist_title{
	background:#333;
	color:#fff;
	padding:10px 0;
	font-weight:normal;
	text-align:center;
	font-size:1em;
}
#wapper .list_anchor a{
	color:#fff;
	display:block;
	padding:10px 0;

}
.list3 ul{
	border-bottom: 1px solid #ccc;
	}
	.list3 ul li{
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
		background: linear-gradient(#fff, #f0f0f0);
		border-top: 1px solid #ccc;
		height: 80px;
		margin: 0px;
		line-height:1.2;
	}
	.list3 ul li a{
		background: url(../images/list_mark1.png) no-repeat 99% 50%;
		color: #666;
		display: block;
		height: 80px;
		margin: 0;
		padding: 0 20px 0 0;
		overflow: hidden;
		/*white-space: nowrap;
		text-overflow: ellipsis;*/
		text-decoration: none;
		font-size:0.8em;
	}
	.list3 ul li img{
		float: left;
		height: 60px;
		width: 60px;
		margin-right: 10px;
	}
	.list3 ul li a strong{
		color: #000;
		display: block;
		font-weight: bold;
		padding-top: 17px;
	}
.banners{
	width:90%;
	margin: 0 auto;
	margin-top:20px;
	text-align:center;
	margin-bottom:20px;


}
.banners a{
	color:#fff;
	font-size:0.8em;
	background:#0068B7;
	display:block;
	padding:10px 5px;
	border-radius:100px;

}
a.btn2{
	width: 90%;
	text-align: center;
	display: block;
	padding: 8px;
	margin: 10px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px #666;
	border-radius: 10px;
	font-weight: bold;
	background: #e22092 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0476B2), to(#1BACFA)); 
	background: #e22092 linear-gradient(#0476B2, #1BACFA);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	}

#wapper .reel_name{
	display:block;
	color:#0068B7;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:5px;
}