@charset "utf-8";
.t_bg {
	background: #fbfdf4;
	border: 1px solid #b2e02e;
	background-image: url(../images/t_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 20%;
	margin-bottom: 3%;
}
.tt_style01{
	background:url(../images/bg_tt.png) no-repeat bottom;
	background-size: 100%;
	font-size: 18px; 
	color: #4c6600;
	margin-bottom: 1%;
}
.tt_style01 span {
	color: #999999;
	font-size: 11px;
}

.t_sec01 {
	background: url(../images/bg01.png) no-repeat bottom right;
	background-size: 50%;
	padding: 2%;
}
.t_sec01 p { width: 75%; padding-bottom: 5px;}
.t_sec02 {
	background: url(../images/box_01_b.png) no-repeat bottom right;
	background-size: 35%;
	padding: 2%;
}
.t_sec03 {
	background: url(../images/box_01_c.png) no-repeat bottom right;
	background-size: 35%;
	padding: 2%;
}
.t_sec_box ul {
	margin: 1% 0;
}
.t_sec02 li {
	float: left;margin-right: 5%;
	background: url(../images/arrow.png) no-repeat left center;
	background-size: 6px;
	padding-left: 2%;
}
.t_sec03 li {
	float: left;margin-right: 5%;
	background: url(../images/arrow.png) no-repeat left center;
	background-size: 6px;
	padding-left: 2%;
}
.t_sec_box li a {color: #59b200; text-decoration: none;}
.t_sec_box li a:hover {color: #ff2400; text-decoration: underline;}
#news_area {
	margin: 2% 0;
}
.news_tt {
	position: relative;
	color: #4c6600;
    font-size: 120%;
    font-weight: bold;
    padding: 1%;
    padding-left: 2%;
    margin-bottom: 1%;
    border-left: solid 5px #b2e02e;
    background: #f6f6f6;
}
.news_tt .more {
	position: absolute;
	top: 0%;
	right: 2%;
	width: 16%;
}
.news_detail {
	overflow: auto;
	height: 180px;
}
.news_detail dd {
	border-bottom: solid 1px #eeeeee;
	padding-bottom: 1%;
	margin-bottom: 1%;
}
.news_detail  a {
	color: #000;
	text-decoration: none;
}

@media (max-width: 321px) {
	.t_sec01 p { width: 100%; }
}