
.maininner h3 {
	clear: both;
	background-image: url(/img/title.gif);
	background-repeat: no-repeat;
	font-size: 1.3em;
	font-weight: bold;
	color: #006699;
	letter-spacing: 0.1em;
	padding: 9px 0px 8px 40px;
	margin: 30px 0;
}

.maininner p {
	text-indent: 1em;
	margin: 10px 0;
}

.activity ul.list li {
	padding: 20px;
	margin: 10px 0;
	border: 1px solid #e3e3e3;
	overflow: hidden;
}

.activity ul.list li h4 {
	color: #006699;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 0 10px 0;
}
.activity ul.list li h4 span {
	color: #999;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0;
	display: block;
}

.activity ul.list img {
	width: 120px;
	float: left;
	margin: 0 20px 20px 0;
}

.activity ul.list p {
	text-indent: 0;
	margin: 0;
}
.activity ul.list p span {
	color: #86c045;
	font-size: 17px;
	font-weight: bold;
}
.activity ul.list p.more {
	text-align: right;
}
.activity ul.list p.more a {
	color: #0099cc;
	text-decoration: none;
	padding: 0 10px 0 0;
	position: relative;
}
.activity ul.list p.more a:hover {
	text-decoration: underline;
}
.activity ul.list p.more a::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	right: 0;
	width: 6px;
	height: 6px;
	border-right: 1px solid #0099cc;
	border-bottom: 1px solid #0099cc;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

