/*
  Skin Name: Season (Spring) kai
  Description: 春夏秋冬のような季節をモチーフにして優しさを感じられるデザインを目指して作成されたスキン。
  Skin URI: 
  Author: ore
  Author URI: 
  Screenshot URI: 
  Version: 1.0.0
  Priority: 90
*/
/*以下にスタイルシートを記入してください*/


/************************************
** body
************************************/
body{
	background:none;
}
/************************************
** main
************************************/
.single #main {
	padding: 0 3em;
}
/************************************
** p
************************************/
.main p, .sidebar p{
	margin:2em 0;
	color:#555;
	line-height:2;
}
.entry-content{
	color:#555;
	margin-top:0;
}
.entry-content .wp-caption-text {
	margin: 0;
}
/************************************
** a
************************************/
a {
	transition: 0.5s ;
}
/************************************
** セレクトボックス
************************************/
.select-box {
	overflow: hidden;
	width: 90%;
	margin: 2em auto;
	text-align: center;
}
.select-box select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.select-box select::-ms-expand {
    display: none;
}
.select-box {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.select-box::before {
	position: absolute;
	top: 1.6em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.select-box select {
	padding: 1em;
	color: #666666;
}
/************************************
** sitetitle
************************************/
#header .logo a{
	color: #666;
   font-weight: bold;
}
#header .logo .site-name-text{
	font-size: 1em;
}
.logo-text{
	padding:2em 0;
}
.logo-image{
	padding: 0.4em 0;
	margin:0 auto -0.4em;
}
/************************************
** グローバルナビ navi
************************************/
.navi-in > ul li {
		font-weight: bold;
		height: 45px;
		line-height: 45px;
}
.navi-in > ul .menu-item-has-description > a > .caption-wrap{
	line-height: 28px;
	height: 64px;
}
#navi .menu-item-has-description>a>.caption-wrap{
	line-height: 1.6;
}
.navi-in > ul .sub-menu ul{
	top: -45px;
}
#header-container .navi{
	background:#A0522D;
}
#header-container .navi a{
	color:#fff;
}
#header-container .navi a:hover{
	color:#A0522D;
}
.navi-in > ul .sub-menu{
	background:#A0522D;
}
.navi-in > ul > .menu-item-has-children > a::after {
  right: .6em;
  font-size: 1em;
	font-weight: 600;
}
.sub-menu .caption-wrap{
	padding-left:1em;
	font-weight:500;
}
/************************************
** 通知エリア
************************************/
.notice-area{
	background:#8cb81a;
	font-weight:600;
}
/************************************
** エントリーカード
************************************/
.a-wrap{
	padding:0;
	margin:0;
}
.entry-card-title, .related-entry-card-title{
	font-weight: 600;
	font-size: 0.9em;
	line-height: 1.4;
	color:#666;
	margin:0 0 0.1em 0.3em;
}
.entry-card, .related-entry-card{
    display:flex;
	padding:0.5em 0;
}
.entry-card-thumb{
	flex:1;
	width:100%;
}
.entry-card-snippet, .related-entry-card-snippet {
	font-size: 0.7em;
    max-height: 10em;
    padding: 0em;
    margin-left: 0.4em;
    color: #aaa;
    line-height: 1.5;
	margin-top:0.4em;
}
.e-card-info > span{
	color:#999;
}
.entry-card-content {
    margin: 0;
	 flex: 3;
}
/************************************
** 関連記事
************************************/
.related-list .a-wrap{
	padding:0.6em 0 0 0;
	margin:0;
	border-bottom:1px dashed #ccc;
}
.related-list .a-wrap:last-child{
	border:none;
}
.related-entry-card .e-card-meta{
	padding-bottom:10px;
}
.related-entry-heading {
    position: relative;
    padding:0 0 0 1.4em;
    line-height: 1.4;
    color: #666;
    letter-spacing: 0.05em;
    font-weight: 400;
	margin:2em 0 0 0;
	font-size:1.2em;
}
.related-entry-heading:before {
  font-family: "FontAwesome";
  content: "\f15c";
  position: absolute;
  font-size: 1em;
  left: 0;
  top: 0;
  color: #A0522D;
}
.related-entry-card-content{
	flex:3;
	margin-left:0;
}
.rect-entry-card .card-thumb{
	flex:1;
}
/************************************
** ブログカード
************************************/
.blogcard {
	box-shadow: 0px 0px 5px rgba(100,100,100,0.2);
	border: none;
	padding: 1.4em 0.8em;
	border-radius: 0;
}
.blogcard-title {
    color: #666;
    margin-bottom: 0.4em;
}
.blogcard-type .blogcard::before {
    padding: 5px 15px;
    font-weight: 600;
    font-size: 0.7em;
    opacity: 0.8;
}
.blogcard-wrap{
	margin:2.5em auto;
}
.blogcard-snippet{
	color:#999;
}
.bct-related .blogcard::before{
		background:#fd79a8;
}
.bct-reference .blogcard::before{
		background:#1abc9c;
}
.bct-popular .blogcard::before{
		background:#ffa502;
}
.bct-together .blogcard::before{
		background:#0984e3;
}
.bct-detail .blogcard::before{
		background:#848ee3;
}
.bct-check .blogcard::before{
		background:#ED4C67;
}
.bct-pickup .blogcard::before{
		background:#F79F1F;
}
.bct-official .blogcard::before{
		background:#636e72;
}
/************************************
** ページネーション
************************************/
#main .pagination-next-link{
	background:#fff;
	border:1px solid #A0522D;
	color:#A0522D;
	font-weight:500;
	font-size:1em;
}
#main .pagination-next-link:hover{
	background:#A0522D;
	border:1px solid #A0522D;
	color:#fff;
}
.page-numbers {
    border-radius: 50%;
    border: none;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.13);
    margin-right: 0.5em;
    color: #8cb81a;
	font-weight:500;
}
.pagination a:hover {
	background:#8cb81a;
	color:#fff;
}
.page-numbers:last-child {
	margin-right:0;
}
.pagination .current {
    background-color: #8cb81a;
	color:#fff;
}
.pagination-next{
	margin-top:1em;
}
/************************************
** cat-label
************************************/
.cat-label{
	display: none;
}
/************************************
** cat-link,tag-link
************************************/
.cat-link{
	background:#8cb81a;
}
article .tag-link{
	background:#A0522D;
	color:#fff;
	border:none;
}
article .tag-link:hover{
	background:#A0522D;
	opacity:0.7;
	color:#fff;
}
/************************************
** 日付
************************************/
.date-tags{
	color:#888;
	margin-bottom:10px;
}
/************************************
** カルーセル carousel
************************************/
.carousel{
	margin-top:1em;
	margin-bottom:-1em;
}
.carousel-entry-card-title {
   font-size: 13px;
   line-height: 1.5;
	font-weight:300;
	color:#666;
	 max-height: 3em;
}
/************************************
** サイドバー sidebar
************************************/
.sidebar {
	font-size: 0.9em;
}
.sidebar h3{
	background: #A0522D;
   color: #fff;
   padding: 0.6em 0.8em;
   font-size: 1.1em;
}
.sidebar .widget_recent_entries ul li,.sidebar .widget_categories ul li a,.sidebar .widget_archive ul li,.sidebar .widget_pages ul li,.sidebar .widget_meta ul li,.sidebar .widget_rss ul li,.sidebar .widget_nav_menu ul li{
	border-bottom: 2px dotted #ccc;
}
.sidebar .widget_recent_entries ul li:last-child, /*.sidebar .widget_categories > ul > li:last-child a,*/ .sidebar .widget_archive ul li:last-child, .sidebar .widget_pages ul li:last-child, .sidebar .widget_meta ul li:last-child, .sidebar .widget_rss ul li:last-child, .sidebar .widget_nav_menu ul li:last-child{
	border:none;
}
.sidebar .widget_recent_entries ul li a, .sidebar .widget_categories ul li a, .sidebar .widget_archive ul li a, .sidebar .widget_pages ul li a, .sidebar .widget_meta ul li a, .sidebar .widget_rss ul li a, .sidebar .widget_nav_menu ul li a{
	 position: relative;
	padding-left:1.3em;
	color:#666;
}
.sidebar .widget_recent_entries ul li a:hover, .sidebar .widget_categories ul li a:hover, .sidebar .widget_archive ul li a:hover, .sidebar .widget_pages ul li a:hover, .sidebar .widget_meta ul li a:hover, .sidebar .widget_rss ul li a:hover, .sidebar .widget_nav_menu ul li a:hover{
	background:none;
	color:#A0522D;
}
.sidebar .widget_recent_entries ul li a:before, .sidebar .widget_categories ul li a:before, .sidebar .widget_archive ul li a:before, .sidebar .widget_pages ul li a:before, .sidebar .widget_meta ul li a:before, .sidebar .widget_rss ul li a:before, .sidebar .widget_nav_menu ul li a:before {
  font-family: "FontAwesome";
  content: "\f138";
  position: absolute;
  font-size: 1em;
  left: 0;
  top: 10px;
  color: #A0522D;
}
/************************************
** ウィジェット
************************************/
.widget-entry-cards .widget-entry-card-content{
	color:#666;
	margin-left:130px;
}
.widget .popular-entry-cards .popular-entry-card{
	font-size:1em;
}
/************************************
** CTA
************************************/
.cta-box {
   background-color: #fff;
   color: #666;
   border: 1px solid #ccc;
   padding: 2em;
	margin-top:0.5em;
}
.cta-heading{
	padding:0;
	margin-bottom:0.5em;
}
/************************************
** プロフィール profile
 * ************************************/
.nwa .author-box{
	border:none;
	padding:1.5em;
	max-width:100%;
	margin:0 auto;
}
.nwa .author-box .author-name {
    margin-bottom: 20px;
}
.post-date{
	margin:0 6px 6px 0 !important;
}
.post-author,
.post-comment-count{
	display: none !important;
}
.nwa .author-box .author-name a{
	color:#A0522D;
}
.footer-meta{
	display:none;
}
.nwa .author-box p{
	margin:1em 0;
	line-height:1.7;
}
.nwa .author-box .sns-follow-buttons a.follow-button {
    font-size: 25px;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    line-height: 1.5;
	margin:4px;
	opacity:0.8;
	padding: 0 !important;
}
.author-widget-name {
	position: relative;
	background: #fff;
	border: 1px solid #ccc;
	font-size:0.9em;
	padding:10px;
	border-radius:5px;
	margin-bottom:30px;
	color:#666;
}
.author-widget-name:after, .author-widget-name:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.author-widget-name:after {
	border-color: rgba(108, 107, 98, 0);
	border-top-color: #fff;
	border-width: 20px;
	margin-left: -20px;
}
.author-widget-name:before {
	border-color: rgba(204, 204, 204, 0);
	border-top-color: #ccc;
	border-width: 21px;
	margin-left: -21px;
}
.nwa .author-box .sns-follow-buttons a{
    color: #fff;
    border: none;
}
.nwa .author-box .sns-follow-message {
    margin: 2.3em 0 0;
	display:block;
	font-size:1em;
}
.author-box .website-button {
	background-color: #47555c !important;
}
.author-box .twitter-button {
	background-color: #1da1f2 !important;
}
.author-box .facebook-button {
	background-color: #3b5998 !important;
}
.author-box .hatebu-button {
	background-color: #2c6ebd !important;
}
.author-box .google-plus-button {
	background-color: #dd4b39 !important;
}
.author-box .instagram-button {
	background: #e1306c !important;
}
.author-box .youtube-button {
	background-color: #ef1515 !important;
}
.author-box .linkedin-button {
	background-color: #0077b5 !important;
}
.author-box .note-button {
	background-color: #41c9b4 !important;
}
.author-box .flickr-button {
	background-color: #0063dc !important;
}
.author-box .pinterest-button {
	background-color: #bd081c !important;
}
.author-box .line-button {
	background-color: #00c300 !important;
}
.author-box .amazon-button {
	background-color: #ff9900 !important;
}
.author-box .rakuten-room-button {
	background-color: #c42e7f !important;
}
.author-box .slack-button {
	background-color: #e01563 !important;
}
.author-box .github-button {
	background-color: #333 !important;
}
.author-box .codepen-button {
	background-color: #333 !important;
}
.author-box .feedly-button {
	background-color: #2bb24c !important;
}
.author-box .rss-button {
	background-color: #f26522 !important;
}
/************************************
** SNS
************************************/
#main a .button-caption{
	display:none;
}
.ss-top .sns-buttons{
	display:inline-flex;
}
#main .sns-buttons a{
	height:35px;
	width:35px;
	border-radius:50%;
	opacity:0.8;
	margin-right:10px;
}
#main .sns-buttons a:last-child{
	margin-right:0;
}
.sns-share-buttons{
	justify-content: flex-start;
}
.article-footer .sns-share-buttons,.article-footer .sns-follow-buttons{
	justify-content: center;
}
.sns-share-message, .sns-follow-message{
	color:#666;
	font-size:0.8em;
}
.sns-follow-buttons a{
	font-size:1.3em;
}
.sns-share-message::before, .sns-follow-message::before{
	content:'＼ ';
}
.sns-share-message::after, .sns-follow-message::after{
	content:' ／';
}
.sns-share, .sns-follow{
	margin:0;
}
.sns-share-buttons a .share-count,
.sns-follow-buttons a .follow-count {
    right: -10px;
    bottom: -10px;
    color: #aaa;
}
.social-icon{
	font-size:24px !important;
}
/************************************
** 目次
************************************/
.toc{
	border:2px dotted #a0522d;
	border-radius:10px;
	padding:0.5em;
}
.toc-title {
	font-weight: 500;
}
.toc a{
	color:#666;
}
/***********************************
** 見出し h1~h6
************************************/
.article h1{
	color: #777;
	line-height: 1.5;
	margin: 0 0 0 0;
	font-weight: 600;
}
.article h2,.article h3,.article h4,.article h5,.article h6{
	font-size: 1.2em;
	line-height:1.5;
	color: #a0522d;
	font-weight: 600;
	margin: 2em 0;
}
.article h2{
	padding:0.5em;
	border-top:solid 4px #a0522d;
	border-bottom:solid 4px #a0522d;
	background: #fff;
	position:relative;
}
/*
.article h2:before{
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	content: '';
	border: 4px dotted #759919;
}*/
.article h3{
	border:none;
	border-bottom:2px dotted #759919;
	padding:0.5em 0;
}
.article h4{
    border-left: 5px solid #759919;
    border-top: none;
    border-bottom: none;
    border-right: none;
    padding: 0.2em 0.7em;
}
.article h5{
	border:none;
	border-bottom:2px solid #759919;
	padding:0.5em 0;
}
.article h6{
	border:none;
	border-bottom:1px solid #759919;
	padding:0.5em 0;
}
#archive-title{
	color:#A0522D;
	font-size: 1.4em;
}

/************************************
** 文字の装飾 marker
************************************/
.red {
    color: #EE87B4;
}
.red-under {
    border-bottom: 2px solid #EE87B4;
}
.marker-under-red {
    background: linear-gradient(transparent 60%, #F8CFE1 60%);
}
.marker-red{
	background:#F8CFE1;
}
.green {
    color: #A0522D;
}
.keyboard-key {
    background-color: #ffff;
    padding: 3px 5px;
}
/************************************
** コード
************************************/
pre{
	padding:2em !important;
	position:relative;
}
pre.html:before{
	position: absolute;
    top: 0;
    left: 0;
    content: "HTML";
    background: #ffa952;
    color: #fff;
    padding: 0 1em;
    font-size: 16px;
}
pre.css:before{
	position: absolute;
    top: 0;
    left: 0;
    content: "CSS";
    background: #0e7ac4;
    color: #fff;
    padding: 0 1em;
    font-size: 16px;
}
/************************************
** コメント comment-form
************************************/
#comments {
    position: relative;
    padding:0 0 0 1.4em;
    line-height: 1.4;
    color: #666;
    letter-spacing: 0.05em;
    font-weight: 400;
	font-size:1.2em;
}
#comments:before {
  font-family: "FontAwesome";
  content: "\f075";
  position: absolute;
  font-size: 1em;
  left: 0;
  top: 0;
  color: #A0522D;
}
.commets-list {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0.9em;
}
#reply-title{
	color: #666;
	font-weight: 400;
	font-size:1em;
	text-align:center;
}
#reply-title::before{
	content:'＼ ';
}
#reply-title::after{
	content:' ／';
}
.pagination-next-link, .comment-btn{
	background:#fff;
	border:1px solid #A0522D;
	color:#A0522D;
	padding: 0.4em 0;
	font-size:1.1em;
}
.pagination-next-link, .comment-btn:hover{
    background: #A0522D;
	color:#fff;
}
input[type=submit]{
-webkit-appearance: none;
}
input[type='submit'], #bbp_reply_submit, .bp-login-widget-register-link a {
    background: #8cb81a;
    color: #fff;
	font-size:1em;
	transition: 0.5s ;
	margin-top:10px;
	border:none;
}
input[type='submit']:hover{
	background:#999;
}
.st-comment-author .fn {
    font-weight: 500;
    font-style: normal;
    color: #666
}
#main .st-comment-content p{
	margin:1em 0;
}
#commentform p{
	margin:0.5em 0;
}
.st-comment-meta{
	font-weight:600;
	color:#666;
}
/************************************
** フッター footer
************************************/
#footer{
	background:#A0522D;
	color:#fff;
}
#footer h3{
	margin-bottom:0.3em;
}
#footer a{
	color:#fff;
	padding: 0.3em 0;
}
#footer a:hover{
	opacity:0.8;
}
#footer li{
	border-bottom: 2px dotted #fff;
}
#footer li:last-child{
	border:none;
}
#footer .cat-item a{
	position:relative;
	padding:10px 0 10px 30px;
}
#footer .cat-item a::before{
	font-family: "FontAwesome";
    content: "\f138";
    position: absolute;
    font-size: 1em;
    left: 0;
    top: 10px;
    color: #fff;
}
#footer .tagcloud a{
	background:none;
	border:1px solid #fff;
	padding:0.4em;
}
#footer .tagcloud a:hover{
	background:#fff;
	color:#A0522D;
}
#footer #navi-footer li{
	border-bottom:none;
	border-left:1px solid #fff;
}
#footer #navi-footer li:first-child {
	border:none;
}
#footer #navi-footer li a{
	padding:0 1em;
}
/************************************
** ページトップへ
************************************/
.page-top a {
    display: block;
    text-align: center;
    background: #ffe0d1;
    color: #A0522D;
    margin: 0 0 -22px 0;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 0;
	margin-top:3em;
}
.page-top a:hover {
	 background: #8cb81a;
    color: #fff;
}
.go-to-top{
	right:20px;
	bottom:20px;
}
.go-to-top-button {
    background: #A0522D;
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    line-height: 1;
    border-radius: 50%;
    font-size: 2em;
    opacity: 0.8;
}

/************************************
** スマホ　メニュー関連
************************************/
.slicknav_btn{
	background:#A0522D;
}
.slicknav_menu .slicknav_menutxt,.slicknav_btn{
	text-shadow:none;
	font-weight:500;
	margin-bottom:-5px;
}
.slicknav_menu .slicknav_icon-bar{
	box-shadow:none;
}
.slicknav_menu{
	background:none;
}
.slicknav_nav a {
    border-bottom:2px dotted #ddd;
    color: #A0522D;
}
.mobile-menu-buttons{
	background:#A0522D;
	color:#fff;
	height:45px;
}
.mobile-menu-buttons .menu-button > a{
	color:#fff;
}
.mobile-menu-buttons .menu-caption{
	font-size:0.7em;
}
.mobile-menu-buttons .menu-button {
    border-right: 1px dashed #fff;
}
.mobile-menu-buttons .menu-button:last-child {
    border-right: none;
}
.author-box .sns-follow-buttons a.follow-button{
	color:#fff;
	border-radius:50%;

}
.menu-drawer a{
	padding:1em;
	color:#A0522D;
	font-weight:400;
	border-bottom: 1px dashed #A0522D;
}

.menu-close-button::before{
	color:#8cb81a;
}
.menu-content .sidebar{
	padding:0 20px;
}
.menu-content .sidebar .author-description{
	margin:3em 0;
}
/*1260px以下*/
@media screen and (max-width: 1260px){
	.entry-card-content{
		margin-left:0 !important;
	}
}
/*1023px以下*/
@media screen and (max-width: 1023px){
	#navi-in{
		display: none;
	}
	#content,#main{
		margin: 0;
	}
	#header-container{
		border-bottom: solid 5px #a0522d;
	}
}
/*480px以下*/
@media screen and (max-width: 480px){
	.single #main{
		padding:0 1em;
	}
	.article h1{
		padding:0.5em 0 0;
	}
	#sidebar{
		padding:0 1em;
	}
	.nwa .author-box .author-content{
		font-size:1.2em;
	}
	.rect-entry-card .card-thumb{
		margin:0 10px 0 0;
	}

	.ect-vertical-card.ect-tile-card .a-wrap{
	margin-bottom:1em;
}
}
/************************************
** テーブル
************************************/
table th,table td{
	border: 1px solid #eee;
	font-weight: 400;
	padding:0.2em;
	font-size:18px;
}
table th{
	background:#FDF6F9;
}
table.article-tb{
	width: 95%;
}
table.article-tb tbody tr:first-child{
	background: #ecf7d0;
	text-align: center;
}

table.article-tb tbody tr:first-child td:not(:last-child){
	border-right-color: #fff;
}
table.article-tb2 tbody tr:not(:first-child) td:last-child{
	text-align: center;
	width: 10%;
}


/************************************
** ボタン
************************************/
.btn{
	opacity:0.65;
}
.btn:hover{
	opacity:0.9;
}
/************************************
** ボックス
************************************/
.box1 p,.box2 p,.box3 p,.box4 p,.box5 p,.box6 p,.box7 p {
	margin: 0 !important;/* 文字の余白リセット */
	padding: 0 !important; /* 文字の内側余白リセット*/
}
.box1,.box2,.box3,.box4,.box5,.box6,.box7 {
	margin: 3em auto !important; /* ボックスの余白 */
	max-width:600px; /* ボックス横幅 */
}
.box1{
	background: #F1F8F2; /* ボックス背景色 */
	border-radius:4px; /* ボックス角丸 */
	padding: 3.5em 2em 1.5em; /* ボックス内側余白 */
	position:relative; /* 配置に関するもの(ここを基準に) */
}
.box1 .box-title {
	background: #A0522D; /* タイトル背景色 */
	color: #fff; /* タイトル文字色 */
	font-weight: bold; /* タイトル文字の太さ */
	font-size: 1em;/* タイトル文字の大きさ */
	padding: 5px;/* タイトル周りの余白 */
	text-align: center;	/* タイトル中央寄せ */
	border-radius: 4px 4px 0px 0px;	/* タイトル角丸 */
	position:absolute;	/* 配置に関するもの(ここを動かす) */
	top:0;	/*上から(0px)に配置 */
	left:0; /*左から(0px)に配置 */
	width:100%;/*横幅最大幅 */
}
.box2{
	border-radius:4px; /* ボックス角丸 */
	border:1px solid #A0522D; /* ボックス線 */
	padding: 3.5em 2em 1.5em; /* ボックス内側余白 */
	position:relative; /* 配置に関するもの(ここを基準に) */
}
.box2 .box-title {
	background: #A0522D; /* タイトル背景色 */
	color: #fff; /* タイトル文字色 */
	font-weight: bold; /* タイトル文字の太さ */
	font-size: 1em;/* タイトル文字の大きさ */
	padding: 5px;/* タイトル周りの余白 */
	text-align: center;	/* タイトル中央寄せ */
	border-radius: 4px 4px 0px 0px;	/* タイトル角丸 */
	position:absolute;	/* 配置に関するもの(ここを動かす) */
	top:0;	/*上から(0px)に配置 */
	left:0; /*左から(0px)に配置 */
	width:100%;/*横幅最大幅 */
}

.box3 {
	position: relative;	/* 配置に関するもの(ここを基準に) */
	padding: 1.7em 2em;	/* ボックスの内側余白(上下:1.7em　左右:2em) */
	border: 2px solid #A0522D;	/* ボックスの線 (太さ　線の種類　線の色)*/
	border-radius: 4px;	/* ボックスの角丸 */
}
.box3 .box-title {
	position: absolute; /* 配置に関するもの(ここを動かす) */
	top: -10px; /* 上から（-10px）移動*/
	left: 30px; /* 左から(30px)移動 */
	background: #fff; /* タイトル背景色 */
	color: #A0522D; /* タイトル文字色 */
	padding: 0 10px;/* タイトルの余白 */
	line-height: 1;/* タイトルの行の高さ */
	font-size: 1em;/* タイトル文字の大きさ */
	font-weight: bold;/* タイトル文字の太さ */
}
.box4 {
	position: relative;	/* 配置に関するもの(ここを基準に) */
	padding: 1.7em 2em;	/* ボックスの内側余白(上下:1.7em　左右:2em) */
	border: 2px dotted #A0522D;	/* ボックスの線 (太さ　線の種類　線の色)*/
	border-radius: 4px;	/* ボックスの角丸 */
}
.box4 .box-title {
	position: absolute; /* 配置に関するもの(ここを動かす) */
	top: -10px; /* 上から（-10px）移動*/
	left: 30px; /* 左から(30px)移動 */
	background: #fff; /* タイトル背景色 */
	color: #A0522D; /* タイトル文字色 */
	padding: 0 10px;/* タイトルの余白 */
	line-height: 1;/* タイトルの行の高さ */
	font-size: 1em;/* タイトル文字の大きさ */
	font-weight: bold;/* タイトル文字の太さ */
}
.box5 {
	position: relative;	/* 配置に関するもの(ここを基準に) */
	padding: 2em 2em 1.7em;	/* ボックスの内側余白(上:2em　左右:2em 下：1.7em) */
	border: 1px solid #A0522D;	/* ボックスの線 (太さ　線の種類　線の色)*/
	border-radius: 4px;	/* ボックスの角丸 */
	background: #F1F8F2; /* ボックス背景色 */
}
.box5 .box-title {
	position: absolute; /* 配置に関するもの(ここを動かす) */
	top: -18px; /* 上から（-18px）移動*/
	left: 27px; /* 左から(27px)移動 */
	background: #A0522D; /* タイトル背景色 */
	color: #fff; /* タイトル文字色 */
	padding: 0.6em 1em;/* タイトルの内側余白 */
	line-height: 1;/* タイトルの行の高さ */
	font-size: 1em;/* タイトル文字の大きさ */
	font-weight: bold;/* タイトル文字の太さ */
	border-radius:4px;/* タイトルの角丸 */
}
.box6 {
	position:relative;/* 配置に関するもの(ここを基準に) */
	padding: 2em 2em 1.7em;	/* ボックスの内側余白(上:2em　左右:2em 下：1.7em) */
	background-color: #F1F8F2; /*ボックス背景色*/
	box-shadow: 0px 1px 5px rgba(0,0,0,0.1);/*ボックス影*/
	border-radius:4px;/* ボックス角丸 */
}
.box6 .box-title {
	position: absolute;/* 配置に関するもの(ここを動かす) */
	top: -22px;/* 上から（-22px）移動*/
	left: 30px;/* 左から（30px）移動*/
	padding: 0.2em 2em;/* テープ内側余白*/
	color: #A0522D; /* テープ文字色 */
	font-weight: bold;/* テープ文字太さ*/
	font-size:1em;/* テープ文字大きさ*/
	background-color: rgba(255,255,255,.1);/* テープ背景色と透過*/
	border-left: 2px dotted rgba(0,0,0,.1);/* テープのギザギザ左*/
	border-right: 2px dotted rgba(0,0,0,.1);/* テープのギザギザ→*/
	box-shadow: 0 0 5px rgba(0,0,0,0.2); /* テープ影*/
	transform: rotate(-3deg);/* テープの傾き*/
}
/************************************
** リスト
************************************/

.list-1{
   counter-reset:number;
	list-style-type: none;
   padding:0;
   margin:0;
}
.list-1 li {
   border-bottom:1px dashed;
   border-color:#cdcdcd; /* 線の色 */
   position: relative;
   margin:0.5em 0 !important;
   padding: 0 0 0.5em 1.8em;
}
.list-1 li:last-child {
	border:none;
}
.list-1 li:before {
	counter-increment: number;
   content: counter(number);
	background-color: #A0522D; /* 文字背景色 */
	color: #fff; /* 文字色 */
	position: absolute;
   font-weight:bold;
   font-size: 14px;
   border-radius: 50%;
   left: 0;
	top:0.3em;
   width: 22px;
   height: 22px;
   line-height: 22px;
   text-align: center;
}
.list-2{
    list-style: none;
    padding:0;
    margin:0;
}
.list-2 li {
  border-bottom:1px dashed;
  border-color:#cdcdcd; /* 線の色 */
  position: relative;
  margin:0.5em 0 !important;
  padding: 0 0 0.5em 1.4em;
}
.list-2 li:last-child{
	border:none;
}
.list-2 li:before {
	background-color:  #A0522D; /* 点の色 */
	position: absolute;
   content: '';
	top:0.7em;
   left: 0.5em;
   width: 7px;
   height: 7px;
   border-radius: 4px;
}
@media screen and (max-width: 768px){
	#main .list-1,#main .list-2{
		padding-left:0;
	}
}
.list-box-1{
	background: #F1F8F2; /* 背景色 */
	border-radius: 4px;
   max-width: 600px;
   padding: 2em;
	margin:0 auto;
}
.list-box-2{
	background: #F1F8F2;/* 背景色 */
   border-radius: 4px;
   max-width: 600px;
   padding: 2em;
	margin:0 auto;
	border:1px solid;
	border-color:#A0522D; /* 線の色 */
}

.list-box-3{
	background: #F1F8F2;/* 背景色 */
   border-radius: 4px;
   max-width: 600px;
   padding: 2em;
	margin:0 auto;
	border:2px dotted;
   border-color:#A0522D; /* 線の色 */
}
.list-box-4{
	background: #F1F8F2;/* 背景色 */
   border-radius: 4px;
   max-width: 600px;
   padding: 2em;
	margin:0 auto;
	border:4px double;
	border-color:#A0522D; /* 線の色 */
}
/************************************
** アコーディオン(表示非表示)
************************************/
.hidden_box {
    margin: 2em 0;
    padding: 0;
	text-align:center;
}
.hidden_box label {
    padding: 1em 2em;
    border: solid 1px #A0522D;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: #A0522D;
    border-radius: 3px;
}
.hidden_box label:hover {
    background: #A0522D;
	color:#fff;
}
.hidden_box input {
    display: none;
}
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.hidden_box input:checked ~ .hidden_show {
	padding: 10px 0;
	height: auto;
	opacity: 1;
	text-align:left;
}

.recent-comments .a-wrap{
	padding: 1.5%;
	margin-bottom: 3%;
}

.ranking-items p {
	margin-top: 0;
}

.wpforo-list-item p {
	margin: 0;
}

/************************************
** アフィリエイト
************************************/
div.af-img{
	margin-top:0;
}

/* ボタンデザイン */
.af-btn{
	background-color:#f1b150; /* ボタン背景色 */
	color:#fff; /* ボタン文字色 */
	box-shadow:0 2px 2px 0 rgba(0,0,0,0.4);
	font-weight:bold;
	border-radius:25px;
	border:double 9px #fff;
	max-width:80%;
	margin:0 auto;
	padding:0;
	text-align:center;
	line-height:1.4 !important;
	transition:all .1s ease;
	cursor:pointer;
	min-height:4em;
	display:flex;
	justify-content:center;
	align-items:center;
}

.af-btn:hover{
	box-shadow:none;
	transform:translateY(2px);
	opacity:0.9;
}

.af-btn a{
	text-decoration:none !important;
	color:#fff !important;
	display:block;
	padding:0.3em;
	margin:0;
}

.af-btn img{
	display:contents;
}

.af-btn3-wrap{
	text-align:right;
}
.af-btn3{
	display:inline-block;
	text-align:center;
	width:35%;
	min-width:220px;
	background-color:#ffe06d;
	box-shadow:0 1px 1px 0 rgba(0,0,0,0.2);
	font-weight:bold;
	border-radius:20px;
	padding:0 10px;
	transition:all .2s ease;
	cursor:pointer;
	font-size:18px;
	line-height:40px;
	height:40px;
}
.af-btn3 a{
	color:#333;
	text-decoration:none;
}
.af-btn3 a::before{
	background:url(//blog-imgs-134.fc2.com/o/s/e/osechi07/right-arrow.ico);
	content:"";
	display:inline-block;
	background-size:contain;
	background-repeat:no-repeat;
	vertical-align:middle;
	margin:0 6px 0 0;
	width:15px;
	height:16px;
}
.af-btn3:hover{
	box-shadow:none;
	transform:translateY(2px);
	opacity:0.9;
}

.af-img a+img{
	display:contents;
}

.center{
	text-align:center;
}
.margin-reset{
	margin-bottom:0 !important;
	margin-top:0 !important;
}
a{
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.content{
	margin-top:12px;
}


#af-box{
	margin: 2.5em auto .5em;
	text-align: center;
	width: 80%;
}
.af-btns{
	display: flex;
	flex-wrap: wrap;
	margin:;
}
.af-btn5{
	line-height:2.4em;
	width: calc(50% - 15px);
	border-radius: 25px;
	margin: 0 15px 20px 0;
	background:red;
	text-align: center;
	transition:all .2s ease;
	box-shadow:0 2px 2px 0 rgba(0,0,0,0.3);
}
.af-btn5:hover{
	box-shadow:none;
	transform:translateY(1.5px);
	opacity:0.9;
}
.af-btn5 a{
	display:block;
	width:100%;
	cursor:pointer;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
.pp-btn{
	background: #8f7526;
}
.rkt-btn{
	background: #bd5050;
}
.yh-btn{
	background: #f46300;
}
.amz-btn{
	background: #ff9900;
}
.aupay-btn{
	background: #0065bd;
}
.other-btn{
	background: #8cb81a;
}
.aupay-btn img{
	display: block;
}
.amz-btn img{
	display: block;
}
.note{
	display: block;
	margin: 20px 0 0 0;
	font-size: 0.9em;
	line-height: 1.2em;
	text-align: left;
	padding-left: 1em;
	text-indent:-1em;
}
#dish-tb{
	border-collapse: separate;
	border-spacing: 10px;
}
#dish-tb td{
	border: none;
}
#dish-tb tr{
	background: transparent;
}
#dish-tb .img-cell{
	width: 40%;
	padding: 0;
	vertical-align: top;
}
#dish-tb .img-cell img{
	display: table-cell;
}
#dish-tb .dish-title{
	font-weight: bold;
	font-size: 1.1em;
	background: #454d58;
	color: #ffe06d;
	line-height: 1em;
	padding: 0.5em 0;
}
#dish-tb .dish-tip{
	background: #F2F2F2;
}
#dish-tb .dish-title, #dish-tb .dish-tip{
	padding-left: 0.5em;
}



#aftb{
	border: solid 1px #bbb;
	margin:50px 0;
}

#aftb tr{
	background: transparent;
}
#aftb td{
	padding: 0;
	border: none;
}
#aftb .intro{
	background: #f5f5f5;
	line-height: 2.5em;
	font-size: 1em;
	text-align: center;
	border: solid 1px #ccc;
}
#aftb tr .img-td{
	font-size: 0.9em;
	line-height: 1.3em;
	width: 40%;
	padding: 15px 10px 10px 15px;
	vertical-align: top;
}
#aftb td.af-btn6{
	vertical-align: top;
	padding-top: 10px;
}
#aftb .af-btn6 div{
	margin: 20px auto 10px;
	width: calc(100% - 20px);
	border-radius: 25px;
}
#aftb .af-btn6 a{
	display: block;
	color: #fff;
	font-weight: bold;
	line-height: 2.5em;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
}
#aftb .af-btn6 a:hover{
	box-shadow:none;
	transform:translateY(2px);
	opacity:0.8;
}
#aftb .note2{
	line-height: 1.5em;
	font-size: 0.9em;
	padding-left: calc(15px + 1em);
	padding-right: 1em;
	padding-bottom: 10px;
	padding-top: 10px;
	text-indent:-1em;
}
#aftb .af-btn7 div{
	margin: 0 auto 20px;
	width: calc(100% - 20px);
}
#aftb .af-btn7 a{
	display: block;
	color: #fff;
	font-weight: bold;
	line-height: 2.5em;
	text-align: center;
	border-radius: 25px;
	cursor: pointer;
}
#aftb .af-btn7 a:hover{
	box-shadow:none;
	transform:translateY(2px);
	opacity:0.8;
}
#aftb .of-btn{
	background-color:#f1b150; /* ボタン背景色 */
	color:#fff; /* ボタン文字色 */
	box-shadow:0 2px 2px 0 rgba(150,150,150,0.4);
	font-weight:bold;
	border-radius:25px;
	border:double 9px #fff;
	margin:0 0 0 20px;
	padding:0;
	text-align:center;
	transition:all .2s ease;
	cursor:pointer;
	margin: 0 0 10px 0;
}
#aftb .of-txt{
	text-align:center;
	font-size:0.9em;
}
#aftb .of-txt2{
	padding-left: 15px;
	font-size: 0.9em;
	line-height: 1.5em;
}