@charset "utf-8";
/* ===================================================================
	use second
=================================================================== */

/*---------------------------------------------------------------------------*/
.contents {
	font-size: 108.3%;
	margin: 0 auto;
	padding: 45px 253px 100px;
	width: 794px;
}
.title {
	padding-bottom: 45px;
	text-align: center;
}
.contents a {
	color: #349839;
	text-decoration: none;
}
.info_list {
	overflow: hidden;
}
.info_list li {
	border-bottom: 1px solid #e3e3e3;
	padding: 10px 5px;
}
.info_list li .date {
	background: url(../../common/images/icon_cercle_green.gif) left 1px no-repeat;
	float: left;
	padding: 0 40px 0 25px;
}
.info_list li .txt {
	display: block;
	overflow: hidden;
}
.info_list li .txt a:hover {
	text-decoration: underline;
}
.link_all {
	color: #349839;
	padding-top: 10px;
	text-align: right;
}
.link_all span {
	background: url(../../common/images/icon_arrow_green.png) left center no-repeat;
	padding: 1px 0 1px 20px;
}
.link_all a {
	display: inline-block;
	text-decoration: underline;
}
.link_all a:hover {
	text-decoration: none;
}
/* deteail
/*---------------------------------------------------------------------------*/
.detail .date {
	background: url(../../common/images/icon_cercle_green.gif) left 3px no-repeat;
	font-size: 125%;
	padding: 0 0 0 24px;
}
.detail .ttl {
	font-size: 166.7%;
	font-weight: normal;
	padding: 0 0 0 25px;
}
.detail .box {
	margin: 0 auto;
	padding: 35px 0 20px;
	width: 685px;
}
.detail .box a {
	color: #000000;
	text-decoration: underline;
}
.detail .box a:hover {
	text-decoration: none;
}