@charset "utf-8";

div.news_bg {
 border: 1px solid #00597d;
 background-color: white;
 box-sizing: border-box;
}
div.news {
 padding: 15px;
	
}
div.news_title {
display: flex;
justify-content: space-between;
padding-top: 15px;
}
div.news_title h2 {
  /*font-family: 'M PLUS Rounded 1c', sans-serif;*/
  color: #40839e;
  font-size: 18px;
  font-weight: normal;
  padding-left: 35px;
  background: url("../images/news_line.png") no-repeat 20px 12px;
 /* transform: rotate(0.001deg);*/
}
div.news_title p {
	padding-right: 20px;
	width: 90px;
	font-size: 12px;
	margin: 10px 0 0 0;
	height: 10px;
/*   background: url("../images/bn_arrow.png") no-repeat 0 2px;*/
}
div.news_title p img {
height: 12px;
}
div.news_title p a {
	color: #595757;
	text-decoration: none;
	display: block;

}
div.news dl {
	overflow:auto;
	padding:0 15px 0 0;
	font-size:12px;
}
div.news dl dt {
margin-top: 10px;
margin-bottom: 6px;
color: #00597d;
}
div.news dl dt img {
width: 40px;
height: auto;
}


div.news dt img {
	vertical-align:middle;
}

div.news dt.new  {
margin-top: 0;
margin-bottom: 0;
}
div.news dd {
	border-bottom:2px dotted #80acbe;
	padding:0 0 12px 0;
	color: #00597d;
}
div.news dd .new {
	font-size:10px;
}
div.news dt img {
  padding: 7px 0 10px 15px;
}
div.news dt {
   color:#43b149;
}
div.news dd a  {
  color: #00597d;
}
div.news dd a:hover  {
  color: #00597d;
}
div.news dd a:visited  {
  color: #00597d;
}







@media only screen and (max-width: 700px) {


div.news dl {
	height:auto;
	width:100%;
	overflow:auto;
	padding:0 2% 0 0;
	
}
div.news dl dt,
div.news dl dd {
	line-height:1.5em;
}
div.news dt {
	margin-bottom:3px;
}
div.form_area {
 margin: 0;
 max-width: inherit;
}
div#ctlbox {
	height:auto;
	margin:0;
	font-size:14px;
	padding:10px;
 border-top: none;
  margin-bottom: 5%;
}

div#ctlbox p {
	float: none;
	margin:6px 0 0 0;
 
}
div#ctlbox th {
	text-align:left;
	padding:0 6px 0 0;
	font-weight:normal;
 font-size: 11px;
}
div#ctlbox td {
	padding-bottom:6px;
 font-size: 11px;

}
#search_btn {
	display: block;
	width: 200px;
	height: 35px;
	margin: 5px auto 0 auto;
	background: url("../../images/news_submit_sp.svg") no-repeat;
	background-size:200px auto;
	border: none;
}




}
