@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#main .topNavi {
	margin-bottom: 13px;
}

#main .topNavi li {
	margin-right: 2.5%;
	width: 18%;
	float: left;
}

#main .topNavi li:last-child {
	margin-right: 0;
}

#main .topNavi li img {
	width: 100%;
}

#main .section {
	margin-bottom: 15px;
	padding: 11px 0;
	border: 1px solid #DCDCDC;
}
	
#main .ttlDl {
	margin-bottom: 12px;
	padding: 0 4px;
	border-bottom: 5px solid #00B8E4;
}

#main .ttlDl dt {
	float: left;
}

#main .ttlDl dd {
	padding: 0 0 0 33px;
}

#main .ttlDl dd > span {
	display: block;
	font-size: 15px;
}

#main .ttlDl dd .time {
	font-size: 12px;
}

#main .ttlDl dd > span span {
	font-weight: bold;
}

#main .section .link {
	margin: 0 10px 10px;
}

#main .section .link img {
	width: 100%;
}

#main .section p {
	margin: 0 10px 17px;
	font-size: 12px;
	line-height: 1.5;
}

#main .section p:last-child {
	margin-bottom: 0;
}

#main .more {
	text-align: center;
	background-color: #00B8E4;
}

