/* お知らせ */
#main > h1 {
	height: 30px;
	background: url(../images/news/news-h1.png) no-repeat center top;
	text-indent: -9999px;
}

#main .pagination {
	margin-top: 20px;
	padding: 0 0 20px;
	text-align: right;
}

#main h1 + .pagination {
	margin-top: 40px;
}

#main .pagination a {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	color: #666666;
	font-size: 93%;
	text-align: center;
	text-decoration: none;
	line-height: 1;
}

#main .pagination span,
#main .pagination a:hover {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #61b13e;
	background-color: #61b13e;
	color: #ffffff;
	font-size: 93%;
	text-align: center;
	line-height: 1;
}

#main #list ul {
	border-top: 1px dotted #cccccc;
	overflow: hidden;
}

#main #list ul li {
	padding: 10px 0px;
	border-bottom: 1px dotted #cccccc;
}

#main #list ul li .category {
	display: inline-block;
	width: 50px;
	height: 15px;
	padding-top: 2px;
	border-radius: 3px;
	color: #ffffff;
	font-size: 77%;
	line-height: 15px;
	text-align: center;
	white-space: nowrap;
}

#main #list ul li .important {
	background-color: #f7643d;
	letter-spacing: 1em;
	text-indent: 1em;
}

#main #list ul li .event {
	background-color: #61b13e;
	letter-spacing: 1em;
	text-indent: 1em;
}

#main #list ul li .information {
	background-color: #00cdcd;
	letter-spacing: 1em;
	text-indent: 1em;
}

#main #list ul li time {
	font-size: 77%;
	line-height: 17px;
	margin-left: .5em;
}

#main #list ul li p {
	margin-top: .5em;
	font-size: 93%;
	line-height: 1;
	white-space: nowrap;
}

#main .navigation {
	position: relative;
	margin-top: 80px;
	padding: 20px 0;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	text-align: center;
}

#main h1 + .navigation {
	margin-top: 40px;
}

#main .navigation .prev {
	position: absolute;
	left: 0;
	top: 10px;
}

#main .navigation .prev a {
	display: block;
	width: 80px;
	height: 31px;
	background: url(../images/news/button-previous.png);
	text-indent: -9999px;
}

#main .navigation .next {
	position: absolute;
	right: 0;
	top: 10px;
}

#main .navigation .next a {
	display: block;
	width: 53px;
	height: 31px;
	background: url(../images/news/button-next.png);
	text-indent: -9999px;
}

#main .navigation .list a {
	display: inline-block;
	width: 18px;
	height: 10px;
	background: url(../images/news/button-list.png);
	text-indent: -9999px;
}

#main article {
	margin-top: 40px;
	padding: 0 20px;
}

#main article header {
	text-align: right;
}

#main article header:after {
	content: "";
	display: block;
	clear: both;
}

#main article header h1 {
	float: left;
	width: 480px;
	color: #786c51;
	font-size: 138.5%;
	font-weight: bold;
	line-height: 1;
	text-align: left;
}

#main article header time {
	font-size: 85%;
	text-align: right;
	line-height: 18px;
}

#main article header .category {
	display: inline-block;
	width: 50px;
	height: 15px;
	margin-left: 4px;
	padding-top: 2px;
	border-radius: 3px;
	color: #ffffff;
	font-size: 77%;
	line-height: 15px;
	text-align: center;
	white-space: nowrap;
}

#main article header .important {
	background-color: #f7643d;
	letter-spacing: 1em;
	text-indent: 1em;
}

#main article header .event {
	background-color: #61b13e;
	letter-spacing: 1em;
	text-indent: 1em;
}

#main article header .information {
	background-color: #00cdcd;
	letter-spacing: 1em;
	text-indent: 1em;
}

#main article .body {
	margin-top: 40px;
}
