/******************************************************************
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: #2a332b;
	margin: 0;
	padding: 0;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: .8em;
	word-wrap: break-word;
	/* background:rgba(0, 0, 0, 0) url("images/bk_a.jpg") repeat scroll 0 0; */
	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;
    background: url(images/bg_body.png);
    background-color: #5B0615;
}
img {
	border: 0;
}
a {
	color: 000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
ul,ol {
	list-style: none;
	list-style-type: none;
}
li {
	padding: 0;
}
.clear{
	clear: both;
}
#content{
	margin-top: 10px;
}
#main:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.sub-color {
	color: #5B0615;
}
/*ヘッダー開始*/
.section-box {
	margin: 0 0 10px;
}
h1{
	/* background-color: #79093C; */
	color: #5B0615;
	text-align: left;
}
h2.blog-title {
    font-size: 20px;
    margin: 10px auto;
    padding: 0;
    text-shadow: 0 1px 1px rgb(255 255 255);
    width: 280px;
    background-size: 100% 100%;
    background-image: url(images/tencho-logo-nav.png);
    height: 80px;
}
h2.blog-title img {
    height: auto;
    width: 100%;
}
.section-box {
    margin: 0;
}
.section-box #inner-header
{
    /* background: url("images/tencho-logo-nav.png") repeat-x scroll 0 0; */
    background-color: #f1f4f7;
    overflow: hidden;
    text-align: left;
    height: 145px;
}

.sp_header {
    background: #fff none repeat scroll 0 0;
    height: auto;
    margin: -8px 0 0;
    color: #8C041C;
    border-top: 2px solid #8C041C;
    border-bottom: 2px solid #8C041C;
}
.sp_header li{
	float:left;
	margin:5px 0 0 10px;
}
.sp_header li a{
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    color: #000;
    font-weight: bold;
    padding: 0 10px;
    text-decoration : none;
}

.sp_header li a:hover{
	opacity:0.5;
}

/*ヘッダー終了*/

/*ヘッドウィジェット*/
.sp_head_box{
	margin:0 5px 15px;
}

/*ウィジェットBOx*/
.sp_widget_box{
	margin:0 5px 15px;
}

/*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 .list_manga_detail_wrapper
{
	display: -webkit-flex;
	display: flex;
}


#main .list_manga_detail_wrapper .list_manga_detail
{
	width : 51%;
	overflow: hidden;
	height: 65vw;
}
#main .list_manga_detail_wrapper .list_manga_detail .article-tags{
	margin: 0;
}
#main .list_manga_detail_wrapper .list_manga_detail .article-tags ul li{
	margin-left : 5px;
}
#main .list_manga_detail_wrapper .list_manga_detail .article-tags ul li a{
	line-height:1.2;
}
#main .list_manga_detail_wrapper .list_manga_detail .manga_comment{
	overflow: hidden;
	/*font-size : 0.93em;*/
	line-height : 1.5em;
    color: #5B0615;
}
/*
#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 .article-list{
    border: 1px solid #5B0615;
    border-radius: 6px;
    margin: 0 5px 10px;
    padding: 0;
}

#main #article-list_outer .article-list  .article-gallery-image{
    border-radius: 5px 5px 0 0;
    margin-bottom: 6px;
    overflow: hidden;
    position: relative;
    width: 48%;
    margin-right: 5px;
}
#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, 14, 122, .8) none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    font-size: 70%;
    font-weight: bold;
    margin: 1px;
    padding: 2px 2px 0;
    position: absolute;
    left: 0;
    width: auto;
	z-index : 2;
}
#main #article-list_outer .article-list .article-mypage-outer {
    background: rgba(255, 14, 122, .8) none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    font-size: 70%;
    font-weight: bold;
    margin: 1px;
    padding: 2px 2px 0;
    position: absolute;
    right: 1px;
    width: auto;
	z-index : 1;
}

#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.65) none repeat scroll 0 0;
    bottom: 0;
    font-size: 10px;
    margin: 0 1px;
    max-height: 50px;
    overflow: hidden;
    padding: 5px;
    position: absolute;
	z-index : 1;
	display: inline-block;
	border-radius : 3px;
}

#main #article-list_outer .article-list .article-category-outer {
    margin: 1px;
    position: absolute;
    left: 0;
    bottom : 0;
    width: auto;
	z-index : 2;
}
#main #article-list_outer .article-list .article-category-outer ul.post-categories{
    line-height: 1.3;
    display: inline-block;
   /* display: block;
    overflow: hidden;*/
}
#main #article-list_outer .article-list .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 .article-category-outer ul.post-categories li a{
	
    background: rgba(84, 84, 61, 0.8) none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    padding: 2px;
}
#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%;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding: 3px 2px;
    background-color: #5B0615;
}
#main #article-list_outer .article-list .article-title a{
	color: #fff;
	text-decoration: none;
	font-size: 1.1em;
}
#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;
}
.thumbnail_link_outer
{
	display : block;
	position: relative;
	width: 100%;
}
.thumbnail_link_outer:before
{
	content : "";
	display : block;
	padding-top : 140%;
}
#article-list_outer .article-list .article-gallery-image .thumbnail_link_outer a
{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow : hidden;
}
#page-navi .page-number{
    color: #fff;
	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: #79093C none repeat scroll 0 0;
    /* border: 1px solid #54543D; */
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 5px 10px;
    padding: 7px 0 5px 14px;
    text-align: left;
}

.single_tit ul li {
    float: left;
    margin: 0 5px 0 0;
}

.single_tit ul li a{
	color:#FFF;
}

.section-box .article-header,
.comment_area{
	margin: 0 10px 10px;
	padding: 10px;
	color: #000;
	border-radius: 3px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	background-color:#FCFCFC;
	border-color: transparent;
	border-width: 1px;
}

.entry-content{
	/* margin: 10px; */
    padding:5px;
    color: #2a332b;
    background-color: #FCFCFC;
    border-color: transparent;
    border-width: 1px;
}

/* 固定ページ と　カテゴリリスト */
body.page .entry-content{
	/* margin:0 10px; */
}

body.page .entry-content div.cate_listbox{
	font-weight: bold;
	padding:5px;
}

body.page .entry-content div.cate_listbox ul li{
    border-bottom: 1px dotted #aaa;
    padding:10px 0 8px;
}



.article-header{
    /* background: #000 none repeat scroll 0 0; */
    border-color: transparent;
    border-radius: 0;
    border-width: 1px;
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); */
    margin: 0 0 10px;
    padding: 10px;
}
.article-header h1.page-title {
    color: #fff;
    font-size: 1rem;
}
.article-header .article-title {
    /* border-bottom: 2px solid #54543D; */
    color: #5B0615;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 2px;
    padding-bottom: 5px;
}
.article-header .article-post {
	overflow: hidden;
}
.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{
	width: 100%;
	/*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 #5B0615;
	text-align: center;
	color: #5B0615;
}
.navigation ul li.gohome a{
	background-image: url('images/icon_pager_home.png');
	height: 40px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #5B0615;
	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: 10px 10px 0;
	font-size: 14px;
}
.article-category span,
.article-tags span{
	display: table-cell;
	vertical-align: top;
	white-space: nowrap;
	width: 1%;
	line-height:1.8;
	padding-left: 20px;
}
.article-category ul,
.article-tags ul{
	display: table-cell;
	line-height: 20px;
	padding-top: 2px;
}
.article-category ul li,
.article-tags ul li{
	margin-left: 10px;
	display: inline-block;
}

.article-category ul a, .article-tags ul a {
    border: 1px solid #79093C;
    background: none repeat scroll 0 0 #5B0615;
    /* border-radius: 3px; */
    color: #FFF;
    display: inline;
/*    font-size: 12px; */
    line-height: 2;
    padding: 1px 5px 0;
    text-decoration: none;
}
.article-category ul a:hover, .article-tags ul a:hover {
    background: #FFF none repeat scroll 0 0;
    border: 1px solid #000;
    color:#000;
}

.article-category span{
	background: url('images/icon_folder.png') no-repeat left 4px;
	-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開始*/
div.archive-title,
h2.archive-title {
    background: rgba(255, 255, 255, 0) url("images/yado-icon.png") no-repeat scroll 0 0;
    /* border-bottom: 3px solid #000; */
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    overflow: hidden;
    padding: 4px 0 2px 40px;
    text-align: left;
    background-size: 30px;
    margin: 10px;
}
/*各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;
    background-color: #fff;
    color: #79093C;
}
/*footer終了*/


/*/////////////
RSS-LOADERカスタマイズ
/////////////*/

/*textrss*/
.textrss_box{
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    border-radius: 6px;
    box-shadow: 0 0 3px #ccc;
    margin: 0 0 10px;
}

.textrss_box .media_textrss .lattice-cell {
    border-top: 1px solid #F993A1;
}

.textrss_box .media_textrss .lattice-cell-first {
    border-top: none;
}

.textrss_box .media_textrss .lattice-cell-last {
    border-bottom: none;
}

.textrss_box .media_textrss a {
    background: rgba(0, 0, 0, 0) url("images/icon_li01.png") no-repeat scroll 4px 10px;
    color: #000;
    display: block;
    font-size: 14px;
    letter-spacing: 0.1em;
    padding: 6px 0 4px 22px;
    text-decoration: none;
    /*font-weight: bold;*/
}

.textrss_box .media_textrss a:hover {
    text-decoration: underline;
}

/*広告2枠並び*/
div.thumbnailad {
    margin-bottom: 20px;
    margin-top: 20px;
}

.articlelow_picad .lattice-title {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    color: #657a8b !important;
    font-size: 12px;
    font-weight: bold;
    height: 3.5em;
    line-height: 1.2;
    width: 100%;
}

.articlelow_picad img, .articlelow_picad a img {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    height: auto !important;
    vertical-align: bottom;
    width: 100% !important;
}

.articlelow_picad div.lattice-title > div:before {
    content: url("images/icon_new.png");
}

.articlelow_picad .lattice-title div {
    padding: 0.2em !important;
}

.articlelow_picad .lattice-cell {
    width: 46% !important;
    border:solid 1px #CECECE;
    margin: 0 0 8px 8px !important;
}

/*その2*/
div.thumbnailad02 {
    clear: both;
    margin: 15px 0;
    /*margin-bottom: 20px;*/
    /*margin-top: 20px;*/
}

.thumbnailad02 .head_picad02 .lattice-cell:nth-child(2n), .thumbnailad02 .head_picad02 .lattice-cell:nth-child(2n+1){
    float: left;
    width: 50%;
}


.thumbnailad02 .head_picad02 .lattice-cell:nth-child(2n) a, .thumbnailad02 .head_picad02 .lattice-cell:nth-child(2n+1) a{
    border: 1px solid #54543D;
    display: block;
    margin: 0 5px 10px;
    overflow: hidden;
    padding: 1px;
    border-radius: 6px;
}

.thumbnailad02 .head_picad02 a.lattice-title {
	text-decoration: underline;
}

.thumbnailad02 .head_picad02 .lattice-title {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    color: #000 !important;
    font-size: 12px;
    font-weight: bold;
    height: 53px;
    line-height: 1.4;
    width: 100%;
}

.head_picad02 img, .head_picad02 a img {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    height: auto !important;
    vertical-align: bottom;
    width: 100% !important;
    border-radius: 5px 5px 0 0;
}

.head_picad02 .lattice-title div {
    padding: 0.2em !important;
}


/*記事下広告2枠並び*/
.sp_widget_box{
    margin-bottom: 20px;
    margin-top: 20px;
}

.sp_widget_box .articlelow002 .lattice-title {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    color: #657a8b !important;
    font-size: 12px;
    font-weight: bold;
    height: 3.5em;
    line-height: 1.2;
    width: 100%;
}

.sp_widget_box .articlelow002 img, .sp_widget_box .articlelow002 a img {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    height: auto !important;
    vertical-align: bottom;
    width: 100% !important;
}

.sp_widget_box .articlelow002 div.lattice-title > div:before {
    content: url("images/icon_new.png");
}

.sp_widget_box .articlelow002 .lattice-title div {
    padding: 0.2em !important;
}

.sp_widget_box .articlelow002 .lattice-cell {
    width: 46% !important;
    border:solid 1px #CECECE;
    margin: 0 0 8px 8px !important;
}



/*人気記事ランキング -手動- */
.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;
}


/*コメント欄開始*/
#comments-title, #respond #reply-title {
    background: #79093C 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 #54543D;
    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(160, 145, 35, 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: rgba(160, 145, 35, 0.7) none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    content: counter(single_rank_num, decimal) "位";
    counter-increment: single_rank_num;
    display: block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 65px 0 0 2px;
    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;
    text-align: center;
}
ul.related_post li {
    border: 1px solid #54543D;
    display: block;
 /*   height: 90px; */
    margin: 0 0 8px !important;
    overflow: hidden;
    padding: 0 !important;
}
ul.related_post li a {
    border: 0 none !important;
    color: #000 !important;
    font-family: arial !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: bold !important;
    line-height: 1.8;
    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: 200px;
    letter-spacing: 0.1em;
    line-height: 1.4 !important;
    margin: 3px 0 0 96px;
    font-size : 3.8vw !important;
}
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: 100% !important;
}
#main-bottom {
    clear: both;
    margin: 0 10px 0;
}
#main-bottom h4.widget-title ,.sp_footer h4.widget-title {
    background: url(images/yado-icon.png) no-repeat scroll 3px 3px;
    /* border: 1px solid #464637; */
    color: #5B0615;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 0 10px;
    padding: 7px 0 5px 45px;
    text-align: left;
}

#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("images/yado-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;
}


/* ドメイン変更のお知らせ */
.message_box {
    border: 2px solid red;
    font-size: 110%;
    font-weight: bold;
    padding: 8px;
    margin:0 5px 15px;
}


/* 3列画像RSS */
.picrss3col {
    margin: 0 -5px 20px 10px;
    width: 95%;
}

.picrss3col .recomend_3col .lattice-cell {
    border: 1px solid #FFF;
    border-radius: 3px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    float: left;
    height: auto;
    margin: 0 5px 10px 0;
    overflow: hidden;
    position: relative;
    width: 30%;
}

.picrss3col .recomend_3col img {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    height: auto !important;
    vertical-align: bottom;
    width: 100% !important;
}

.picrss3col .recomend_3col .lattice-title {
    background: #CEF6CE none repeat scroll 0 0;
    font-size: 12px;
    height: 48px;
    line-height: 1.3;
    overflow: hidden;
    padding: 0 0 10px;
    width: 100%;
    color:#1C1C1C;
}

.picrss3col .recomend_3col .lattice-title div {
    height: 38px;
    overflow: hidden;
    padding: 0.5em;
}

/*
////////
imobileサムネ
////////
*/

/*スポットボックス*/
.imob_thumbs{
	margin: 0 6px 10px 10px;
	background: #CCC;
}
/*スポット*/
.imobile_infeed_spot{
    padding: 0 !important;
    margin: 10px !important;
    width: auto !important;
    height: auto !important;
    overflow: hidden !important;
    border-radius: 5px !important;
}

/*インフィード*/
.imobile_infeed{
    border: none !important;
    margin: -10px 10px 0 0 !important;
    background: #FFF !important;
    padding: 3px  !important;
    height: auto !important;
    width: 100% !important;
    position: static !important;
    /*overflow: hidden;
    padding: 2px 0 2px 2px;*/
/*    color: #555;
    font-size: 12px;
    margin: 0;
    text-align: left;*/
}

/*画像コンテナー*/
.imobile_infeed_img_container{
    float: left !important;	
	/*画像を右に配置する*/
	/*float:right !important;*/
}

/*画像*/
.imobile_infeed_img_19{
    border-radius: 5px;
    box-shadow: 0 0 3px #333333;
    /*overflow: hidden;*/
    width: 150px !important;
    height: 150px !important;
    margin: 0  !important;
}

/*タイトル、本文*/
.imobile_infeed_body{
    display: block;
    float: right;
    /*overflow: hidden;*/
    padding: 0;
    width: 55% !important;
    margin: 0 0 0 10px !important;
}

/*タイトル*/
.imobile_infeed_title{	
    margin: 0 0 5px;
    font-size: 15px !important;
    color: #222 !important;
}

/*本文*/
.imobile_infeed_description {
    font-size: 105%;
    color: #222;
    margin: 0 0 5px;
    font-weight: bold;
}


/*uaリンクボタン*/
.ua_link_box{
	display: none !important;
}

.wpfp_widget_view h4.widget-title {
    background: rgba(0, 0, 0, 1) url("images/yado-icon.png") no-repeat scroll 3px 3px;
    border: 1px solid #464637;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 0 10px;
    padding: 7px 0 5px 14px;
    text-align: left;
}

/*お気に入り一覧ボタン*/
.bt_favorite a{
    background: #000;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 120%;
    font-weight: bold;
    margin: 10px 3px 20px;
    padding: 10px;
    text-align: center;
    color: #FFF;
}
.bt_favorite a:hover{
	opacity: 0.7;
}

/*お気に入りボタン*/
.favorite_in{
    background: #000;
    border-radius: 3px;
    display: inline-flex;
    margin: 3px 0 3px 5px;
    padding: 2px 10px;
}
.favorite_in:hover{
	opacity: 0.7;
}
body.single .article-tool-box-header .favorite_in{
    margin: 0 0 10px;
}
body.single .favorite_in{
    margin: 0 0 20px 10px;
}
.favorite_in a{
    color: #FFF;
	font-weight: bold;
}
/*お気に入り一覧内指定*/
body.single .entry-content .favorite_body img,
body.single .entry-content .favorite_in img {
    border: medium none;
    height: auto;
    margin: 0;
    width: auto;
}
.favorite_body{
	margin: 10px 20px;
}
.favorite_body ul{
	margin:30px 0;
}
.favorite_body li a.remove-parent{
    border: 1px solid #ccc;
    border-radius: 3px;
    display: block;
    float: right;
    font-size: 10px;
    margin: 20px 0 0 10px;
    padding: 0 5px;
    text-align: center;
    width: 60px;
}
.favorite_body ul li,
#wpfp-users_favorites ul li,
#wpfp-most_favorited_posts ul li{
    border-bottom: 1px dotted #ccc;
    margin: 8px 10px 0;
    padding: 0 0 8px;
	overflow: hidden;
}


/*お気に入りサムネイル指定*/
.wpfp_users_favorites_widget_view ul li a img,
.wpfp_widget_view ul li a img{
	float: left;
	border: 1px solid #CECECE;
	margin: 0 8px 0 0;
}

body.single .entry-content .favorite_body ul li img{
	width: 80px;
	/*height: 100px;*/
	float: left;
	border: 1px solid #CECECE;
	margin: 0 8px 0 0;
}

/*キャンペーン用タグ*/
.camp_link_wrap a{
    background: #ff2b68 none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 3px #ccc;
    color: #fff !important;
    display: block;
    font-size: 150%;
    font-weight: bold;
    margin: 10px;
    padding: 40px 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 2px #9f0030;
}
.camp_link_wrap a:hover{
	opacity: 0.7;
}
.camp_mini_tit{
    background: #ffe6ed none repeat scroll 0 0;
    border-left: 5px solid #9f0030;
    color: #9f0030;
    font-size: 16px;
    font-weight: bold;
    margin: 30px 0 15px;
    padding: 10px;
}
.camp_works_wrap{
    font-size: 14px;
    font-weight: bold;
    margin: 6px 0 10px;
}
.camp_works_wrap span.camp_work_tit{
    background: #000 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    margin: 0 8px;
    padding: 2px 8px;
}
.camp_price_wrap{
    background: red none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 100%;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 8px 10px;
    padding: 5px 5px 0;
    text-align: center;
}
.camp_price_wrap span.camp_price_normal{
}
.camp_price_wrap span.camp_price{
    color: yellow;
    font-size: 140%;
    font-weight: bold;
    line-height: 1;
    margin: 0 5px;
}

p span.article-continue a{
    background: #333 none repeat scroll 0 0;
    border: 1px solid #555;
    border-radius: 5px;
    clear: both;
    color: #ffffff !important;
    display: block;
    font-size: 17px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    text-decoration: none;
}

p span.article-continue a:hover{
	opacity: 0.7;
}

/*ディスクリプション出力*/
body.single h3.des_box{
    background: #5B0615 none repeat scroll 0 0;
    border: 1px solid #79093C;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    margin: 10px 10px 20px;
    padding: 10px;
}


/*人気カテゴリテーブル*/
div.favo_keyword_box{
	padding: 0 10px;
}
div.favo_keyword_box table.acr_ranking_sys{
    margin: 0 0 10px;
    width: 100%;
}
div.favo_keyword_box table.acr_ranking_sys td{
    padding: 5px;
}
div.favo_keyword_box table.acr_ranking_sys tr:nth-last-child(3),
div.favo_keyword_box table.acr_ranking_sys tr:nth-child(1),
div.favo_keyword_box table.acr_ranking_sys tr:nth-child(2),
div.favo_keyword_box table.acr_ranking_sys tr:nth-child(3) {
    display: none;
}


/*jetpack人気記事*/
div.widget_tag_cloud,
div.widget_top-posts{
	margin: 5px;
	background: #FFF;
	border-radius: 5px;
	padding: 5px;
	box-shadow: 0 0 3px #cecece;
}

div.widget ul.widgets-list-layout li a.bump-view img.widgets-list-layout-blavatar {
    float: left;
    height: auto;
    margin: 0 10px 0 0;
    max-width: 100px;
    width: 100px;
}
div.widget .widgets-list-layout-links {
    float: none;
    font-size: 3.8vw;
    /*height: 100px;*/
    margin: 5px 0;
    overflow: hidden;
    width: auto;
}
div.widget ul.widgets-list-layout {
  counter-reset: page_rank_num;
  margin: 0;
}
div.widget ul.widgets-list-layout li{
    border: 1px solid;
   /* height: 100px;	*/
    margin: 0 0 10px;
    overflow: hidden;
}
div.widget ul.widgets-list-layout li:before {
    background: #242415 none repeat scroll 0 0;
    color: #fff;
    content: counter(page_rank_num, decimal);
    counter-increment: page_rank_num;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    letter-spacing: 0;
    line-height: 1.5;
    position: absolute;
    text-align: center;
    width: 20px;
}
div.widget ul.widgets-list-layout li:first-child:before {
    background: #D90000 none repeat scroll 0 0;
    font-size: 16px;
    height: 22px;
    line-height: 1.6;
    width: 22px;
}
div.widget ul.widgets-list-layout li:nth-child(2):before {
    background: #0000FF none repeat scroll 0 0;
    font-size: 16px;
    height: 22px;
    line-height: 1.6;
    width: 22px;
}
div.widget ul.widgets-list-layout li:nth-child(3):before {
    background: #D9A300 none repeat scroll 0 0;
    font-size: 16px;
    height: 22px;
    line-height: 1.6;
    width: 22px;
}

div.widget ul.widgets-list-layout li div.widgets-list-layout-links a{
	color: #000;
	font-size: 100%;
	font-weight: bold;
}

.page_taglist li
{
    display: inline-block;
    margin: 5px 5px 0 0;
    padding: 5px 20px;
    border: 1px solid #5B0615;
    /* border-radius: 10px; */
    color: #5B0615;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
}
.page_taglist li a
{
	text-decoration: none;
    color: #5B0615;
}
#searchform
{
	clear : both;
	text-align : center;
	margin : 0 5px 0;
}
#searchform > div
{
	padding : 10px;
	height: 26px;
}
#searchform #s
{
	width : 210px;
	height : 25px;
    background-color: gray;
    color: #fff;
}
#searchform #searchsubmit
{
    background-color: #79093C;
    color: #fff;
	padding : 4px 7px;
}
#menu_icon
{
	background-color: #ffffff;
    display: block;
    float: right;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    margin-top: 7px;
    margin-left: 5px;
}
#menu_icon img
{
	width: 28px;
    height: 28px;
    padding-top: 2px;
}
div.menu_list
{
	display: none;
}
div.menu_list ul li a
{
	display: block;
    background-color: #fff;
    color: #5B0615;
    text-decoration: none;
    padding: 10px;
    border-top: 1px solid #5B0615;
}






.wpfp-area
{
	text-align: center;
	padding : 10px;
}
.wpfp-area .wpfp-span
{
	display : inline-block;
	padding : 15px;
	/* border-radius : 4px; */
	background-color : #79093C;
	color : #fff;
}
.wpfp-area .wpfp-span a
{
	color : #fff;
	text-decoration : none;
}
.pager_area
{
	display: flex;
	margin : 10px auto 20px;
	width : 96%;
	box-sizing: border-box;
}
.pager_area span
{
	flex-grow: 1;
	text-align: center;
	border-left : 1px solid #999999;
	box-sizing: border-box;
}
.pager_area span a,
.pager_area span em
{
	padding : 10px 1px;
	background-color : #fff;
	color : #79093C;
	width : 100%;
	box-sizing: border-box;
	display: block;
}
.pager_area span em{
	color : #cc6666;
}
/*
rss loader 
 */
div.frf2
{
	border : 0 !important;
	margin:0 !important;

}
div.frf2 .lattice-row{
	border: 1px solid !important;
	margin: 0 0 10px;
	overflow: hidden;
}
.frf2 img{
	width : 100px !important;
	height:  auto !important;
	float : left;
	margin : 0 10px 0 0;
        box-shadow : none;
        border-radius : 0;
}
.frf2 .lattice-title{
    float: none;
    font-size: 3.8vw;
    margin: 0 0 5px 0 !important;
    overflow: hidden;
    width: auto;
}
.frf2 a .lattice-title{
	font-weight : bold;
	padding : 0;
	text-decoration : underline;
}
.frf2 .lattice-title div
{
padding : 0 !important;
margin-top : 5px;
}

/*最新コメント*/
.c_wrapper
{
    display: flex;
    background-color: #fff;
    margin: 10px 0;
    border-radius: 10px;
}
.c_wrapper .c_thumb
{
	width: 30rem;
}

.c_wrapper .c_thumb img
{
	width: 10rem;
    height: auto;
}
.c_wrapper .c_side_wrapper
{
	flex-grow: 1;
    padding: 10px;
}
.c_wrapper .c_side_wrapper .c_title
{
    font-size: 90%;
    padding: 5px;
    height: 51px;
    overflow:hidden;
    /* background-color: #343525; */
    border-radius: 0 10px 0 0;
}
.c_wrapper .c_side_wrapper .c_title a
{
	color: #5B0615;
}
.c_wrapper .c_side_wrapper .c_body
{
	padding: 3px 7px 0;
}
.c_wrapper .c_side_wrapper .c_info
{
	font-size: 90%;
	text-align: right;
    color: #5B0615;
}
.c_wrapper .c_side_wrapper .c_info span
{
	padding-right: 10px;
}
#breadcrumb {
	margin : 10px 5px;
}
#breadcrumb li {
    display: inline;
}

/* Contact form */

.contact-form-container {
    padding: 10px;
}

.contact-form-container label {
    margin: 10px auto 0;
    display: block;
    font-weight: bold;
}
.contact-form-container input[type="text"],
.contact-form-container input[type="email"],
.contact-form-container textarea {
    margin: 8px 0 0;
    padding: 6px;
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.contact-form-container input[type="submit"] {
    margin: 8px auto 0;
    padding: 4px 10px;
    color: #fff;
    background: #5B0615;
    border-radius: 3px;
    border-width: 0;
    cursor: pointer;
}

.content .yarpp-related {
    margin: 1em 5px;
    text-align: center;
    background: #fff;
}
    
.content .yarpp-thumbnail-title {
    color: #000;
}

.latest-post-btn-con {
    margin: 15px 5px 15px;
    padding: 3px;
}

.latest-post-btn {
	padding: 10px 5px;
    display: block;
    font-size: 14px;
	line-height: 1.4;
	text-align: center;
    color: #5B0615;
    background: #fff;
    margin: 0 10px 20px;
}

.arrow-r {
    position: relative;
}

.arrow-r:after {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    content: '';
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* tencho design sp */
.spmain{
    padding: 15px;
    background: #fff;
    margin: 5px 10px 10px;
}

.spmain-header{
    color: #5B0615;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.spmain-img{
    width: 100%;
    height: 30rem;
    margin-bottom: 15px;
}

.spmain-img img{
    width: 100%;
    height: 100%;
}

.spmain-title{
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #5B0615;
}

.spmain-subtitle{
    font-size: 1rem;
    margin-bottom: 1rem;
}

.spmain-subtitle a{
    margin: 5px 5px 0 0;
    padding: 5px;
    border: 1px solid #5B0615;
    color: #5B0615;
    font-size: 14px;
    background-color: #fff;
    display: inline-block;
    text-decoration: none;
}

.main-suggestion_subtitle-clssfctn{
    font-size: 10px;
    color: #fff;
    background-color: #8C041C;
    padding: 5px 10px;
    border: 1px solid #8C041C;
    margin-right: 20px;
    width: 50px;
    text-align: center;
}

.spmain-taglist{
    margin-bottom: 1rem;
}

.spmain-taglist a{
    margin: 5px 5px 0 0;
    padding: 5px;
    border: 1px solid #5B0615;
    color: #5B0615;
    font-size: 14px;
    background-color: #fff;
    display: inline-block;
    text-decoration: none;
}

.spmain-btnlist a:nth-child(1){
    height: 20px;
    width: 100%;
    padding: 10px 0;
    background-color: #6F2C49;
    color: #fff;
    border: 0;
    text-align: center;
    display: block;
    text-decoration: none;
}

.spmain-btnlist a:nth-child(2){
    height: 20px;
    width: 100%;
    padding: 10px 0;
    background-color: #5B0615;
    color: #fff;
    border: 0;
    text-align: center;
    display: block;
    text-decoration: none;
    margin-bottom: 5px;
}

.wpfp-span .my-page{
    background-color: #79093C !important;
}

.spmain i{
    vertical-align: middle;
    margin-right: 2px;
}

.archive-header-with-btn{
    display: flex;
    margin: 0 10px 10px;
}

.archive-header-with-btn a{
    border: 0;
    color: #fff;
    background-color: transparent;
    margin: 12px 0 0 auto;
    line-height: 2.2;
    text-decoration: none;
}

/* gallery with carousel */
.gal{
    padding: 15px;
    margin: 10px;
    background: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14);
}

.gal-box{
    width: 42vw;
    margin-right: 15px;
}

.gal-img{
    width: 100%;
    height: 275px;
    background-image: url("images/girl-tencho.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}

.gal-img2{
    width: 100%;
    height: 275px;
    background-image: url("images/girl2-tencho.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}

.gal-title{
    color: #79093C;
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.gal-title a{
    color: #79093C;
}

.gal-btn{
    padding: 10px 0px;
    background-color: #79093C;
    color: #fff;
    border: 0;
    display: block;
    text-align: center;
    text-decoration: none;
}

.gal-btn i {
    vertical-align: middle;
    margin-right: 10px;
}

.pull-left{
    position: absolute;
    top: 40%;
    z-index: 2;
    font-size: 3rem;
    background: #5B0615;
    border: 0;
    color: #fff;
    padding: 5px;
    margin-left: 5px;
    -webkit-box-shadow: 2px 0px 5px 0px rgba(140, 4, 28,1);
    -moz-box-shadow: 2px 0px 5px 0px rgba(140, 4, 28,1);
    box-shadow: 2px 0px 5px 0px rgba(140, 4, 28,1);
}

.pull-right{
    position: absolute;
    top: 40%;
    right: 20px;
    z-index: 2;
    font-size: 3rem;
    background: #5B0615;
    border: 0;
    color: #fff;
    padding: 5px;
    margin-left: 5px;
    -webkit-box-shadow: -2px 0px 5px 0px rgba(140, 4, 28,1);
    -moz-box-shadow: -2px 0px 5px 0px rgba(140, 4, 28,1);
    box-shadow: -2px 0px 5px 0px rgba(140, 4, 28,1);
}

/* footer tencho */
.footer-menu{
    background: #fff;
    color: #5B0615;
    font-size: 1rem;
    text-align: center;
    padding: 15px 30px;
}

.footer-menu a{
    line-height: 1.8;
    color: #5B0615;
    text-decoration: none;
    padding: 10px;
}

.article-outer-3{
    background-color: #fff;
}

.latest-read-btn{
    display: block;
    background: #79093C;
    color: #fff;
    border: none;
    padding: 5px;
    text-align: center;
}

.latest-read-btn i{
    vertical-align: middle;
    margin-right: 10px;
}

article.article-outer {
    background: #fff none repeat scroll 0 0;
    /* border: 1px solid #5B0615; */
    float: left;
    margin: 0 0 15px 10px;
    position: static;
    text-align: left;
    width: 46%;
    height: 375px;
}

.article-body {
    height: 320px;
    position: relative;
}

.article-body-inner{
    height: 220px;
    margin-bottom: 10px;
}

.index_toolbox.discriptions {
	color : #5B0615;
	height : 75px;
    margin-bottom: 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

div.wp-pagenavi{
	margin-bottom: 10px;
	padding-bottom: 15px;
	padding-top: 15px;
	font-size: 1em;
	text-align: center;
	overflow:hidden;
}
div.wp-pagenavi a,
div.wp-pagenavi span {
	margin: 0 2px;
	padding: 4px 7px;
    line-height: 1.2;
    background: #5B0615;
    color: #fff;
    border: 1px solid #5B0615;
    transition: opacity .2s linear;
	-webkit-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
}

.wp-pagenavi .current {
    text-decoration: underline;
    background-color: #79093C;
}

div.wp-pagenavi a:hover{
	text-decoration: none;
    opacity: 0.8;
}

.article-body-inner img{
    height: 220px;
}

.article-date-outer{
    color: #5B0615;
}

#inner-footer-logo{
    background-color: #fff;
    padding: 10px 0;
}

h2.blog-title-sp {
    font-size: 20px;
    margin: 0 auto;
    padding: 0;
    text-shadow: 0 1px 1px rgb(255 255 255);
    width: 280px;
    background-size: 100% 100%;
    background-image: url(images/yado-logo.png);
    height: 60px;
    padding: 10px 0;
}
h2.blog-title-sp img {
    height: auto;
    width: 100%;
}

.favorite-posts-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.favorite-post-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 1rem;
    width: 47%;
}

.favorite-post-card img {
    max-width: 100%;
    margin-bottom: 1rem;
}

.favorite-post-card .title {
    color: #5B0615;
}

.favorite-post-card .remove-parent{
    display: block;
    max-width: 100%;
    color: #fff;
    background-color: #5B0615;
    padding: 0.75rem;
    margin-top: 1rem;
    text-align: center;
}

.wpfp-link {
    display: inline-block;
    text-align: center;
    background: #79093C;
    color: #fff;
    padding: 1rem 1.7rem 1rem 1rem;
    margin: 2rem 0;
    width: 90%;
}

.wpfp-span-mod{
    padding: 15px 0 !important;
    width: 100%;
}

h1.blog-title img{
    height: auto;
    width: 100%;
    margin-top: 10px;
}

[aria-disabled="true"]{
    opacity: .4;
    cursor: not-allowed;
}

