@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */


/*---------------------------------
メインカラムの枠を消す
--------------------------------*/
#main,#sidebar{
 border:none !important;
}

/*---------------------------------
サイドバーの見出しを修正
--------------------------------*/
#sidebar h3 {
	font-size:20px;
	text-align: center;
	padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
	color: #000000;/*文字色*/
	border-Right: solid 10px #48474b;/*左線*/
	border-left: solid 10px #48474b;/*左線*/
	border-bottom: solid 3px #48474b;/*下線*/
}

/*--------------------------------
グローバルナビの修飾
--------------------------------*/
#navi {
 border-top:2px solid #D4D4D4;
 border-bottom:2px solid #D4D4D4;
}
.sample2 {
  color: #000000 ;
  background: #f7f7f7;
  font-size: 13pt ;
  line-height: 1;
  margin:10px 0px;
  padding: 10px 5px 10px 5px;
  border-left:10px solid #48474b;
  border-radius: 4px ;
}

/*--------------------------------
モバイルメニューを変更
--------------------------------*/
a#footer-button-home{
  display: block;
}

a#footer-button-prev,
a#footer-button-next{
  display: none;
}

/*--------------------------------
見出しデザインの変更
--------------------------------*/
.article h1{
	position: relative;
	background: #f7f7f7;
    border-left:10px solid #48474b;
	border-right:10px solid #48474b;
	border-top:3px solid #48474b;
    border-bottom:3px solid #48474b;
	color: #1a1a1a;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.article h3 {
	position: relative;
	padding: 0.3em;
	border-bottom: 1px solid #48474b;
}

.article h3:after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 5px;
	background-color: #48474b;
}

.article h4 {
	border-bottom: 1px solid #48474b;
}

.article h5 {
	font-size: 1em;
	position: relative;
	padding: 0.3em;
	border-bottom: 1px solid #48474b;
	width: 40%;
	background-color: #000000;
}

h5:after {
	position: absolute;
	font-family: "FontAwesome",'Quicksand','Avenir','Arial',sans-serif;
	content: '\f00c  Check!!';
	background: #d0ecff;
	color: #2196F3;
	left: 0px;
	bottom: 100%;
	border-radius: 5px 5px 5px 5px;
	padding: 8px;
	font-size: 0.8em;
	line-height: 1;
	letter-spacing: 0em;
}

.article h6 {
	position: relative;
	padding: 0.3em;
	border-bottom: 1px solid #48474b;
}

.article h6:after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 5px;
	background-color: #48474b;
}

/*--------------------------------
関連記事のデザインの変更
--------------------------------*/
#related-entries h2 {
  	position: relative;
	padding: 0.3em;
	border-bottom: 1px solid #48474b;
}

#related-entries h2:after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 5px;
	background-color: #48474b;
}

/*--------------------------------
SNSのデザインの変更
--------------------------------*/
#sns-group p {
	font-size: 21px !important;
	font-weight: bold;
  	position: relative;
	padding: 0.3em;
	border-bottom: 1px solid #48474b;
}

#sns-group p:after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 5px;
	background-color: #48474b;
}

/*--------------------------------
タグクラウドのデザイン
--------------------------------*/
.tagcloud a {
 font-size: 14px !important; /* 文字のサイズ */
 line-height: 1em;
 background: #f7f7f7; /* 背景色 */
 color: #000000; /* 文字色 */
 display: inline-block;
 white-space: nowrap;
 padding: 8px 8px; /* 文字周りの余白 */
 margin-top: 3px; /* タグ同士の余白 */
 border-radius: 4px; /* 角を少し丸く */
 text-decoration: none;
}
.tagcloud a:hover {
 background: #c0c0c0; /* マウスホバー時の背景色 */
 color: #000000; /* マウスホバー時の文字色*/
}

.tagcloud a:before {
 font-family: "FontAwesome";
 content: "\f02b"; /* 絵文字のコード */
 padding-right: 4px;
}
/*--------------------------------
ここまで
--------------------------------*/

.box27 {
    position: relative;
    margin: 2em 0;
    padding: 1em 1em;
    border: solid 3px #48474b;
	border-radius:0px 10px 10px 10px;
	background: #f7f7f7;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -30px;
    left: -3px;
	padding: 0 9px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    font-size: 17px;
    background: #48474b;
    color: #000000;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}

/* RINKERカスタマイズッ！ */
 
/* 外枠二重線＆ブランド名文字小さく */
div.yyi-rinker-box {
  border:solid 3px #48474b;
}
 
/* 商品リンクタイトル色変更 */
div.yyi-rinker-title a{
  color: #4682b4!important;
}
 
/* クレジット色変更＆位置調整 */
div.yyi-rinker-contents div.credit {
  color: #000;
  margin-bottom: 8px;
  margin-left: -10px;
}
 
/* 値段箇所色変更＆位置調整 */
div.yyi-rinker-detail .price-box {
  color: #000!important;
  margin-left: -10px;
}
 
/* ブランド色変更＆位置調整 */
div.yyi-rinker-contents div.brand {
  color: #000;
  margin-left: -10px;
}
 
@media screen and (max-width: 680px) {
/* 商品リンクタイトル太字 */
div.yyi-rinker-title a{
    font-size: 0.85em;
    line-height: 0.5em;
  font-weight: bold;
}
 
/* 商品リンクタイトル行間調整 */
div.yyi-rinker-title p{
    line-height: 120%;
}
    
/* ボタン文字小さく */
div.yyi-rinker-contents ul.yyi-rinker-links li a{
  font-size: 0.7em;
    }
}
