@charset "UTF-8";

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

   /news_con/index

------------------------------------------------*/
.news_con{
	clear:both;
	padding:5px 0;
	border-bottom:1px dashed #ddd;
}
.day{
	width:13%;
	float:left;
}

.txt{
	width:70%;
	float:left;
}

.pageview{
	width:100%;
	clear:both;
	margin:20px 0;
}
.previous,.next{
	width:30%;
	float:left;
}
.previous a,.next a{
	width:90%;
	display:block;
	margin:0 auto;
	background:#092135;
	color:#fff;
	text-align:center;
	font-size:90%;
	padding:5px 0;
}
.number{
	width:40%;
	float:left;
	text-align:center;
	font-weight:bold;
}


/*--------side_menu--------*/
.sm_box02{
	border:1px solid #ddd;
	margin-bottom:20px;
}
.sm_box02 span a{
	display:block;
	padding:15px 10px !important;
	color:#fff !important;
	background:#092135;
	text-indent:20px;
	position:relative;
}

.sm_box02 span a:after{
	content:"";
	background:#fff;
	line-height:100%;
	position:absolute;
	height:6px;
	width:6px;
	left:10px;
	top:0;
	bottom:0;
	margin:auto;
}
.sm_box02 ul{
}
.sm_box02 ul li{
	border-bottom:1px dashed #ddd;
}
.sm_box02 ul li:last-child{
	border-bottom:none;
}

.menu02 ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu02 li {
	display: block;
	margin:0;
	line-height: 1;
	color:#333;
	background :#fff;
	cursor :pointer;
	padding:10px 0 10px 20px;
	background:url(/web/img/common/icon/arrow_gr.svg) 5px 10px no-repeat;
	background-size:8px;
}

.menu02 li a {
	padding:0 !important;
	color: #000 !important;
	display:block;
	text-decoration: none;
	line-height: 1;
}




@media screen and (max-width: 480px) {
.day{
	width:100%;
	float:none;
}

.txt{
	width:100%;
	float:none;
	clear:both;
}


}
