/*---------------------------------------------------------
Theme Name: room9_20140128
Theme URI: http://wp-stinger.com
Description: room9_20140128
Author: enji
Author URI: http://wp-stinger.com
License:
License URI:
Version: room9_20140128
---------------------------------------------------------*/
@charset "UTF-8";

/*-----------------------------
RESET
------------------------------*/

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wp-caption-text{}
.sticky {}
.gallery-caption{}
.bypostauthor {}

img {
  border: none;
  vertical-align: bottom;
}

/*-----------------------------
BASE
------------------------------*/

* {
font-family: verdana,helvetica,arial,hiragino kaku gothic pron,meirio,osaka,"MS PGothic",sans-serif; 

  margin: 0px;
  padding: 0px;
  color: #232323;
}
body {
  background-color: #f3f3f3;
}

#container {
    word-wrap: break-word;
}

p {
  font-size: 15px;
  line-height: 24.5px;
  margin-bottom: 34px;
}

.pcnone{
 display:none;
}

img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
a {
  color: #444444;
  text-decoration: underline;
}


a:hover {
  color: #C03;
}


a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  color:#999;
 
}

/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* IE6 */
* html .clearfix {
  zoom: 1;
}

/* IE7 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* DW */
.clearfix + * {
  clear: both;
}

/*----------------------------
各コンテンツの最大サイズを制限
-----------------------------*/

.entry img, .attachment-150x150 wp-post-image {
  border: 1px dashed #BBBBBB;
  border-radius: 18px;
  box-shadow: 1px 8px 22px -12px #666666;
  height: auto;
  margin-bottom: 20px;
  max-width: 100% !important;
  padding: 7px;
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
.kizi .sumbox img {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1.5px solid #E2E2E2;
  border-radius: 22px;
  height: auto;
  margin-bottom: 20px;
  margin-top: 3px;
  max-width: 100% !important;
  padding: 2px;
}

#footer #footer-in h4 a {
  color: #999999;
  font-size: 12px;
  text-decoration: none;
}


ol li {
     list-style-type: decimal;
     line-height: 28px;
    
}
.post ol {
     padding-left: 40px;
}

.hottai a {
  color: #333;
  text-decoration: none;
}

.sidead{
text-align:center;}

/*引用*/
.post blockquote {
  background-color: #F4F4F4;
  background-image: url("images/quote.png");
  background-position: left top;
  background-repeat: no-repeat;
  border-left: 0 solid #999999;
  margin: 10px 0px 35px 25px;
  padding: 70px 20px 20px 40px;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.s {
  font-size: 50%;
}

.ss {
  font-size: 70%;
}

.l {
     font-size: 150%;
     line-height: 130%;
}

.ll {
     font-size: 200%;
     line-height: 120%;
}

.b {
  font-weight: bold;
}

img.alignright {
    display: block;
    margin: 0 0 0 auto;
}

img.alignleft {
    display: block;
    margin: 0 auto 0 0;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}

img.float-left {
    float: left;
}

img.float-right {
    float: right;
}

.wp-caption {
    text-align: center;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*-----------------------------
基本のhタグ
------------------------------*/

/*ブログタイトル*/

#container #header #header-in #h-l .sitename {
  color: #FFFFFF;
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 5px;
  margin-right: 30px;
  width: 280px;
}
#container #header #header-in #h-l .sitename a {
  color: #4D4D4D;
  font-family: Verdana;
  font-size: 190%;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 2.3;
  padding: 5px;
  text-decoration: none;
  text-shadow: 1px 1.5px 3px #AAAAAA;
  transition: all 0.75s ease 0s;
  white-space: pre-line;
  width: 280px;
  -webkit-transition: 0.75s ease;
  -moz-transition: 0.75s ease;
  -o-transition: 0.75s ease;
}


#container #header #header-in #h-l .sitename a:hover {
/*--
  text-shadow: 0px 0px 8px #ffffff,
               150px 60px 115px #ff0000,
               -135px 30px 90px #0000ff,
               -60px 60px 80px #008000,
               10px 90px 120px #ffc0cb,
               30px -25px 85px #ff0000,
               20px 130px 95px #0000ff,
               170px -85px 85px #008000,
               -230px -75px 120px #ffc0cb;
--*/
  opacity:0.75;
  text-shadow: 0px 0px 8px #999999;
}


/*ブログタイトル下の文*/

#container #header #header-in #h-l h1 {
  color: #777777;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  padding: 6px 5px;
  width: 600px;
}

#header #header-in #h-l h1 a {
  color: #FFF;
  text-decoration: none;
}


#h-l .descr {
  color: #777777;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  padding: 6px 5px;
  width: 600px;
  margin-bottom: 0px;
}


/*記事タイトル*/

.entry-title {
  color: #434343;
  font-size: 26px;
  line-height: 37px;
  margin-bottom: 10px;
}
.entry .entry-content .entry-title a:hover {
  text-decoration: underline;
}
.entry-title a {
  color: #333;
  text-decoration: none;
}


/*アーカイブタイトル*/

.entry-title-ac {
  font-size: 24px;
}

.entry .entry-title-ac a {
  color: #333;
  text-decoration: none;
}

/*中見出し*/

h2 {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.25);
    border-left: 10px solid rgba(0, 0, 0, 0.25);
    color: #333333;
    font-size: 24px;
    line-height: 30px;
    margin: 20px 0 20px -40px;
    padding: 5px 10px 5px 35px;
}

#wrap-in {
  margin-top: 5px;
}

#wrap #wrap-in #main .post .ama3 {
     font-size: 18px;
     padding-top: 5px;
     padding-right: 10px;
     padding-bottom: 5px;
     padding-left: 35px;
     border-left-width: 5px;
     border-left-style: solid;
     border-left-color: #FF9900;
     color: #333;
     line-height: 30px;
     margin-top: 20px;
     margin-right: 0px;
     margin-bottom: 30px;
     margin-left: -40px;
}


/*小見出し*/

.post h3:before {
  background: none repeat scroll 0 0 #1E88A8;
  border-radius: 18px;
  color: #FFFFFF;
  content: "j";
  display: inline-block;
  float: left;
  font-family: tgohan;
  font-weight: normal;
  margin: -4px 14px 2px 0;
  padding: 2px 9px;
  vertical-align: middle;
}
.post h3 {
  border-bottom: 1.5px solid #DCDCDC;
  color: #D28900;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 18px;
  margin-left: 0;
  margin-top: 42px;
  padding: 8px 12px;
}
h3 a {
  color: #333;
  text-decoration: none;
}

h3 a:hover {
  color: #BF4135;
}
.sample-site h3 {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  box-shadow: none;
  margin-top: 0;
}

.post h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 5px;
  padding: 5px;
}
.post .kizi h4 {
  border-bottom: 0 solid #DDDDDD;
  border-left: 3px solid #DDDDDD;
  color: #555555;
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 39px;
  padding: 6px 20px;
}

.side h4 {
     font-size: 16px;
     font-weight: bold;
     padding: 10px;
     margin-bottom: 20px;
     line-height: 28px;
}




/*-----------------------------
ページナビ
------------------------------*/

.pagination {
  clear: both;
  position: relative;
  font-size: 11px;
  line-height: 13px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
}

.pagination span, .post .pagination a {
  background: none repeat scroll 0 0 #E76747;
  border: 1px double #E76747;
  color: #ffffff;
  display: block;
  float: left;
  font-size: 145%;
  margin: 2px 4px 2px 0;
  padding: 13px;
  text-decoration: none;
  width: auto;
  border-radius: 3px;
}
.pagination span {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #999999;
  border: none;
}

.post .pagination a:hover {
  color: #E76747;
  background: #FFFFFF;
}

.pagination .current {
  background-color: #CCCCCC;
  border: 1px solid #cccccc;
  color: #FFFFFF;
  padding: 13px;
}

/*-----------------------------
基本構造
------------------------------*/

#header-in, #wrap-in, #navi-in, #footer-in, #gazou-in {
     width: 1046px;
     margin-right: auto;
     margin-left: auto;
}

#wrap #wrap-in #side {
     float: right;
     width: 336px;
}

#wrap #wrap-in #main {
  background-color: rgba(255, 255, 255, 0.996);
  border: 0px solid #E7E7E7;
  border-radius: 23px;
  box-shadow: none;
  float: left;
  margin-top: 5px;
  padding: 10px 35px;
  width: 620px;
}

#footer-in {
  text-align: center;
  color: #ddd;
  padding: 2px;
}

#respond h3 {
    border-bottom: 3px dotted #FFFFFF;
    font-size: 16px;
    border-left: 0 none;
}

#container #wrap #wrap-in #side #side-in #search #searchform #s {
  width: 150px;
}

.p-navi p {
  font-weight: bold;
}

.sumbox {
  float: left;
  height: 150px;
  width: 150px;
}

.post .entry .entry-content {
  float: right;
  min-height: 200px;
  padding-left: 20px;
  width: 415px;
}

.entry {
  border-bottom: 4px solid #F0F0F0;
  margin-bottom: 18px;
  padding-top: 10px;
}

.entry .sumbox {
  float: left;
  height: 150px;
  width: 150px;
}


.entry-content .blog_info.contentsbox ul {
  margin-bottom: 20px;
}

.blog_info.contentsbox ul li {
  float: left;
  margin-right: 5px;
  font-size: 12px;
}

.more-link {
  font-size: 14px;
  color: #5484C8;
  text-decoration: underline;
}

.blog_info.contentsbox ul a {
  color: #666;
}


/*---------------
サイド
--------------*/

#side #side-in ul li {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 10px;
}

#side #side-in ul {
  padding: 10px;
  margin-bottom: 20px;
}

#side #side-in {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #f3f3f3;
  margin-top: 10px;
}

#side-in ul li a:hover {
  color: #3279BB;
}

#side ul li {
     font-size: 14px;
     line-height: 25px;
     margin-bottom: 10px;
     margin-top: -5px;
     padding-left: 20px;
}


/*サイドの各タイトル見出し*/

.menu_underh2 {
  border-bottom: 1px solid #DDDDDD;
  color: #444444;
  font-size: 135%;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 5px 5px 10px 8px;
}

#container #header #header-in #h-l {
  float: left;
  padding: 3px 0;
  width: 100%;
}

#container #wrap {
  background: none;
  padding-bottom: 55px;
  padding-top: 5px;
}

#container #wrap #wrap-in #side #ad1 div ul li h2 {
     border-left-width: 1px;
     border-left-style: dotted;
     border-left-color: #666;
     margin-left: 0px;
     text-align: left;
     font-size: 16px;
}
#container #wrap #wrap-in #side #ad1 div ul li .textwidget a img {
     padding: 5px;
}
#container #wrap #wrap-in #side h2 {
     border-left-width: 1px;
     border-left-style: dotted;
     border-left-color: #666;
     margin-left: 0px;
     text-align: left;
}

#container #wrap #wrap-in #side ul li h2 {
     padding-left: 20px;
     margin-top: 20px;
     margin-bottom: 20px;
}
#container #wrap #wrap-in #side #twibox ul li {
     padding: 0px;
}
#container #wrap #wrap-in #side #twibox ul li li {
  display: inline-block;
  margin-bottom: 20px;
  margin-left: 10px;
}
#container #wrap #wrap-in #side #twibox ul li h2 {
     font-size: 16px;

}
#container #wrap #wrap-in #side #tagbox {
     padding: 10px;
}
#container #wrap #wrap-in #side #acbox {
     padding-left: 20px;
}

/*-----------------------------
SNS
------------------------------*/


.sns {
  background: none repeat scroll 0 0 rgba(240, 240, 240, 0.25);
  border: 0 solid rgba(250, 250, 250, 0.1);
  border-radius: 0 12px 12px 0;
  bottom: 15px;
  box-shadow: 0 0 8px -4px #FFFFFF;
  margin: 0 0 0 -90px;
  padding: 0 0 0 5px;
  position: fixed;
  text-align: center;
  transition: margin 0.15s ease-out 0s;
  -moz-transition: margin 0.15s ease-out 0s;
  -webkit-transition: margin 0.15s ease-out 0s;
  display: none;
}
/*-- width:958px以下用 --*/  
@media screen and (max-width: 1150px) {
  .sns  {
    display: none;
  }
}
.sns li {
    margin:5px 0;
}
.sns h3 {
    margin-left:7px;
    padding:0;
    color:#dddddd;
    line-height:120%;
    font-size:18px;
    font-weight:bold;
}

/*----------SNS0515----------*/


.sns .snsb li {
     float: left;
     margin-right: 6px;
     list-style-type: none;

}


.snsb li {
     float: left;
     margin-right: 8px;
     list-style-type: none;

}


 .post #snsbox03 .sns03 .snsb.clearfix {
     padding-top: 20px;
     padding-right: 0px;
     padding-bottom: 20px;
     padding-left: 0px;
}

/*-----------------------------
ページTOP
------------------------------*/

#page-top {
  bottom: 4px;
  font-size: 12px;
  position: fixed;
  right: 4px;
}

#page-top a {
  background: none repeat scroll 0 0 rgba(70, 19, 12, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #FFFFFF;
  display: block;
  padding: 12px 6px;
  text-align: center;
  text-decoration: none;
  width: 80px;
}

#page-top a:hover {
  text-decoration: none;
  background: #d6cdc0;
  color: #665e53;
}

/*-----------------------------
BASE
------------------------------*/


.sum {
  float: left;
  width: 100px;
}

.sumbun {
  float: left;
  width: 430px;
  padding-left: 20px;
}

.sumbox02 {
  margin-bottom: 20px;
}
.post .kanren:before {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 0 35px 0 0;
  color: #666666;
  content: "s";
  display: inline-block;
  font-family: tgohan;
  font-size: 195%;
  margin: 0 15px 0 0;
  padding: 20px 5px 10px;
}
.post .news:before {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 0 35px 0 0;
  color: #666666;
  content: "j";
  display: inline-block;
  font-family: tgohan;
  font-size: 195%;
  margin: 0 15px 0 0;
  padding: 20px 5px 10px;
}
.post .kanren {
  background-color: #FFFFFF;
  border-bottom: 1px solid #CCCCCC;
  color: #555555;
  font-size: 19px;
  font-weight: bold;
  line-height: 35px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-top: 10px;
  padding: 5px 10px 0;
}
.post .news {
  background-color: #FFFFFF;
  border-bottom: 1px solid #CCCCCC;
  color: #555555;
  font-size: 19px;
  font-weight: bold;
  line-height: 35px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-top: 10px;
  padding: 5px 10px 0;
}

.sumbun .entry-title {
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  background-color: #FFF;
}

.sumbun p {
  font-size: 13px;
  line-height: 24px;
}


/* サイドバーのaffix */
div.affix {
  position: fixed;
  width: 250px;
  bottom: 30px;
}

.center-ad {
  text-align: center;
  padding: 20px;
}

#side #side-in ul li a:hover {
  color: #C00;
  text-decoration: underline;
}



.hottai {
  font-size: 20px;
margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 20px;
  border-left-width: 1px;
  border-left-style: dotted;
  border-left-color: #333;
  color: #333;
  line-height: 30px;
}


.post ul li {
  font-size: 15px;
  line-height: 28px;
}

.post ul {
  background: none repeat scroll 0 0 #F8F8F8;
  border: 1px solid #EEEEEE;
  list-style-type: square;
  margin-bottom: 25px;
  padding: 12px 30px;
}

.post .blog_info.contentsbox .clearfix {
  list-style-type: none;
}

.sumbun .entry-title a:hover {
  color: #C00;
}

#footer #footer-in h4 {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

#container #wrap #wrap-in #main .post .entry .entry-content .entry-title-ac {
  background-color: #FFFFFF;
  border-style: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 8px;
  padding: 0;
  line-height: 26px;
}

#gazou-in {
  padding-top: 0px;
}



.postdatemo {
  margin: 0px;
  padding: 0px;
}

.blog_info.contentsbox .clearfix {
  margin: 0px;
  padding: 0px;
}



#container #header #header-in #h-r {
  float: right;
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: right;
  padding-right: 10px;
}

/*----------------------------
アコーディオン
------------------------------*/

.acordion_tree li {
  float: left;
  font-size: 13px;
  padding-left: 10px;
  display: inline;
  padding-right: 10px;
  border-left-width: 1px;
  border-left-style: dotted;
  border-left-color: #CCC;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.acordion_tree li a {
  float: left;
  color: #333;
  text-decoration: none;
}

.menu-navigation-container {
  overflow: hidden;
}

.acordion_tree li a:hover {
  text-decoration: underline;
}





.left-ad {
  padding: 20px;
}




#h-r #search {
  padding-left: 30px;
}

.p-navi p {
  font-weight: bold;
}

/*-------
comment
-------------*/
#comments p a {
  color: #999;
}

#comments p {
  font-size: 12px;
  font-weight:normal;
  line-height: 17px;
}

#comments label {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 12px 12px 0 0;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    padding: 2px 10px;
    width: 50px;
}

.metadata dd a {
  color: #999;
}

.metadata {
  font-size: 13px;
  line-height: 20px;
}


#comments {
    border: 3px solid #EEEEEE;
    border-radius: 10px 10px 10px 10px;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-left: -40px;
    padding: 10px 20px 10px 50px;
}

.comment-body {
  padding: 10px;
  margin-bottom: 20px;
}

.fn {
  font-style: normal;
  font-size: 13px;
}

.says {
  font-size: 13px;
}

.commentmetadata {
  font-size: 12px;
  padding: 5px;
}

.reply {
  padding: 5px;
  font-size: 13px;
}
#comments #respond {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  color: #666;
}

#comments #commentform .tags {
  padding: 10px;
  background-color: #f3f3f3;
  font-size: 13px;
}
#comments {
  padding-top: 20px;
}
/*---*/
.blog_info.contentsbox p {
  color: #666666;
  font-size: 12px;
  margin-bottom: 15px;
}
.codebox{background:#f2ffd7;}#container #wrap #wrap-in #main .post .no2 {
     padding: 0px;
     border-top-style: none;
     border-right-style: none;
     border-bottom-style: none;
     border-left-style: none;
     color: #207599;
}
#container #wrap #wrap-in #main .post .no2 .no {
     margin-right: 10px;
     background-color: #207599;
     padding-top: 3px;
     padding-right: 10px;
     padding-bottom: 3px;
     padding-left: 10px;
     color: #FFF;
}
.huto {
     font-weight: bold;
}
.hutoaka {
     font-weight: bold;
color:#ff0000;
}

/*------------news---------*/

#topnews dt {
  clear: both;
  color: #1A7AE8;
  float: left;
  font-size: 14px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

#topnews dt {
     color: #66A512;
}


#side #topnews dd {
     font-size: 14px;
     padding-left: 120px;
     line-height: 20px;
     font-weight: bold;
     padding-left: 70px;
     padding-bottom: 5px;
     color: #666666;
}

#topnews div dl dd a {
     color: #444444;
     text-decoration: none;
}

#topnews .reaction div {
  background: none repeat scroll 0 0 #FCF9A0;
  margin-bottom: 10px;
  margin-top: -2px;
  padding: 2px 8px;
}

/*-------------------------*/
#topnews div dl {
  clear: both;
  box-shadow: 0 8px 18px -22px #555555;
}
#container #wrap #wrap-in #side #topnews div dl dd a:hover {
     color: #900;
     text-decoration: underline;
}
#wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .saisin {
     margin: 0px;
     padding: 0px;
}
#wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .basui {
  color: #999999;
  font-size: 12px;
  font-weight: normal;
  margin: 8px 0 8px;
  line-height: 1.7;
}
#wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .basui a {
     color: #06C;
     text-decoration: underline;
     font-weight: bold;
}

#wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .basui a:hover {
     color: #900;
}
#footer #footer-in #gadf {
     padding: 5px;
}
table tr td {
  background: none repeat scroll 0 0 #f8f8f8;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  padding: 25px;
  text-shadow: 0 0 10px #fff;
}
#main .post .about table {
  color: #333333;
  padding: 50px 3px;
  width: 100%;
}

.shadow
{
  position: relative;
}
.shadow:before, .shadow:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:500px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.shadow:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);

  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

#container #wrap #wrap-in #main .post .nob tr td {
     border-top-style: none;
     border-right-style: none;
     border-bottom-style: none;
     border-left-style: none;
text-align: left;
     vertical-align: top;
     padding: 5px;
}
#container #wrap #wrap-in #main .post .nob {
     border-top-style: none;
     border-right-style: none;
     border-bottom-style: none;
     border-left-style: none;
margin-bottom:10px;
}
#container #wrap #wrap-in #main .post #comments #commentlist img {
     padding: 10px;
}


/*---------------------
ナビゲーション
-----------------------*/

#navi-in li {
  border-right: 0 solid #E7E7E7;
  display: inline;
  float: left;
  font-size: 13px;
  margin: 0;
  padding: 0;
  position: relative;
}

#navi-in li li {
float: left;
     font-size: 13px;
     padding-left: 10px;
     display: inline;
     padding-right: 10px;
     padding-top: 5px;
     padding-bottom: 5px;
border: none;

}

#navi-in li a {
  background: none repeat scroll 0 0 #FFFFFF;
  border-right: 1px solid #EEEEEE;
  color: #555555;
  float: left;
  height: 40px;
  line-height: 1.6;
  max-width: 100px;
  padding: 14px 10px;
  text-decoration: none;
}

.menu-navigation-container {
  overflow: hidden;
}

#navi-in li a:hover {
  text-decoration: underline;
}

/*------------------------*/
#container #wrap #wrap-in #side #topnews .motto {
     clear: both;
    
}
.motto a {
  background-color: #E76747;
  border-radius: 4px;
  color: #FFFFFF !important;
  display: block;
  font-weight: normal;
  padding: 2px 1px;
  text-align: center;
  text-decoration: none;
  width: 90px;
}
 .motto a:hover {
     text-decoration: none;
     text-align: center;
     display: block;
     opacity: 0.5;
}
#container #gazou #gazou-in #headimg {
     margin-bottom: 10px;
}
#container #wrap #wrap-in #side ul li ul li {
     font-size: 14px;
     line-height: 25px;
     padding-left: 20px;
}

/*-----------------------------
検索フォーム
-----------------------------*/

#container #wrap #wrap-in #search {
     padding-top: 6px;
     padding-bottom: 20px;
}

#s {
  background: none repeat scroll 0 0 #F3F3F3;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 0 20px -20px #999999;
  color: #333333;
  font-size: 14px;
  height: 25px;
  margin-right: 10px;
  padding: 4px 10px;
  width: 314px;
}

#searchsubmit {
  border-radius: 0 0 0 0;
  left: 304px;
  position: absolute;
  top: 5px;
}
#searchsubmit:hover {
  opacity:0.35;
}
*:first-child + html #searchsubmit    { 
    top: 1px; 
} 


#container #wrap #wrap-in #side #search #searchform {
     position: relative;
}


/*------------------*/



#container #wrap #wrap-in #side #ad1 div ul li .textwidget {
     width: 100%;
}
#container #wrap #wrap-in #side #ad1 div ul li {
     padding: 0px;
}
#footer #footer-in .stinger a {
     color: #E76747;
     text-decoration: none;
     padding: 0px;
     margin: 0px;
}
#footer #footer-in .stinger {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  color: #FFFFFF;
  display: inline-block;
  font-family: 'Comic Sans MS';
  font-size: 85%;
  margin: 10px 0 3px;
  padding: 9px 22px;
}
#container #wrap #wrap-in #side #snsbox02 {
     padding-top: 20px;
}
#container #wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .basui .motto a {
     font-weight: normal;
     text-decoration: none;
     font-size: 12px;
     color: #666666;
}
#container #wrap #wrap-in #main .post .entry .entry-content .motto .more-link {
     font-size: 12px;
}
#container #wrap #wrap-in #side #topnews .motto a {
     font-size: 12px;
}


#container #wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .basui .motto a:hover {
     color: #FFF;
}
#container #wrap #wrap-in #side #topnews div dl dd p {
  font-size: 10px;
  font-weight: normal;
  line-height: 15px;
  margin: 4px 0 0;
}
#container #wrap #wrap-in #main .post .entry .entry-content .dami {
     margin-top: -10px;
}

/*---------------------------------
関連記事とか
--------------------------------*/


#main .post .sumbox02 #topnews div dl dd {
  padding-bottom: 1px;
  padding-left: 130px;
}
.post .sumbox02 #topnews div dl dd .motto {
  color: #666666;
  font-size: 12px;
  margin-bottom: 0;
  margin-top: -28px;
}
#main .post .sumbox02 #topnews div dl dd .motto a {
  color: #ffffff;
  margin-bottom: 30px;
}
#wrap #wrap-in #side #topnews div dl {
     padding-bottom: 0px;
}
#container #wrap #wrap-in #main .post .ama3 {
     background-color: #FFF;
}


/*------------
googleぱんクズ
--------------*/
.kuzu {
  font-size: 13px;
  padding-bottom: 15px;
}

.kuzu a {
  color: #666;
  text-decoration: none;
}


div#breadcrumb {
padding:0 0 0px;
margin:0 0 5px;

clear:both;
}
div#breadcrumb a {
font-color:#ccc
}
div#breadcrumb div {
display: inline;
font-size:13px;
}
#breadcrumb div a {
     color: #666;
     text-decoration: none;
}

/*-------------------------------------
カレンダー
------------------------------------*/

#wp-calendar {
     border-collapse: collapse;
     border-top-width: 1px;
     border-right-width: 1px;
     border-top-style: solid;
     border-right-style: solid;
     border-top-color: #999;
     border-right-color: #999;
     width: 250px;
     margin-left: 35px;
}
#wp-calendar thead tr th {
     border-bottom-width: 1px;
     border-left-width: 1px;
     border-bottom-style: solid;
     border-left-style: solid;
     border-bottom-color: #999;
     border-left-color: #999;
}
#wp-calendar td {
     text-align: center;
     padding: 0px;

}
#wp-calendar caption {
     font-weight: bold;
     text-align: left;
}
#wp-calendar tbody tr #today {
     background-color: #CCC;
}
#container .smanone {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #E7E7E7;
  border-top: 1px solid #E7E7E7;
  box-shadow: 0 20px 15px -17px #EEEEEE;
  margin-bottom: 0;
}
@font-face {
  font-family: 'tgohan';
  src: url('./font/tgohan.eot');
  src: url('./font/tgohan.woff') format('woff'),
       url('./font/tgohan.ttf') format('truetype'),
       url('./font/tgohan.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'font-sns';
  src: url('./font/font-sns.eot');
  src: url('./font/font-sns.woff') format('woff'),
       url('./font/font-sns.ttf') format('truetype'),
       url('./font/font-sns.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
#topnews .motto > a {

}
#footer {
  background: none repeat scroll 0 0 #20130C;
  border-top: 1px solid #999999;
  margin-top: 0px;
  padding-top: 3px;
}
.blog_info.contentsbox a {
    border-bottom: 1px dashed;
    color: #555555;
    padding: 2px 3px;
    text-decoration: none;
}
.blog_info.contentsbox a:hover {
    opacity:0.5;
}
.tagcloud a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  color: #FFFFFF;
  display: inline-block;
  margin: 3px 0;
  padding: 4px 14px;
  text-decoration: none;
  vertical-align: bottom;
}
.tagcloud a:hover {
    opacity:0.5; 
}
.blog_info.contentsbox p:before {
  color: #666666;
  content: "j";
  display: inline-block;
  font-family: tgohan;
  font-size: 20px;
  margin-right: 3px;
  text-shadow: 3px 1.5px 0px #ddd;
}
.content-about-auther .clearfix .auther {
  border: 1px solid #999999;
  border-radius: 90px 90px 90px 90px;
  float: left;
  height: 165px;
  padding: 3px;
  width: 165px;
  box-shadow: 0 0 5px 0px #999;
}
.content-about-auther .clearfix .prof {
    margin-left: 205px;
}
th {
  background: none repeat scroll 0 0 #E76747;
  min-width: 80px;
  padding: 7px 12px;
  color: #fff;
}
.smanone #navi-in {
  background: none repeat scroll 0 0 #FFFFFF;
  border-bottom: 1px solid #E7E7E7;
  border-left: 1px solid #E7E7E7;
  border-top: 1px solid #E7E7E7;
  margin: -1px auto;
  padding: 0;
}
.attachment-thumb100.wp-post-image {
  border-radius: 5px 5px 5px 5px;
  height: 50px;
  width: 50px;
  box-shadow: 2px 2px 3px #999;
}
#twibox a {
  color: #777777;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
}
#twibox a:hover {
    color: #E76747;
}
p.copy {
  margin-bottom: 2px;
  color: #fff;
  font-size: 13px;
  margin-top: 3px;
}
ol.commets-list li {
  list-style-type: none;
}
.attachment-thumb110.wp-post-image {
  border: 1px dashed #CCCCCC;
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 10px;
}
p.dami {
  color: #777777;
  font-size: 11px;
  line-height: 20px;
  margin-bottom: 10px;
}
.post h2 {
    border-color: #999999 #DADADA #DA673D #DA673D;
    border-style: none none solid solid;
    border-width: 0 0 0 8px;
    color: #444444;
    font-size: 25px;
    line-height: 35px;
    margin: 45px 0 25px;
    padding: 15px 0 15px 25px;
}
.post h2.add {
  background: none repeat scroll 0 0 #E76747;
  border-color: #999999 #999999 #E76747 #D75737;
  color: #FFFFFF;
}
.textwidget .auther {
  font-size: 0.8rem;
  height: 115px;
  line-height: 1.6;
  margin-bottom: -15px;
}
.textwidget .auther img {
  border: 1px solid #999999;
  border-radius: 75px 75px 75px 75px;
  box-shadow: 0 0 3px #999999;
  float: left;
  height: 106px;
  margin-right: 25px;
  padding: 2px;
  width: 105px;
}
#twibox .auther a {
  font-size: 100%;
  font-weight: bold;
  text-decoration: underline;
}
#topnews p.clear {
  margin-bottom: 5px;
}
img.size-full {
  border: 1px solid #D7D7D7;
  border-radius: 0;
  box-shadow: 0 0 6px -3px #EEEEEE;
  height: auto;
  max-width: 100% !important;
  margin: 10px 0;
}
.sumbox02 #topnews div dl:after {
  clear: both;
  content: "";
  display: block;
  margin-bottom: 20px;
}
img.attachment-thumb250.wp-post-image {
  border: 1px dashed #CCCCCC;
  border-radius: 65px;
  box-shadow: 3px 5px 5px -4px #999999;
  color: #555555;
  height: 100px;
  margin-bottom: 10px;
  padding: 3px;
  width: 100px;
}
.reaction {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: none repeat scroll 0 0 #f2f2f2;
  border-radius: 7px;
  color: #ABABAB;
  font-family: helvetica;
  font-size: 11px;
  height: 28px;
  line-height: 0.6;
  margin-bottom: -28px;
  margin-right: 5px;
  margin-top: 0;
  padding: 5px 14px;
  text-align: right;
  width: 100%;
}
.reaction div {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 2px;
  color: #999999;
  display: inline-block;
  font-size: 13px;
  line-height: 1.4;
  margin: -2px 5px;
  padding: 1.5px 3px;
  text-decoration: blink;
}
.sumbox02 .reaction {
}
.kizi > table {
  margin: 10px 0;
}
span.success {
  background: none repeat scroll 0 0 #FFFFFF;
  color: #E66346;
  font-size: 80%;
  margin-left: 15px;
}
span.playing {
  background: none repeat scroll 0 0 #E66346;
  color: #FFFFFF;
  font-size: 80%;
  margin-left: 15px;
}

.kaerebalink-box {
  border: 1px solid #DEDEDE;
  margin: 0 0 40px;
  padding: 20px;
}
.kizi .kaerebalink-box img {
  border-radius: 0;
}
.kizi strong {
  font-size: 100%;
}
.sample-site {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: none repeat scroll 0 0 #F7F7F7;
  border: 1px solid #CCCCCC;
  display: inline-block;
  margin-bottom: 28px;
  width: 100%;
}
.sample-site a img {
  background: none repeat scroll 0 0 #FFFFFF;
  display: inline-block;
  float: left;
  height: 190px;
  margin: 20px 25px;
  width: 190px;
}
.sample-site > h4 {
  display: inline-block;
  padding: 20px 10px;
  vertical-align: top;
  width: 280px;
}
.wp-caption-text {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 12px;
  line-height: 0;
  margin-bottom: 20px;
  color: #777;
}
.kizi02 #twibox {
  margin-top: 20px;
}
#side ul {
  margin-bottom: 30px;
}
.success > a {
  color: #FF0000;
  font-weight: bold;
}
.twitter-follow-button.twitter-follow-button {
  margin-top: 9px;
}
.feed {
  background: none repeat scroll 0 0 #F2F2F2;
  border-radius: 5px;
  color: #6E6E6E;
  margin: 32px 0 -25px;
  padding: 2px;
}
.feed a {
  line-height: 2;
  margin: 0 0 0 12px;
  vertical-align: text-top;
}
#footer-in h3 {
  background: none repeat scroll 0 0 #20130C;
  border: 1px double #444444;
  border-radius: 10px;
  box-shadow: 0 0 8px -2px rgba(255, 255, 255, 0.4);
  font-size: 90%;
  line-height: 2;
  margin-bottom: 15px;
  margin-top: -43px;
  padding: 10px 35px;
}
#footer-in h3 a{
   color: #FFFFFF;
}
#footer-in h3:after {
  color: #FFFFFF;
  content: " - room9 -";
}
.sample-site a {
  color: #0000FF;
  font-size: 90%;
}
.post a {
  color: #0070C5;
}
.post a:hover {
  color: #E76747;
}
.p-navi a {
  color: #E76747;
}
.post a.flickr {
  background: none repeat scroll 0 0 #EEEEEE;
  color: #777777;
  font-size: 70%;
}
strong.big {
  font-size: 370%;
  line-height: 1.4;
}
#advent_banner img {
  margin: -6px 0 25px 0;
}
p.point {
  background: none repeat scroll 0 0 #FCF9A0;
  font-weight: bold;
  margin: -25px 0 30px;
  padding: 20px 15px;
  text-align: center;
}
.index h2 {
  background: none repeat scroll 0 0 #999999;
  border: 0 solid #999999;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 7px 11px -7px #999999;
  color: #FFFFFF;
  line-height: 1;
  margin: 0;
  text-align: center;
}
.index ul {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #DDDDDD;
  padding: 35px 50px;
}
.index ul li {
  font-size: 17px;
  line-height: 31px;
  list-style: decimal outside none;
}
.index ul ul {
  border: medium none;
  margin: 0;
  padding: 0 25px;
}
.index ul ul li {
  list-style: square;
}
.point {
  background: none repeat scroll 0 0 #FCF9A0;
  padding: 20px;
  margin-bottom: 20px;
}
.textwidget .point {
  padding: 0px;
  margin-bottom: 0px;
}
.dl {
  background: url("./images/Download-256_60px.png") no-repeat scroll 21px 26px rgba(0, 0, 0, 0);
  border: 1px solid #DDDDDD;
  border-radius: 0;
  box-shadow: 0 5px 15px -11px #999999;
  margin-bottom: 20px;
  padding: 45px 100px;
}
.code {
  background: none repeat scroll 0 0 #FDFDFD;
  border: 1px solid #eee;
  box-shadow: 0 10px 10px -10px;
  margin: 30px;
  padding: 20px 30px;
}
.index {
  margin: 40px 0 55px;
}
.sns03 ul.snsb.clearfix {
  background: #fbfbfb;
}
.kizi strong.mid {
  font-size: 135%;
}
.post a.inactive {
  color: #FFFFFF;
}
img.white {
  border: none;
}
.ad_head {
    background: none repeat scroll 0 0 #F2F2F2;
    border-radius: 3px;
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
}
#twibox a.facebook {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: none repeat scroll 0 0 #FFFFFF;
  color: #346890;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  width: 100%;
  box-shadow: 0px 1px 7px -2px #CBCBCB;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 3px;
  border: 1px solid;
}
#twibox a.facebook:after {
  color: #346890;
  content: "f";
  float: right;
  font-family: font-sns;
  font-size: 100px;
  line-height: 70px;
  overflow: hidden;
  text-align: center;
  width: 120px;
}
#twibox a.google_plus {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: none repeat scroll 0 0 #FFFFFF;
  color: #D15344;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  width: 100%;
  box-shadow: 0px 1px 7px -2px #CBCBCB;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 3px;
  border: 1px solid;
}
#twibox a.google_plus:after {
  color: #D15344;
  content: "g";
  float: right;
  font-family: font-sns;
  font-size: 100px;
  line-height: 70px;
  overflow: hidden;
  text-align: center;
  width: 120px;
}
#twibox a.twitter {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 3px;
  box-shadow: 0px 1px 7px -2px #CBCBCB;
  color: #02A4E5;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 0 20px;
  width: 100%;
  border: 1px solid;
}
#twibox a.twitter:after {
  color: #02A4E5;
  content: "t";
  float: right;
  font-family: font-sns;
  font-size: 100px;
  line-height: 70px;
  overflow: hidden;
  text-align: center;
  width: 120px;
}
#twibox a.twitter:hover {
  opacity: 0.5;
}
#twibox a.facebook:hover {
  opacity: 0.5;
}
#twibox a.google_plus:hover {
  opacity: 0.5;
}
.post a.share {
  background: url("images/list05-08.png") no-repeat scroll 7px 11px rgba(0, 0, 0, 0);
  display: inline-block;
  padding-left: 20px;
}
#ad1 li.pp {
  display: block;
  margin-bottom: 15px;
  margin-left: 95px;
  min-height: 90px;
  text-align: left;
}
#ad1 .wpp-thumbnail {
  margin-left: -95px;
}
table.thin tr td {
  font-weight: normal;
  line-height: 1;
  padding: 10px 0px;
  text-align: center;
}
.post h4.ranking:before {
  color: #9ACD32;
  content: "a";
  font-family: tgohan;
  font-size: 150%;
  padding: 0 10px 0 0;
  vertical-align: middle;
}
#zenback-widget {
  background: none repeat scroll 0 0 #FAFAFA;
  margin: 1.62em 0;
  padding: 10px 0;
  text-align: left;
}
#amazonranklet {
  color: #707070;
}
.ranklet_child {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: none repeat scroll 0 0 #F7F7F7;
  border-radius: 9px;
  display: block;
  float: left;
  margin: 10px 3px 0;
  padding: 2px 12px 10px;
  width: 200px;
}
.ranklet:after {
  clear: both;
  content: "";
  display: block;
  margin-bottom: 15px;
}
.ranklet_child > span {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 6px;
  color: #757575;
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin: 10px auto;
  padding: 5px 12px;
  text-align: center;
  width: 80%;
}
.amazonranklet-item > a {
  color: #71BB00;
  display: block;
  font-size: 12px;
  height: 70px;
  line-height: 1.5;
  margin-bottom: 25px;
  width: 100%;
  overflow: hidden;
}
.amazonranklet-item span {
  font-size: 13px;
}
.amazonranklet-item > strong:before {
  color: #F1C201;
  content: "a";
  font-family: tgohan;
  font-size: 45px;
  margin-right: -30px;
  vertical-align: middle;
}
.amazonranklet-item > strong {
  color: #555555;
  font-size: 13px;
  text-shadow: -0.5px -0.5px 0 #777777;
}
.amazonranklet-item {
  margin-bottom: 30px;
}
h4.ranklet:before {
  background: none repeat scroll 0 0 #F1C201;
  border-radius: 40px;
  color: #333333;
  content: "a";
  display: inline-block;
  font-size: 50px;
  line-height: 35px;
  margin: 0 16px 0 -8px;
  padding: 7px 0 16px;
  text-align: center;
  text-shadow: 17px 12px 0 #FFFFFF;
  transform: rotate(10deg);
  vertical-align: middle;
  width: 59px;
}
h4.ranklet {
  margin-top: 40px;
}
.amazonranklet-item img {
  max-height: 85px;
  max-width: 100px;
}
.stingerchild {
  border: 1px solid #CCCCCC;
  border-radius: 20px;
  color: #555555;
  margin-bottom: 35px;
  padding: 15px;
  background: #FBFBFB;
}
.stingerchild > img {
  border-radius: 50px;
  float: left;
  height: 95px;
  margin-right: 15px;
  width: 95px;
  padding: 2px;
  background: #fff;
  box-shadow: 0 0 4px #000;
}
.stingerchild > p {
  display: block;
  font-size: 14px;
  margin-left: 120px;
  margin-bottom: 10px;
}
.stingerchild .twitter-follow-button.twitter-follow-button {
  float: right;
  margin-top: -37px;
}
.demo > a {
  background: none repeat scroll 0 0 rgb(130,190,100);
  border-radius: 8px;
  box-shadow: 0px 6px 5px -5px #555555;
  color: #FFFFFF;
  display: inline-block;
  height: 40px;
  line-height: 38px;
  margin: 5px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  width: 260px;
}
.demo > a:hover {
  opacity:0.5;
  color:#ffffff;
}
.dl2 > a {
  background: none repeat scroll 0 0 #44A5CB;
  border-radius: 8px;
  box-shadow: 0px 6px 5px -5px #555555;
  color: #FFFFFF;
  display: inline-block;
  height: 40px;
  line-height: 38px;
  margin: 5px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  width: 260px;
}
.dl2 > a:hover {
  opacity:0.5;
  color:#ffffff;
}
.entry.stingerchild {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.entry.stingerchild h3 {
  background: none repeat scroll 0 0 #EEEEEE;
  border-style: none none none solid;
  border-width: 0 0 0 10px;
  box-shadow: none;
  font-size: 35px;
  margin: 10px -15px 25px -25px;
  padding: 20px;
}
.kizi .stingerchild img {
  border: medium none;
  border-radius: 0;
  box-shadow: 6px 6px 5px #999999;
  padding: 0;
}
dl.stingerchild {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: 0;
  font-size: 15px;
  margin: 10px;
}
.stingerchild .shousai dt {
  display: inline-block;
  float: left;
  padding: 2px;
  width: 150px;
}
.stingerchild .shousai dd {
  background: none repeat scroll 0 0 #EEEEEE;
  display: block;
  margin-bottom: 2px;
  margin-left: 150px;
  padding: 2px 12px;
  text-align: left;
}
.stingerchild .shousai dd:after {
  content: "";
  display: block;
  margin: 5px;
}
.post .stingerchild .entry-content {
  width: 100%;
}
p.shoukai {
  background: none;
  padding: 15px;
  margin: 0px;
}
.button {
  display: block;
  margin-left: 305px;
  margin-top: 30px;
}
.sumbox2 {
  display: block;
  float: left;
}
.stingerchild .more-link {
  -moz-box-sizing: border-box;
  box-shadow: none;
  padding: 10px 0;
  width: 100%;
}
.stingerchild .motto {
  margin: 10px;
}
strong.red {
  color: #ED4D4D;
}
.booklink-image img {
  border-radius: 0;
}
.booklink-box a {
  color: #8DC136;
  font-weight: bold;
}
.kaerebalink-box a {
  color: #7EA9A3;
  font-weight: bold;
}
/*-----------------------------
ヘッダー部分の人気記事用 (start)
------------------------------*/
#h-l .wpp-list {
  border-radius: 28px;
  float: right;
  margin: -150px -1px 10px;
  opacity: 0.9999;
  padding: 0;
  text-align: center;
  width: 762px;
}
#header #header-in #h-l .wpp-list h1 a {
  color: #777777;
  font-size: 10px;
  font-weight: bold;
}
#h-l .wpp-thumbnail {
  border-radius: 55px;
  box-shadow: 0px 13px 12px -11px;
  display: block;
  float: none;
  border: 1px solid #e3e3e3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#h-l .wpp-list li {
  clear: none;
  display: inline-block;
  margin: 15px 10px 0;
  width: 100px;
}
#container #header #header-in #h-l .wpp-list h1 {
  display: inline-block;
  min-height: 55px;
  width: 100%;
}
#h-l .wpp-list .wpp-views {
  color: #FFFFFF;
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin: -27px 0 6px;
  padding: 4px 6px 4px 0;
  text-align: right;
  text-shadow: 1px 1px 4px #000000;
}
#h-l h2 {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #D6D6D6;
  border-image: none;
  border-style: none none dashed;
  border-width: medium medium 0;
  color: #000000;
  float: right;
  font-family: verdana;
  font-size: 65px;
  font-weight: bold;
  line-height: 1;
  margin: -50px 0 -40px;
  opacity: 0.05;
  padding: 13px 18px;
}
#container #header #header-in #h-l .wpp-list h1 {
  -moz-box-sizing: border-box;
  display: block;
  margin-top: 5px;
  padding: 0;
  text-align: left;
  width: auto;
}
/*-- いれかえ --*/
#container #header #header-in #h-l .sitename {
  color: #FFFFFF;
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 5px;
  margin-right: 30px;
  margin-top: 20px;
  width: 280px;
}
#container #header #header-in #h-l h1 {
  color: #DADADA;
  display: block;
  font-size: 10px;
  font-weight: normal;
  margin-top: -35px;
  padding: 5px 14px;
  width: 240px;
}
#h-l .descr {
  color: #DADADA;
  display: block;
  font-size: 10px;
  font-weight: normal;
  margin-top: -35px;
  padding: 5px 14px;
  width: 240px;
  line-height: 13px;
}
/*-----------------------------
ヘッダー部分の人気記事用 (end)
------------------------------*/
.p-navi {
  margin: 15px 0;
}

/*-----------------------------
アクセスランキングページ用
------------------------------*/
.wpp-list {
  counter-reset: wpp-ranking;
}
.kizi .wpp-list li:before {
  background: none repeat scroll 0 0 #EEEEEE;
  border-radius: 10px;
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  display: table;
  font-weight: bold;
  margin-bottom: -14px;
  opacity: 0.85;
  padding: 0 9px;
}
.kizi ul.wpp-list {
}
h2.ranking:before {
  color: #9ACD32;
  content: "p";
  font-family: tgohan;
  font-size: 35px;
  padding: 0 10px;
}
h2.ranking {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-color: #CCCCCC;
  border-style: none none solid;
  color: #777777;
  font-size: 23px;
}
.kizi span.wpp-views {
  float: right;
}
/*-----------------------------
SNSボックスカスタマイズ
------------------------------*/
.snsv li {
  width: 185px;
  margin: 3px;
}
.snsv li p {
  color: #CCCCCC;
  display: inline-block;
  float: right;
  font-size: 10px;
  font-weight: bold;
  padding: 0 0 0 15px;
  text-align: left;
  width: 95px;
}
.sns:hover{
  margin:0 0 0 0;
}
.snsv li p:before {
  background: none repeat scroll 0 0 rgba(180, 180, 180, 0.35);
  border-radius: 15px;
  color: #FFFFFF;
  content: "a";
  display: inline-block;
  font-family: font-sns;
  margin-right: 8px;
  text-align: center;
  width: 28px;
}
.snsv li.twitter p:before {
  content: "t";
}
.snsv li.facebook p:before {
  content: "f";
}
.snsv li.google-plus p:before {
  content: "g";
}
.snsv li.pocket p:before {
  content: "P";
}
.snsv li.hatebu p:before {
  content: "B!";
}
/*-----------------------------
Youtube埋め込み用
------------------------------*/
.kizi iframe {
  max-width: 100%;
}

/*-----------------------------
ブランド名認識対応
------------------------------*/
.copy > a {
  color: #E76747;
}
/*-----------------------------
ロゴ画像化対応
------------------------------*/
.sitename a img.logo {
  margin: 0 0 25px 0px;
}

/*-----------------------------
ダブルレクタングル対応
------------------------------*/
.textwidget {
  display: inline;
}
.textwidget2 {
  float: right;
  margin: 0 -5px 0 0;
}
.textwidget3 {
  display: inline-block;
}
.ad {
  color: #555555;
  display: block;
  font-size: 75%;
  margin-bottom: 7px;
  padding: 2px 0;
  text-align: center;
}

.post h3.shoukai {
  border-radius: 8px 0 0 8px;
  color: #666666;
}
.post h3.shoukai:before {
  content: none;
}
.post h2.pagetop {
  margin-top: 0;
}
.post h3.entry-title-ac:before {
  content: none;
}
.booklink-box {
  margin: -15px 0 35px;
  padding: 20px;
  border: 1px solid #dedede;
}
.pp .wpp-views {
  float: right;
  font-size: 12px;
}
#ad1 li.pp:after {
  clear: both;
  content: "";
  display: block;
}
p.motto {
  margin-bottom: 30px;
}
.pp > a {
  font-size: 13px;
}

/*-----------------------------
レーティング（星評価）
------------------------------*/
.shortcode-star-rating {
  border-bottom: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  display: block;
  padding: 10px 0 !important;
  text-align: center;
}
.shortcode-star-rating:before {
  color: #888888;
  content: "このr9秋田便のオススメ度は..";
  font-size: 12px;
  padding: 5px 8px;
}
.shortcode-star-rating:after {
  color: #888888;
  content: "です！！";
  font-size: 12px;
  padding: 5px 8px;
}
.entry-content .shortcode-star-rating {
  margin: 15px 0;
}
.dashicons {
  font-size: 17px !important;
}
.post ul li.child {
  list-style: circle outside none;
  margin-left: 18px;
}

#twibox .wpp-thumbnail {
  border-radius: 7px;
  float: none;
  margin: 0 0 8px -10px;
  border: 2px solid #eee;
}

/*-----------------------------
★★★期間限定★★★
------------------------------*/
@import url("./special.css");
/*---------------------------------------------------------
2014/1/25
2014/3/22
STINGERカスタマイズ子テーマ「オススメ！！」タグ追加
---------------------------------------------------------*/
#navi-in li#menu-item-1643 a {
  border-top: 1px solid #DEB887;
  margin-top: -1px;
}
#navi-in li#menu-item-3780 a {
  border-top: 1px solid #DEB887;
  margin-top: -1px;
}
