@charset "utf-8";


/* =============================================
	
	News
	
============================================= */

/* ----------------------------------------
	
	News - Index
	
---------------------------------------- */

.news .entry {
	border: 1px solid #dededb;
	margin-bottom: 10px;
	padding: 10px 15px;
	position: relative;
	background: #f9f9f4;
}

.news .entry h2,
.news .entry .date,
.news .entry .excerpt {

}

.news .entry h2 {
	font-size: 116%;
	font-weight: bold;
	margin-bottom: 3px;
}

.news .entry a {
	text-decoration: none;
}

.news .entry a:hover {
	text-decoration: underline;
}

.news .entry .date {
	font-size: 85%;
	color: #999;
	letter-spacing: 0.3px;
}

.news .entry .excerpt {
	line-height: 1.5;
	margin-bottom: 5px;
}





/* ----------------------------------------
	
	News - detail
	
---------------------------------------- */
.news-detail h2 {
	background: url(../images/h2_bg.png) no-repeat;
	margin-bottom: 15px;
	padding: 12px;
	font-weight: bold;
	font-size: 116%;
	color: #555;
}

.news-detail h2 span.date {
	border-right: 1px solid #aaa;
	margin-right: 10px;
	padding-right: 10px;
}

/* 前後の記事へのリンク */
.news-detail .prevnext-nav,
.news-detail .prevnext-nav li {
	margin: 0 !important;
}

.news-detail .prevnext-nav li {
	list-style: none;
}

.news-detail .prevnext-nav li span {
	color: #999;
	margin-right: 8px;
	padding-right: 8px;
	background: url(../images/arrow_right_gray.png) center right no-repeat;
}



.news-detail .news-body {
	font-size: 108%;
	margin-bottom: 1em;
	padding-bottom: 3em;
}

.news-detail .news-body p {
	margin-bottom: 1em;
	line-height: 1.9;
}

.news-detail h3 {
	font-size: 108%;
	font-weight: bold;
	border-left: 5px solid #97c5ba;
	margin: 1.5em 0 0.8em;
	padding: 0 6px;
	color: #111;
}

.news-detail  h4 {
	font-weight: bold;
	margin: 2em 0 1em;
}

.news-detail h3,
.news-detail h4,
.news-detail h5 {
	clear: both;
}

.news-detail  ul {
	margin: 1em;
}

.news-detail  ul li {
	margin-left: 1em;
	list-style: disc;
}

.news-detail  ul ul {
	margin-top: 0;
	margin-left: 0.5em;
}

.news-detail  ul ul li,
.news-detail  ol ul li {
    list-style-type: circle;
}

.news-detail  ol ol ul li,
.news-detail  ol ul ul li,
.news-detail  ul ol ul li,
.news-detail  ul ul ul li {
    list-style-type: square;
} 


.news-detail .news-body ol {
	margin: 1em 1.5em;
}

.news-detail .news-body ol li {
	margin-left: 1em;
	list-style: decimal;
}



/* 備考用の定義リスト */
.news-detail dl {
	padding: 1em;
	background: #f9f9f4;
	border: 4px solid #dededb;
}

.news-detail dt {
	width: 7em;
	float: left;
	color: #999;
}

.news-detail dd {
	padding-left: 7.5em;
	border-bottom: 1px solid #f0efe8;
	margin-bottom: 1em;
	padding-bottom: 1em;
}


.news-detail dd:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}


.news-detail blockquote {
	background: #dddbcd;
	margin: 1em 0;
	padding: 1em 1.5em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 1px 1px 0 #d8d6c8;
	-webkit-box-shadow: 1px 1px 0 #d8d6c8;
}

.news-detail .news-body blockquote > p:last-child {
	margin-bottom: 0;
}



/* hover */
.blog .entries .bl-hover ,
.blog-archive .entries .bl-hover  {
	background: #fff;
}
