@charset "shift_jis";

/* ========================================
	#contents
======================================== */
#news {
	padding-top: 15px;
}
#info {
	margin-bottom: 15px;
	background: url(../../img/info_bg.png) left top repeat;
	background-size: 28px 28px;
}
#info .inner {
	top: -15px;
}
#info h2 img {
	display: block;
}
#info ul {
	overflow: hidden;
	min-height: 300px;
	border-radius: 0 0 7px 7px;
	padding-top: 5px;
	background: #ffffff;
}
#info ul li {
	border-top: #8c8c8c 1px dotted;
	padding: 10px;
}
#info ul li:first-child {
	border-top: none;
	padding-top: 0;
}
#info ul li .category {
	margin-bottom: 2px;
}
#info ul li .category img {
	margin-right: 5px;
}
#info ul li .title {
	line-height: 1.6;
	font-size: 12px;
}
#info ul li .title a {
	color: #4c4c4c;
	text-decoration: none;
}
#info .more {
	position: relative;
	bottom: -9px;
	padding-left: 10px;
	text-align: center;
}
#spec {
	margin-bottom: 15px;
	text-align: center;
}