@charset "utf-8";
ul.back li {
	float: right;
}
div.news {
	margin: 20px 0 0 0;
}
div.news dl {
}
div.news dt span {
	margin:0 10px;
}
div.news dt .new {
	margin:0 10px;
}
div.news dt .soumu {
	color:#08844e;
}
div.news dt .hoken {
	color:#e16b92;
}
div.news dt .fukushi {
	color:#0f5291;
}
div.news dl dd {
	border-bottom: 1px dotted #6d6d6d;
	padding-bottom: 7px;
	margin-bottom: 9px;
}
div#ctlbox {
	background-color: #fcf8ee;
	padding: 20px 15px 20px 20px;
}
div#ctlbox table {
	margin: 0 auto;
}
div#ctlbox th {
	font-weight: normal;
	padding: 0 5px 13px 0;
}
div#ctlbox td {
	padding-bottom: 13px;
}
div#ctlbox select {
	padding:3px 5px;
}
div#ctlbox p.radio {
	float: left;
	margin:0 10px 4px 0;
}
div#ctlbox .lvl1 {
	padding:3px 5px;
	width:250px;
}
div#ctlbox .lvl2 {
	padding:3px 5px;
	width:90px;
}
p.submit {
	text-align: center;
	clear: both;
}
.search_btn {
	display: block;
	width: 166px;
	height: 26px;
	margin: 0 auto;
	background: url("../../images/news_submit.gif") no-repeat;
	border: none;
}

.search_btn:hover {
	cursor: pointer;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}
#more {
	display:none;
}


@media only screen and (max-width: 700px) {
div.news dl dt,
div.news dl dd {
	display: none;
}
div.news dl dt:nth-of-type(1),
div.news dl dd:nth-of-type(1),
div.news dl dt:nth-of-type(2),
div.news dl dd:nth-of-type(2),
div.news dl dt:nth-of-type(3),
div.news dl dd:nth-of-type(3) {
	display: block;
}
div.news {
	width: auto;
	padding: 10px;
	float: none;
}
div.news dl {
	font-size: 12px;
	height: auto;
	overflow: inherit;
	padding: 0;
}
div#ctlbox {
	background-color: #fcf8ee;
	float: none;
	width: auto;
	height: auto;
	padding: 20px 0;
	font-size: 12px;
}
div#ctlbox table {
	margin: 0 auto;
	width: 240px;
}
div#ctlbox p {
	margin: 0 auto 3px auto;
	width: 240px;
}
p.submit {
	text-align: center;
	clear: both;
	padding: 10px 0 0 0;
}
.search_btn {
	display: block;
	width: 166px;
	height: 26px;
	margin: 0 auto;
	background: url("../../images/news_submit_sp.gif") no-repeat;
	background-size: 166px auto;
	border: none;
}

#more {
	display: block;
	background: #ffde8d;
	box-shadow: 0 1px 3px 0px rgba(255,255,255,0.75) inset,0 -1px 3px 0px rgba(0,0,0,0.5) inset;
	border-radius: 3px;
	margin:20px 0 0 0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	color: #464646;
}


}