@charset "UTF-8";
/* charset */

body {
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	color: #222;
	background: #fefefe;
	font-size: 14px;
	font-family: "メイリオ","Meiryo","Osaka","MS Pゴシック","MSゴシック","ヒラギノ角ゴ Pro W6",Helvetica,verdana,arial;
	letter-spacing: 1.5px;
	letter-spacing: 1px\9;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, h7,
ul, ol, li, dl, dt, dd,
article, section,
div, figure, p, form, img, legend, i {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
	list-style: none;
	font-style: normal;
	font-weight: normal;
}

a:link {color: #755101;}
a:visited {color: #755101;}
a:active {color: #755101;}

a:hover {
	color: #feeec7;
	text-decoration: none;
}

a:hover img {
	opacity: .75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
	-khtml-opacity: .75;
	-moz-opacity: .75;
}

a , button ,img{
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	text-decoration: none!important;
}

::-webkit-input-placeholder {
	color: #999;
	opacity: 1;
}
::-moz-placeholder {
	color: #999;
	opacity: 1;
}
:-moz-placeholder {
	color: #999;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #999;
	opacity: 1;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
 
.clearfix:after {
	clear: both;
}
 
.clearfix {
	*zoom: 1;
}

.clear {
	clear: both!important;
}

mark{
	background:  none;
	box-shadow:0px -10px 5px -7px rgba(106, 140, 199, 0.6) inset, -1px 5px 7px -3px #6a8cc7;
}

.post .blogBody h3 {
    font-size: 16px;
    padding: 10px;
    border-radius: 0;
    background: none;
    border-left: 5px solid #ccc; 
    border-bottom: none;
    color: #222;
    font-weight: normal;
}

.post .blogBody ol li{
	list-style-type: decimal;
}

.post table tr:nth-child(even){
	background: none;
}
.post table{
	margin-bottom: 0;
}

.post table td{
	padding: 10px 5px;
	word-break: break-all;
}

.post table th{
	font-weight: normal;
	background: #dcdfe3 !important;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	padding: 10px 5px;
}

.post .blogBody ul.award li{
	color: #9d824b;
	background: url(/wp-content/uploads/2019/07/oukan_05.png) no-repeat left center;
	background-size:40px 40px;
	padding: 10px 0 10px 50px;
	line-height: 130%;
}

.post .blogBody ol li,
.post .blogBody ul li{
	font-size: 1em;
}

/* 画面外にいる状態 */
.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

/* 2つ目の要素に200msのdelayをかける */
.fadein:nth-of-type(2) {
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
}
/* 3つ目の要素に400msのdelayをかける */
.fadein:nth-of-type(3) {
	-moz-transition-delay:400ms;
	-webkit-transition-delay:400ms;
	-o-transition-delay:400ms;
	-ms-transition-delay:400ms;
}


.pcad{
	display: none !important;
}

.spad{
	display: block !important;
	text-align: center;
}
.spad img{
	margin: 20px auto 20px auto;
	
}


header{
	background-color: #fff;
	width: 100%;
	position: relative;
	z-index: 1;
	padding-top: 25px;
	height: 60px;
	margin: auto;
	overflow: hidden;
}

header .sitename{
	font-size: 20px;
	padding:0 20px 0 10px;
	text-align: left;
	float: left;
}
header .descr{
	float: left;
	width: 250px;
	text-align: left;
	line-height: 17px;
}

#contentInner{
	
}

#side ul.tag-list li{
	margin-bottom: 5px;
}

#contentInner main{
	margin-right: 0;
	padding: 10px;
	margin: auto;
}

.textwidget p a{
	margin: auto;
	width: 300px;
	display: block;
}


#contentInner h1{
	text-align: left;
	color: #222;
	padding: 10px 0;
	position: relative;
	margin-bottom: 0;
	font-size: 20px;
}

div#breadcrumb{
	position: relative;
	font-size: 12px;
    z-index: 1;
    margin-top: 10px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    padding:5px 10px;
    background: #f9f9f9;
}
div#breadcrumb a{
	color: #999;
}

div#breadcrumb div.bcin{
	display: block;
	width: 100%;
	margin: auto;

}

.PostWrap{
	padding: 10px 0px 0 0;
}

.blogWrap{
	margin: auto;
	overflow: hidden;
}

.blogBody p a{
	display: inline;
}

.blogInner{
	margin: auto;
	background: #fff;
	border-radius: 10px; 
	padding: 10px;
}

#side{
	width: 100%;
	background: #fff;
	border-radius: 10px;
	margin-top: 0px;
}

#side aside{
	width: auto;
	padding: 10px;
}

.post #side aside #mybox ul{
	padding: 10px;
}

#searchform{
	margin-bottom: 20px;
}

#side aside h4{
	padding-left: 10px;
}

#kanren{
	padding-top: 10px;
}
#kanren dd h5{
	font-size: 13px;
}

.tagst{
	margin: 20px 0;
}

#slide {
	height: 200px;
	margin:0 auto;
	position:relative;
	margin-top: -10px;
	z-index: 0;
}
#slide div {
	width: 100%;
	height: 200px;
	position:absolute;
	left:0;
	top:0;
}

/* 中見出し */

#contentInner h1.archive-title{
	font-size: 20px;
	display: -webkit-box;
    display: flex;
    margin-bottom: 16px;
    border-bottom: 1px solid #efefef;
    font-weight: bold;
    padding: 0;
}

#contentInner h1.archive-title span{
	display: inline;
    margin-bottom: -1px;
    border-bottom: 1px solid #3D3D48;
    padding-bottom: 5px;
}

h2 {
	font-size: 14px;
	display: -webkit-box;
    display: flex;
    margin-bottom: 16px;
   /* border-bottom: 1px solid #efefef; */
    font-weight: bold;
    background-color:#68C2CA;
    color: #fff;
    padding: 10px;
}
/*
h2 span{
	display: inline;
    margin-bottom: -1px;
    border-bottom: 1px solid #3D3D48;
    padding-bottom: 5px;
}
*/

h3 {
	font-size: 14px;
	display: -webkit-box;
    display: flex;
    margin-bottom: 16px;
    /*border-bottom: 1px solid #efefef; */
    font-weight: bold;
     font-weight: bold;
    background-color:#68C2CA;
    color: #fff;
    padding: 10px;
}
/*
h3 span{
	display: inline;
    margin-bottom: -1px;
    border-bottom: 1px solid #3D3D48;
    padding-bottom: 5px;
}
*/
/*小見出し*/

.post h2{
	margin-top: 30px;
}
.post h3 {
	font-size: 16px;
	margin-bottom: 20px;
	margin: 20px 0;
	padding: 20px;
	border-radius: 10px; 
	background: #e8e8e8;
}
h3 a {
	color: #333;
	text-decoration: none;
}
.post h4{
padding:10px;
margin-bottom:10px;
background-color:#f3f3f3;
border-radius: 10px; 
}
.post h5{
margin-bottom:10px;
border-radius: 10px; 
font-size:16px;
}

.blogBody p {
    padding: 10px 0;
}

.post aside h3{
	font-size: 15px;
	display: -webkit-box;
    display: flex;
    margin: 0;
    padding: 0;
    margin-bottom: 16px;
    font-weight: bold;
    background: none;
    border-radius: inherit; 
    background-color:#68C2CA;
    color: #fff;
    padding: 10px;
}
/*
.post aside h3 span{
	display: inline;
    margin-bottom: -1px;
    border-bottom: 1px solid #3D3D48;
    padding-bottom: 5px;
}
*/

.toc_list a{
	font-size: 14px;
}

.blogBody img{
}
.post .blogBody p a{
	text-decoration: underline !important;
}
.blogBody img{
	display: inline;
}

.post table{
	border-spacing: 0;
}

.sidebox{
	margin-bottom: 30px;
}

.tagList li{
	display: inline-block;

}
.tagList li a{
	position: relative;
	display: inline-block;
	padding: 2px 10px;
	font-size: 12px;
	border: 1px solid #eee;
	border-radius: 5px;
	color: #222;
	margin-right: 10px;
}
.tagList li a:before{
	content: "#";
}
.tagList li a:hover{
	opacity: 0.7;
}


/*
 * ランキング
 */
.rankingList li{
	display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 7px 0;
    color: #322828;
    border-bottom: 1px solid #eee;
}

.rankingList li img{
	object-fit: cover;
	position: relative;
    margin-right: 16px;
    border-radius: 8px;
    width: 64px;
    height: 64px;
    overflow: hidden;
}

.rankingList li dl{
	-webkit-box-flex: 1;
    flex: 1;
}

.rankingList li dt{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.5;
}
.rankingList li a{
	color: #222;
}

.rankingList li a:hover{
	opacity: 0.7;
}



.rankingList {
  counter-reset: wpp-ranking;
}
.rankingList li {
  list-style-type: none;
  position: relative;
}
.rankingList li:before {
  background: #88BB99;
  border-radius: 50%;
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  padding: 5px 7px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  border: 1px solid #ccc;
}
/* 1~3の色*/
.rankingList li:nth-child(1):before {
  background: #deb741;
  color: #fff;
  border: none;
}
.rankingList li:nth-child(2):before {
  background: #a2b4ca;
  color: #fff;
  border: none;
}
.rankingList li:nth-child(3):before {
  background: #c99164;
  color: #fff;
  border: none;
}
.rankingList li:nth-child(4):before {
  background: #88BB99;
  color: #fff;
  border: none;
}
.rankingList li:nth-child(5):before {
  background: #000966;
  color: #fff;
  border: none;
}


.indexmain{
	padding-bottom: 20px;
}

.indexmain ul{
	margin: auto;
	overflow: hidden;
	
}

.indexmain ul li{
	border-bottom: 1px solid #eee;
	padding-bottom: 0px; 
}



.indexmain ul li a{
	display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 10px 0;
    color: #322828;
}

.indexmain ul li img{
	object-fit: cover;
	position: relative;
    border-radius: 8px;
    margin-right: 12px;
    width: 80px;
    height: 80px;
    overflow: hidden;
}

.indexmain ul li dl{
	-webkit-box-flex: 1;
    flex: 1;
}

.indexmain ul li dt{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.5;
}

aside .indexmain{
	padding-bottom: 0;
}

.kijibody{
	display: none;
}

.post ul{
	padding-left: 0;
}

.indexmain .listThumbnail{
	position: relative;
}

.categoryLink{
	display: none;
}
.indexmain .categoryLink a{
	display: inline-block;
	border-radius: 10px;
	background: #3D3D48;
	color: #fff;
	font-size: 12px;
	padding: 2px 10px; 
}

.indexmain .categoryLink a:hover{
	opacity: 0.7;
}

.entry-title{
	font-weight: bold;
}

dd.kdate{
	font-size: 10px;
}

.blogbox span.kdate{
	display: block;
	margin-bottom: 5px;
}


.itemWrap{
	padding: 15px;
	width: 90%;
	margin: auto;
	border: 1px solid #eee;
	border-radius: 10px;
	box-shadow: 1px 1px 4px #dcdcdc;
}

.itemWrap p{
	padding-bottom: 0;
}

.post .blogBody .itemWrap h3{
	padding: 10px 0;
	margin: 0 0 10px 0;
	background: none;
	border:none;
	display: block;
	border-bottom: 1px solid #ccc;
	border-left: none; 
	border-radius: 0px;
}
.itemWrap h3 em{
	display: block;
	border-bottom: none;
	font-size: 14px;
	font-weight: normal;
}

.itemBox{
	display: block;
}

.itemBox figure{
    width: 100%;
    text-align: center;
}

.itemBox .itemDetail{
	width: 100%;
}

.itemDetail .price{
	font-size: 14px;
	color: #f45757;
}
.itemDetail .price span{
	font-size: 28px;
	font-weight: bold;
}

.rating{
	margin-bottom: 20px;
	font-size: 14px;
	color: #555;
	font-weight: bold;
}
.rating i{
	color: #fcca46;
}
.rating em{
	font-weight: normal;
	font-size: 12px;
}

.post .itemDetail ul{
	padding: 0;
	
}

.itemDetail li a{
	padding: 10px 0;
	display: block;
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	box-shadow: 1px 1px 4px #ccc;
	font-size: 13px;
}
.itemDetail li a:hover{
	opacity: 0.7;
}



.amazonBtn a{
	background: #FF9900;
	color: #fff;
}
.amazonBtn a i{
	font-size: 20px;
	vertical-align: middle;
}

.rakutenBtn a{
	background: #bf0000;
	color: #fff;
}
.rakutenBtn a img{
	width: 15px;
	text-align: center;
	display: inline;
	vertical-align: middle;
	padding-right: 5px;
	margin: 0;
}

.itemDetail li.yahooBtn a{
	background: #ff0033;
	color: #fff;
	font-size: 12px;
}
.yahooBtn a i{
	font-size: 16px;
	vertical-align: baseline;
}

.itemDesc{
	background: #f4f6f7;
	padding: 15px;
	border-radius: 10px;
	color: #666;
	margin-top: 20px;
}

.itemDesc b{
	display: block;
}

.itemCaption{
	font-size: 10px;
	color: #999;
}


/*
 * シェアボタン
 */
 
 .sns-btn ul{
	 padding: 0;
 }
 
.sns-btn a{
	text-decoration: none;
}
.sns-btn {
 margin: 0 auto;
 text-align: center;
}
.sns-btn__item {
 display: inline-block;
 position: relative;
}
.sns-btn__item a {
 display: inline-block;
 width: 90px;
 height: 76px;
 margin: 6px 4px;
 padding: 10px 0;
 border-radius: 10px;
 background: #fff;
 font-size: 13px;
 font-weight: bold;
 text-align: center;
 vertical-align: middle;
 transition: .3s ease-in-out;
}
.sns-btn__item a:hover {
 box-shadow: 0 10px 25px -5px rgba(0,0,0,.2);
 text-decoration: none;
}
.sns-btn .sns-btn__item .fab {
  display: block;
  width: auto;
  height: auto;
  font-size: 35px;
  line-height: 1;
}
.tw a,
.tw .scc {
 color: #646464;
}
.fb a,
.fb .scc {
 color: #646464;
}
.gplus a,
.gplus .scc {
 color: #646464;
}
.pkt a,
.pkt .scc {
 color: #646464;
}
.hatebu a,
.hatebu .scc {
 color: #646464;
}
.line a {
 color: #646464;
}

/*
.tw a,
.tw .scc {
 color: #7dcdf7;
}
.fb a,
.fb .scc {
 color: #7c9dec;
}
.gplus a,
.gplus .scc {
 color: #ff7573;
}
.pkt a,
.pkt .scc {
 color: #f99593;
}
.hatebu a,
.hatebu .scc {
 color: #7cb1ec;
}
.line a {
 color: #8ed97a;
}
*/
.fa-hatebu:before {
 font-family: "Quicksand","Arial",sans-serif;
 font-size: 1.1em;
 font-weight: bold;
 line-height: .9;
 content: "B!";
}


#contentInner main.indexmain{
	padding-bottom: 20px;
}

.subArea{
	width: 95%;
	margin: auto;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 50px;
}

.subAreaIn{
	padding: 10px 0;
}

.indexmain .subAreaIn li a{
	display: inline-block;
}
.indexmain .subAreaIn li {
	min-height: inherit;
}
.indexmain .subAreaIn li li{
	min-height: inherit;
	float: none;
	margin-bottom: 0px;
}



#footer{
	background: #3D3D48;
	color: #fff;
	text-align: left;
}

.footerInner{
	position: relative;
	z-index: 1;
	padding-top: 25px;
	margin: auto;
	overflow: hidden;
}

.footLogo{
	margin-left: 10px;
	overflow: hidden;
}

.footerInner .sitename a{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}

.footerInner .sitename{
font-size: 25px;
padding: 0 20px 0 0px;
text-align: left;
float: left;
}

.footerInner .descr {
    float: left;
    width: 300px;
    text-align: left;
    line-height: 17px;
}

.footNavi{
	clear: both;
	margin: 20px 0;
}
.footNavi a{
	color: #fff;
	font-size: 12px;
}

.footNavi a:hover{
	opacity: 0.7;
}
.footNavi ul{
	width: 100%;

}
.footNavi li{
    font-size: 12px;
    padding: 7px 0;
}
.footNavi li dl{
	margin-left: 10px;
}

.footNavi li a{
	padding: 10px;
}

.copy{
	text-align: center;
	font-size: 10px;
	color: #fff;
}

#page-top{
	right: 10px;
}

#page-top a{
	background: #3D3D48;
	padding:10px 15px;
	font-size: 20px;
	opacity: 1;
	border-radius: 50%; 
}

#page-top a:hover{
	background: #3D3D48;
	opacity: 0.7;
}

header .descr{
	width: auto !important;
	padding-left: 10px;
}

.footerInner .descr{
	width: auto !important;
}



.profileBox{
	margin: 20px 0 30px 0;
}

.profileBox dl{
	position: relative;
}

.profileBox dt{
	margin-left: 90px;
}

.profileBox dd{
	margin-left: 90px;
}

.profileBox .p_img{
	position: absolute;
	left: 0;
	top:0;
	width: 75px;
	height: 75px;
	margin: 0;
}
.p_img img{
	border-radius: 50%;
	width: 75px;
	height: 75px;
}


#breadcrumb li{
	display: inline;
	padding-right: 15px;
	position: relative;
}
#breadcrumb li a{

}


#breadcrumb li:after{
	position: absolute;
	content: ">";
	right: 0;
	top:-2px;
}
#breadcrumb li:last-child:after{
	content: "";
}

.homeh1box{
	margin-top: 30px;
	margin-bottom: 30px;
}
.homeh1box h2{
}