@charset "utf-8";
/* CSS Document */
main .main {
	height: auto !important;
	overflow: hidden;
	width:100%;
}
main .main .center h2 {
	background: #526060;
	color: #fff;
	font-size: 1.4em;
	line-height: 26px;
	padding-left: 10px;
}
main .main .center p {
	font-size: 14px;
	font-style: italic;
	margin-bottom: 16px;
	padding-left: 20px;
	margin-top:16px;
}
main .main>figure {
	height:auto !important;
	overflow:hidden;
	border-bottom: 1px dashed #ccc;
	padding-bottom:15px;
	margin: 0 15px 15px 20px;
}

main .main>figure img {
	float: left;
	display: inline;
}
main .main>figure figcaption {
	float: right;
	display: inline;
	width: 625px;
}



.more2 {
	clear: both;
	height: auto !important;
	overflow: hidden;
	padding-top:12px;
}
.more2 a {
	display: block;
	background-color: #999999;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	font-size: 12px;
	transition: .2s ease-out;
	cursor: pointer;
	white-space: nowrap;
	color: #fff;
	padding-left:10px;
	width:90px;
	height: 22px;
	line-height: 22px;
	float: left;
	text-transform: uppercase;
}
.more2 a:hover {
	background-color: #08517C;
	color: #fff;
	text-decoration: none;
}


main .main>figure h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #07527A;
}
main .main>figure h3 a {
	color: #07527A;
}
main .main>figure figcaption p {
	font-size: 1.2em;
	line-height: 20px;
}



.main>figure>figcaption>ul{
	width:100%;
	height:auto !important;
	overflow:hidden;
}
.main>figure>figcaption>ul>li {
	width:100%;
	
}
.main>figure>figcaption>ul>li:nth-child(odd) {
	background-color: #E0E0E0;
}
.main>figure>figcaption>ul>li>a {
	color:#666;
	font-size:12px;
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left:45px;
	background:url(../images/ico.jpg) no-repeat left;
}

.main>figure>figcaption>ul>li>ul{
	background:#fff;
	display:none;

}
.main>figure>figcaption>ul>li>ul>li {
	line-height: 30px;
	padding-left:40px;
	border-bottom:1px dashed #ccc;
}
.main>figure>figcaption>ul>li>ul>li>a {
	color:#666;
	display: block;
	font-size:12px;
	padding-left:45px;
	background:url(../images/ico.jpg) no-repeat left;
}