@charset "utf-8";

/*▼pc.css*/
ul#main_menu li .menu_box {
	background: #fff;
}
ul#main_menu li .menu_box, ul#sub_menu li .menu_box {
	-webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
#category_popmenu, ul#main_menu li {
	background: #fff;
    top: 85px !important;
}
ul#sub_menu li .menu_box:hover {
	opacity: 1;
	color: #466930;
}
#main_content h2 {
    color: #3c3c3c;
	font-size: 1.4em;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	/*float: left;*/
	margin: 0 0 18px 5px;
}
#main_content .h2-a {
	margin-bottom: 18px;
}
#main_content .h2-b {
	margin-bottom: 10px;
}
#main_content h2 i {
	padding-right: 9px;
}
.top_news {
	padding: 10px 10px 0 10px;
}
.top_news td {
	padding-bottom: 10px;
}
.info_description {
	font-size: 14px;
}
.contbox_area_a .contbox, .contbox_area_b .contbox, .item {
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.contbox_area_a .contbox:hover {
	/* border: 2px solid #348003 !important;
	box-shadow:0px 0px 2px 1px #348003;
	-moz-box-shadow:0px 0px 2px 1px #348003;
	-webkit-box-shadow:0px 0px 2px 1px #348003; */
}
.contbox_area_b .contbox:hover {
	/* border: 1px solid #348003 !important;
	box-shadow:0px 0px 2px 1px #348003;
	-moz-box-shadow:0px 0px 2px 1px #348003;
	-webkit-box-shadow:0px 0px 2px 1px #348003; */
}
.contbox_area_a .contbox {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #ccc;
	width: 253.7px;
	margin-right: 14px;
}
.item:hover {
	/* border: 1px solid #f00 !important;
	box-shadow:0px 0px 2px 1px #f00;
	-moz-box-shadow:0px 0px 2px 1px #f00;
	-webkit-box-shadow:0px 0px 2px 1px #f00; */
}
.feature {
    min-width: 253.7px;
}
.td-date {
	background: #797776;
	color: #fff;
	text-align: center;
	padding: 4px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.td-tag {
	padding-left: 11px;
}
.article_text {
    padding: 6px 10px 12px 12px;
}
.article_text h3 {
    margin: 0 0 6px 0;
	color: #466930;
	font-size: 14px;
}
.newlist {
	font-size: 15px;
	margin-bottom: 20px;
	padding-right: 10px;
}
.newlist a {
	-webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.newlist a:hover {
	color: #466930;
}
.newlist-b a:hover {
	color: #f00;
}
.newlist i {
	padding-left: 10px;
	vertical-align: 1.2px;
}
.newlist-a {
	margin-top: 12px;
}
.newlist-b {
	margin-top: 30px;
  margin-bottom: 50px;
  width: 300px;
  height: 30px;
  text-align: center;
  padding: 10px 0;
  border-radius: 50px;
  line-height: 30px;
}
.newlist-b-waku-1{
    border: 1px solid #080059;
}
.newlist-b-waku-1 a{
    color: #080059;
}

.newlist-b-waku-2{
    border: 1px solid #1a784a;
}
.newlist-b-waku-2 a{
    color: #1a784a;
}

.newlist-b-waku-3{
    border: 1px solid #e94609;
}
.newlist-b-waku-3 a{
    color: #e94609;
}

.newlist-b-waku-4{
    border: 1px solid #a51d00;
}
.newlist-b-waku-4 a{
    color: #a51d00;
}


#sidebar {
    margin: -13.4px 0 0;
}
.sidebanner {
	margin-bottom: 14px;
}
/*▲pc.css*/
