@charset "utf-8";
/*
Theme Name: 株式会社霊園管理センター
Theme URI: 
Description: COMPANY official theme
*/

/* -------------------------------- */
/* 新着情報 iFrame */
/* -------------------------------- */

#news {
	width:100%;
}

#news_contents_wrapper {
	padding:0px;
}

#news_contents_wrapper .line1 {
	clear:both;
	overflow:hidden;
}
#news_contents_wrapper .line1 hr {
	clear:both;
	border:0;
	border-bottom:#cccccc 1px solid;
}

/* -------------------------------- */
/* カテゴリ */
/* -------------------------------- */
.sub_right .news_icon,
#news_contents_wrapper .line1 .news_icon {
	display:block;
	width:100px;
	font-size:75%;
	height:16px;
	line-height:16px;
	padding:5px;
	text-align:center;
	color:#ffffff;
	float:left;
	margin-bottom:5px;
}
.sub_right .news_icon:link,
.sub_right .news_icon:visited,
#news_contents_wrapper .line1 .news_icon:link,
#news_contents_wrapper .line1 .news_icon:visited,
#news_contents_wrapper .line1 .news_icon:hover {
	text-decoration:none;
}

	/* お知らせ、求人情報 */
	.sub_right .info,
	#news_contents_wrapper .line1 .info,
	.sub_right .recruit,
	#news_contents_wrapper .line1 .recruit {
		background:#000099;
	}
	#news_contents_wrapper .line1 .info:hover,
	#news_contents_wrapper .line1 .recruit:hover {
		background:#3333cc;
	}

	/* 重要なお知らせ */
	.sub_right .important,
	#news_contents_wrapper .line1 .important {
		background:#990000;
	}
	#news_contents_wrapper .line1 .important:hover {
		background:#cc3333;
	}

	/* 久保山清苑、浜松聖地霊園 */
	.sub_right .kuboyama,
	#news_contents_wrapper .line1 .kuboyama,
	.sub_right .hamamatsu,
	#news_contents_wrapper .line1 .hamamatsu {
		background:#228b22;
	}
	#news_contents_wrapper .line1 .kuboyama:hover,
	#news_contents_wrapper .line1 .hamamatsu:hover {
		background:#52bb52;
	}

.news_date {
	padding-left:10px;
	width:110px;
	font-size:85%;
	height:26px;
	line-height:26px;
	float:left;
}
.news_text {
	width:100%;
	font-size:85%;
	float:left;
	line-height:1.5;
	margin-bottom:10px;

}

.news_text a:link,
.news_text a:hover,
.news_text a:visited {
	color:#333;
	text-decoration:none;
}
.news_text a:hover {
	text-decoration:underline;
}

/* -------------------------------- */
/* Single */
/* -------------------------------- */
h2 {
	margin-bottom: 1em;
}
.postTitle {
	color: #228833;
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 0.2em;
	line-height: 1.3;
}
.singlePostWrapper .newsDate {
	margin-bottom:10px;

}
.both {
	clear:both;
}

.singleIcon {
	margin-right:10px;
}
.singlePostWrapper {
	margin-bottom:20px;
	margin-bottom: 3em;
}

.postText {
	font-size:100%;
	background-color: #c6e6ff;
	border-radius: 5px;
	padding: 1em;
}
.postPrevious {
	margin-bottom: 0.5em;
}

/*---------------------------*/
/* PageNavi */
/*---------------------------*/
#page_navi_wrapper {
	width:670px;
	text-align:center;
	margin-bottom:10px;
}
#page_navi_wrapper_top {
	width:100%;
	text-align:center;
}

.wp-pagenavi {
	margin:0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.wp-pagenavi a,
.pages,
.current {
	margin-right: 4px;
	padding: 3px 6px;
	border: 1px solid #ccc;
	color: #283;
	background: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
}
.wp-pagenavi a:hover,
.current{
	color: #fff;
	background: #a1c42a;
}



.postText ol li,
.postText ul li {
	margin-left:40px;
}

.postText {
	line-height:1.5;
}

.postText a:link,
.postText a:visited,
.postText a:hover {
	color:#393;
	text-decoration:none;
}
.postText a:hover {
	text-decoration:underline;
}

/* -------------------------------- */
/* 記事ラッパー */
/* -------------------------------- */
.singlePostWrapper h1,
.singlePostWrapper h2,
.singlePostWrapper h3,
.singlePostWrapper h4,
.singlePostWrapper h5,
.singlePostWrapper h6 {
	font-weight: bold;
	margin-bottom: 1em; !important;
	background: none;
	padding: 0 0 0.2em;
	color: #333;
	border: none;
	border-bottom: 1px #006cba dotted;
}

.singlePostWrapper h1 {
	font-size: 160% !important;
	border: none;
}
.singlePostWrapper h2 {
	font-size: 140% !important;
}
.singlePostWrapper h3 {
	font-size: 120% !important;
}
.singlePostWrapper h4 {
	font-size: 100% !important;
}
.singlePostWrapper h5 {
	font-size: 80% !important;
}
.singlePostWrapper h6 {
	font-size: 80% !important;
}
.singlePostWrapper strong {
	font-weight: bold !important;
}
.singlePostWrapper em {
	font-style: italic !important;
}
.singlePostWrapper ul,
.singlePostWrapper ol {
	margin-bottom: 1em !important;
}
.singlePostWrapper li {
	margin-bottom: 0.3em !important;
}


