@charset "UTF-8";
@import url("../simplicity/style.css");

/*
	Theme Name: Simplicity child
	Template: simplicity
*/

/* Simplicity子テーマ用のスタイルを書く */


.search-no-results .ad-space {
  display: none;
}



/* サイドバーの背景 */

#header-in, #navi-in, #body-in, #footer-in {
    width: 1070px;
}
 
#sidebar {
    background-color: white;
    border-radius: 4px;
    padding: 0 10px;
}

/* サイドバーの背景オワリ */


/* 文字の行間設定と文字の大きさ */

.article {
    font-size: 16px;
    line-height: 150%;
}

/* 文字の行間設定と文字の大きさ オワリ */


/* 画像影*/

.eye-catch img {
        border: solid 1px #ccc;
        padding: 4px;
        background-color: #ffffff;
        -webkit-box-shadow: 0px 8px 8px -6px #8d8c8c;
        -moz-box-shadow: 0px 8px 8px -6px #8d8c8c;
        box-shadow: 0px 8px 8px -6px #8d8c8c;
}
 
.entry-image img {
        border: solid 1px #ccc;
        -webkit-box-shadow: 0px 8px 8px -6px #8d8c8c;
        -moz-box-shadow: 0px 8px 8px -6px #8d8c8c;
        box-shadow: 0px 8px 8px -6px #8d8c8c;
}
 
.related-entry-thumb img {
        -webkit-box-shadow: 0px 8px 8px -6px #8d8c8c;
        -moz-box-shadow: 0px 8px 8px -6px #8d8c8c;
        box-shadow: 0px 8px 8px -6px #8d8c8c;
}
 
.new-entry-thumb img {
        -webkit-box-shadow: 0px 8px 8px -6px #8d8c8c;
        -moz-box-shadow: 0px 8px 8px -6px #8d8c8c;
        box-shadow: 0px 8px 8px -6px #8d8c8c;
}
 
.blog-card-thumb-image {
        -webkit-box-shadow: 0px 8px 8px -6px #8d8c8c;
        -moz-box-shadow: 0px 8px 8px -6px #8d8c8c;
        box-shadow: 0px 8px 8px -6px #8d8c8c;
}


/* 画像影 オワリ */



/*メニューバーの色変更*/
 #navi ul{
 position: relative;
 clear: both;
 margin-bottom: 0;
 font-color:#ffffff;
 border: 1px solid #ddd;
 background-color:#FFFFFF;
 border-radius:3px;
 margin:0;
 padding:0;
 width:100%;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 }
/*メニューバーの色変更　オワリ*/


/*サイドバー灰色の線*/

#sidebar h4 {
    border-bottom: 2px solid #e7e7e7;
}

/*サイドバー灰色の線　オワリ*/

/*サイト説明を消す*/

#site-description{
    display:none;
}

/*サイト説明を消すオワリ*/





/*h1　記事タイトル　h2　見出し　h3　小見出し　h4番外編　*/


.article h1{
    font-size: 26px !important;
    color: #333333 !important;
    margin: 5px 0px !important; 
    padding: 5px 15px !important;
    border-left: 7px solid #8bbf42 !important;
    border-bottom: 1px solid #cccccc !important;
    background-color: #ffffff !important; 
}



h2 {
    font-size: 18px !important;
    color: #333333 !important;
    margin: 5px 0px !important;
    padding: 5px 15px !important;
    border: 1px solid #cccccc !important;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
/* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(top, #ffffff 0%, #cccccc 100%) !important;
/* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%) !important;
/* Opera */ 
    background-image: -o-linear-gradient(top, #ffffff 0%, #cccccc 100%) !important;
/* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #cccccc)) !important;
/* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #cccccc 100%) !important;
/* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #ffffff 0%, #cccccc 100%) !important;
}



.article h3 {
font-size: 16px !important;
border-left:5px solid #00BFFF;
padding:3px 15px;
border-bottom: 0 none;
}



/*h1　記事タイトル　h2　見出し　h3　小見出し　h4番外編　オワリ*/
/*下線はborder-bottom: 0 noneで消してる*/








/*============================================================
フキダシデザイン 
============================================================*/
.arrow_answer,
.arrow_question {
    position: relative;
    background: #fff;
    border: 1px solid #c8c8c8;
    padding: 20px;
    border-radius: 10px;
    width: 55%;
    float: right;
}
.arrow_question {
    float: left;
}
.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;
                  margin-right; 5px;
                  width: 20%;
}
.answer_image {
    float: right;
    margin-left: 5px;
    width: 20%;
}
.question_Box {
    margin-bottom: 25px;
    overflow: hidden;.arrow_question
}

.answer_image img{ border-radius: 0px; float: right;}
.question_image img { border-radius: 0px;}

@media only screen and (max-width: 767px) {
.arrow_question {
float: right;
}
.arrow_answer {
float: left;
}
}