﻿/******************************************************************
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;
}
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;
}
#main:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.sub-color {
	color: #666;
}
/*ヘッダー開始*/
.section-box {
	margin: 0 0 10px;
}
.section-box .page-title{
	overflow : hidden;
	font-size : 80%;
	line-height : 1.2em;
	vertical-align: middle;
	white-space: nowrap;
}
#inner-header
{
	position :relative;
}
.blog-title {
    color: #2a332b;
    font-size: 20px;
/*    margin: 0 auto;	*/
    padding: 0;
    margin-left : 25px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
    width: 200px;
    overflow:hidden;
}
.blog-title img {
    height: auto;
    width: 100%;
}

.sp_header {
    background: #4c3a00 none repeat scroll 0 0;
    margin: 0 0 10px;
    padding : 3px 0;
}
.sp_header p{
	color: #ffffff;
	text-align: center;
	padding: 5px 0px;
}
.sp_header ul{
    width : 100%;
    height: 30px;
    display: -webkit-flex;
    display: flex;
}
/*
.sp_header li{
	float:left;
	margin:5px 0 0 10px;
}

.sp_header li a{
    background: #fff none repeat scroll 0 0;
    border-radius: 15px;
    color: #4c3a00;
    font-weight: bold;
    padding: 2px 8px;
    text-decoration	: none;
}

.sp_header li a:hover{
	opacity:0.5;
}
*/
.sp_header li
{
	flex-grow: 1;
	border-right : 1px solid #4c3a00;
	display: inline-block;
	padding : 3px 10px;
}
.sp_header li a
{
	display: block;
	width :100%;
	background-color:#fff;
    color: #4c3a00;
    font-weight: bold;
    padding: 4px 3px;
    text-decoration	: none;
    text-align: center;
    border-radius: 10px;
}

/*ヘッダー終了*/

.home #inner-content,
.archive #inner-content
{
	margin-top	: 20px;
}

/*ヘッドウィジェット*/
.sp_head_box{
	margin:0 5px 0;
}

/*ウィジェット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;
	display: -webkit-flex;
	display: flex;
}

#main #article-list_outer .article-list{
    border: 1px solid #a09123;
    border-radius: 6px;
    margin: 0 5px 10px;
}

#main #article-list_outer .article-list  .article-gallery-image{
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    position: relative;
    width : 35%;
}
#main #article-list_outer .article-list .article-gallery-image .thumbnail_link_outer{
	display:block;
	width : 100%;
	position: relative;
}
#main #article-list_outer .article-list .article-gallery-image .thumbnail_link_outer:after{
	padding-top: 140%;
    display: block;
    content: "";
}
#main #article-list_outer .article-list .article-gallery-image .thumbnail_link_outer a{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#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(70, 80, 13, 0.8) none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    font-size: 70%;
    font-weight: bold;
    margin: 1px;
    padding: 2px 4px 0;
    position: absolute;
    right: 0;
    bottom : 3em;
    width: auto;
	z-index : 1;
}

#main #article-list_outer .article-list .article-date-outer span.article-date {
	margin-right: 0.25em;
}
.article-fav{
	padding-left : 3px;
}
#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;
    width: 100%;
	z-index : 1;
	box-sizing: border-box;
}

#main #article-list_outer .article-list .index_toolbox .article-category-outer ul.post-categories{
    line-height: 1.3;
   /* display: block;
    overflow: hidden;*/
}
#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-outer{
	position : relative;
	flex-grow: 1;
	width : 64%;
}
#main #article-list_outer .article-list .article-title{
    font-size: 3.5vw;
    letter-spacing: 0.1em;
    line-height: 1.5;
    overflow: hidden;
    padding: 5px;
/*    background-color : #a09123;	*/
}
#main #article-list_outer .article-list .article-title a{
	color: #000;
	text-decoration : none;
	font-weight : bold;
}
#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(160, 145, 35, 1) none repeat scroll 0 0;
    border: 1px solid #a09123;
    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 {
    background: #d5c242 none repeat scroll 0 0;
    margin: 0;
/*    overflow: hidden;	*/
    text-align: left;
}
.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: 0 0 10px;
	padding:10px 0;
	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: #4c3a00 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: 16px;
}
.article-header .article-title {
    border-bottom: 2px solid #a09123;
    color: #fff;
    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;
	margin-bottom	: 10px;
}
.entry-content img.wpfp-img{
	margin-bottom : 0;
}
.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-originals,
.article-tags{
	margin: 10px 10px 0;
	font-size: 14px;
}
.article-category span,
.article-originals 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-originals ul,
.article-tags ul{
	display: table-cell;
	line-height: 20px;
}
.article-category ul li,
.article-originals ul li,
.article-tags ul li{
	margin-left: 10px;
	display: inline-block;
}

.article-category ul a,
.article-originals ul a,
.article-tags ul a {
    background: #000 none repeat scroll 0 0;
    border: 1px solid #000;
    border-radius: 3px;
    color: #FFF;
    display: inline;
    font-size: 12px;
    line-height: 2;
    padding: 1px 5px 0;
    text-decoration: none;
}
.single .article-tags ul li a{
	display: inline-block;
	margin : 3px 2px;
}
.article-category ul a:hover,
.article-originals 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-originals span{
	background: url('images/icon_book.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;
}
.archive-meta.article-originals ul li
{
	padding-bottom	: 10px;
	border	: none;
}
.archive-meta.article-originals ul li a{
	padding	: 5px;
	background-color	: #a09123;
	border	: none;
}
.archive-meta.article-originals ul li.current-cat a{
	background-color	: #d3c456;
}

.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 {
    background: #a09123 none repeat scroll 0 0;
    border-radius: 15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin: 0 5px 10px;
    padding: 3px;
    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: 20px 0 0;
	font-size: 14px;
	text-align: center;	background-color: #4c3a00;
}
footer.footer p{
	color	: #ffffff;
	font-weight: bold;
	margin-bottom : 100px;
}
footer.footer p a{
	color	: #ffffff;
	font-weight: bold;
}
footer.footer ul.sp_footer_menu
{
	margin-bottom : 60px;
}
footer.footer ul.sp_footer_menu li
{
	display : inline-block;
	padding : 2px 3px;
}
footer.footer ul.sp_footer_menu li a
{
	color	: #ffffff;
	font-weight: bold;
	
}
/*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;
}

#rssloader1217 .media_textrss .lattice-cell {
    border-top: 1px solid #E7DC92;
}

#rssloader1217 .media_textrss .lattice-cell-first {
    border-top: none;
}

#rssloader1217 .media_textrss .lattice-cell-last {
    border-bottom: none;
}

#rssloader1217 .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;*/
}
#rssloader1217 .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: 33%;
}


.thumbnailad02 .head_picad02 .lattice-cell:nth-child(2n) a, .thumbnailad02 .head_picad02 .lattice-cell:nth-child(2n+1) a{
    border: 1px solid #a09123;
    display: block;
    margin: 0 2px 7px 3px;
    overflow: hidden;
    padding: 1px;
    border-radius: 6px;
}

.thumbnailad02 .head_picad02 a.lattice-title {
	text-decoration: underline;
	font-size : 8px;
}

.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: 50px;
    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.1em !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: #a09123 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 #a09123;
    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.wpp-list,
ul.related_post {
    display: block !important;
    margin: 0 10px !important;
    padding: 0 !important;
    position: relative !important;
}
ul.wpp-list li,
ul.related_post li {
    border: 1px solid #a09123;
    display: block;
    height: 100px;
    margin: 0 0 8px !important;
    overflow: hidden;
    padding: 0 !important;
}
ul.wpp-list li a,
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.wpp-list li a.wpp-post-title,
ul.related_post li a.wp_rp_title {
    height: 75px;
    letter-spacing: 0.1em;
    line-height: 1.4 !important;
    margin: 8px 0 5px 96px;
    overflow: hidden;
}
ul.wpp-list li a img,
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: 100px !important;
}
#main-bottom {
    clear: both;
    margin: 0 10px 0;
}
#main-bottom h4.widget-title ,
h4.widget-title{
    background: rgba(0, 0, 0, 1) url("images/title_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;
}

#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/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;
}


/* ドメイン変更のお知らせ */
.message_box {
    border: 2px solid red;
    font-size: 110%;
    font-weight: bold;
    padding: 8px;
    margin:0 5px 15px;
}


/* 記事内iframe非表示 */
/* body.single .entry-content iframe{
	display:none;
} */


/* 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/title_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: #d5c242 none repeat scroll 0 0;
    border-radius: 3px;
    font-size: 110%;
    font-weight: bold;
    margin: 10px 10px 20px;
    padding: 10px;
}
/*	[2017/01/27][shimizu] クソ長いRSSエリアを短く	*/
#text-9
{
	height	: 270px;
	overflow-y : scroll;
}
/*	シリーズのリンクの装飾	*/
.postlink_kanren
{
	margin	: 10px;
	padding	: 7px;
	background-color	: #a09123;
	color	: #ffffff;
	border-radius	: 15px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.postlink_kanren a
{
	color	: #ffffff;
}
.postlink_kanren.current
{
	background-color	: #d3c456;
	color	: #000000;
}
/*	追加用文言装飾	*/
.addition
{
	margin	: 20px 10px;
	font-weight	: bold;
	font-size	: 16px;
	text-align	: center;
	color	: #a09123;
}
/* マイページボタン用CSS */
.article-mypage{
/*	background-color	: #d3c456;	*/
	margin	: 0 10px 10px;
	padding	: 8px;
	text-align : right;
}
.article-mypage .wpfp-span{
	display	: inline-block;
	padding : 5px 10px;
	background-color : #46570d;
	border-radius : 6px;
	box-shadow:0px 0px 2px;
	color :#ffffff;
}
.article-mypage .wpfp-span a{
	color :#ffffff;
	text-decoration : none;
}

.article-mypage img{
	width	: auto;
}

/* 新しタグ一覧 */
.article-all-tags-outer
{
	padding : 8px;
}
.article-all-taxs
{
	width : 100%;
	border-collapse: collapse;
}
.article-all-taxs th
{
	font-weight : bold;
	border : 1px solid #999999;
	padding : 3px 10px;
	text-align : center;
	vertical-align :middle;
	width : 60px;
}
.article-all-taxs td
{
	border : 1px solid #999999
}
div.article-all-tags-outer table tr td ul
{
	margin-bottom : 0;
}
div.article-all-tags-outer table tr td ul li
{
	vertical-align : middle;
}
div.tagcloud
{
    margin : 0 5px 10px 5px;
}

.tagcloud a
{
    background: #4e3a00;
    color: #fff;
    display: inline-block;
    padding: 2px 4px;
    border-radius: 5px;
    font-size: 11px !important;
    margin-bottom: 5px;
}

body.page div#main ul.tax-list li{
    border: 1px dotted #ccc;
    display : inline-block;
    margin: 5px;
    padding : 0;
}
body.page div#main ul.tax-list li a {
display : block;
padding: 10px 5px;
text-align : center;
font-size : 120%;
}

.s_discription
{
	margin: 20px 30px;
	background-color : #ffffff;
	border : 1px #666666 solid;
	border-radius : 5px;
	padding : 20px;

}



ul.refine
{
	display: flex;
	margin-bottom :10px;
}
ul.refine li
{
    text-align:center;
    background-color: #eee;
    cursor: pointer;
    display: inline-block;
    flex-grow: 1;
    padding : 5px;
}

.widget_shimi_weekly_posts_widget
{
	margin-top: 10px;
}

.widget_shimi_weekly_posts_widget .widgets-list-layout li,
.widget_top-posts .widgets-list-layout li
{
	position :relative;
	display : -webkit-flex;
	display : flex;
	margin : 5px 10px;
	border : 1px solid #000;
}
.widget_shimi_weekly_posts_widget .widgets-list-layout img,
.widget_top-posts .widgets-list-layout img
{
	width : 130px;
	max-width : 130px;
	height: 183px;
	float: none;
}
.widget_shimi_weekly_posts_widget .widgets-list-layout .widgets-list-layout-links,
.widget_top-posts .widgets-list-layout .widgets-list-layout-links
{
	flex-grow: 1;
	position: relative;
}
.widget_shimi_weekly_posts_widget .widgets-list-layout .widgets-list-layout-links a,
.widget_top-posts .widgets-list-layout .widgets-list-layout-links a
{
	font-size : 15px;
	color : #000;
	text-decoration : none;
	font-weight: bold;
	display : block;
	height : 140px;
	overflow : hidden;
}

.widget_shimi_weekly_posts_widget .widgets-list-layout .widgets-list-layout-links span
{
	position : absolute;
	bottom : 2px;
	right : 2px;
	background-color:#000;
	color: #ffff;
	border-radius: 4px;
	padding :2px;
}
.widget_shimi_topick
{
	background-color : #fff;
	margin : 10px 5px;
	color: #000;
}
.widget_shimi_topick p.topick
{
	padding : 0 10px 10px 10px;
	color: #000 !important;
	text-align : left;
}


/*最新コメント*/
.c_wrapper
{
    display: flex;
    background-color: #fff;
    margin: 10px 0;
    border-radius: 10px;
}
.c_wrapper .c_thumb
{
	width: 90px;
}

.c_wrapper .c_thumb img
{
	width: 90px;
    height: auto;
}
.c_wrapper .c_side_wrapper
{
	flex-grow: 1;
}
.c_wrapper .c_side_wrapper .c_title
{
    font-size: 90%;
    padding: 5px;
    max-height: 49px;
    overflow:hidden;
}
.c_wrapper .c_side_wrapper .c_title a
{
	color: #227a22;
}
.c_wrapper .c_side_wrapper .c_body
{
	padding: 3px 7px 0;
}
.c_wrapper .c_side_wrapper .c_info
{
	font-size: 90%;
	text-align: right;
}
.c_wrapper .c_side_wrapper .c_info span
{
	padding-right: 10px;
}
.tagcloud a
{
	display: inline-block;
	padding : 4px 8px;
}
#text-29 ul li
{
	box-sizing: border-box;
	width : 100%;
	padding : 5px 10px;
}


/* リンク */

#text-30 ul li a
{
	display: block;
	width: 100%;
	padding : 8px 5px;
	background-color :#ffffff;
	text-decoration : none;
}

.site-links li a {
    box-sizing: border-box;
}

/* 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: #4c3a00;
    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;
}