@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20151225
*/

/* Simplicity子テーマ用のスタイルを書く */
.entry-content{
  margin-bottom: 0px;
}


table{
width:100%;
}
.scroll{
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}

/************************************
** ページャー、ページナビゲーション
************************************/
.pager{
  margin: 2em 0;
  text-align:center;
}

ul.snsb{
  padding:10px 0;
  margin-bottom:10px;
  font-family: sans-serif;
}

#site-title {
    margin-top: 16px;
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 70%;
}

body {
  font-family:
      'Hiragino Kaku Gothic ProN',
      Meiryo, sans-serif;
  font-size:15px;
  -webkit-text-size-adjust: 100%;
}

.article{
  font-size:15px;
  line-height:160%;
}

.tagcloud{
  line-height:145%;
}



.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6{
  position:relative;
  margin-top:5px;
  margin-bottom:5px;
}
.article h1 {
  margin-top:8px;
  margin-bottom:5px;
  font-size: 21px;
  line-height:120%;
}

#archive-title{
  padding-bottom:0px;
  font-size:20px;
}

.article h2 {
  border-left:5px solid #333;
  margin: 10px 0px 5px;
  padding: 8px 10px;
  font-size:18px;
  line-height:130%;
  text-decoration:none;
  font-weight:bold;
}


.article h3 {
border-bottom: dotted 1px #333;
  font-size:16px;
  font-weight:bold;
  margin: 10px 0px 0px;
}


#related-entries h3{
  font-size:13px;
  padding:2px 0;
}


.article h4, .article h5, .article h6{
  font-size:14px;
  padding:2px 0;
}

.article h4{  position: relative;
  margin: 1em 0;
  padding: 0.5em 0 0.5em 1em; 
  font-size: 100%;
  font-weight: bold;
  color: #222;
  background: #eee;
  border-radius: 6px;
    -webkit-border-radius:6px;
    -moz-border-radius: 6px;
}
 
.article h4:after{
    position: absolute;
    bottom: -15px;
    left: 10%;
    z-index: 90;
    margin-left: -15px;
    border-top: 15px solid #eee;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}

.article h5{  position: relative;
  margin: 1em 0 0.5em;
  padding: 0.2em 0.5em; 
  font-size: 100%;
  font-weight: bold;
  color: #FFF;
  background: #000;
  border-radius: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
}
 


#h-top{
  min-height:80px;
  overflow:hidden;
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
}


#site-title a img{
  max-width: 100%;
}

#site-description{
  margin-top: 0;
  color: #777;
  margin:0;
  padding:10 0;
  line-height:140%;
  font-size:15px;
  margin-right:20px;
  margin-bottom:0px;
  font-weight:normal;
}

}

/************************************
** サーチフォーム（Search Form）
************************************/
#searchform{
  position: relative;
  margin-top: 15px;
}


/************************************
** メインカラム（#main、記事、固定ページなど）
************************************/
#main .post,
#main .page{
  margin-bottom: 10px;
}


.footer-post-meta{
  text-align: right;
  color:#555;
  font-size:14px;
  clear:both;
}


.entry h2{
  margin-bottom:5px;
  margin-top: 3px;
}

.entry h2 a{
  color:#333;
  line-height:110%;
  font-size:18px;
  text-decoration:none;
}


.entry-title{ 
color:#333;
  margin-top: 5px;
  line-height:120%;
  font-size:20px;
  text-decoration:none;

}



/************************************
** 前の記事へ、次の記事へ
************************************/
.navigation{
  clear: both;
  overflow: hidden;
  margin-bottom: 40px;
  margin: 14px 0px 20px;
}


.navigation a{
  display: block;
  padding: 0.5em;
  border: none;
}

.navigation a span{
  color:#ddd;
  padding-right:0px;
  margin-top: 0px;
  clear:left;
}


/************************************
** 関連記事（Relation）
************************************/
.related-entry{
  line-height:150%;
  margin-bottom:20px;
  margin-right:0px;
  clear: both;
/*  overflow: auto;
  zoom: 1;*/
}


.related-entry-thumb img{
  border:0;
  width: 60px;
  height: 60px;
  /*margin-bottom: 20px;*/
  display: block;
}


.related-entry-content {
  margin-left: 75px;
}

.related-entry-title a{
  text-decoration:none;
  font-size:16px;
  font-weight:bold;
  color:#333;
}

.related-entry-snippet{
    font-size: 14px;
    line-height: 1.2em;
  margin:0 0 5px 0;
  color:#555;
}

/************************************
** サイドバー（Sidebar）・ウィジェットなど
************************************/
#sidebar h3{
  margin-bottom: 5px;
  font-size:20px;
}
#sidebar .widget{
  margin-bottom: 20px;
}

#sidebar ul,
#sidebar ol,
.widget-over-article ul,
.widget-over-article ol,
.widget-under-article ul,
.widget-under-article ol,
.widget-over-sns-buttons ul,
.widget-over-sns-buttons ol,
.widget-under-sns-buttons ul,
.widget-under-sns-buttons ol{
  padding-left: 0em;
  list-style:none;
}

#sidebar li{
  margin-bottom:5px;
    font-size: 14px;
    line-height: 1.2em;
}

.sidebar-thumbnail-box{
  float: left;
  border:0;
  width: 60px;
  height: 60px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.widget_new_entries ul li img,
.widget_new_popular ul li img,
.widget_popular_ranking ul li img {
  border: medium none;
  display: inline;
  float: left;
  margin-top: 3px;
  margin-right: 10px;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
}

/* balloon common */                /* ■■■ 吹き出しの共通設定です。■■■　http://webkcampus.com/201411/829/ */
body{
     width:100%;
     min-width: 320px;
     margin:0;
     padding: 0;
}


#wrapper{
     margin: 20px auto;
     width:96%;
}


.arrow_answer,
.arrow_question {
    position: relative;
    background: #ffd700;
    border-radius: 8px;
    width:79%;
    font-size: 14px;
    padding:0 3%;
}




.arrow_question {
    float: right;
}


.arrow_answer:after,
.arrow_answer:before,
.arrow_question:after,
.arrow_question:before {
    top: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}




.arrow_question:after,
.arrow_question:before {
    right: 100%;
}


.arrow_answer:after,
.arrow_answer:before{
     left: 100%;
}


.arrow_answer:after,
.arrow_question:after {
    border-width: 8px;
    margin-top: -8px;
}


.arrow_answer:after{
    border-left-color: #ffd700;
}


.arrow_question:after{
    border-right-color: #ffd700;
    
}


.arrow_answer:before,
.arrow_question:before {
    border-width: 9px;
    margin-top: -9px;
}


.arrow_answer:before{
    border-left-color: #ffd700;
}


.arrow_question:before {
    border-right-color: #ffd700;    
}


.question_image{
     float: left;
     width:15%;
}


.answer_image{
     float: right;
     width:15%;
}


.answer_image img,
.question_image img{
     border-radius: 50px;
     width: 80%
}


.question_Box{
     width: 100%;
     overflow: hidden;
     margin-bottom: 5%;
}





.blog-card{
  margin:5px 0;
  max-width:100%;
  width:500px;
  position:relative;
  clear:both;
  min-height:155px;
  min-width: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  zoom: 1;
}


.simplicity-download {
  margin: 5px;
  border: 1px solid #777;
  color: #333;
  background-color: #FFF;
  width: 250px;
  padding: 5px 3px;
  border-radius: 8px;
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

.responsive-unit{
  max-width: 336px;
}

p.gameicon {background-color: #dddddd; margin: 0px 0px 0px -20px;} 

.imobile_infeed_img_container{
  display:none;
}
.imobile_infeed_img_container{
float:right !important;
}
.imobile_infeed_title:before{
content: "[PR] ";
}




.pr {
  color: #ff0505;
  font-size: 11px;
  font-weight: bold;
}
.pr2 {
  font-size: 11px;
}

.check {
  color: #ff0505;
  font-size: 11px;
  background-color: #ffcbcb;
  font-weight: bold;
}

.check2 {
  font-size: 18px;
  font-weight: bold;
}

.check3 {
  color: #ff0505;
  font-size: 11px;
  font-weight: bold;
}

.dl {font-size: 14px;}
.clear {clear: both;}




p.polus {
font-size: 12px;
line-height: 16px;
}


.kaerebalink-box {
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 1px 1px 3px 1px #ddd;
  padding: 10px;
  overflow: hidden; /* float解除用 */
  margin-bottom: 0px;
}
.kaerebalink-image {
  margin-right: 10px;
  float:left;
}
.kaerebalink-image img {
  box-shadow: 0 0 1px 1px #ccc;
}
.kaerebalink-info {
  font-size: 12px;
  margin: 0;
  overflow: hidden; /* float解除用 */
}
.kaerebalink-name {
  font-size: 16px;
  margin-top: 0px;
}
.kaerebalink-detail {
  margin-top: 5px;
}
.kaerebalink-powered-date {
  font-size: 10px;
  margin-top: 0px;
}
.kaerebalink-link1 {
  font-size: 14px;
}
.shoplinkamazon, .shoplinkrakuten, .shoplinkyahoo, .shoplinkyahooAuc {
  float: left;
  width: 40%;
  text-align: center;
  margin: 5px 20px 0 0px;
  padding: 5px 3px;
  border: 1px solid #ccc;
  border-radius: 6px;
  text-shadow:1px 1px 1px rgba(0,0,0,0.3);
  background: -moz-linear-gradient(top,#FFF 0%,#EEE);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
}
.shoplinkamazon a{
  color: #565656;
}
.shoplinkrakuten a{
  color: #FF0040;
}
.shoplinkamazon a, .shoplinkrakuten a {
  text-decoration: none;
  display: block;
}
.shoplinkamazon a:hover, .shoplinkrakuten a:hover {
  opacity: 0.7;
  background: -moz-linear-gradient(top,#FFF 80%,#EEE);
}



/* container */
div.twitter-trackbacks{ }
/* ul list */
ul.ttw-inner{
    padding:0;
    margin-bottom:20px;
}
ul.ttw-inner li{
    border-bottom:silver 1px dotted;
    margin:1px 0 1px 0;
    padding:5px 2px 7px 2px;
    list-style-type:none;
    position:relative;
    height:48px;
    overflow:hidden;
    width:100%;
    font-size:12px;
}
/* author img */
ul.ttw-inner span.ttw-author-img{
    display:block;
    width:48px;
    height:48px;
    margin:0 5px 0 2px;
    overflow:hidden;
    left:0;
    position:absolute;
}
/* author name */
ul.ttw-inner strong a{
    margin-right:5px;
}
/* tweet body */
ul.ttw-inner span.ttw-body {
    display:block;
    margin-left:55px;
}
/* tweet content */
ul.ttw-inner span.ttw-content{}
 
/* tweet meta : date, reply, retweet line */
ul.ttw-inner span.ttw-meta {
    color:#999999;
    display:block;
    font-size:0.9em;
}
ul.ttw-inner span.ttw-meta a{
    color:#999999;
    text-decoration:none;
}
ul.ttw-inner span.ttw-meta a:hover{
    text-decoration:underline;
}
 
div.topsy_all {
    position: relative;
    width: 750px;
}
 
div.topsy_text {
    position: relative;
    left: 60px;
    top: 0px;
    width: 700px;
}
 
img.topsy_image {
    position: absolute;
}




/*記事がよかったら、いいねスマホ*/
.p-shareButton-bottom {
padding-bottom: 15px;
overflow: hidden;
}
.p-shareButton__buttons {
font-weight: 700;
color: #fff;
font-size: 13px;
text-align: center;
}
.p-shareButton__buttons>li {
padding-left: 3px;
padding-right: 4px;
}
.p-shareButton__buttons .c-btn {
padding: 8px 0;
border-radius: 2px;
}
.p-shareButton__buttons .c-ico {
display: block;
margin: auto auto 5px;
}
.p-shareButton__fb {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
width: 115px;
}
.p-shareButton__fb-cont {
position: relative;
width: 108px;
margin: 0 auto;
}
.p-shareButton__fb-unable {
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
}
.p-shareButton__cont {
margin: 15px 0 0;
}
.p-shareButton__a-cont {
background: #2e2e2e;
display: table;
width: 100%;
}
.p-shareButton__a-cont__img {
display: table-cell;
min-width: 130px;
-webkit-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.p-shareButton__a-cont__btn {
display: table-cell;
padding: 12px;
text-align: center;
}
.p-shareButton__a-cont__btn p {
font-size: 12px;
color: #fff;
font-weight: 700;
padding: 5px 0 15px;
line-height: 1.4;
margin-bottom: 0px;
}
.p-asideFollowUs__twitter {
border: 2px solid #e6e6e6;
margin-top: 15px;
padding: 12px 0;
  border-radius: 6px;
    -webkit-border-radius:6px;
    -moz-border-radius: 6px;
}
.p-asideFollowUs__twitter__cont {
text-align: center;
font-size: 13px;
color: #252525;
font-weight: 700;
}
.p-asideFollowUs__twitter__item {
display: inline-block;
vertical-align: middle;
margin: 0 2px;
}


/*記事がよかったら、いいねPC*/
.p-entry__push {
margin-bottom: 20px;
display: table;
table-layout: fix;
width: 100%;
background-color: #2b2b2b;
color: #fff;
}
.p-entry__pushThumb {
display: table-cell;
min-width: 240px;
background-position: center;
background-size:cover;
}
.p-entry__pushLike {
display: table-cell;
padding: 0px;
text-align: center;
vertical-align: middle;
line-height: 1.4;
font-size: 20px;
}
.p-entry__pushButton {
margin-top: 0px;
display: inline-block;
width: 200px;
height: 0px;
line-height: 16px;
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.p-entry__pushButtonLike {
line-height: 1;
}
.p-entry__note {
margin-top: 15px;
font-size: 12px;
color: #999;
}
.p-entry__tw-follow {
margin-bottom: 10px;
background: #f4f4f4;
width: 100%;
padding: 6px 0;
}
.p-entry__tw-follow__cont {
text-align: center;
font-size: 15px;
color: #252525;
}
.p-entry__tw-follow__item {
display: inline-block;
vertical-align: middle;
margin: 0 15px;
}