@charset "utf-8";
/* CSS Document */

/*******************************************

-------------------------------------------
臨時ニュース用の装飾
********************************************/

.extra-news {
	text-align: center;
	width: 888px;
	margin: 0 0 20px 35px;
	box-sizing: border-box;
	line-height: 2;
}
.extra-news a {
	display: block;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	padding: 15px 10px;
	background-color: #eb5c01;
	border-radius: 5px;
}
.extra-news a::after {
	content: "▲";
	display: inline-block;
	transform: rotate(90deg);
	font-size: 10px;
	font-weight: normal;
	position: relative;
	top: -1px;
	margin-left: 10px;
}
.extra-news a:hover {
	opacity: 0.7;
}
/*
.extra-news {
	text-align: center; 
	border: 3px solid #e80000; 
	padding: 10px 15px; 
	margin: 0 0 20px 35px; 
	width: 888px; 
	box-sizing: border-box; 
	line-height: 2; 
	background-color: #fffdf6;
}
.extra-news p.tit-extra-news {
	font-size: 14px;
}
.extra-news p.cmt-extra-news {
	border-top: 1px dotted #e80000;
	border-bottom: 1px dotted #e80000;
	margin-top: 5px;
	padding: 10px 0;
	color: #e80000;
	font-weight: bold;
}
.extra-news ul {
	margin: 20px 0 10px;
}
.extra-news ul li {
}
.extra-news ul li a {
	text-decoration: underline;
	font-size: 13px;
}
.extra-news ul li a::after {
	content: "";
	display: inline-block;
	margin-left: 5px;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 4px solid #333;
	position: relative;
	top: -1px;
}
*/