/*
Theme Name: Child
Template: twentytwelve
*/
 
@import url('../twentytwelve/style.css');

/*--------------------------------------
　サイトの大きさ
--------------------------------------*/
@media screen and (min-width: 600px) {
.site {max-width: 860px;}
.widget-area {width: 34.88372093%;}
.site-content {width: 61.62790698%;}
}

/*--------------------------------------
　ナビメニュー
--------------------------------------*/
.main-navigation li a {
    color: #fff; /* 文字色 */
    font-weight: bold;
    line-height: 25px;
    font-size: 15px;}

/* 文字の大きさ */
.main-navigation ul {
    margin: 0; /* 余白なし */
    padding-left: 10px;
    background: #d13e71;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;}

/*--------------------------------------
　記事タイトル
--------------------------------------*/
.entry-header .entry-title {
    font-weight: bold;
    font-size: 19px;
    line-height: 1.2;
    padding-left: 10px;}

.entry-header .entry-title a {
    color: #444;
    font-weight: bold;}

/*--------------------------------------
　タイトルの装飾
--------------------------------------*/
.entry-title {
    font-size: 18px;
    position: relative;
    padding: .75em 1em;
    background-color: #f7e8ed;}

.entry-title::before,
.entry-title::after {
    content: '';
    position: absolute;
    top: 100%;
    border-style: solid;
    border-color: transparent;}

.entry-title::before {
    left: 0;
    border-width: 0 15px 15px 0;
    border-right-color: #ccc;}

.entry-title::after {
    right: 0;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-top-color: #ccc;}

/*--------------------------------------
　アーカイブタイトル
--------------------------------------*/
.archive-title {
    position: relative;
    font-size: 17px;
    color: #444; 
    font-weight: bold;
    margin: 0 0 1.5em;
    padding: 0.5em 0.5em 0.1em 3.0em;
    border-bottom: 2px solid #c15077;}
 
.archive-title:before {
    content: "●";  
    font-size: 200%;
    position: absolute;
    color: #e3afc1;
    top: -0.8em;
    left: 0.3em;
    height: 12px;
    width: 12px;}
 
.archive-title:after {
    content: "●";
    font-size: 200%;
    position: absolute;
    color: #c15077;
    top: -0.5em;
    left: 0;
    height: 12px;
    width: 12px;}

/*--------------------------------------
　フォント
--------------------------------------*/
body {
font-family: "メイリオ", Meiryo, 
"Hiragino Kaku Gothic Pro",
"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", 
"Lucida Sans Unicode", Arial, Verdana, sans-serif;
text-rendering: optimizeLegibility;
    color: #444;  /* 文字色 */
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 2.2em;}

body.custom-font-enabled {
font-family: "メイリオ", Meiryo,
"Hiragino Kaku Gothic Pro",
"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande",
"Lucida Sans Unicode", Arial, Verdana, sans-serif;}

 /* 文字の高さ */
.entry-content p {line-height: 25px;}

/*--------------------------------------
　サイドバーの文字 
--------------------------------------*/
.widget-area .widget p, .widget-area
.widget li, .widget-area .widget .textwidget {
    line-height: 28px;
    font-size: 14px;}

.widget-area .widget a {
    color: #000; /* リンクの文字色 */
    font-weight: bold;}

.widget-area .widget a:visited {color: #000;}
.widget-area .widget a:hover{color: #006e80;}

.widget-area .widget li {
    line-height: 30px;
    font-size: 15px;}

.widget-area .widget ul {
    list-style: disc;  /* リストマーク */
    padding-left:30px;}

.widget-area .widget li {border-bottom: 1px dotted #CCC;}

/*--------------------------------------
　サイドバー人気記事位置調整
--------------------------------------*/
.pop {
    margin-left:0px !important;  /* 人気記事左の余白を無くす */
    padding-left:0px !important; /* 人気記事左の余白を無くす */}
 
.pop li{
    border-top: 1px dotted #CCC;  /* 各記事の上に点線 */
    list-style-type:none;
    list-style-image:none; /* リストマークを無し */
    clear: both;  /* 画像の左寄せを解除 */
    margin-left: 0px !important;
    padding: 5px 0 5px 0;  /* 余白を足す */
    border-bottom: none !important;  /* 記事下の点線を削除 */}

/*--------------------------------------
　サイドバーの人気記事サムネイル
--------------------------------------*/
.pop img {
    width: 100px;
    height: 100px;
    margin-right: 10px;/* 画像とタイトルの隙間 */
    padding: 0;
    float: left;}

.pop li a {font-weight: bold !important;}

ul.pop:after {
    content: "";
    display: block;
    clear: both;}

/*--------------------------------------
　ウィジェットタイトル部分
--------------------------------------*/
.widget-area .widget h3 {
    text-align: center;
    line-height: 20px;
    font-size: 15px; 
    color: #fff; 
    background-color: #d13e71; 
    border-radius: 3px; /* 角に丸み */
    padding: 2px 10px; /* 左と上下に余白 */}

/*--------------------------------------
　記事内のリンク 
--------------------------------------*/
.entry-content a  {
    text-decoration: underline;
    color: #21759b;}
.entry-content a:visited {color: #21759b;} /* 訪問済みの色 */
.entry-content a:hover{color: #21759b;} /* カーソルが乗った時の色 */

/*--------------------------------------
　パンくず
--------------------------------------*/
div#breadcrumb div {
    line-height: 20px;
    display: inline; /* 横並び */}

/*------------------------------
　パンくず位置調整 
------------------------------*/
div#breadcrumb {margin:-15px 0 20px 0;}
.site-header {padding: 24px 0 0 0;}

/*--------------------------------------
　関連記事
--------------------------------------*/
.related{padding-left:15px;}

.related ul{
    margin:0;
    padding:0;
    list-style:none;}

.related li a{
    display:block;
    padding:5px;
    color:1122cc;
    font-size:14px;
    text-decoration:none;}

.related li a:hover{background-color:#eee;}

.related ul:after {
    content:"";
    display:block;
    clear:both;}

.related li {
    height: 200px;
    float: left;
    width: 105px;
    padding-right: 20px;
    margin-top: 10px;
    overflow: hidden;}

.related-title{
    margin-bottom:15px;
    margin-top:15px;
    font-size:15px;
    padding-left:10px;}

.related{margin-bottom:15px;}

p.no-related {
    padding-left: 15px;
    margin-bottom: 15px;}

@media screen and (max-width: 599px) {
.related li {width:40%;}
}

/*--------------------------------------
　スマホの広告バナー
--------------------------------------*/
.One {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 2.2em;
}

/*--------------------------------------
　SNSボタン
--------------------------------------*/
.share {margin-top : 40px;}
.share ul {
    margin : 0;
    padding : 0;
    list-style : none;}

.share li a {
    display : block;
    padding : 10px 0;
    color : #fff;
    font-size : 14px;
    text-decoration : none;
    text-align : center;}

.share li a:hover {
    opacity :0.8;
    color : #fff;}

.share li a:visited{ color: #fff;}
.share ul:after {
    content : "";
    display : block;
    clear : both;}

.tweet a{background-color : #55acee;}
.facebook a{background-color : #315096;}
.googleplus a{background-color : #dd4b39;}
.hatena a{background-color : #008fde;}
.line a{background-color: #00c300;}
.pocket a{background-color :#f03e51;}
.rss a{background-color: #ff8c00;}
.feedly a{background-color: #6cc655;}
  
.share{padding-bottom:10px;}

.sns ul {
    margin:0 auto;
    list-style:none;}

.sns li {
    width:20%;
    margin:0 2% 3% 0;}

.sns li a {
    font-size:75%;
    padding:10px 2px;}

.sns li:nth-child(4n) {margin-right:0;}

.share li {float : left;
    width : 25%;
    margin : 0;
    margin-top:15px;}

@media screen and (max-width:599px){
.share li {
  float : left;
  width : 46%;
  margin:0 2% 3% 0;}

.share li a {border-radius:6px;}
}

/*----------------------------------
　アイキャッチ画像の右側に抜粋記事
----------------------------------*/
div.entry-post-thumbnail {
    float: left;
    margin: 0 10px 10px 0;}

/*--------------------------------------
　ページネーション
--------------------------------------*/
.pagination {
    clear:both;
    padding:20px 0;
    position:relative;
    font-size:11px;
    line-height:13px;}
 
.pagination span, .pagination a {
    display:block;
    float:left;
    margin: 2px 2px 2px 0;
    padding:6px 9px 5px 9px;
    text-decoration:none;
    width:auto;
    color:#fff;
    background: #dc9cb2;}
 
.pagination a:hover {
    color:#fff;
    background: #cf7695;}
 
.pagination .current {
    padding:6px 9px 5px 9px;
    background: #cf7695;
    color:#fff;}

/*--------------------------------------
　h2
--------------------------------------*/
h2 {
padding: 0.5em; /*文字周りの余白*/
color: #333; /*文字色*/
background: #f1c6d5; /*背景色*/
border-left: solid 5px #e8a0ba; /*左線（実線 太さ 色）*/
}

/*--------------------------------------
　h3 
--------------------------------------*/
.entry-content h3 {
    border-bottom:1px solid #e8a0ba;}
    padding: 0 0 0 15px ;
    line-height: 2;
    font-size: 18px;
    background-color: #fff;}

.waku {
    padding:20px;
    border:solid 2px darkred;
    border-radius:10px;
    background-color:LemonChiffon;
    margin-top:30px;
    margin-bottom:30px;}

/*--------------------------------------
　h4
--------------------------------------*/
h4 {
	position: relative;
	text-align: center;}

h4 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;}

h4::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ccc;}

/*--------------------------------------
　蛍光ペン
--------------------------------------*/
.marker {
    background: linear-gradient(transparent 0%, #B5ED90 0%);
    font-weight: bold;
    font-size: 16px;}

/*--------------------------------------
　オススメ
--------------------------------------*/
.check {
  color: #ff0505;
  font-size: 10px;
  background-color: #ffcbcb;
  font-weight: bold;}

/*--------------------------------------
　太字
--------------------------------------*/
.futo {
  font-weight: bold;
  font-size: 15px;}

/*--------------------------------------
　太字(赤)
--------------------------------------*/
.red {
   font-weight: bold;
   color: red;
   font-size: 15px;}

/*--------------------------------------
　こんな人にオススメ
--------------------------------------*/
.people {
  font-weight: bold;
  font-size: 12pt;
  padding-bottom:20px;}

/*--------------------------------------
　デザイン枠
--------------------------------------*/
.frame {
  background-color: #ffeff8;
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 8px;
  line-height: 1.75;
  padding : 15px 15px 1px;
}

/*--------------------------------------
　テーブル
--------------------------------------*/
.rank-table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;}

.rank-table th{
    font-size: 14px;
    color: #333;
    background-color: #feedf3;
    width:25%;
    padding:4px;
    text-align: left;
    vertical-align: top;
    border-left: 3px double #333;
    border-top: 1px solid #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;}

.rank-table td{
    font-size: 14px;
    color: #333;
    background-color: #fafafa;
    width:75%;
    padding:4px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;}

/*--------------------------------------
  公式ボタン
--------------------------------------*/
.kousiki {
  box-shadow:2px 2px 2px #555;
  font-size:16px;
  text-align:center; /*ボタンの中央配置 */
  margin:40px auto 40px auto;  /*ボタンの上右下左の余白 */
  max-width: 400px;  /*ボタンの横幅 */
  text-align: center;  /*ボタン内の文字中央寄せ */
  padding: 7px;  /*ボタン内文字の余白 */
background: #bfd255; /* Old browsers */
background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
  margin-right: auto;
  margin-left: auto;
  border-radius: 100px;  /*ボタンの角 */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-weight: bold;  /*ボタン内文字は太字 */
  color: #fff !important;  /*ボタン内の文字色 */
  height: 50px;
  line-height:50px;
}
 
.kousiki a {
  text-decoration: none !important;  /*ボタン内テキストリンク下線無し */
  color: #fff !important;  /*ボタン内の文字色 */
  display: block;
}



/*--------------------------------------
  amazon
--------------------------------------*/
.amazon_ad a {font-size: 16px !important;}

.amazon_ad table {
    width: 94% !important;
    display: inline-block !important;
    margin: 0 auto !important;
    border: 1px solid #ddd !important;}

.amazon_ad table td {vertical-align: top !important;}

.amazon_ad img {
    width: auto !important;
    margin-bottom: 0 !important;}

.amazon_ad p {
    font-weight: normal !important;
    margin-bottom: 0 !important;}

/*--------------------------------------
　吹き出し
--------------------------------------*/
body {
width:100%;
    min-width: 320px;
    margin:0;
    padding: 0;}

#wrapper {
    margin: 20px auto;
    width:96%;}

.arrow_answer_mirai,
.arrow_question_mirai {
    position: relative;
    background: #fff2f9;
    border: 1px solid #c8c8c8;
    border-radius: 10px;
    width:75%;
    font-size: 16px;
    padding:3%;}

.arrow_question_mirai {float: right;}
 
.arrow_answer_mirai:after,
.arrow_answer_mirai:before,
.arrow_question_mirai:after,
.arrow_question_mirai:before {
    top: 30%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;}
 
.arrow_question_mirai:after,
.arrow_question_mirai:before {right: 100%;}
.arrow_answer_mirai:after,
.arrow_answer_mirai:before{left: 100%;}
 
.arrow_answer_mirai:after,
.arrow_question_mirai:after {
    border-color: rgba(255, 255, 255, 0);
    border-width: 8px;
    margin-top: -8px;}
 
.arrow_answer_mirai:after{border-left-color: #fff;}
.arrow_question_mirai:after{border-right-color: #fff;}

.arrow_answer_mirai:before,
.arrow_question_mirai:before {
    border-color: rgba(200, 200, 200, 0);
    border-width: 9px;
    margin-top: -9px;}
 
.arrow_answer_mirai:before{border-left-color: #c8c8c8;}
.arrow_question_mirai:before {border-right-color: #c8c8c8;}
 
.question_image{
    float: left;
    width:15%;
    font-size:12px;
    text-align:center}
 
.answer_image{
    float: right;
    width:15%;
    font-size:12px;
    text-align:center}
 
.answer_image img,
.question_image img{
    border-radius: 0px;
    width: 100%}
 
.question_Box{
    width: 100%;
    overflow: hidden;
    margin-bottom: 8%;}
 
/*--------------------------------------
  引用
--------------------------------------*/
blockquote {
    font-size: 14px;
    background-color:#f8ecf0;
    padding:1em 1em 1em 3em;
    position:relative;}

blockquote:before {
content:"“";
font-size:400%;
line-height:1em;
font-family:"ＭＳ Ｐゴシック",sans-serif;
color:#999;
position:absolute;
left:0;
top:0;}

/*--------------------------------------
　リスト
--------------------------------------*/
@media screen and (max-width:599px){
.ul_flush {
  list-style: none;
  padding-left: 0;
  display: table;}

.ul_flush li:after {
  content: "";
  display: block;
  margin-bottom: 0.5em;}
 
.ul_flush li {display: table-row;}
.ul_flush li:before {
  content: "•";
  display: table-cell;
  padding-right: 0.4em;}
 
li {margin-bottom: 0.5em;}}
}

/*--------------------------------------
  メタ情報非表示
--------------------------------------*/
footer.entry-meta {display: none;}

/*--------------------------------------
  固定ページ記事タイトル非表示
--------------------------------------*/
.type-page h1,
.type-page 
.post-meta{display:none;}

/*--------------------------------------
  広告
--------------------------------------*/
.item-box {
  padding: 10px;
  border:  1px solid #ccc;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #ccc;
}
.item-box:after {
    content: '';
    display: block;
    clear: both;
}

.item-box img {
  max-width: 100%;
}

.item-box > div {
  float:  left;
  width: 50%;
}

.item-box-left {
  padding-left: 0;
}

.item-box-right {
  position: relative;
}

.item-box-right h4 {
    margin: 0;
    padding: 10px;
    background: #eee;
    border-radius: 5px;
}

.item-box-right h4 a {
      letter-spacing: 1px;
  font-size:  20px;
  font-weight: bold;
  color:  #666;
  margin-top: 0;
  padding-top: 0;
}

.item-box-right p {
  font-size: 14px;
}

.item-box-right .item-btn {
    font-size:18px;
    text-decoration:none;
    letter-spacing: 1px;
    display:block;
    text-align:center;
    padding: 10px 5px 10px 5px;
    color:#fff;
    background-color:#FE7190;
    border-radius:5px;
    box-shadow:2px 2px 0 #843446, 0px 3px rgba(0,0,0,0.5);
}

.item-box-right .item-btn a {
  text-decoration: none;
  color:  #fff;
  display: block;
}

.item-box-right .item-label {
  background-color:  #FBC02D;
  display: inline-block;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: -50px;
  right: -50px;
  transform: rotate(10deg);
  box-shadow: 1px 1px 5px #ccc; 
}

@media screen and (max-width: 720px) {
  .item-box > div {
    width: 100%;
  }
  .item-box-right {
    margin-top: 40px;
  }

  .item-box-right .item-label {
    right: -20px;
  }
}





