.section {
	width:900px;
	margin:0 auto;
	padding:30px 0;
}

h2 {
	width:100%;
	height:135px;
	box-sizing:border-box;
	border-top:2px solid #008d33;
	background:url(/img/common/dot.png) repeat-x bottom;
	text-align:center;
}
h2 img {
	margin-top:38px;
}

.section #contbox {
	width:650px;
	float:left;
}
.section #contbox dl {
	margin:0 0 10px;
	padding:0 0 10px 0;
	background:url(/img/common/dot.png) repeat-x bottom;
}
.section #contbox dt,
.section #contbox dd {
	font-size:16px;
	font-weight:normal;
	line-height:150%;
	margin:0;
	padding:0;
}
.section #contbox dt {
	width:150px;
	float:left;
}
.section #contbox dd {
	width:500px;
	float:right;
}
.section #contbox dd a,
.section #contbox dd a:link,
.section #contbox dd a:visited {
	color:#009933;
	text-decoration:none;
	line-height:inherit;
}
.section #contbox dd a:hover {
	text-decoration:underline;
}
.section #contbox .cbox {
	margin:0;
	padding:0 0 30px 0;
}
.section #contbox .cbox h3 {
	color:#009933;
	font-size:24px;
	margin: 0 0 30px;
	padding:0 0 5px 0;
	border-bottom:1px solid #009933;
}
.section #contbox .cbox p.date {
	width:96%;
	margin:0 auto 30px;
	padding:0;
	font-size:14px;
}


.section #archive {
	width:200px;
	float:right;
}
.section #archive div.tit {
	background:#CCC;
	color:#FFF;
	font-size:14px;
	height:25px;
	line-height:25px;
	text-align:center;
	margin:0 0 15px;
	padding:0;
}
.section #archive ul {
	margin:0 0 0 15px;
	padding:0;
}
.section #archive li {
	list-style:none;
	margin:0 0 10px;
	padding:0;
}
.section #archive li i {
	color:#009933;
	margin-right:10px;
}
.section #archive li a,
.section #archive li a:link,
.section #archive li a:visited {
	color:#333;
	text-decoration:underline;
	line-height:inherit;
	font-size:14px;
}
.section #archive li a:hover {
	text-decoration:none;
}







@media screen and (max-width:899px){

.section {
	width:96%;
}
.section #contbox {
	margin:0 auto 30px;
	float:none;
}
.section #archive {
	margin:0 auto;
	float:none;
}
}

@media screen and (max-width:767px){

h2 {
	width:96%;
	height:auto;
	margin:0 auto;
	padding:30px 0;
}
h2 img {
	max-width:100%;
	height:auto;
	margin-top:0;
}

}

@media screen and (max-width:649px){

.section #contbox {
	width:100%;
}
.section #contbox .cbox h3 {
	font-size:18px;
	margin: 0 0 20px;
}
.section #contbox .cbox p.date {
	width:96%;
	margin:0 auto 20px;
	padding:0;
	font-size:12px;
}

.section #contbox dt,
.section #contbox dd {
	font-size:14px;
}
.section #contbox dt {
	width:120px;
}
.section #contbox dd {
	width:auto;
	float:left;
}


}