/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/

/*ナビゲーションメニューのデザイン
ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/

.site-branding {
	padding: 1.5em 0;
}
.main-navigation a {
	padding: 0 1.25em;
}
.navigation-top {
	background: #DC143C;	
}
.navigation-top {
	background: rgba(200,200,200,0.7); /*背景色*/
	border-bottom: 3px solid #FF0000; /*上線の太さと色*/
	border-top: 1px solid rgba(49,80,150,0.25); /*下線の太さと色*/
}
.navigation-top a {
	color:  #FFFFFF ; /*文字色*/
	-webkit-transition: color 0.3s; /*文字色の変化に要する時間*/
	transition: color 0.5s; /*文字色の変化に要する時間*/
}
.navigation-top a:hover {
	color: #FFF; /*マウスオーバーの文字色*/
}

/*ナビゲーションメニューのデザイン
ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/

/* 目次デザイン =========================== */

#toc_container p.toc_title+ul.toc_list>li {
 margin-bottom: 0.1em;
 padding-bottom: 0.4em;
}

#toc_container p.toc_title+ul.toc_list {
    margin-top: 1em;
    margin-right: 0.4em;
}

#toc_container li {
 padding-left: 1em !important;
 line-height: 1.8em;
}

#toc_container ul ul {
 margin-bottom: 10px;
}

.toc_number {
 margin-left: -0.5em;
 margin-right: 0.5em;
}

#toc_container ul>li>ul>li {
    font-size: 94% !important;/*小見出しの文字サイズ*/
}

#toc_container .toc_toggle > a {
    color: #fff !important;/*［hide］の文字色*/
    letter-spacing: 0.1em;/*文字間の余白*/
}

/*リンクの色など*/
#toc_container a {
    text-decoration: none;
    text-shadow: none;
    color: #cc0000 !important;
}

#toc_container {
    background-color: #fff !important;/*背景色*/
    margin-bottom: 1em;
    width: auto;
    display: table;
    border: solid 3px #cc0000 !important;/*外枠*/
    position: relative;
    border-radius: 0 7px 7px;/*角丸*/
    margin-top: 60px;
}

#toc_container p.toc_title {
    text-align: left;
    font-weight: 700;
    padding: 0 5% !important;
    color: #fff !important;/*文字色*/
    margin: 0 60% 0 0;
    border-radius: 7px 7px 0 0;/*角丸*/
    background-color: #cc0000 !important;/*背景色*/
    position: absolute;
    top: -1.9em;
    left: -0.2em;
    letter-spacing: 0.05em;
    display: inline-block
}

/* 目次デザインここまで ===================== */

/* 見出し ===================== */

/*　一覧の記事見出し　h2　ここから　*/

h2 {
padding: 0.1em 0.3em;
border-left: 19px solid #f08080;
border-bottom: 2px solid #B0BEC5;
}




/*　一覧の記事見出し　h2　ここまで　*/

/*　記事内の大見出し　h2　ここから　*/

.entry-content h2{
position: relative;
background: #ffe4e1;
box-shadow: 0px 0px 0px 5px #ffe4e1;
border: dashed 2px white;
padding: 0.2em 0.5em;
color: #454545;
}

.entry-content h2:after{
position: absolute;
content: '';
left: -7px;
top: -7px;
border-width: 0 0 15px 15px;
border-style: solid;
border-color: #fff #fff #f08080;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

/*　記事内の大見出し　h2　ここまで　*/

/* ここから小見出し */

.entry-content h3 {
padding: 0.5em;/*文字周りの余白*/
color: #494949;/*文字色*/
background: #fffaf4;/*背景色*/
border-bottom: dotted 8px #f08080;/*左線（実線 太さ 色）*/
}

/* 見出しデザインここまで ===================== */


/* 引用デザイン */

blockquote {
    position: relative;
    padding: 5px 12px 5px 56px;
    box-sizing: border-box;
    color: #464646;
    background: #fff0f0;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 36px;
    height: 36px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle;
    text-align: center;
    content: "\f10d";
    font-family: FontAwesome;
    color: #FFF;
    font-size: 20px;
    line-height: 36px;
    background: #ff9d9d;
    border-radius: 50%;
}

blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}


/* リンク関係 */


A:link { color: #cc0000 }   /* リンク */
A:visited {                 /* 既に見たリンク */
  color: #cc3300;
  text-decoration: none     /* 下線を消す */
}
A:active { color: #00ff00 } /* クリック時のリンク */
A:hover {                   /* カーソルが上にある時のリンク */
  color: #800000;
  text-decoration: none     /* 下線を消す */
}

/*　リンク下線消す　CSS追記　ここから　*/

a {
	color: #00f;/*リンク文字色*/
}
a:hover,
a:active {
	color: #f00;/*マウスオーバー時のリンク文字色*/
}

.entry-content a,
.entry-summary a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong {
	-webkit-box-shadow: inset 0 0px 0 rgba(15, 15, 15, 1);/*下線の太さと色*/
	box-shadow: inset 0 0px 0 rgba(15, 15, 15, 1);/*下線の太さと色*/
}

.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:not(.prev):not(.next):focus,
.pagination a:not(.prev):not(.next):hover,
.comments-pagination a:not(.prev):not(.next):focus,
.comments-pagination a:not(.prev):not(.next):hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
	color: #ffc0cb;/*マウスオーバー時の文字色*/
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0px 0 rgba(255, 0, 0, 1);/*マウスオーバー時の下線の太さと色*/
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0px 0 rgba(255, 0, 0, 1);/*マウスオーバー時の下線の太さと色*/
}

/*　リンク下線消す　CSS追記　ここまで　*/



/*============================================================
フキダシデザイン 
============================================================*/
.arrow_answer,
.arrow_question {
    position: relative;
    background: #fff;
    border: 1px solid #c8c8c8;
    padding: 30px 25px;
    border-radius: 10px;
    width: 70%;
    font-size: 13px;
}
.arrow_question {
    float: right;
    margin-right: 20px;
}
.arrow_answer:after,
.arrow_answer:before,
.arrow_question:after,
.arrow_question:before {
    top: 50%;
    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-color: rgba(255, 255, 255, 0);
    border-width: 15px;
    margin-top: -15px;
}
.arrow_answer:after { border-left-color: #fff ; }
.arrow_question:after { border-right-color: #fff ; }
.arrow_answer:before,
.arrow_question:before {
    border-color: rgba(200, 200, 200, 0);
    border-width: 16px;
    margin-top: -16px;
}
.arrow_answer:before { border-left-color: #c8c8c8; }
.arrow_question:before { border-right-color: #c8c8c8; }
.question_image { float: left; }
.answer_image {
    float: right;
    margin-right: 20px;
}
.answer_image img,
.question_image img { border-radius: 50px; }
.question_Box {
    margin-bottom: 25px;
    overflow: hidden;
}

/* ===============消しちゃダメ============== */
/* kaereba/yomereba Customize Settings 1.0.0 ver */
/* Created by Cazuki Hoshina */
/* Copyright (c) @cazuki All rights Reserved. */
/* Arrenged by Rippoutai.com */
/* ======================================== */
 
.kaerebalink-box, .booklink-box {
  width: 100%;
  margin: 0 0 2rem;
  padding: 1rem;
  background: #ffffff;
  border: 1px solid;
  border-color: #eaeaea #dddddd #d0d0d0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  /zoom:1;
}
.kaerebalink-box:after, .booklink-box:after {
  content:"";
  display:block;
  visibility:hidden;
  height:0;
  clear:both;
}
.kaerebalink-image, .booklink-image {
  float:left;
  width:128px;
  margin:0;
  text-align:center;
}
.kaerebalink-image img, .booklink-image img { width:128px; height:auto; }
.kaerebalink-info, .booklink-info { margin: 0 0 0 140px; line-height: 1.6rem; }
.kaerebalink-name, .booklink-name {
  font-size: 1.0625rem;
  font-weight: bold;
  margin: 0;
}
.kaerebalink-name a, .booklink-name a { color: #2b2b2b; }
.kaerebalink-name a:hover, .booklink-name a:hover { text-decoration: underline; }
.kaerebalink-powered-date, .booklink-powered-date { font-size: 0.75rem; font-weight: normal; }
.kaerebalink-detail, .booklink-detail { font-size: 0.9375rem; margin: 0 0 0.5em; }
.kaerebalink-link1, .booklink-link2 { width:100%; }
.kaerebalink-link1 div, .booklink-link2 div {
  float: left;
  width: 30%;
  margin-bottom: 1%;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}
.kaerebalink-link1 div, .booklink-link2 div { margin-left: 1%; }
.kaerebalink-link1 div a, .booklink-link2 div a { display:block; padding:3px 0; text-decoration:none; }
.shoplinkamazon a, .shoplinkrakuten a, .shoplinkyahoo a, .shoplinkyahooAuc a,
.shoplinkseven a, .shoplinkbellemaison a, .shoplinkcecile a, .shoplinkkakakucom a,
.shoplinkkindle a, .shoplinkbk1 a, .shoplinkehon a, .shoplinkkino a,
.shoplinkjun a, .shoplinktoshokan a, .shoplinkrakukobo a{
  display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
    border: 2px solid #333;
    border-radius: 6px;
    text-decoration: none;
}
.shoplinkamazon a:hover { color:#333; background-color:#ff9900; }
.shoplinkkindle a:hover { color:#333; background-color:#1882c9; }
.shoplinkrakuten a:hover { color:#333; background-color:#bf0000; }
.shoplinkyahoo a:hover { color:#333; background-color:#fc1d2f; }
.shoplinkyahooAuc a:hover { color:#333; background-color:#ffdb00; }
.shoplinkseven a:hover { color:#333; background-color:#225093; }
.shoplinkbellemaison a:hover { color:#333; background-color:#83be00; }
.shoplinkcecile a:hover { color:#333; background-color:#6b053d; }
.shoplinkkakakucom a:hover { color:#333; background-color:#00138e; }
.shoplinkbk1 a:hover { color:#333; background-color:#0484d2; }
.shoplinkehon a:hover { color:#333; background-color:#00006a; }
.shoplinkkino a:hover { color:#333; background-color:#003e9d; }
.shoplinkjun a:hover { color:#333; background-color:#d8c9b7; }
.shoplinktoshokan a:hover { color:#333; background-color:#29b6e9; }
.shoplinkrakukobo a:hover { color:#333; background:#32cd32; }
.booklink-footer { clear:both !important; }
 
@media only screen and (min-width:460px) and (max-width:640px) {
    .kaerebalink-link1 div, .booklink-link2 div { float: none; width: 100%; }
    .kaerebalink-link1 div, .booklink-link2 div { margin-left: 0; }
}
@media only screen and (max-width:459px) {
    .kaerebalink-image, .booklink-image {
      float:none;
      width:100%;
      margin:0;
      text-align:center;
    }
    .kaerebalink-image img, .booklink-image img { width:180px; height:auto; }
    .kaerebalink-info, .booklink-info { margin: 0; }
    .kaerebalink-link1 div, .booklink-link2 div { float: none; width: 100%; }
    .kaerebalink-link1 div, .booklink-link2 div { margin-left: 0; }
}

/* 　ポチレバCSS　*/

.pochi_name {
        display : inline-block!important ;
        text-align : center!important ;
        margin : 0 0.5em 0.7em 0!important ;
        padding : 0!important ;
        line-height : 1.5!important ;
        border-radius : 5px!important ;
        -webkit-border-radius : 5px!important ;
        -moz-border-radius : 5px!important ;
        box-shadow : 0px 2px 2px #333, 0 3px 8px #999!important ;
        -webkit-box-shadow : 0px 2px 2px #333, 0 3px 8px #999!important ;
        -moz-box-shadow : 0px 2px 2px #333, 0 3px 8px #999!important ;
        }

.pochi_name {
        display : block!important ;
        letter-spacing : 0!important ;
        color : #fff!important ;
        font-size : 65%!important ;
        padding-top : 1em!important ;
        background : -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #737373), color-stop(0.48, #4a4545), color-stop(0.54, #454545), color-stop(0.54, #454545), color-stop(0.01, #c9c5c5), color-stop(0.00, #e3e2e1), color-stop(0.00, #e3e2e1), color-stop(0.00, #e3e2e1))!important ;
        background : -webkit-linear-gradient(top, #e3e2e1 0%, #e3e2e1 0%, #e3e2e1 0%, #c9c5c5 1%, #454545 54%, #454545 54%, #4a4545 48%, #737373 100%)!important ;
        background : -moz-linear-gradient(top, #e3e2e1 0%, #e3e2e1 0%, #e3e2e1 0%, #c9c5c5 1%, #454545 54%, #454545 54%, #4a4545 48%, #737373 100%)!important ;
        background : -o-linear-gradient(top, #e3e2e1 0%, #e3e2e1 0%, #e3e2e1 0%, #c9c5c5 1%, #454545 54%, #454545 54%, #4a4545 48%, #737373 100%)!important ;
        background : -ms-linear-gradient(top, #e3e2e1 0%, #e3e2e1 0%, #e3e2e1 0%, #c9c5c5 1%, #454545 54%, #454545 54%, #4a4545 48%, #737373 100%)!important ;
        background : linear-gradient(to bottom, #e3e2e1 0%, #e3e2e1 0%, #e3e2e1 0%, #c9c5c5 1%, #454545 54%, #454545 54%, #4a4545 48%, #737373 100%)!important ;
        }

.pochi_name a {
        display : inline-block!important ;
        color : #fff!important ;
        text-decoration : none!important ;
        text-shadow : -1px -1px 0px rgba(0, 0, 0, 1)!important ;
        }

/* ポチレバ */

.pochi_name a {
        display : block!important ;
        padding : 0.3em 5% 0.5em 5%!important ;
        font-size : 190%!important ;
        }

.pochi_name a:hover {
        background : none ;
        }

.pochi_name:hover {
        background : -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #c7c7c7), color-stop(0.48, #575757), color-stop(0.48, #575757), color-stop(0.00, #7a7a7a))!important ;
        background : -webkit-linear-gradient(top, #7a7a7a 0%, #575757 48%, #575757 48%, #c7c7c7 100%)!important ;
        background : -moz-linear-gradient(top, #7a7a7a 0%, #575757 48%, #575757 48%, #c7c7c7 100%)!important ;
        background : -o-linear-gradient(top, #7a7a7a 0%, #575757 48%, #575757 48%, #c7c7c7 100%)!important ;
        background : -ms-linear-gradient(top, #7a7a7a 0%, #575757 48%, #575757 48%, #c7c7c7 100%) ;
        background : linear-gradient(to bottom, #7a7a7a 0%, #575757 48%, #575757 48%, #c7c7c7 100%)!important ;
        }

.pochi_name:before {
        content : "ダウンロードはここから" ;
        display : block ;
        font-size : 100% ;
        color : white ;
        text-shadow : -1px -1px 0px rgba(108, 106, 106, 1) ;
        }

/*　ポチレバスマホ用CSS　*/

@media screen and (max-width: 480px) {
 
        .pochireba {

                text-align:center!important;
                padding: 1em!important;
                margin:0 0 0.5em 0!important;
                }

        .pochi_info {
                text-align:center!important;
                }

        .pochi_img {

                float: none !important;     
                }


        .pochi_name {
                display:block!important;
                letter-spacing: 1em!important;
                padding:0!important;
                }


        /* ポチレバ */
        .pochi_name a {
                padding : 0.3em 5% 0.5em 5%!important ;
                }
}




