@charset "UTF-8";

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

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


/************************************
**画像キャプション
************************************/	
.wp-caption {
border: 1px solid #ffffff; /*枠線のサイズと色*/
border-radius: 3px; /*角の丸み*/
background-color: #ffffff; /*背景色*/
text-align: center; /*画像を中心にする*/
}
.wp-caption-text{
font-size: 75%; /*文字サイズの調整*/
text-align: left; /*文字の位置を左寄せにする（leftをrightにすると右寄せ）*/
margin-top:8px; /*文字の上の余白を調整*/
line-height: 100%; /*文字の要素サイズの調整*/
}

/*--------------------
 ヘッダー下人気記事
--------------------*/
.scroll-wpp {
    overflow-x: scroll;
}
.scroll-wpp::-webkit-scrollbar {
    height: 10px;
}
.scroll-wpp::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #333;
}
.header-widget .wpp-list {
    overflow: hidden;
    width: 1040px;
    list-style-type: none;
}
.header-widget .wpp-list li {
	position: relative;
    margin-right: 10px;
    float: left;
    width: 200px;
    clear: none;
}
.header-widget .wpp-list li:last-child {
    margin-right: 0;
}
.header-widget .wpp-thumbnail {
    width: 200px;
    height: auto;
}
.header-widget .wpp-post-title {
	font-size: 10px;
}

/*--------------------
 ヘッダー下ウィジェット
--------------------*/
.header-widget{
	padding: 10px 0;
   background-color:#FFFEF2;
}

.header-widget-title{
    margin: 5px 0;
}


/************************************
** 見出し（H1-6）
************************************/
h1, h2, h3, h4, h5, h6{
  line-height:130%;
  color:#333;
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6{
  position:relative;
  margin-top:20px;
  margin-bottom:20px;
}


.article h1 {
  margin-top:0px;
  margin-bottom:20px;
  font-size: 26px;
  line-height:125%;
}

#archive-title{
  padding-bottom:20px;
  font-size:26px;
}

.article h2 {
	position: relative;
  　　font-size:25px;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
}

.article h2::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 40%;
	height: 4px;
	background-color: #f1549d;
}



.article h3,
#comment-area h3,
#related-entries h3 {
    font-size: 22px;
    color: #333333;
    margin: 5px 0px; 
    padding: 5px 10px;
    border-left: 10px solid #f1549d;
    background-color: #ffffff;
}


.article h4 {
  font-size:22px;
  padding:5px 0;
  border-bottom:5px dashed #eee;
}

.article h4:before {
color:#f1549d;
margin-right: 5px;
font-family:"FontAwesome";
content:"\f046";
}

.article h5 {
  position: relative;
  color: #111;
  background: #fff;
  font-size: 20px;
  line-height: 1;
  border :2px solid #555;
  margin: 30px -10px 10px -10px;
  padding: 15px 5px 12px 10px;
  border-radius: 3px;
}

.article h5:after,h5:before {
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
}

.article h5:after {
  left: 33px;
  border: 11px solid transparent;
  border-top: 11px solid #fff;
}

.article h5:before {
  left: 30px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
}


.article h6{
  font-size:20px;
  padding:8px 0;
}



/*sidebarの指定*/
#sidebar .widget{
  margin-bottom: 20px;
}

/* WPPカスタム（画像にタイトルを重ねる） */

.wpp-list li {
position: relative;
left: -10px; 
margin-bottom: 5px;
padding:0;
}

.wpp-post-title {
position: absolute;
left: 0;
bottom: 0;
background-color: rgba(0,0,0,0.6);
max-width:310px;
max-height: 28%;
padding: 10px;
overflow: hidden;
display: block;
}

.wpp-list a{
color: #fff;
padding: 5px;
font-size: 90%;
}



/* 関連商品ボタン */


.ad_title, .ad-btn {
	font-size:15px;
	font-weight:normal;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #ee1eb5;
	padding:8px 27px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #ff5bb0 84%, #ef027d 21% );
	background:-ms-linear-gradient( top, #ff5bb0 84%, #ef027d 21% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0', endColorstr='#ef027d');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(84%, #ff5bb0), color-stop(21%, #ef027d) );
	background-color:#ff5bb0;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 2px 0px #c70067;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #fbafe3;
 	-moz-box-shadow:inset 1px 1px 0px 0px #fbafe3;
 	box-shadow:inset 1px 1px 0px 0px #fbafe3;
}
.ad_title, .ad-btn:hover {
	background:-moz-linear-gradient( center top, #ef027d 84%, #ff5bb0 21% );
	background:-ms-linear-gradient( top, #ef027d 84%, #ff5bb0 21% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef027d', endColorstr='#ff5bb0');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(84%, #ef027d), color-stop(21%, #ff5bb0) );
	background-color:#ef027d;
　　　　color:#ffffff;
}
  
.ad_title, .ad-btn:active {
	position:relative;
	top:1px;
}
				  
/* This css button was generated by css-button-generator.com */




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


/************************************
** サイドバー
************************************/	
#sidebar h3,
#related-entries h2 {
  font-size: 18px;
  text-align:center; /* タイトルの中央寄せ */
  border: 2px solid #f1549d; /* 枠線色 */
  border-radius: 10px;
}

/* 記事の間に区切り---------------------------- */
#main .post,
#main .page{
  margin: 0px;
  border-bottom: 3px solid #ddd;
}

/* 関連記事の間に区切り---------------------------- */
#main .related-entry {
 border-bottom: 1px dotted #333333;
 padding-bottom: 15px;
}


/* TOPの記事見出し */
.entry h2 a {
    color: #333;
    font-size: 22px;
    text-decoration: none;
    font-weight: bold;
}

/* 続きを読むを記事を読むにとWEBアイコン追加 */
.more-link{
    color: #fff;
    background-color: #ef1a7d;
    text-align: center;
    font-size: 14px;
    padding: 2px 6px;
    border-radius: 6px; 
    text-decoration: none;
}
.more-link:before{
    margin-right: 5px;
    font-family: "FontAwesome";
    content: "\f0a9";
    margin-top:0px;
    margin-bottom:0px;
}

/* 記事幅とリスト幅を狭める　*/
.article
,#related-entries {
  width:98%;
  margin: 0 auto;
}
#list {
  width:98%;
  margin: 0 auto;
}

/* TOPのメタ情報 */
.post-meta {
    margin-bottom: 0.5em;
    text-align: right;
    background-color: #eaedf7;
    color: #555;
    font-size: 12px;
}

/* footerのメタ情報 */
.footer-post-meta {
    margin-bottom: 0.5em;
    text-align: right;
    font-size: 14px;
    margin-top: 0px;
}

.article-list .footer-post-meta{
  margin-top:10px;
}




/* header 広告---------------------------- */
.ad-header-widget {
  position: absolute;
  right: 90px;
  width: 468px;
  height: 60px;
    top: 48px;
}
@media screen and (max-width: 950px){
.ad-header-widget {       display:none;}




/************************************
** トップページ記事間の幅
************************************/	  
hr.sep {
  background-image: -moz-linear-gradient(left center , rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  border: 0 none;
  height: 1px;
  position: relative;
  margin-bottom: 0px;
}



/* 記事一覧と関連記事の読むリンクの変更 */
.entry-read a, .related-entry-read a {
  text-decoration: none;
  padding: 4px 8px;
  background-color: #f1549d;
  color: #fff;
  box-shadow: 0 2px 5px #999;
}



/************************************
** メインカラム（#main、記事、固定ページなど）
************************************/
#main .post,
#main .page{
  margin-bottom: 10px;
}

.sticky{
  /* 先頭固定ポストのスタイル */
}

.post-meta{
  margin-bottom: 0.5em;
  text-align:right;
  background-color:#F7F7F7;
  color:#555;
  font-size:12px;
}
		
.post-meta .post-author,
.post-meta .post-date,
.post-meta .post-update,
.post-meta .category,
.post-meta .comments,
.post-meta .edit,
.footer-post-meta .post-tag,
.footer-post-meta .post-author,
.footer-post-meta .edit{
  padding-right: 0.7em;
}
.comment-num{ white-space: nowrap; }

.footer-post-meta{
  text-align: right;
  color:#555;
  font-size:14px;
  clear:both;
}

.article-list .footer-post-meta{
  margin-top:20px;
}




/*******************************
* LINE風吹き出し
********************************/

/*******************************
* 左からの吹き出し
********************************/
.left_balloon {
    position: relative;
    background: #fff;
    border: 1px solid #777;
    margin: 10px;
    padding: 10px;
    border-radius: 15px;
    margin-right: 20%;
    clear: both;
    max-width: 500px;
    float: left;
}
.left_balloon:after,
.left_balloon:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.left_balloon:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 7px;
    margin-top: -7px;
}
.left_balloon:before {
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #000;
    border-width: 8px;
    margin-top: -8px;
}

/*******************************
* 右からの吹き出し
********************************/
.right_balloon {
    position: relative;
    background: #85e249;
    border: 1px solid #777;
    margin: 10px;
    padding: 10px;
    border-radius: 15px;
    margin-left: 20%;
    clear: both;
    max-width: 500px;
    float: right;
}
.right_balloon:after,
.right_balloon:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.right_balloon:after {
    border-color: rgba(133, 226, 73, 0);
    border-left-color: #85e249;
    border-width: 7px;
    margin-top: -7px;
}
.right_balloon:before {
    border-color: rgba(119, 119, 119, 0);
    border-left-color: #777;
    border-width: 8px;
    margin-top: -8px;
}


/************************************
** 固定ページ　SNSボタン非表示
************************************/	
#post-2559 .article .post-meta { 
 display: none; 
} /* post-xx の .post-meta (日付とか更新日とか含む) の非表示 */
#post-2559 ul.snsb {
 display: none; 
} /* post-xx の 下部SNSボタンの非表示 */
#post-2559 #sns-group {
 display: none; 
} /* post-2342 の下部シェアボタン周りの非表示 */
#post-2559 .post-author, .footer-post-meta .edit {
 display: none; 
} /* post-xx の下部投稿者名と編集リンクの削除 .edit の有無は関係ナス */


/* フォント */
body {
  font-family: Quicksand, 游ゴシック体,'Yu Gothic', YuGothic, 
	'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro',
	メイリオ, Meiryo, Osaka,
	'ＭＳ Ｐゴシック', 'MS PGothic',
	sans-serif;
  font-size:1em;
  /*height:100vh;*/
}

/************************************
**ウィジェット
************************************/	
.top_main_widget {
 background-color:#eee;
 padding:10px;
 margin-bottom:10px;
}

.top_under_widget {
 padding:10px;
 margin-bottom:10px;
}

/************************************
**トップページ　おすすめ記事上のアキ
************************************/	
#main .widgets {
    margin-top: 10px;
    margin-bottom: 20px;
}





