/* テキスト周りの余白 */
.header-info a {
padding: 2px;
}
/* --- ヘッダーラベル（文字色太字） --- */
.header-info a{
font-weight: bold;
}
/* --- ヘッダーラベル（文字色変更） --- */
.header-info a{
color: #fc0000;
}
/* --- ヘッダーラベル（背景色変更） --- */
.header-info a{
background-color: #D3D3D3;
}
/* --- ヘッダーラベル（文字の大きさ変更） --- */
.header-info a{
font-size: 17px;
}
/* サーチボタンを真ん中に */
@media only screen and (min-width: 768px){
    .nav_btn.search_btn{
        position: relative;
        float: right;
    }
    .nav_btn.search_btn + ul.nav{
        margin-right: 0;
    }
}

/* ヘッダー空白 */
#custom_header2{
 margin-bottom:1em;
}
@media only screen and (min-width: 1100px) {
 #custom_header2{
 top: 0em;
 position: relative;
 }
}

/*contact form 7応答メッセージ色変更*/
div.wpcf7-mail-sent-ok {
border: 2px solid #00a8e5;
}
/* 見出し関連 */
/* 固定フロントページ */
.page_inside {
	text-align: center;
	margin-bottom: -0px;
}

/* h2見出しのリセット */
.entry-content h2.inside_title,
.entry-content h2.inside_title::before,
.entry-content h2.inside_title::after {
	background: none;
	border: none;
	border-radius: 0;
}

.entry-content h2.inside_title {
	color: #525252;
	position: relative;
	padding-bottom: 10px;
	margin-top: -5px;
	margin-bottom: 0px;
	box-shadow: none;
	text-align: center;
}
/* h3見出しの高さ調節 */
.entry-content h3{
	padding: .0em 0 .4em .4em;
	margin-top: 1.5em;
}
/* 見出し装飾 */
.entry-content h4 {
    padding: 0.5em;
    color: #ffffff;
    background: #4d3b30;
    border-left: solid 5px #4d3b30;
}
/*吹き出し装飾*/
.entry-content h2 {
    position: relative;
    border: none;
    font-size: 1.3em;
    padding: 0.6em 0.5em;
    margin-top: 0em;
    margin-bottom: 1em;
}
.sample2 {
    position: relative;
    color: #ffffff;
    background: #00a8e5;
    font-size: 16pt ;
    border: 3px solid #00a8e5;
    padding: 1px 2px 1px 1px;
    border-radius: 3px;
}
.sample2:after, .sample2:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
}
.sample2:after {
    left: 30px;
    border: 10px solid transparent;
border-top: 1px solid #4d3b30;
}
.sample2:before {
    left: 20px; 
    border: 13px solid transparent;
    border-top: 13px solid #4d3b30;
}
/*手書き囲み線装飾*/
.sample3{
  padding:2px 1px;
  border:2px solid #00a8e5;
  -webkitborder-radius: 2em .8em 3em .8em/.8em 3em .8em 2em;
  -moz-border-radius: 2em .8em 3em .8em/.8em 3em .8em 2em;
  border-radius: 2em .8em 3em .8em/.8em 3em .8em 2em;
}
/*アイコン見出し*/
.entry-content h3 {
border-left: none;
position: relative;
padding-left: 2.3em;
line-height: 30px;
}
.sample4{position: relative;
    color: #111;
    font-size: 1.143em;
    font-weight: bold;
    margin: 0 0 0em;
	padding: 1em 0.5em 0.5em 2em;
padding-left: 2.5em;
	/*アイコン分のスペース*/
line-height: 1.4;
}

.sample4:before{ font-family: FontAwesome;
content: "\f2dc";
	/*アイコンのユニコード*/
position: absolute;/*絶対位置*/
font-size: 2em;/*サイズ*/
left: 0;/*アイコンの位置*/
top: 0;/*アイコンの位置*/
color: #4d3b30; /*アイコン色*/
}
/*イラスト見出し*/
.sample5{ 
	padding:10px;
	position: relative;
    font-size: 1.143em;
    font-weight: bold;
    margin: 0 0 0em;
	padding-left:2.5em;
background-image:url("https://www.t-style-outdoor.com/wp-content/uploads/2018/04/282910.png");
background-size:contain;
background-repeat: no-repeat;
}

/*----文章を蛍光ペンっぽく-----*/
 
.keikoup {
background: linear-gradient(transparent 40%, #c2e9f9 40%);
padding-bottom: .2em;
font-weight:bold;
}
/*Twitterフォロースマホ*/
.p-asideFollowUs__twitter {
background: #f2f2f2;
margin-top: 0px;
padding: 10px 0;
border-radius: 4px;
}
.p-asideFollowUs__twitter__cont {
text-align: center;
font-size: 16px;
color: #252525;
line-height: 1.9;
}
.p-asideFollowUs__twitter__item {
display: inline-block;
vertical-align: middle;
margin: 0 2px;
}
/*TwitterフォローPC*/
.p-entry__tw-follow {
margin-bottom: 10px;
background: #f2f2f2;
width: 100%;
padding: 10px 0;
border-radius: 4px;
}
.p-entry__tw-follow__cont {
text-align: center;
font-size: 17px;
color: #252525;
}
.p-entry__tw-follow__item {
display: inline-block;
vertical-align: 30%;
margin: 8px 0 0 0;
}
/* 箇条書きインデント調整*/
ul {
    margin-left:1em;
}
/* 関連記事ショートコードの成形 */
.related_article{
	margin: 0em 0;
	text-align: left;
}
/*---あわせて読みたい---*/
.entry-content .margin-clear {
 margin: 0;
}
 
.entry-content .relation-head {
 display: inline-block;
 padding: 5px 10px 2px;
 margin-bottom: 0;
 font-size: 18px;
 font-weight: bold;
 background-color: #ea4747;
 color: #fff;
 border-radius: 4px 4px 0 0;
}
 
.entry-content .relation-link {
 display: block;
 height: auto;
 /*color: #1464b3;*/
 text-decoration: underline;
 border: solid 2px #ea4747;
 background-color: rgba(255,254,242,0.5);
 border-radius: 0 4px 4px 4px;
 padding: 20px;
 margin: 0 auto 20px;
 font-size: 18px;
}
 
.entry-content .relation-link {
	display: block;
	height: auto;
	/*color: #1464b3;*/
	text-decoration: underline;
	border: solid 2px #F58E7E;
	background-color: rgba(255,254,242,0.5);
	border-radius: 0 4px 4px 4px;
	padding: 20px;
	margin: 0 auto 20px;
	font-size: 16px;
}

.entry-content .relation-link:before {
	content: "\f0a9";
	padding-right: 10px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	animation: horizontal 3s ease infinite;
	-webkit-animation: horizontal 3s ease infinite;
}

.entry-content .relation-link-id {
	display: block;
	height: auto;
	text-decoration: underline;
	border: solid 2px #F58E7E;
	background-color: rgba(255,254,242,0.5);
	border-radius: 0 4px 4px 4px;
	padding: 20px;
	margin: 0 auto 20px;
	font-size: 17px;
}

.entry-content .relation-link-id-link:before {
	line-height: 1 !important;
	content: "\f0a9";
	padding-right: 10px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	animation: horizontal 3s ease infinite;
	-webkit-animation: horizontal 3s ease infinite;
}

 
/*色の指定*/
/** color=green */
.entry-content .relation-green .relation-head {
 background-color: #44cc55;
}
.entry-content .relation-green .relation-link {
 border: solid 2px #44cc55;
}
.entry-content .relation-green .relation-link-id {
 border: solid 2px #44cc55;
}
 
/** color=yellow */
.entry-content .relation-yellow .relation-head {
 background-color: #f9c31f;
}
.entry-content .relation-yellow .relation-link {
 border: solid 2px #f9c31f;
}
.entry-content .relation-yellow .relation-link-id {
 border: solid 2px #f9c31f;
}
 
/** color=black */
.entry-content .relation-black .relation-head {
 background-color: #666;
}
.entry-content .relation-black .relation-link {
 border: solid 2px #666;
}
.entry-content .relation-black .relation-link-id {
 border: solid 2px #666;
}
 
/** color=pink */
.entry-content .relation-pink .relation-head {
 background-color: #ff498a;
}
.entry-content .relation-pink .relation-link {
 border: solid 2px #ff498a;
}
.entry-content .relation-pink .relation-link-id {
 border: solid 2px #ff498a;
}

/** 関連記事余白下段下 */
.single .authorbox, .single .related-box {
    font-size: 17px;
    text-align: left;
    margin:0em 0;
    padding:0em 0em;
}
.single .authorbox .author-newpost li, .related-box li {
    width: 24%;
    min-height: 225px;
    margin: 1% 1% 1;
    float: left;
    position: relative;}
	
@media only screen and (min-width: 1166px) {
    #main {padding-bottom: 20px;
    }
}
/** シェアボタンの大きさ */
.sns li {
    width: 32% !important;
}
/* brand ウィジェット*/
nav.brand ul li a img {
    border: 1px solid #e1e1e1;
}

nav.brand ul li {
    text-align: left;
}
nav.brand ul li a img {
    height: 45px;
	margin: -0.8em 1em -0.8em 0!important;
}
/* ------------------------------------- */
/*          Rinker カスタマイズ          */
/* ------------------------------------- */

/* --------- 外枠 --------- */
div.yyi-rinker-contents {
    /*border: solid 1px #dbdbdb;*/ /* 1重線 */
    border:double #CCC; /* ２重線 */
}

/* ------- 画像 ------- */
div.yyi-rinker-contents div.yyi-rinker-image {
    width: 30%;
}

/* ------- 商品情報 全体 ------- */
div.yyi-rinker-contents div.yyi-rinker-box div.yyi-rinker-info {
    margin-top: 0; /* 上の余白 */
}

/* --- 商品リンク タイトル --- */
div.yyi-rinker-contents div.yyi-rinker-title a {
    color: #000000; /* 文字色 */
}

/* --- クレジット＆価格 --- */
div.yyi-rinker-contents div.yyi-rinker-detail {
    margin-top: 0; /* 上の余白 */
}

/* ------- クレジット ------- */
div.yyi-rinker-contents div.yyi-rinker-detail .credit {
    margin-bottom: 5px; /* 下スペース */
    color: #999; /* 文字色 */
}
div.yyi-rinker-contents div.yyi-rinker-detail .credit a{
    /*text-decoration: none;*/ /* リンクの下線 */
    color: #2581B3; /* リンクの文字色 */
}

/* ------- ブランド ------- */
div.yyi-rinker-contents div.yyi-rinker-detail .brand {
    margin-top: 0; /* 上の余白 */
}

/* ------- 商品価格 ------- */
div.yyi-rinker-contents div.yyi-rinker-detail .price-box {
    margin: 5px 0; /* 上下の余白 */
    color: #aaa; /* 文字色 */
}


/* --------- ボタン基本スタイル --------- */
div.yyi-rinker-contents ul.yyi-rinker-links li a {
    border-radius: 2px; /* ボタン 角の丸み */
    text-align: center;
    min-width:129px; /* ボタンの最小幅 */
    font-size: 0.9em;
}
div.yyi-rinker-contents ul.yyi-rinker-links li {
    margin: 5px;
    border-radius: 5px; /* ボタン外枠 角の丸み */
}

/* --------- ボタン色 --------- */
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink { /* Amazon */
    background: #fff; /* 背景色 */
    border: 2px solid #F6AD3C; /* 外枠 */
}
div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink { /* 楽天 */
    background: #fff; /* 背景色 */
    border: 2px solid #F53131; /* 外枠 */
}
div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink { /* Yahoo */
    background: #fff; /* 背景色 */
    border: 2px solid #5C9AFF; /* 外枠 */
}

div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink a{ /* Amazon */
    color: #F6AD3C; /* 文字色 */
}
div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink a{ /* 楽天 */
    color: #F53131; /* 文字色 */
}
div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink a{ /* Yahoo */
    color: #5C9AFF; /* 文字色 */
 color: #5C9AFF; /* 文字色 */
}

/* --- マウスオーバー時のボタン色 --- */
div.yyi-rinker-contents ul.yyi-rinker-links li a:hover {
    opacity: 1; /* 透明度(1.0=不透明 0.0=完全透明) */
}
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonkindlelink a:hover { /* kindle */
    background: #666; /* 背景色 */
    color: #fff; /* 文字色 */
}
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink a:hover { /* Amazon */
    background: #f6a306; /* 背景色 */
    color: #fff; /* 文字色 */
}
div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink a:hover { /* 楽天 */
    background: #cf4944; /* 背景色 */
    color: #fff; /* 文字色 */
}
div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink a:hover { /* Yahoo */
    background: #51a7e8; /* 背景色 */
    color: #fff; /* 文字色 */
}
div.yyi-rinker-contents ul.yyi-rinker-links li.freelink1 a:hover { /* freelink1 */
    background: #4072b3; /* 背景色 */
    color: #fff; /* 文字色 */
}
div.yyi-rinker-contents ul.yyi-rinker-links li.freelink2 a:hover { /* freelink2 */
    background: #4dc0b2; /* 背景色 */
    color: #fff; /* 文字色 */
}

/* --------- 外部リンク マーク削除 --------- */
div.yyi-rinker-contents div.yyi-rinker-title a[target="_blank"]::after{ /* 商品リンク タイトル */
    content: none;
}

div.yyi-rinker-contents div.yyi-rinker-detail .credit a[target="_blank"]::after{ /* クレジット */
    content: none;
}

div.yyi-rinker-contents ul.yyi-rinker-links li a[target="_blank"]::after{/* ボタン */
    content: none;
}

/* --------- レスポンシブ用 --------- */
@media screen and (max-width: 768px) { /* 画面幅768px以下の時 */
/* --- 商品リンク タイトル --- */
div.yyi-rinker-contents div.yyi-rinker-title a {
    font-weight: bold; /* 太字 */
}
/* --------- ボタン基本スタイル --------- */
div.yyi-rinker-contents ul.yyi-rinker-links li a {
    font-size: 0.8em;
}
}

@media screen and (max-width: 480px) { /* 画面幅480px以下の時 */
/* --------- 全体 --------- */
div.yyi-rinker-contents div.yyi-rinker-box {
    display: block; /* 縦表示に */
}

/* ------- 画像 ------- */
div.yyi-rinker-contents div.yyi-rinker-image {
    width: auto; /* 画像を中央寄せ */
}

/* ------- 商品情報 全体 ------- */
div.yyi-rinker-contents div.yyi-rinker-box div.yyi-rinker-info {
    margin: auto;   /* 中央寄せ */
    width: calc(100% - 10px); /* 横幅 */
    text-align: center;  /* テキスト中央寄せ */
}

/* --- 商品リンク タイトル --- */
div.yyi-rinker-contents div.yyi-rinker-title a {
    font-weight: bold; /* 太字 */
    font-size: 1.05em;
}

/* --------- ボタン基本スタイル --------- */
div.yyi-rinker-contents ul.yyi-rinker-links li {
    width: 100%;/* 横幅 */
}
div.yyi-rinker-contents ul.yyi-rinker-links li a {
    padding-left: 3.5px !important; /* ボタン文字 位置調整 */
    font-size: 0.8em;
}
	}
