/******************************************************************
Theme Name: sp
Version: 1.0
******************************************************************/
* {
	margin:0;
	padding:0;
	border:none;
}
html,body,div,h1,.h3,h4,h5,h6,p,blockquote,pre,table,th,tr,td,ul,ol,li,dl,dt,dd,form,fieldset,legend,hr,span,a,img,strong,em,ins,del,cite,abbr,acronym,sup,sub,dfn,code,var,samp,kbd,b,i {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	color: #c9ae9e;
	margin: 0;
	padding: 0;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: .8em;
	word-wrap: break-word;
	background: none;
	/*background-image: url();*/
	background-repeat: repeat;
	background-position: 50% 0;
	-webkit-background-size: auto auto;
	-moz-background-size: auto auto;
	-o-background-size: auto auto;
	-ms-background-size: auto auto;
	background-size: auto auto;
}
img {
	border: 0;
}
a {
	color: #8e0f0f;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
ul,ol {
	list-style: none;
	list-style-type: none;
}
li {
	padding: 0;
}
.clear{
	clear: both;
}
#main:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.sub-color {
	color: #609a9b;
}
/*ヘッダー開始*/
.section-box {
	margin: 0 0 10px;
}
h1.blog-title {
	padding: 37px 0;
	font-size: 20px;
	color: #2a332b;
	vertical-align: middle;
	text-shadow: 0px 1px 1px rgba(255,255,255,1.0);
	float:left;
}
h1.blog-title img{
	margin: -25px 0 0 10px;
}

.sp_header{
	float:right;
	margin:0 10px 0 0;
}

.sp_header li{
	float:left;
	margin:20px 0 0 10px;
}

.sp_header li a img{
	width:40px;
	height:auto;
}

.sp_header li a:hover{
	opacity:0.5;
}

/*ヘッダー終了*/
/*index開始*/
#main .article-list{
	box-sizing: border-box;
	color: #4b1c00;
	background-color: rgba(255,255,255,1.0);
	border-color: transparent;
	border-width: 1px;
}

#main #article-list_outer:nth-of-type(2n),
#main #article-list_outer:nth-of-type(2n+1){
	width: 50%;
	float: left;
}
#main #article-list_outer:nth-of-type(2n) .article-list{
	margin: 0 5px 10px 5px;
	padding: 1px;
	border:solid 1px #464637;
}
#main #article-list_outer:nth-of-type(2n+1) .article-list{
	margin: 0 5px 10px 5px;
	padding: 1px;
	border:solid 1px #464637;
}

#main #article-list_outer:nth-of-type(2n) .article-list  .article-gallery-image,
#main #article-list_outer:nth-of-type(2n+1) .article-list  .article-gallery-image{
	margin-bottom: 6px;
	height: 200px;
	overflow: hidden;
	position:relative;
}
#main #article-list_outer .article-list .article-gallery-image img{
	width: 100%;
	height: auto;
}

#main #article-list_outer .article-list .article-date-outer {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    border-radius: 3px;
    color: #930000;
    float: left;
    font-size: 80%;
    font-weight: bold;
    margin: 1px;
    padding: 2px 10px;
    position: absolute;
    width: auto;
}

#main #article-list_outer .article-list .article-date-outer span.article-date {
	margin-right: 0.25em;
}
#main #article-list_outer .article-list .index_toolbox {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    border-radius: 3px;
    bottom: 3px;
    font-size: 10px;
    margin: 0 1px;
    max-height: 50px;
    overflow: hidden;
    padding: 5px;
    position: absolute;
}

#main #article-list_outer .article-list .index_toolbox .article-category-outer ul.post-categories{
	padding-left: 20px;
	line-height: 1.3;
	background: url(https://img.bl-archive.net/wp-content/themes/bones_custom/images/icon_categry.png) no-repeat 0 0;
}
#main #article-list_outer .article-list .index_toolbox .article-category-outer ul.post-categories li{
	display: inline;
	margin: 0;
	padding: 0;
	margin-right: 5px;
	font-size: 1em;
}
#main #article-list_outer .article-list .index_toolbox .article-category-outer ul.post-categories li a{
	color:#FFF;
}
#main #article-list_outer .article-list .index_toolbox .article-category-outer ul.post-categories li a:hover{
	text-decoration: none;
}



#main #article-list_outer .article-list .article-title{
    font-size: 95%;
    height: 38px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    overflow: hidden;
    padding: 0 5px;
}
#main #article-list_outer .article-list .article-title a{
	color: #8e0f0f;
}
#main #article-list_outer .article-list ul.article-post{
	font-size: 12px;
}
#main #article-list_outer .article-list ul.article-post li{
	display: inline-block;
}
#main #article-list_outer .article-list ul.article-post li:nth-of-type(1){
	margin-bottom: 5px;
	display: block;
}
#page-navi .page-number{
	text-align: center;
	margin: 20px 10px 10px;
}
#page-navi ul{
	margin:0 10px 10px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: linear-gradient(top,#fff,#eee);
	background: -webkit-gradient(linear,left top,left bottom, from(#fff),to(#eee));
	background: -moz-linear-gradient(top,#fff,#eee);
	background: -o-linear-gradient(top,#fff,#eee);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#fff, endcolorstr=#eee))";
	border: 1px solid #ccc;
	box-sizing: border-box;
	display: block;
}
#page-navi ul:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#page-navi ul li{
	float: left;
	vertical-align: top;
	height: 38px;
	box-sizing: border-box;
	border-right: 1px solid #ccc;
}
#page-navi ul li.pager-first,
#page-navi ul li.pager-last{
	width: 20%;
	text-align: center;
}
#page-navi ul li.pager-last{
	border-right: 0;
}
#page-navi ul li.pager-first a,
#page-navi ul li.pager-last a{
	padding: 13px 0 7px;
	display: block;
}
#page-navi ul li.pager-prev,
#page-navi ul li.pager-next{
	width: 30%;
}
#page-navi ul li.pager-prev a,
#page-navi ul li.pager-next a{
	display: block;
}
#page-navi ul li a{
	color: #2390c5;
}
#page-navi ul li.pager-prev span {
	padding: 9px 0 13px 5px;
	background-image: url('images/icon_pager_prev.png');
	background-repeat: no-repeat;
	background-position: 15% 45%;
	background-size: 9px 14px;
	display: block;
	font-size: 14px;
	text-align: center;
}
#page-navi ul li.pager-next span {
	padding: 9px 5px 13px 0;
	background-image: url('images/icon_pager_next.png');
	background-repeat: no-repeat;
	background-position: 80% 45%;
	background-size: 9px 14px;
	display: block;
	font-size: 14px;
	text-align: center;
}
/*index終了*/
/*single開始*/

.single_tit {
    background: rgba(0, 0, 0, 0) url("https://img.bl-archive.net/wp-content/themes/bones_custom/images/title_icon.png") no-repeat scroll 3px 3px;
    border: 1px solid #464637;
    border-radius: 3px;
    color: #b80707;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 0 5px 14px;
    text-align: left;
	margin: 0 10px 10px;
	letter-spacing: 0.1em;
}

.single_tit ul li{
	float:left;
}

.section-box {
	height:75px;
	text-align: left;
	overflow: hidden;
	background: #660000; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iIzQ0MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkyJSIgc3RvcC1jb2xvcj0iIzY2MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMTAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #660000 0%, #440000 45%, #660000 92%, #310000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#660000), color-stop(45%,#440000), color-stop(92%,#660000), color-stop(100%,#310000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #660000 0%,#440000 45%,#660000 92%,#310000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #660000 0%,#440000 45%,#660000 92%,#310000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #660000 0%,#440000 45%,#660000 92%,#310000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #660000 0%,#440000 45%,#660000 92%,#310000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#660000', endColorstr='#310000',GradientType=0 ); /* IE6-8 */
	margin: 0 0 10px;
}
.section-box .article-header,
.comment_area{
	margin: 0 10px 10px;
	padding: 10px;
	color: #4b1c00;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	background-color: rgba(252,252,237,1.0);
	border-color: transparent;
	border-width: 1px;
}

.entry-content{
	margin: 0 0 10px;
	padding:10px 0;
	color: #4b1c00;
	background-color: rgba(252,252,237,1.0);
	border-color: transparent;
	border-width: 1px;
}
.article-header{
    background-color: rgba(252, 252, 237, 1);
    border-color: transparent;
    border-radius: 4px;
    border-width: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin: 0 10px 10px;
    padding: 10px;
}

.article-header .article-calendar {
	width: 50px;
	height: 50px;
	-webkit-box-shadow: 0px 1px 2px #989898;
	-moz-box-shadow: 0px 1px 2px #989898;
	-o-box-shadow: 0px 1px 2px #989898;
	-ms-box-shadow: 0px 1px 2px #989898;
	box-shadow: 0px 1px 2px #989898;
	float: left;
	display: inline;
	margin: 0 10px 0 0;
}
span.article-calendar-month {
	background: #8a5e3b;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 20px;
	white-space: nowrap;
	font-size: 14px;
}
span.article-calendar-day {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #efefef));
	background: -moz-linear-gradient(top,#ffffff,#efefef);
	background: -o-linear-gradient(top,#ffffff,#efefef);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#efefef))";
	background: linear-gradient(top,#ffffff,#efefef);
	text-align: center;
	line-height: 30px;
	white-space: nowrap;
	font-weight: bold;
	display: block;
	font-size: 22px;
	color: #000000;
}
.article-header .article-title {
    color: #b80707;
    font-size: 16px;
    line-height: 20px;
    margin-left: 60px;
    padding-bottom: 5px;
}
.article-header .article-post {
	overflow: hidden;
	margin-left: 60px;
}
.article-header .article-post li {
	font-size: 12px;
	white-space: nowrap;
}
.article-header .article-post .article-datetime {
	display: inline;
	margin-right: 5px;
}
.entry-content img{
	max-width: 100%;
	height: auto;
}
.navigation ul{
	margin:10px;
}
.navigation ul li.nav-previous a{
	background-image: url('images/icon_pager_prev.png');
	background-repeat: no-repeat;
	background-size: 8%;
	background-position: 10% 50%;
}
.navigation ul li.nav-next a{
	background-image: url('images/icon_pager_next.png');
	background-repeat: no-repeat;
	background-size: 8%;
	background-position: 90% 50%;
}
.navigation ul li.nav-previous a,
.navigation ul li.nav-next a{
	height: 16px;
	background-color: #fff;
	padding: 10px 0 14px 0;
	border-radius: 4px;
	border: 1px solid #ccc;
	text-align: center;
	color: #2e90c5;
}
.navigation ul li.gohome a{
	background-image: url('images/icon_pager_home.png');
	height: 40px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ccc;
	background-size: 18px 19px;
	background-position: 50%;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.navigation ul li.nav-previous{
	float:left;
	width: 43%;
}
.navigation ul li.nav-next{
	float:right;
	width: 43%;
}
.navigation ul li.gohome{
	width:12%;
	height:40px;
	margin:0 auto;
}
.navigation ul li a{
	display:block;
}
.related-entry{
	margin-bottom: 20px;
}
.related-entry h3{
	margin: 50px 0 5px;
	font-size: 14px;
}
.related-entry ul li{
	padding: 2px 0;
	font-size: 14px;
}
.article-category,
.article-tags{
	margin-top: 10px;
	font-size: 14px;
}
.article-category span,
.article-tags span{
	display: table-cell;
	vertical-align: top;
	white-space: nowrap;
	width: 1%;
	line-height: 20px;
	padding-left: 20px;
}
.article-category ul,
.article-tags ul{
	display: table-cell;
	line-height: 20px;
}
.article-category ul li,
.article-tags ul li{
	margin-right: 10px;
	display: inline-block;
}
.article-category span{
	background: url('images/icon_folder.png') no-repeat left 2px;
	-webkit-background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
	background-size: 16px 16px;
}
.article-tags span{
	background: url('images/icon_tag.png') no-repeat left 2px;
	-webkit-background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
	background-size: 16px 16px;
}
.wp_social_bookmarking_light:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#reply-title{
	margin-bottom: 10px;
	font-size: 16px;
	color: #000;
}
input#author{
	webkit-box-shadow: 0px 1px 2px #808080;
	-moz-box-shadow: 0px 1px 2px #808080;
	-o-box-shadow: 0px 1px 2px #808080;
	-ms-box-shadow: 0px 1px 2px #808080;
	box-shadow: 0px 1px 2px #808080;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #b2b2b2;
	font-size: 14px;
	width: 98%;
	height: 24px;
	padding: 5px 1%;
	line-height: 34px;
}
textarea#comment{
	-webkit-box-shadow: 0px 1px 2px #808080;
	-moz-box-shadow: 0px 1px 2px #808080;
	-o-box-shadow: 0px 1px 2px #808080;
	-ms-box-shadow: 0px 1px 2px #808080;
	box-shadow: 0px 1px 2px #808080;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #b2b2b2;
	width: 100%;
	height: 12em;
	padding: 2% 0;
	margin: 10px 10px 10px 0px;
}
input#submit{
	margin: 0 auto;
	display: block;
	width: 100%;
	height: 38px;
	padding: 0 1%;
	font-weight: bold;
	color: #333;
	-webkit-box-shadow: 0px 1px 2px #808080;
	-moz-box-shadow: 0px 1px 2px #808080;
	-o-box-shadow: 0px 1px 2px #808080;
	-ms-box-shadow: 0px 1px 2px #808080;
	box-shadow: 0px 1px 2px #808080;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #b2b2b2;
	background: linear-gradient(top,#ffffff,#ebebeb,#fefefe);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(0.03, #ebebeb),color-stop(1, #fefefe));
	background: -moz-linear-gradient(top,#ffffff 0%,#ebebeb 3%,#fefefe 100%);
	background: -o-linear-gradient(top,#ffffff 0%,#ebebeb 3%,#fefefe 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#fefefe))";
	font-size: 16px;
}
/*single終了*/
/*各archive開始*/
.archive-title {
    border: 1px solid #464637;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #b80707;
    font-size: 13px;
    font-weight: bold;
    margin: 0 5px 10px;
    padding: 5px;
    text-align: center;
}
/*各archive終了*/
/*footer開始*/
.sp_footer .widget_archive,
.sp_footer .widget_categories{
	margin: 10px;
	padding: 6px;
	color: #4b1c00;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	background-color: rgba(252,252,237,1.0);
	border-color: transparent;
	border-width: 1px;
}
.sp_footer .widget_archive select,
.sp_footer .widget_categories select{
	width: 100%;
	padding: 5px;
	border: 0;
	background-color: transparent;
}
footer.footer{
	padding: 10px 0;
	font-size: 14px;
	text-align: center;
}
/*footer終了*/


/*ヘッダーrss*/
.head_rss{
	margin:0 10px;
	padding:8px;
	box-shadow: 0 0 3px #CCC;
	background:#FFF;
	border-radius: 3px;
	font-weight: bold;
}

.head_rss .head_texerss .lattice-cell {
    border-top: 1px dotted #CCC;
}

.head_rss .head_texerss .lattice-cell-last {
    border-bottom: 1px dotted #CCC;
}


/*/////////////
RSS-LOADERカスタマイズ
/////////////*/

/*人気記事ランキング -手動- */
.rank_pict_box {
	margin:0 10px;
}
.rank_pict_box .rank_pict .lattice-title {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 14px;
    height: 3.5em;
    line-height: 1.3;
    width: 100%;
}

.rank_pict_box .rank_pict .lattice-title div {
	padding:0 0 0 130px;
}

.rank_pict_box .rank_pict a{
	color:#000;
}

.rank_pict_box .rank_pict img, .rank_pict_box .rank_pict a img {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #333;
    border-radius: 5px;
    float: left;
    height: auto !important;
    vertical-align: bottom;
    width: 120px !important;
}
.rank_pict_box .rank_pict .lattice-cell {
    float: left;
    overflow: hidden;
    /*padding: 0 0 10px;*/
    position: relative;
    text-align: left;
    width: 100%;
}

.rank_pict_box .rank_pict .lattice-row {
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px;
}

.rank_pict_box .rank_pict .lattice-row {
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px;
}

.rank_pict_box .rank_pict .lattice-row-last {
    border-bottom: none;
}

/*ランキング数字*/
.rank_pict_box .rank_pict {
  counter-reset: rank_num;
}

.rank_pict_box .rank_pict .lattice-title div::before {
    background: #000 none repeat scroll 0 0;
    border-radius: 0px;
    content: counter(rank_num, decimal) "位";
    counter-increment: rank_num;
    display: block;
    font-size: 110%;
    margin: 0 0 5px;
    padding: 3px 0 0;
    text-align: center;
    width: 55px;
    color:#FFF;
    font-weight: bold;
}

/*フッタRSS-loaderカスタマイズ*/
.sp_footer h4{
    background: #b90808 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 5px 5px;
    padding: 5px 10px;
}

.sp_foot_low {
    background:#b90808 none repeat scroll 0 0;
    border-radius: 3px;
    margin: 0 5px;
    padding: 10px 5px;
}
.sp_foot_low .sp_foot_pictrss{
  background: #FFF;
  margin: 0 5px 10px;
  border-radius: 3px;
}

.sp_foot_low .sp_foot_pictrss img {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 0 2px #333;
    float: left;
    height: auto !important;
    margin: 3px;
    vertical-align: bottom;
    width: 130px !important;
}

.sp_foot_low .sp_foot_pictrss .lattice-title {
    line-height: 1.5;
    margin: 0 0 0 130px;
    overflow: hidden;
    height: 130px;
    overflow: hidden;
    font-size: 16px !important;
    text-align: left;
}


.sp_foot_pictrss .lattice-cell a {
    display: block;
    font-weight: bold;
    color: #8e0f0f;
}

.sp_foot_pictrss .lattice-cell a:hover{
  text-decoration: none !important;
}


/*コメント欄開始*/
#comments-title, #respond #reply-title {
    background: #b80707 none repeat scroll 0 0;
    color: #fff;
    font-size: 16px !important;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 -10px 10px;
    padding: 6px 10px 4px;
}
#comments-title{
	margin-bottom: 15px;
}
section.commentlist{
	counter-reset:number;
	margin-bottom: 40px;
	padding: 0 15px;
}
section.commentlist li {
    border-bottom: 1px dotted #666;
    font-size: 14px;
    letter-spacing: 1px;
    list-style: outside none none;
    padding: 20px;
}
section.commentlist li:before{
	counter-increment: number;
	content: counter(number);
	margin-right: 10px;
	font-weight: bold;
	float: left;
}
section.commentlist li cite.fn{
	color: #227a22;
	margin-right: 10px;
	padding-right: 8px;
	font-size: 14px;
	font-style: normal;
}
section.commentlist li time{
	color: #333;
	font-size: 14px;
	font-weight: bold;
}
section.commentlist li section.cf{
	padding-top: 8px;
	line-height: 1.5;
	font-size: 14px;
	font-weight: bold;
}
section.commentlist li header img,
section.commentlist li .comment-reply-link{
	display: none;
}

/*popular postカスタマイズ*/
.pop_list{
	overflow:hidden;
}
.pop_list .wpp-list{
	/*margin: 0 0 0 -10px;*/
}
.pop_list .wpp-list li {
    border: 1px solid #464637;
    clear: none;
    height: 90px;
    margin: 0 0 6px;
    overflow: hidden;
}
.pop_list .wpp-list li a img.wpp-thumbnail {
    height: auto;
    margin: -20px 0 0;
    width: 90px;
}
.pop_list .wpp-list li span {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    box-shadow: 0 0 5px;
    display: block;
    height: 20px;
    margin: 70px 0 0;
    position: absolute;
    width: 90px;
}
.pop_list .wpp-list li span.wpp-views {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.pop_list .wpp-list li a.wpp-post-title {
    display: block;
    font-weight: bold;
    height: 90px;
    letter-spacing: 0.1em;
    overflow: hidden;
    padding: 3px 8px;
}

.pop_list ul.wpp-list {
  counter-reset: single_rank_num;	
}
.pop_list ul.wpp-list li::before {
    background: #b80707 none repeat scroll 0 0;
    border-radius: 0 0 5px;
    color: #fff;
    content: counter(single_rank_num, decimal) "位";
    counter-increment: single_rank_num;
    display: block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0;
    padding: 3px 6px 2px;
    position: absolute;
}


/*記事下関連記事*/

.wp_rp_wrap .related_post_title {
    border: 0 none !important;
    clear: both !important;
    font-size: 1em !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: bold !important;
    line-height: normal !important;
    margin: 0 !important;
    padding: 20px 0 5px !important;
    text-align: left !important;
}
ul.related_post {
    display: block !important;
    margin: 0 10px !important;
    padding: 0 !important;
    position: relative !important;
}
ul.related_post li {
    border: 1px solid #464637;
    display: block;
    height: 90px;
    margin: 0 0 8px !important;
    overflow: hidden;
    padding: 0 !important;
}
ul.related_post li a {
    border: 0 none !important;
    color: #b80606 !important;
    font-family: arial !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: bold !important;
    line-height: normal !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    text-decoration: none !important;
    text-indent: 0 !important;
}
ul.related_post li a.wp_rp_title {
    height: 75px;
    letter-spacing: 0.1em;
    line-height: 1.4 !important;
    margin: 3px 0 0 96px;
    overflow: hidden;
}
ul.related_post li a img {
    border: medium none !important;
    display: block !important;
    float: left;
    height: auto !important;
    margin: 0 10px 0 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
    width: 90px !important;
}
#main-bottom {
    clear: both;
    margin: 0 10px 0;
}
#main-bottom h4.widget-title {
    background: rgba(0, 0, 0, 0) url("https://img.bl-archive.net/wp-content/themes/bones_custom/images/title_icon.png") no-repeat scroll 3px 3px;
    border: 1px solid #464637;
    border-radius: 3px;
    color: #b80707;
    font-size: 16px;
    font-weight: bold;
    padding: 7px 0 5px 14px;
    text-align: left;
	margin: 0 0 10px;
	letter-spacing: 0.1em;
}

#main-bottom02 {
	margin:0;
}

#main-bottom02 .widget {
    margin: 0 10px 15px;
}

#main-bottom02 .widget ul{
	counter-reset: all_rank_num;
}
#main-bottom02 .widget li {
    border: 1px solid #ccc;
    color: #b80606;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 0 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#main-bottom02 .widget li a {
    line-height: 2;
    margin: 0 0 0 5px;
}
#main-bottom02 .widget li::before {
    background: #b80707 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    content: counter(all_rank_num, decimal);
    counter-increment: all_rank_num;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0 0 0 1px;
    padding: 2px 0;
    text-align: center;
    width: 22px;
}
#main-bottom02 .widget li:hover{
	background:#CCC;
}

#main-bottom02 .widget-title {
    background: rgba(184, 6, 6, 1) url("https://img.bl-archive.net/wp-content/themes/bones_custom/images/title_icon.png") no-repeat scroll 3px 3px / 6px auto;
    border: 1px solid #464637;
    border-radius: 3px;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 0 10px;
    padding: 2px 0 2px 12px;
    text-align: left;
}

/*一覧ページボタン*/
.to_list_page{
	margin:15px 0;
}
.to_list_page a {
    background: #ffaeaa none repeat scroll 0 0;
    border: 1px solid #b80700;
    border-radius: 3px;
    display: inline;
    padding: 6px 10px 5px;
}
.to_list_page a:hover {
    background: #b80700 none repeat scroll 0 0;
    border: 1px solid #b80700;
    color:#FFF;
    text-decoration: none;
}


/*ヘッダー下ウィジェット*/
.sp_head_box{
	margin:0 5px 10px;
}


/*記事風画像RSS*/
.Thumbnailad {
    margin: 20px 0 0;
}

.Thumbnailad .articlelow_picad .lattice-title {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    color: #8e0f0f;
    font-size: 100% !important;
    font-weight: bold;
    height: 4em !important;
    line-height: 1.2 !important;
    width: 100% !important;
}

.articlelow_picad .lattice-title > div {
    padding: 0.5em !important;
}

.Thumbnailad .articlelow_picad .lattice-cell {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #464637;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    margin: 0 2% 10px 0 !important;
    padding: 1px;
    width: 48%;
}

.Thumbnailad .articlelow_picad .lattice-cell img {
    height: auto !important;
    width: 100% !important;
}


/*jetpack人気記事カスタマイズ*/
.widgets-list-layout li {
    list-style-type: none !important;
    margin-bottom: 1em;
    background-color: #fff;
    border-radius: 3px;
    color: #333 !important;
    margin: 0 0 10px;
    min-width: 300px;
    padding: 1px;
    border: 1px solid #464637;
}

ul.widgets-list-layout {
  counter-reset: page_rank_num;
}

ul.widgets-list-layout li::before {
    background: rgba(184, 7, 7, 0.7) none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    content: counter(page_rank_num, decimal) "位";
    counter-increment: page_rank_num;
    display: block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 4px 0 0 3px;
    padding: 3px 6px 2px;
    position: absolute;
}

.widgets-list-layout li a.bump-view{
    float: left;
    height: auto;
}

.widgets-list-layout .widgets-list-layout-blavatar {
    max-width: 130px !important;
    width: 100% !important;
    border: 1px solid #333;
    border-radius: 3px;
    height: 130px;
    margin: 0;
    overflow: hidden;
    vertical-align: bottom;
}

.widgets-list-layout li a.bump-view img {
    height: 90px !important;
    width: 90px !important;
}

.widgets-list-layout-links{
    background-color: #fff;
    display: block;
    float: left !important;
    font-size: 100%;
    font-weight: bold;
    height: 86px;
    line-height: 1.4;
    margin: 0 0 0 10px;
    max-width: 100%;
    overflow: hidden;
    padding: 5px 0 0;
    width: 65% !important;
}

.widgets-list-layout-links a{
    color: #8e0f0f;
    letter-spacing: 0.1em;
}

/*ディスクリプション出力*/
body.single h3.des_box{
    border: 1px solid #999;
    border-radius: 3px;
    font-size: 110%;
    font-weight: bold;
    margin: 10px 10px 20px;
    padding: 10px;
    background: #FEE0E0;
    color: #333;
}

/*YARPP*/
span.yarpp-head ul.post-categories li a {
	background-color: #b80606;
	color: #fff;
	padding: 2px 4px;
	margin: -1px 5px 0 0;
	border-radius: 3px;
}
.yarpp-list {
}

.yarpp-list li {
	border: 1px solid #464637;
    height: 90px;
    margin: 0 0 8px !important;
    overflow: hidden;
}

.yarpp-list li img {
    float: left;
    height: auto !important;
    margin: 0 10px 0 0 !important;
    width: 90px !important;
}

.yarpp-related a {
	border: 0 none !important;
    font-family: arial !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: bold !important;
    line-height: normal !important;
    position: relative !important;
    text-decoration: none !important;
	text-indent: 0 !important;
}