/* ================================================================================

	Wordpress

================================================================================ */

/* 縦幅制限解除 */
#SF-outer-container {
	max-height:none !important
}
.SF-module-container {
	max-height:none !important;
}


p {
	margin-bottom:16px;
}
p:last-child {
	margin-bottom:0;
}


/* Type1用 投稿日時 */
.post-date {
	color: ;
	font-size: 12px;
}


/* Type2用 投稿記事 IDは案件ごとに違います。 */
#B000000182 .newslistdata div {
	font-size:14px !important;
}
#B000000182 .newslistdata div > span.blog_date { /* 日付 index.php single.phpにクラス名をつけてください*/
	color:#8b726a !important;
	font-size: 18px;
}


/* 文字のリンク色 */
#sidebar a {
	color: #666666;
}


/* サイドの見出し */
#wpp-3 h3,
#recent-posts-2 h3,
#recent-posts-3 h3,
#recent-comments-2 h3,
#recent-comments-3 h3,
#categories-2 h3,
#categories-3 h3,
#archives-2 h3,
#archives-3 h3,
.widget_categoryarchiveswidget h3,
.widget.cat-post-widget {
	background: #0c2130;
	border: 1px solid #0c2130;
	font-weight:200!important;
	color:#ffffff!important;
	display:block;
	width: auto;
	padding: 10px;
	margin-bottom: 3px;
}

#sidebar ul li span.post-date {
	display: block;
	margin-bottom: 10px;
}
#recent-posts-2 ul li{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom: 1px #2e3336 dotted;
}

/* 記事の見出し */
#main h3 {
	font-size: 20px;
}


/* 記事 */
#main ul.thumbnailList li.SF-clearfix {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dotted;
}



/* 記事の画像 */
#main ul.thumbnailList li.SF-clearfix .newslistdata p img {
	padding: 10px 0 10px 0;
}


/* SNSシェアボタン */
.addtoany_share_save_container.addtoany_content_bottom {
	margin-top: 4px !important;
	margin-left: -4px !important;
}

#navigation .previous_post {
    margin-right: 30px;
}
/* 署名 */
.shomei {
	width: auto;
	font-size: 14px;
	line-height: 1.7;
	margin: 5px 30px 5px 0px;
	padding: 20px;
	line-height: 2em;
	background-color: #ccc;
	/*border: 1px solid #e54418;*/
	border-radius: 6px;  /* CSS3草案 */
	-webkit-border-radius: 6px;  /* Safari,Google Chrome用 */
	-moz-border-radius: 6px;  /* Firefox用 */
}
.shomei a{
	color: #1c0500 !important;
}
.shomei_title{
	font-size: 18px;
	font-weight: bold;
}
/*.shomei hr{
	border-top: 1px dashed #ae6e2e;
}*/
.shomei hr {
	border-width: 1px 0 0 0; /* 太さ */
	border-style: solid; /* 線の種類 */
	border-color: #0c2130;
	height: 1px; /* IE6用対策 */
	clear: both; /* IE6用対策 */
}
.osusume {
	font-weight: bold;
	font-size: 16px;
}

/* SNSリンク */
.sns_shomei ul {
	margin-top: 20px;
}
.sns_shomei ul li {
	display: inline-block;
}
.sns_shomei ul li a {
	font-size: 20px;
	display:block;
}

/* ページリンク */
.bn_shomei ul {
	font-size: 13px;
}
.bn_shomei ul li {
	display: inline-block;
	margin-right: 5px;
	margin-top: 10px;
}
.bn_shomei ul li a {
	background-color: #0c2130;
	color: #fff !important;
	padding: 10px;
	border-radius: 5px;
	text-decoration: none;
	display:block;
}
.bn_shomei ul li a:hover {
	background-color: #173c57;
}


/* 人気記事 */
#wpp-2.widget.popular-posts {
}
#wpp-2 ul li {
	padding-bottom: 20px;
	margin-left: -20px;
	}
ul.wpp-list li {
	width: auto;
	margin-left: 0px !important;
	margin-bottom: 10px;
  border-bottom: 1px dotted #2e3336;
	counter-increment: wpp-count;
	position: relative;
}
ul.wpp-list li::before {
	background-color: #333;
	border-radius: 6px;
	color: #fff;
	content: counter(wpp-count, decimal);
	display: block;
	left: 6px;
	opacity: 1;
	padding: 1px 11px;
	position: absolute;
	top: 6px;
	z-index: 10000;
}
ul.wpp-list li:last-child {
	border-bottom: medium none;
}
ul.wpp-list li:nth-child(1)::before {
	background-color: #B39015;
}
ul.wpp-list li:nth-child(2)::before {
	background-color: #b7bfc1;
}
ul.wpp-list li:nth-child(3)::before {
	background-color: #d47b16;
}
ul.wpp-list li img {
	margin: 5px 10px 5px 5px;
	padding: 5px;
}


/* カテゴリー子表示 */
ul.children li a:before {
	content:"－";
}


/* ================================================================================

	TieredWorks

================================================================================ */

/* サイドのナビゲーション */
#sidebar .widget ul {
	padding-left: 0 !important;
}
.blog_btn {
	overflow: hidden;
	width: 100%;
	margin-bottom: 5px;
	padding: 0;
	margin-top:8px;
}
.blog_btn a {
	display: block;
	position: relative;
	z-index: 100;
	text-align: center;
	background-color: rgba(255,255,255,0.5);
	color: #fd5f00;
	font-size: 14px;
	text-decoration: none;
	border: 1px solid #fd8900;
	padding: 10px;
}
.blog_btn a:hover {
	background-color: rgba(255,255,255,1);        /* マウスオーバーカラー */
}
.blog_btn a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 25px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;        /*top right bottom を透明化 */
	border-left: 5px solid #fd5f00;
}
.blog_btn a:hover:before {
	left: 27px;/*マウスオーバーで三角をずらす */
}


/* pagetop非表示 */
#page-top {
	display: none;
}