@charset "UTF-8";

header #logo {
	font-size: 70%;
	font-weight: normal;
	background: url(../img/logo.gif) no-repeat 10px 23px;
	background-size: 200px 32px;
	width: 250px;
	height: 55px;
	padding: 10px 10px 0;
}
header .menuList {
	border-bottom: 1px solid #CCC;
}

#freeword .boxBody {
	padding: 20px 10px;
	overflow: hidden;
}
#freeword .boxBody input[type="search"] {
	width: 72%;
	float: left;
}
#freeword .boxBody input[type="submit"] {
	width: 25%;
	float: right;
	cursor: pointer;
}

#searchArea .boxHead {
	position: relative;
	cursor: pointer;
}
#searchArea .boxHead h2 {
	font-size: 110%;
	color: #40B850;
	height: 70px;
	border-top: 2px solid #40B850;
	padding-top: 25px;
	padding-left: 70px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#catchText {
	text-align: center;
	line-height: 1.4;
	margin: 2px 0 8px 0;
}
#searchBox1 .boxHead h2 {
	background: url(../top-img/icon-search1.png) no-repeat 10px center;
	background-size: 50px 50px;
}
#searchBox2 .boxHead h2 {
	background: url(../top-img/icon-search2.png) no-repeat 10px center;
	background-size: 50px 50px;
}
#searchArea .boxHead .kaiheiBtn {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	background: url(../img/search-kaihei2.png) no-repeat;
	background-size: 30px 30px;
}
#searchArea .boxHead .kaiheiBtn.open img {
	display: none;
}
#searchBox1 .boxBody ul li {
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 50px 50px;
}
#searchBox1 .boxBody ul li#shokusyu1 {
	background-image: url(../top-img/shokusyu1.png);
}
#searchBox1 .boxBody ul li#shokusyu2 {
	background-image: url(../top-img/shokusyu2.png);
}
#searchBox1 .boxBody ul li#shokusyu3 {
	background-image: url(../top-img/shokusyu3.png);
}
#searchBox1 .boxBody ul li#shokusyu4 {
	background-image: url(../top-img/shokusyu4.png);
}
#searchBox1 .boxBody ul li#shokusyu5 {
	background-image: url(../top-img/shokusyu5.png);
}
#searchBox1 .boxBody ul li#shokusyu6 {
	background-image: url(../top-img/shokusyu6.png);
}
#searchBox1 .boxBody ul li#shokusyu7 {
	background-image: url(../top-img/shokusyu7.png);
}
#searchBox1 .boxBody ul li#shokusyu8 {
	background-image: url(../top-img/shokusyu8.png);
}
#searchBox1 .boxBody ul li a {
	font-size: 11px;
	line-height: 1.3;
	color: #666;
	background: url(../img/arrow-search.png) no-repeat 98% center;
	background-size: 6px 11px;
	padding: 8px 25px 0 70px;
	height: 70px;
	border-top: 1px solid #CCC;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#searchBox1 .boxBody ul li a em {
	font-size: 17px;
	font-weight: bold;
	font-style: normal;
	color: #000;
}
#searchBox2 .boxBody ul {
	overflow: hidden;
	border-top: 1px solid #CCC;
}
#searchBox2 .boxBody ul li a {
	width: 33%;
	float: left;
	background: url(../img/arrow-search.png) no-repeat 90% center;
	background-size: 6px 11px;
	padding: 17px 25px 17px 10px;
	border-right: 1px solid #CCC;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#searchBox2 .boxBody ul li:first-child a {
	width: 34%;
}
#searchBox2 .boxBody .ListSty ul li a {
	font-size: 17px;
	font-weight: bold;
}
#searchBox2 .boxBody .ListSty {
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
}
.searchBox3 .boxBody {
	background-color: #F3FFF4;
	padding: 10px 5px;
}
.searchBox3 .boxBody .listBox {
	border: 1px solid #40B850;
}
.searchBox3 .boxBody .listBox a {
	color: #40B850;
	background: url(../img/arrow-menu.png) no-repeat 98% center;
}

#magaArea .midashi {
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background-color: #40B850;
	padding: 7px;
}
#magaArea .boxBody {
	border-bottom: 1px solid #40B850;
	margin-bottom: 10px;
}
#magaArea .boxBody p {
	font-size: 90%;
	line-height: 1.4;
	padding: 4px 14px;
}
#magaArea .boxBody p.backnumber {
	text-align: right;
}
#magaArea .boxBody .backnumber a {
	display: inline;
}

#newArea .midashi {
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background-color: #40B850;
	padding: 7px;
}
#newArea .boxBody {
	border-bottom: 1px solid #40B850;
	margin-bottom: 10px;
}
#newArea .boxBody p {
	font-size: 90%;
	line-height: 1.4;
	padding: 10px 10px 14px;
	border-top: 1px dotted #40B850;
	
}
#newArea .boxBody p:first-child {
	border-top: none;
}
#newArea .boxBody p span {
	color: #CCC;
}
#saishinArea .midashi {
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background-color: #ff6500;
	padding: 7px;
	margin-top: 10px;
}
#saishinArea .boxBody {
	background-color: #FFEFE5;
	padding: 10px 5px;
}

#setsumeiArea .midashi {
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background-color: #40B850;
	padding: 7px;
}
#setsumeiArea .boxBody p {
	font-size: 90%;
	line-height: 1.4;
	padding: 10px 10px 14px;
	border-bottom: 1px solid #40B850;
	margin-bottom: 10px;
}


.listBox {
	line-height: 1.4;
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #999;
	border: 1px solid #FFA365;
	margin-bottom: 10px;
}
.listBox .pr {
	margin: -10px;
}
.listBox .pr a {
	font-size: 115%;
	font-weight: bold;
	color: #FF6500;
	background: url(../work/img/pr.png) no-repeat 98% center;
	background-size: 11px 22px;
	padding: 10px 25px 10px 10px;
}
.listBox .detailBox {
	font-size: 85%;
	margin: 10px 0 5px;
	border-top: 1px dotted #999;
}
.listBox .detailBox li {
	min-height: 40px;
	padding: 5px 0;
	border-bottom: 1px dotted #999;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.listBox .detailBox li.koumoku1 {
	background: url(../work/img/icon-list1.png) no-repeat center left;
	background-size: 30px 30px;
	padding-left: 40px;
}
.listBox .detailBox li.koumoku2 {
	background: url(../work/img/icon-list2.png) no-repeat center left;
	background-size: 30px 30px;
	padding-left: 40px;
}
.listBox .detailBox li.koumoku3 {
	background: url(../work/img/icon-list3.png) no-repeat center left;
	background-size: 30px 30px;
	padding-left: 40px;
}

#bnrbox_top01 {
	border-top: 2px solid #40B850;
}

.linkSty1 a {
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	color: #FFF;
	background-color: #40B850;
	height: 50px;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px #308A3C;
	box-shadow: 0 2px #308A3C;
	padding-top: 18px;
	margin: 10px 10px 20px;
}