/*
Theme Name: stingerplus child
Template: stingerplus
Version: 20160520
*/
@import url('../stingerplus/style.css');

/** {
font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}*/


/*media Queries タブレットサイズ（960px以下）
----------------------------------------------------*/
@media only screen and (max-width: 960x) {


/*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {


/*-- ここまで --*/
}

/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {
    P{
    line-height: 2;
    }
    .ad-label { /* スポンサーリンクのラベル部分 */
    font-size: 80%;
    color: #333;
    diaplay: block;
    text-align: center;
    }
    .ad-box { /* 広告下の余白 */
        margin-bottom: 40px;
    }
    #ad-pc-left {
        float: left;
    }
    #ad-pc-right {
        float: right;
    }
    #wrapper {
    max-width: 1140px;
    }
/*-- ここまで --*/
}
html{
    overflow-x: hidden;
}
main{
    box-shadow: 0 1px 3px #aaa;
  overflow: hidden;
}
.header-top{
    padding: 10px 0;
}
.top-inner ul{
    float: right;
    font-size: 11px;
    list-style: none;
    margin:0;
}
.top-inner ul li:first-child {
    border: none;
}
.top-inner ul li {
    float: left;
    padding: 0 14px;
    border-left: 1px solid #D7D7D7;
}

.header-top a {
    color: #777;
}

nav.smanone{
    margin-right: -200% !important;
    margin-left: -200% !important;
    padding-right: 200% !important;
    padding-left: 200% !important;
    border-bottom: solid 1px #ddd !important;
}
#header-l{
   max-width:450px;
}

/*広告用*/
span.bottom-label{
    color: #666;
    margin-bottom: 5px;
}

.adsingle {
float: left;
text-align: center;
padding-bottom: 10px;
margin: 0 8px 0 0;
}

div.ad-label{
    text-align: center;
}


@media only screen and (max-width: 380px) {
.ad-label {
    text-align: left;
}
}

.toppagead {
        margin-bottom: 20px;
        padding-top: 10px;
        padding-bottom: 20px;
        border-bottom: 1px dotted #ccc;
}

main .kanren dt img{
    width: 150px;
}

main .kanren dt{
    width: 150px;
}

main .kanren dd{
    padding-left: 165px;
}


@media only screen and (max-width: 380px) {
main .kanren dd h3 a {
    font-size: 16px;
    line-height: 16px;
}
}

@media only screen and (min-width: 781px) {
    main .kanren dd h3 a{
    font-size: 20px;
    line-height: 30px;
}
}

/*popular post*/
.wpp-list{
    counter-reset:wpp-ranking;
}
.wpp-list li {
    position: relative;
    list-style-type: none;
    padding-top: 5px;
    padding-left: 5px;
}
.wpp-list li:before {
    font-family: 'Montserrat', sans-serif;
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
    background: #40a5c2;
    opacity: 0.9;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    padding: 4px 8px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

/*記事がよかったら、いいねスマホ*/
.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;
}
.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 !important;
}
.p-entry__pushThumb {
    display: table-cell;
    min-width: 240px;
    background-position: center;
background-size:cover;
}
.p-entry__pushLike {
    display: table-cell;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.4;
    font-size: 20px;
}
.p-entry__pushButton {
    margin-top: 15px;
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    -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: 15px 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;
}
header .descr {
    font-size: 12px;
    }
header .textwidget {
    width: 160px;
    padding: 10px 20px;
    float: right;
    text-align: center;
}
.textwidget a{
    color:#FFF;
}

#wp_cta_10761_variation_0 #cta_container{
  background-image: url('https://tennistopia.jp/blog/wp-content/uploads/2016/09/bg.png');
}
#wp_cta_10761_container {
    background:#383838;
    margin-right: -200% !important;
    margin-left: -200% !important;
    padding-right: 200% !important;
    padding-left: 200% !important;
}
#wp_cta_10761_variation_0 #cta_container ul{
  list-style: none;
  margin:15px;
  font-weight:bold;
padding-left:0;
}

#wp_cta_10761_variation_1 #cta_container ul{
    list-style: none;
    margin:0 15px 15px;
    padding-left:0;
}


h1#main-headline{
    font-weight: bold !important;
    font-size: 20px !important;
}
#wp_cta_10761_variation_1 h1{
    font-weight: normal !important;
}
#wp_cta_10761_variation_1 h3{
    font-weight:normal;
    margin-bottom:0;
    font-size:18px;
}
.cta_button:before {
  content: "\f138";
  font-family: FontAwesome;
}
#wp_cta_10761_variation_0 .cta_button,#wp_cta_10761_variation_1 .cta_button, #wp_cta_10761_variation_0 #cta_container input[type="button"], #wp_cta_10761_variation_0 #cta_container button[type="submit"], #wp_cta_10761_variation_0 #cta_container input[type="submit"]{
    margin: 10px auto 0;
    width:80%;
    font-size: 1.1em !important;
}

/*
   oEmbed OGP ブログカードのスタイル
　 カードサイズは一回り大きいが Hatenaブログカードに近いスタイルにする
*/

.card-wrapper:after,
.card-wrapper:before {
    content: ' ';
    display: table;
}

.card-wrapper:after {
    zoom: 1;
    clear: both;
}

.card-wrapper {
    margin: 0px 0px 1.7rem;
    overflow: hidden;
    width:100%;
    max-width:600px;
    max-height:202px;
    border: 1px solid;
    border-color: #eaeaea #dddddd #d0d0d0;
    border-radius: 5px;
    background-color: #fff;
    background-clip: padding-box;
}

.card-wrapper a,
.card-wrapper a:visited {
    color: #369ecf;
    border: none !important;
    text-decoration: none;
}
.card-wrapper a:focus {
    outline: thin dotted;
}
.card-wrapper a:hover {
    text-decoration: underline;
}

.card-wrapper-inner {
    padding: 12px;
}
.card-wrapper * {
    word-wrap: break-word;
}

.card-content {
	float: left;
	padding-top: 0;
	display: inline;
    max-height: 150px;
    overflow: hidden;
}

.card-wrapper .no-thumb {
	width: 100%;
	margin: 0 0 12px 0 !important;
}

.card-wrapper .with-thumb {
	width: 72%;
	margin-right: 1.8%;
    margin-bottom: 12px;    
}

.card-wrapper .thumb-wrapper {
	float: left;
	padding-top: 0;
	width: 26.2%;
    max-height: 150px;
	margin: 0 0 12px 0 !important;
}

.card-content .card-title {
    font-size: 16px;
    line-height: 1.5;
    max-height: 48px;
    overflow: hidden;
    margin: 0 0 3px;
    padding: 0;
    border: none;   
    background: none;
}
.card-content .card-title a {
    color: #333333;
}
.card-content .card-description {
    font-size: 12px;
    line-height: 1.4;
    max-height: 50px;
    overflow: hidden;
}

.card-footer {
    zoom: 1;
    clear: both;
    margin-top: 8px;
    padding-top: 5px;
    border-top: 1px solid #eaeaea;
    height: 15px;
    position: relative;
    font-size: 11px;
}
.card-footer img {
    display: inline !important;
}
.card-footer a,
.card-footer a:visited,
.card-footer a:hover,
.card-footer a:focus,
.card-footer a:active {
    color: #999999;
}