@charset "utf-8";

/*記事一覧へ*/
.listbtn{
	width: 512px;
	height: 33px;
	margin: 10px auto;
	text-align: center;
	font-size: 120%;
	line-height: 35px;
	position:relative;
}
#listbtn{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	border: 1px solid #786ce6;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-decoration: none;
	color: #786ce6;
}

.click_newsbox{
	width: 886px;
	height: auto;
	margin: 20px auto;
	position:relative;
	border: 1px solid #cdcdcd;

}
/*種別*/
.click_news_tag {
	width: 100px;
	height: 24px;
	color: #ffffff;
	margin: 15px 15px 10px 15px;
	background-color: #FF19A0;
	text-align: center;
	line-height: 24px;
	border-radius: 3px;
}

.click_news_tag.type2 {
	background-color: #C840D2;
}
.click_news_tag.type3{
	background-color: #FF9800;
}
.click_news_tag.type4{
	background-color: #6EC21E;
}

.click_newsbox h4 {
	margin: 0 10px;
	padding: 10px 0;
	border-bottom: 1px dotted #000;
	color: red;
	font-size: 180%;
	font-weight: bold;
}
.news_content{
	margin: 10px;
	overflow: hidden;
}
.news_content .thumb {
	float: right;
	max-width: 300px;
	max-height: 400px;
	margin-left: 10px;
	overflow: hidden;
}
.news_content .thumb img {
	max-width: 100%;
	vertical-align: top;
}

.nextpager li a {
	background-color: #fff;
	border-color: #786ce6;
	color: #786ce6;
}
.nextpager li a:hover,
.listbtn #listbtn:hover {
	border-color: #9b92ec;
	background: #786ce6;
	color: #fff;
}
.nextpager li a::before {
	background-image: url("//img.undernavi.com/portal/web/chugoku/shop/dir/realtime/main_back_arrow.png");
}
.nextpager li a:hover::before {
	background: url("//img.undernavi.com/portal/web/chugoku/shop/dir/realtime/main_next_arrow.png") no-repeat center;
}
.nextpager li.backbtn a::before {
	left: 10px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.nextpager li.nextbtn a::before {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.nextpager li.backbtn a:hover::before {
	left: 10px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.nextpager li.nextbtn a:hover::before {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.realtime_txt{
	overflow: hidden;
}
