/*
Theme Name: STINGER8 Child
Template: stinger8
Version: 20161115
*/
@import url('../stinger8/style.css');

/*ヘッダーフッター*/
div#headbox-bg, #footer{
    background-color: #ca2716;
}
#st-menubox{
    background-color: #fff;
}
header p.sitename{
    font-size: 2em;
    color: #fff;
    color: red;
    padding: 0.5em 0;
    border-top: double 7px #fff;
    border-bottom: double 7px #fff
}
header p.sitename a, #footer .footermenust a, #footer .footerlogo{
    color: #fff;
}
header .descr, #footer a,#footer .copy, #footer .rcopy, #footer a:hover{
    color: #c2c2c2;
}
/*ページャー*/
.st-pagelink .page-numbers{
    border: 2px solid #eee;
    border-radius: 10px;
}
/*サイドバーバナー*/
.ad iframe{
    height: 250px;
}
/*ページトップボタン*/
#page-top a{
    color: #333;
}
/*リンクボタン*/
em a{
    position: relative;
    display: inline-block;
    margin-top: 1rem;
    padding: 0.667em 2em;
    border-bottom: none;
    -webkit-border-radius: 0.333em;
    -moz-border-radius: 0.333em;
    border-radius: 0.333em;
    background-color: transparent;
    border: 2px solid rgba(250,111,87,1);
    line-height: 1.714em !important;
    cursor: pointer;
    text-decoration: none !important;
    color: rgba(250,111,87,1) !important;
    font-style: normal;
}

em a:hover{
    color: #fff !important;
    border: 2px solid rgba(250,111,87,1);
    background-color: rgba(250,111,87,1);
}

/*本ブロック枠*/
.booklink{
    border: #ccc solid 1px;
    padding: 1.5rem;
    margin:  2rem 0rem;
}
.desc{
    padding: 1.5rem;
    margin:  2rem 0rem;
}
.post blockquote{
    border-left: none;
}

h1.entry-title{
    padding: 0.5em 0;
    border-top: double 5px #ca2716;
    border-bottom: solid 3px #ca2716;
}

/*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) {


/*-- ここまで --*/
}