/*---------------------------------------------------------
Theme Name: stinger3 child theme -room9 custum 005 "KASHIWAMOCHI（かしわもち）"-
Template: stinger3ver20140327
Description: Customize css for stinger3
Auther: Qtaro
Author URI: http://room9.jp
License: MIT
License URI:
Version: 20140426 (for stinger3ver20140327)
---------------------------------------------------------*/
@charset "UTF-8";
@import "../stinger3ver20140327/style.css";

/*-----------------------------
基本設定のカスタマイズ
------------------------------*/
* {
    font-family: Optima,times new roman,Hiragino kaku Gothic ProN,'Meiryo UI','メイリオ',arial,helvetica,osaka,"MS PGothic",sans-serif;
    margin: 0;
    padding: 0;
}
/*-- webフォント読み込み --*/
@font-face {
    font-family: "font-bs";
    font-style: normal;
    font-weight: normal;
    src: url("./font/font-bs.woff") format("woff"), url("./font/font-bs.ttf") format("truetype"), url("./font/font-bs.svg") format("svg");
}
a {
    color: #B63928;
}
body {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
/*-- 背景全画面固定表示用CSS --*/
img.bg {
  height: auto;
  left: 0;
  min-height: 100%;
  min-width: 1024px;
  position: fixed;
  width: 100%;
  z-index: -9999;
}
#container {
    word-wrap: break-word;
}
#container #wrap {
  background: linear-gradient(center top, rgba(0, 0, 0, 0), 
        rgba(0, 0, 0, 0.65) 10%, 
        rgba(0, 0, 0, 0.65));
  background: -moz-linear-gradient(center top, rgba(0, 0, 0, 0), 
        rgba(0, 0, 0, 0.65) 10%, 
        rgba(0, 0, 0, 0.65));
  background: -webkit-gradient(linear, center top, center bottom, from(rgba(0, 0, 0, 0)), 
        color-stop(0.1, rgba(0, 0, 0, 0.65)), 
        to(rgba(0, 0, 0, 0.65)));
  padding-top: 15px;
}
#wrap #wrap-in #main {
  background-color: rgba(255, 255, 255, 0.35);
  border-color: #E3E3E3;
  border-image: none;
  border-radius: 23px;
  border-style: none;
  border-width: medium 1px medium medium;
  padding: 0 15px 35px;
  width: 604px;
}

/*-----------------------------
ヘッダーのカスタマイズ
------------------------------*/
#header-in {
    margin-bottom: 0;
    width: 100%;
}
#container #header #header-in #h-l {
    padding: 0;
}
#container #header #header-in #h-l h1 {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    line-height: 8px;
    margin: 0 auto 5px;
    padding: 5px 35px 5px 0;
    text-align: right;
    text-shadow: 0 0 5px #000000;
    width: 986px;
}
#h-l .descr {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    line-height: 8px;
    margin: 0 auto 5px;
    padding: 5px 35px 5px 0;
    text-align: right;
    text-shadow: 0 0 5px #000000;
    width: 986px;
}
#container #header #header-in #h-l .sitename {
    font-size: 72px;
    line-height: 1.2;
    margin: 15px auto 0;
    padding: 0;
    text-align: left;
    width: 986px;
}
#container #header #header-in #h-l .sitename a {
    color: #FFFFFF;
    font-family: optima,hiragino maru gothic pron;
    letter-spacing: 4px;
    line-height: 2.7;
    padding: 0 15px;
    text-decoration: inherit;
    text-shadow: -1px 3px 9px #000000;
}
#container #header #header-in #h-l .sitename a:before {
   
    border-radius: 120px;
    // box-shadow: 2px 4px 10px -3px #555555;
    content: "";
    display: inline-block;
    font-family: optima;
    height: 200px;
    line-height: 1;
    margin-left: 0;
    margin-right: -245px;
    text-align: center;
    vertical-align: middle;
    width: 200px;
}
#container #header #header-in #h-l .sitename a:hover {
    opacity: 0.5;
}
#container #gazou #gazou-in #headimg {
    margin-bottom: 0;
}
.smanone {
    border-bottom: 0 solid #FFFFFF;
    margin: 0;
}

/*-----------------------------
ナビゲーション（メニュー）のカスタマイズ
------------------------------*/
.smanone #navi-in {
    background: none repeat scroll 0 0 #F8F8F8;
    border-left: medium none;
    border-radius: 50px;
    border-right: medium none;
    box-shadow: 0 5px 8px -7px #555555;
    margin: 0 auto;
    padding: 0 40px;
}
#navi-in li {
  background: linear-gradient(center top, rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.1) 58%, 
        rgba(0, 0, 0, 0.3) 100%);
  background: -moz-linear-gradient(center top, rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.1) 58%, 
        rgba(0, 0, 0, 0.3) 100%);
  background: -webkit-gradient(linear, center top, center bottom, from(rgba(255, 255, 255, 0.1)), 
        color-stop(0.58, rgba(255, 255, 255, 0.1)), 
        to(rgba(0, 0, 0, 0.3)));
    border-left: 2px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    font-size: 14px;
    line-height: 32px;
}
#navi-in li a {
    color: #555555;
}
#navi-in li a:before {
    color: #777777;
    content: "";
    font-family: font-bs;
    font-size: 18px;
    margin-right: 8px;
    text-shadow: -0.5px -0.5px 0 #222222;
}

/*-----------------------------
アーカイブ（一覧表示）のカスタマイズ
------------------------------*/
.entry {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
    border: 1px solid #E3E3E3;
    border-radius: 20px;
    box-shadow: 1px 0 40px -15px;
    margin-bottom: 25px;
    margin-right: 5px;
    margin-top: 15px;
    padding: 15px;
}
.entry .sumbox {
    float: left;
    height: 150px;
    margin: 20px 30px 10px 15px;
    width: 150px;
}
.kizi img, .kizi .wp-caption {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #CCCCCC;
    box-shadow: 0 3px 10px -4px #000000;
    margin-bottom: 20px;
    padding: 1px;
}
.kizi h3.entry-title-ac:before {
    content: "";
}
#container #wrap #wrap-in #main .post .entry .entry-content .dami {
    background: none repeat scroll 0 0 #FDFDFD;
    border: 5px double #CCCCCC;
    color: #777777;
    line-height: 25px;
    margin: 0 0 15px 70px;
    padding: 15px 20px;
}
.post .entry .entry-content {
    float: none;
    margin-top: 0;
    padding-left: 0;
    width: 100%;
}
#container #wrap #wrap-in #main .post .entry .entry-content .motto .more-link {
  background: linear-gradient(280deg, #FEB826, 
        #FF8C00 54%, 
        #FEB826 100%);
  background: -moz-linear-gradient(280deg, #FEB826, 
        #FF8C00 54%, 
        #FEB826 100%);
  background: -webkit-gradient(linear, left top, right bottom, from(#FEB826), 
        color-stop(0.54,#FF8C00), 
        to(#FEB826));
    font-size: 14px;
}
.kizi .entry .entry-content .entry-title-ac {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: 25px;
  font-weight: normal;
  line-height: 30px;
  margin: 0 0 20px;
  min-height: 150px;
  padding: 20px;
  font-size: 20px;
}
.entry-title-ac a {
    color: #333333;
    text-decoration: none;
    text-shadow: 1px 1px 2px #CCCCCC;
}
.entry-content .blog_info.contentsbox {
    margin: 15px;
}
.entry-content .blog_info.contentsbox p {
    color: #666666;
    font-family: optima;
    font-size: 20px;
}
.entry-content .blog_info.contentsbox p:before {
    color: #CB4D35;
    content: "";
    font-family: font-bs;
    font-size: 60px;
    margin-right: 8px;
    text-shadow: 8px 6px 1px #333333;
}
.entry-content .blog_info.contentsbox a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #555555;
    font-size: 12px;
    margin: 2px;
    padding: 3px;
    text-decoration: underline;
    vertical-align: middle;
}
.blog_info.contentsbox p {
  color: #FFFFFF;
  font-size: 12px;
}
p.motto {
    box-shadow: none;
    margin-bottom: 0;
}
.motto a {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 3px;
    box-shadow: 2px 2px 5px -3px #000000;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 2px #555555;
    width: 100%;
}
.motto a:hover {
    display: inline-block;
    opacity: 0.75;
}
.entry-content p.motto {
    margin: 0 0 0 70px;
    text-align: left;
}

/*-----------------------------
ぱんくずのカスタマイズ
------------------------------*/
div#breadcrumb {
  margin-top: 10px;
}
#breadcrumb span {
  color: #fff;
  text-shadow: 0 0 3px #000;
}
/*-----------------------------
コンテンツ（記事）のカスタマイズ
------------------------------*/
.kizi .blogbox {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 18px -10px #000000;
  margin: 0 -40px;
}
.kizi .blogbox p .kdate {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #555555;
  margin-right: 10px;
  padding: 5px;
}
.kdate:before {
  content: "";
  font-family: font-bs;
  font-size: 40px;
  margin: 0 15px 0 25px;
  text-shadow: 0 10px 14px #555555;
}
.post .kizi {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.85);
  border-radius: 5px;
  box-shadow: 0 0 30px -10px #000000;
  padding: 20px;
}
.post blockquote {
  background-color: #F3F3F3;
  background-image: url("images/quote.png");
  background-position: left top;
  background-repeat: no-repeat;
  border-left: 20px solid #E9E9E9;
  margin: 20px 0 20px -35px;
  padding: 70px 20px 20px;
  box-shadow: 3px 3px 3px #ccc;
}
/*-- 見出し --*/
.kizi h2 {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-bottom: 1px solid #3A8FB7;
  border-left: 10px solid #3A8FB7;
  color: #555555;
  font-size: 24px;
  line-height: 30px;
  margin: 20px 0 20px -20px;
  padding: 15px 10px 15px 20px;
}
.kizi h3:before {
  color: #C5C5C5;
  content: "";
  font-family: font-bs;
  font-size: 50px;
  margin: 0 15px 0 0;
  vertical-align: sub;
}
.kizi h3 {
  background-image: none;
  padding: 15px 10px;
}
/*--  関連記事 --*/
.post .kanren {
  background: linear-gradient(left center, rgba(0, 0, 0, 0), 
        rgba(0, 0, 0, 0.8) 50%, 
        rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(left center, rgba(0, 0, 0, 0), 
        rgba(0, 0, 0, 0.8) 50%, 
        rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 0, 0, 0)), 
        color-stop(0.5,rgba(0, 0, 0, 0.8)), 
        to(rgba(0, 0, 0, 0)));
  border-bottom: medium none;
  color: #FFFFFF;
  font-size: 22px;
  margin: 0 -15px;
  padding: 20px 10px;
  text-align: center;
  border: medium none;
}
.sumbox02 #topnews dt {
  padding: 20px;
}
#wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .saisin {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  margin: 0 0 10px;
}
#wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .basui {
    color: #999999;
    line-height: 1.5;
    margin: 10px 0;
}
.sumbox02 #topnews div dl dd a {
  color: #FFFFFF;
  font-weight: bold;
}
#main .post .sumbox02 #topnews div dl dd .motto a {
    background: linear-gradient(280deg, #FEB826, 
        #FF8C00 54%, 
        #FEB826 100%);
  background: -moz-linear-gradient(280deg, #FEB826, 
        #FF8C00 54%, 
        #FEB826 100%);
  background: -webkit-gradient(linear, left top, right bottom, from(#FEB826), 
        color-stop(0.54,#FF8C00), 
        to(#FEB826));
  color: #FFFFFF;
}
#main .post .sumbox02 #topnews div dl dd {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.35);
  border-bottom: medium none;
  margin-bottom: 10px;
  padding: 15px;
}

/*-----------------------------
コメントのカスタマイズ
------------------------------*/
#comments {
  background-color: rgba(255,255,255,0.5);
  border-left: 2px solid #FF8C00;
  margin-left: -15px;
}

/*-----------------------------
PREV NEXT のカスタマイズ
------------------------------*/
.p-navi dl dt {
  float: left;
  font-size: 15px;
  font-weight: bold;
  line-height: 27px;
  width: 65px;
  color: #FFFFFF;
  text-shadow: 0 0 5px #000;
}
.p-navi.clearfix a {
  text-shadow: 0 0 5px #000000;
}
.p-navi dl dt:before {
  content: "";
  float: left;
  font-family: font-bs;
  margin-right: 5px;
}
.p-navi dl dd {
  padding-left: 70px;
}

/*-----------------------------
サイドバーのカスタマイズ
------------------------------*/
#wrap #wrap-in #side {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  padding: 20px 0;
}
#s {
    background: none repeat scroll 0 0 #F6F6F6;
}
.menu_underh2 {
  background: linear-gradient(left center, rgba(0, 0, 0, 0), 
        rgba(0, 0, 0, 0.8) 50%, 
        rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(left center, rgba(0, 0, 0, 0), 
        rgba(0, 0, 0, 0.8) 50%, 
        rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 0, 0, 0)), 
        color-stop(0.5,rgba(0, 0, 0, 0.8)), 
        to(rgba(0, 0, 0, 0)));
  color: #FFFFFF;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 5px;
  margin-top: 25px;
  padding: 5px 0px 5px 0px;
  text-align: center;
}
/*-- サイドバーの見出しアイコンはココ --*/
.menu_underh2:before {
    color: rgba(255, 255, 255, 0.5);
    content: "";
    font-family: font-bs;
    font-weight: bold;
    margin-right: 10px;
}
.menu_underh2:after {
  color: rgba(255, 255, 255, 0.5);
  content: "";
  font-family: font-bs;
  font-weight: bold;
  margin-left: 10px;
}
#container #wrap #wrap-in #side #topnews .motto a {
  background: linear-gradient(280deg, #FEB826, 
        #FF8C00 54%, 
        #FEB826 100%);
  background: -moz-linear-gradient(280deg, #FEB826, 
        #FF8C00 54%, 
        #FEB826 100%);
  background: -webkit-gradient(linear, left top, right bottom, from(#FEB826), 
        color-stop(0.54,#FF8C00), 
        to(#FEB826));
  font-size: 12px;
}
#wrap #wrap-in #side #topnews div dl {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    border: 1px solid #E7E7E7;
    margin-bottom: 15px;
    padding: 10px;
}
.post .sumbox02 #topnews div dl dd .motto {
  color: #666666;
  display: block;
  font-size: 12px;
  margin-left: 440px;
  width: 95px;
}
#topnews p.clear {
    margin: 0 0 -10px;
}
#container #wrap #wrap-in #side #topnews div dl dd p {
    color: #999999;
    line-height: 21px;
    margin-top: 10px;
}
#topnews div dl dd a {
    color: #555555;
    font-weight: normal;
    line-height: 25px;
}
#twibox li ul {
  background: none repeat scroll 0 0 rgba(255,255,255,0.75);
  border-bottom: 0 solid #CCCCCC;
  border-top: 0 solid #CCCCCC;
  box-shadow: none;
  padding: 10px;
}

/*-----------------------------
フッターのカスタマイズ
------------------------------*/
#footer {
    background: none repeat scroll 0 0 #EFEFEF;
}
h3 a {
  color: #B63928;
  text-decoration: none;
}

/*-----------------------------
「ページトップへ戻る」のカスタマイズ
------------------------------*/
#page-top {
    bottom: 0;
}
#page-top a {
  background: linear-gradient(280deg, #FEB826, 
        #FF8C00 54%, 
        #FEB826 100%);
  background: -moz-linear-gradient(280deg, #FEB826, 
        #FF8C00 54%, 
        #FEB826 100%);
  background: -webkit-gradient(linear, left top, right bottom, from(#FEB826), 
        color-stop(0.54,#FF8C00), 
        to(#FEB826));
    border-radius: 15px 15px 0 0;
    height: 15px;
    padding: 10px;
}

/*-----------------------------
追従snsboxのカスタマイズ
------------------------------*/
.sns {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    border: medium none;
    border-radius: 0 4px 4px 0;
}

/*------------------------------
装飾用の枠
-------------------------------*/
.kakomi {
  border: 10px double #cccccc;
  margin-bottom: 15px;
  padding: 5px; 
  background: #ffffff;
}

.midashiA {
  padding: 5px 10px;
  color: #ffffff;
  background: #ffc0cb;
  border-radius: 10px 10px 0 0;
}

.sentenceA {
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ffc0cb;
  background: #ffffff;
  border-radius: 0 0 10px 10px;
}
.waku1 {
	margin-bottom: 15px;
	border-style: solid ;
	border-width: 1px;
	padding: 10px 5px 10px 20px;
	border-color: black;
	color: black;
	background-color: white;
	border-radius: 10px; 
	box-shadow: 5px 5px 5px #AAA;
}
/*------------------------------
RSS用のデザインCSS
-------------------------------*/
.feedArea ul {
    margin: 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.6;
	list-style: none;
}
.feedArea ul li a img {
	vertical-align: middle;
}
.multiFeed {
	overflow: hidden;
}
#feed_1 {
	float: left;
}
#feed_2 {
	float: left;
}
/* PC用 */
#feed_1 {
	background: #FFF;
	width: 966px;
	height:70px;
	padding: 0 10px 0 0;
        margin: 0 5px 5px;
	border: 1px solid #BBB;
	overflow-y: scroll;
	font-size: 13px;
}
#feed_1 ul {
	padding: 5px;
}
/* スマホ用 */
#feed_2 {
	background: #FFF;
	width: 300px;
	height: 70px;
	padding: 0 10px 0 0;
        margin: 0 5px 5px;
	border: 1px solid #BBB;
	overflow-y: scroll;
	font-size: 13px;
}
#feed_2 ul {
	padding: 5px;
}

/*----------------------------------
wp-postviewer
-----------------------------------*/
.sidenews {
  padding: 10px;
  border: 1px solid #CC490E;
  margin-bottom: 10px;
  background: #ffffff;
}
.sidenews dt {
	font-size: 14px;
	color: #1A7AE8;
	margin-bottom: 5px;
	padding-bottom: 5px;
	float: left;
	clear: both;
}
.sidenews dd {
	font-size: 16px;
	padding-left: 120px;
	line-height: 22px;
	font-weight: bold;
	padding-left: 110px;
	padding-bottom: 5px;
	color: #889988;
}
.sidenews dd a {
	color: #333333;
	text-decoration: none;
}
.sidenews dd a:hover {
	color: #900;
	text-decoration: underline;
}
.sidenews p.clear {
margin: 0 0 -10px;
}
/*----------------------------------
newpost-catch
-----------------------------------*/
.sidenews2 {
  padding: 10px;
  border: 1px solid #CC490E;
  margin-bottom: 10px;
  background: #ffffff;
}
.sidenews2 dt {
	font-size: 14px;
	color: #1A7AE8;
	margin-bottom: 5px;
	padding-bottom: 5px;
	float: left;
	clear: both;
}
.sidenews2 dd {
	font-size: 16px;
	padding-left: 120px;
	line-height: 22px;
	font-weight: bold;
	padding-left: 110px;
	padding-bottom: 0px;
	color: #889988;
}
.sidenews2 dd a {
	color: #333333;
	text-decoration: none;
}
.sidenews2 dd a:hover {
	color: #900;
	text-decoration: underline;
}
.sidenews2 p.clear {
margin: 0 0 -10px;
}

