@charset "utf-8";

/* 共通 */
.txt1{
	padding:0 20px 20px;
}
.tagcloud{
	padding:10px 15px;
	margin:15px 20px;
	background-color:#FFF;
}
.tagcloud a{
	color:#7DA7D3;
	font-size:0.9em;
}
.ranking{
	background:url(img/ranking_f_bg.jpg) no-repeat left bottom;
	width:660px;
	height:auto;
	padding:0 0 30px;
	margin:0;
	margin-bottom:25px;
}

.ranking .rankttl{
	font-weight:bold;
	color:#fff;
	margin:0 12px;
background:#ff6766;
	font-size:2.3em;
	line-height:1.4em;
	height:auto;
	padding:15px 30px;
}
.ranking .rankttl a{
	color:#fff;
}.ranking .inner{
	background:url(img/ranking_bg.jpg) repeat-y left top;
	padding:15px 60px;
	margin:0;
}
.ranking .inner .pic{
	float:left;
	width:250px;
}
.ranking .inner p{
	padding-bottom:15px;	
}
.ranking .inner .txt{
	float:right;
	width:266px;
	font-size:1em;
	line-height:1.6em;
}
.ranking .inner .txt h5{
	padding-bottom:15px;	
}
.ranking .inner .btn{
	text-align:right;
	padding-bottom:30px;	
}
.ranking .inner .btn img{
	padding-bottom:10px;	
}
.ranking .inner h6{ padding:0; margin:0; }
.ranking .inner .point{
	width:547px;
	margin:0 auto;
	background:url(img/point_f_bg.jpg) no-repeat left bottom;
	padding-bottom:26px;
	margin-bottom:30px;
}
.ranking .inner .point ul{
	background:url(img/point_bg.jpg) repeat-y left top;
	padding:10px 35px;

}
.ranking .inner .point ul li{
	background:url(img/point.jpg) no-repeat left center;
	padding:20px 15px 20px 80px;
	min-height:37px;
	border-bottom:dotted 1px #CABEB9;
	color:#FF0066;
	font-size:1.6em;
	line-height:1.4em;
	font-weight:bold;		
}


/* TOP */



/* TOP end */


.ttl{
	background:url(img/ttl_bg.jpg) no-repeat right top;
	text-align:center;
	color:#FF3399;
	font-size:2.3em;
	padding:40px 30px;
}
.post{
	background:url(img/box_t_bg.jpg) no-repeat left top;
	padding:30px 0 0;
}
.post .inner{
	background:url(img/ranking_bg.jpg) repeat-y left top;
	padding:15px 60px;
	margin:0;
}
.post .inner p{
	padding-bottom:25px;
}

.boxF{
	background:url(img/ranking_f_bg.jpg) no-repeat left bottom;
	width:660px;
	height:auto;
	height:30px;
	padding:0;
	margin:0;
	margin-bottom:25px;
}

.postlist{
	padding:10px 0 30px;
	border-bottom:dotted 1px #CABEB9;
	margin-bottom:15px;	
}
.postlist h3{
	background:url(img/icon1.gif) no-repeat left 2px;
	padding:5px 0 5px 35px;	
	color:#FF0033;
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:15px;
}
.postlist h3 a{
	color:#FF0033;
}
.postlist .more{
	text-align:right;	
}
.postlist .more a{
	background:url(img/arrow1.gif) no-repeat left center;
	padding-left:20px;
	font-weight:bold;
	color:#FF0033;
}
/* 詳細 end */



.gobtn a{
	display:block;
	background-image: -webkit-linear-gradient(270deg,rgba(119,207,17,1.00) 0%,rgba(61,155,33,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(119,207,17,1.00) 0%,rgba(61,155,33,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(119,207,17,1.00) 0%,rgba(61,155,33,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(119,207,17,1.00) 0%,rgba(61,155,33,1.00) 100%);
	border:solid 1px #5B8317;
	width:100%;
	margin:10px auto 0;
	text-align:center;
	font-weight:bold;
	font-size:1.6em;
	color:#fff150;
	padding:15px 0;
	text-shadow:0 0 3px #488a13;
	text-decoration:none;
	border-radius:5px;
}
.gobtn a:hover{
	opacity:0.8;
	filter:alpha(opacity=80);		
}