/*
Theme Name: Confidence
Theme URI: http://www.my-themes.com/demo/confidence/
Description: Personal Blog & Magazine Wordpress Theme.
Author: Rifki Aria Gumelar
Author URI: http://themeforest.net/user/rifki/
Version: 1.0
Tags: black, white, three-columns, four-columns, left-sidebar, right-sidebar, unlimited-colors, full-width, contact-form, theme-options, shortcodes, responsive, slider, custom-widgets, social-counter, post-formats, dropdown-menu, custom-metabox 

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import  url('stylesheets/reset.css');
@import  url('stylesheets/960.css');

/* TABLE OF CONTENT 
 * ================================================
 * 1. BASE
 * 2. HEADER
 * 3. NAVIGATIONS
 * 4. MAIN CONTENT
 * 5. FOOTER
 * 6. WIDGET
 * 7. EXTRAS
 **/
 
/* 1. BASE
 * ================================================ */
body{
  background:#f3f3f3 url('images/bg.png') repeat scroll top left;
  border-top:5px solid #222;
  color:#666;
  font-family:Helvetica, Arial, sans-serif;
  font-size:12px;
  font-weight:400;
  line-height:20px;

}
::selection, ::-moz-selection{
  background:#000;
  color:#fff;
  text-shadow:none
}
img::selection, img::-moz-selection{
  background:transparent
}

/* Heading 
 * ----------------------------------------------- */
 
h1, h2, h3, h4, h5, h6{
  color:#454545;
  font-family:Helvetica, Arial, sans-serif;
  font-weight:400;
  margin-bottom:20px
}
h1{
  font-size:27px;
  line-height:34px;
  letter-spacing:-0.72pt;
}
h2{
  font-size:25px;
  line-height:30px;
  letter-spacing:-0.5pt;
}
h3{
  font-size:19px;
  line-height:24px
}
h4{
  font-size:17px;
  line-height:22px
}
h5{
  font-size:15px;
  line-height:20px
}
h6{
  font-size:13px;
  line-height:18px;
  text-transform:uppercase;
}
hr{
  border:solid #eee; 
  border-width:1px 0 0; 
  clear: both; 
  margin:10px 0 20px; 
  height:0;
}
hr.dotted{
  border-style:dotted;
}
hr.dashed{
  border-style:dashed;
}

/* General Elements
 * ----------------------------------------------- */
 
p{
  line-height:20px;
  margin-bottom:20px;
}
strong, b, cite{
  font-weight:700;
}
small, .small{
  font-size:80%;
}
em, i, cite{
  font-style:italic;
}
a{
  color:#f79100;
  text-decoration:none;
}
a:hover{
  color:#f79100;
  text-decoration:underline;
}

/* Media 
 * ----------------------------------------------- */
 
img, img[class*="align"], img[class*="wp-image-"] {
  max-width:100%;
  border:0;
  height:auto;
}
img[class*="attachment-"] {
  max-width:100%;
  border:0;
  height:auto;
        border-radius: 10px;
    -webkit-border-radius: 10px;  /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
}
img.wp-smiley{
  border:none;
  margin-bottom:0;
  margin-top:0;
  padding:0;
}
img.alignleft{
  float:left;
  margin:5px 20px 0px 0px;
}
img.alignright{
  float:right;
  margin:5px 0px 0px 20px;
}
img.alignnone{
  float:none;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:0px;
  clear:both;
}
*:focus{
  outline:none
}

/* Preformatted text 
 * ----------------------------------------------- */
 
pre {
    border:1px solid #ccc;
    word-wrap:break-word;
    padding:6px 10px;
    line-height:19px;
    margin-bottom:20px;
}
code {
    border:1px solid #eaeaea;
    margin:0px 2px;
    padding:0px 5px;
    font-size:12px;
}
pre code {
    border:0px;
    padding:0px;
    margin:0px;
    border-radius:0px;
}
pre, code {
    font-family:'Bitstream Vera Sans Mono', Courier, monospace;
    color:#333;
    background:#f8f8f8;
    border-radius:3px;
}
pre, pre code {
    font-size:13px;
}
pre .comment {
    color:#998;
}
pre .support {
    color:#0086B3;
}
pre .tag, pre .tag-name {
    color:navy;
}
pre .keyword, pre .css-property, pre .vendor-prefix, pre .sass, pre .class, pre .id, pre .css-value, pre .entity.function, pre .storage.function {
    font-weight:bold;
}
pre .css-property, pre .css-value, pre .vendor-prefix, pre .support.namespace{
    color:#333;
}
pre .constant.numeric, pre .keyword.unit, pre .hex-color{
    font-weight:normal;
    color:#099;
}
pre .entity.class{
    color:#458;
}
pre .entity.id, pre .entity.function{
    color:#900;
}
pre .attribute, pre .variable{
    color:teal;
}
pre .string, pre .support.value {
    font-weight:normal;
    color:#d14;
}
pre .regexp{
    color: #009926;
}
abbr, acronym, dfn{
  border-bottom: 1px dotted #666;
  cursor: help;
}
address{
  display: block;
  margin: 0 0 20px;
}
ins{
  background: #fff9c0;
  text-decoration: none;
}
sup, sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup{
  bottom:1ex;
}
sub{
  top:.5ex;
}

/* Table 
 * ----------------------------------------------- */
 
table {
  border-left:1px solid #eee;
  border-top:1px solid #eee;
  margin:0 0 20px;
  width:100%
}
td,th {
  border-bottom:1px solid #eee;
  border-right:1px solid #eee;
  padding:5px 10px
}
th {
  background-color:#f7f7f7;
  font-weight:700
}

/* List 
 * ----------------------------------------------- */
 
ul,ol {
  margin:0 0 20px 40px;
  line-height:20px;
}
ul ul,ol ol {
  margin:10px 10px 10px 40px
}
ul ul {
  list-style-type:square
}
ol ol {
  list-style-type:lower-alpha
}
ul {
  list-style-type:disc
}
ol {
  list-style-type:decimal
}
dl {
  margin: 0 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 20px;
}

/* Blockquote 
 * ----------------------------------------------- */
 
blockquote, blockquote p { 
  font-size:14px; 
  font-family:Georgia, Times, Serif;
  line-height:22px; 
  color:#999; 
  font-style:italic; 
}
blockquote { 
  background:#fbfbfb;
  border-left:3px solid #eee;
  margin:0 20px 20px; 
  padding:10px 10px 10px 20px;
}
blockquote p {
  margin-bottom:0px
}
blockquote cite { 
  display:block; 
  font-size:12px;
  font-family:Helvetica, Arial, sans-serif;
  font-weight:700;
  color:#777; 
}
blockquote cite:before { 
  content: "\2014 \0020"; 
}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { 
  color: #777
}

/* Form Element 
 * ----------------------------------------------- */
 
input[type=text],input[type=url],input[type=email],input[type=password],textarea,select {
  background-color:#fbfbfb;
  border-radius:2px;
  border-color:#ccc #eee #eee #ccc;
  border-style:solid;
  border-width:1px;
  color:#999;
  font:normal normal 12px/20px Helvetica, Arial, sans-serif;
  min-height:20px;
  line-height:20px;
  box-shadow:inset 0 0 2px 0 #efefef;
  padding:5px;
  margin:0px;
}
input[type=submit], button {
  background-color:#f79100;
  background-image:url('images/gloss.png');
  background-position:0 -33px;
  background-repeat:repeat-x;
  border:1px solid #f79100;
  border-radius:2px;
  box-shadow:inset 1px 1px rgba(255,255,255,0.3), 0 0 0 3px rgba(204,204,204,0.25);
  color:#f9f9f9;
  display:inline-block;
  font-size:12px;
  font-weight:700;
  margin:4px;
  padding:6px 10px;
  text-shadow:-1px -1px 1px rgba(0,0,0,0.12);
  cursor:pointer;
}
input[type=submit]:hover, button:hover {
  box-shadow:inset 1px 1px 1px rgba(255,255,255,0.3), 0 0 0 3px rgba(204,204,204,0.35);
  color:#fff
}
input[type=submit]:active, button:active{
  box-shadow:inset 1px 1px 4px rgba(0,0,0,0.2), 0 0 0 3px rgba(204,204,204,0.35);
}
textarea {
  min-height:60px; 
}
label, legend {
  display:block;
  font-weight:bold;
}
select {
  width:220px; 
}
input[type="checkbox"] {
  display:inline;
}
label span, legend span {
  font-weight:normal;
  color:#444;
}
.widget_search input[type="text"] {
  width:184px;
}
.gecko .widget_search input[type="text"]{
  width:174px;
}

/* Helper Classes
 * ----------------------------------------------- */

.left{
  float:left
}
.right{
  float:right
}
.alignleft{
  display:inline;
  float:left;
  margin-right:20px;
}
.alignright{
  display:inline;
  float:right;
  margin-left:20px;
}
.aligncenter{
  clear:both;
  display:block;
  margin-left:auto;
  margin-right:auto;
}
.hidden{
  display:none;
}
.invisible{
  visibility:hidden;
}

/* 2. HEADER
 * =============================================== */
 
#header-container {
  clear:both;
  margin-bottom:20px;
  padding:0;
}
#header {
  //box-shadow:0 1px 1px rgba(0,0,0,0.1);
  padding:0;
  width:100% !important;

}
#branding {
  margin:0;
  //padding:30px;
        padding:3px;
}
#site-logo{
  float:left;
  width:890px;
//  text-align:center;
  margin-right:0;
  display:inline-block;
}
#top-complementary {
  float:left;
  width:560px;
}
h1#site-title{
  font-weight:700;
  margin:0 0 5px;
  text-shadow:-1px -1px 1px rgba(0,0,0,0.3)
}
h1#site-title a{
  color:#fff
}
h1#site-title a:hover{
  color:#fff;
  text-decoration:none;
}
h1#site-logo-image{
  margin:0;
}
h2#site-description{
  color:#ccc;
  font-size:12px;
  line-height:16px;
  margin:0;
  text-shadow:-1px -1px 1px rgba(0,0,0,0.3)
}
#primary-nav-bar{
  //background:#303030 url('images/line.png') repeat-x top left;
  background:transparent;
}
#secondary-nav-bar{
  display:none;
  width:0px;
}
.banner-ad{
  float:right;
  width:468px;
  height:60px;
}
.banner-ad img{
  padding:2px;
  background:#353535;
  border:1px solid #222;
}

/* 3. NAVIGATIONS
 * ================================================ */

.sf-menu,.sf-menu *{
  list-style:none;
  margin:0;
  padding:0
}
.sf-menu{
  line-height:1.0
}
.sf-menu ul{
  position:absolute;
  top:-999em;
  width:160px
}
.sf-menu ul li{
  width:100%;
}
.sf-menu li:hover{
  visibility:inherit
}
.sf-menu li{
  float:left;
  position:relative
}
.sf-menu a{
  display:block;
  position:relative
}
.sf-menu a:hover{
  text-decoration:none;
}
.sf-menu li:hover ul,.sf-menu li.sfHover ul{
  left:0;
  top:35px;
  z-index:100
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul, ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul{
  top:-999em
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul, ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul{
  left:10em;
  top:0
}

/* Primary Menu
 * ------------------------------------------------------- */

#primary-nav > ul {
  float:left;
  list-style-type:none;
  margin:30px 0px 0px 0px;
  padding:0px
}

#primary-nav select {
  background-color:#333;
  border-color:#222 #444 #444 #222;
  box-shadow:0px 0px 1px rgba(0,0,0,0.1);
  color:#ccc;
  display:none;
  margin:10px;
}
#primary-nav > ul > li {
  border-left:1px solid #444;
  border-right:1px solid #222;
  float:left;
  margin:0;
  padding:0;
}
#primary-nav > ul > li:first-child {
  border-left:none;
}
#primary-nav > ul > li:last-child {
  border-right:none;
}
#primary-nav > ul > li > a {
  background-color:transparent;
  color:#222;
  display:block;
  font-size:12px;
  font-weight:700;
  padding:8px 20px;
  width:79px;
  height:30px;
}
#primary-nav > ul > li > a:hover, #primary-nav > ul > li.sfHover > a {
  color:#fff;
}
#primary-nav > ul > li.current > a, #primary-nav > ul > li.current-cat > a, #primary-nav > ul > li.current-menu-item  > a {
  color:#111;
  font-weight:700;
        background:url('http://nekonavi.jp/wp-content/uploads/2013/08/home.png');
}
#primary-nav > ul > li:hover > ul,#primary-nav > ul > li.sfHover > ul {
  background:transparent url('images/submenu-triangle.png') no-repeat 20px 10px;
  left:0;
  padding-top:16px;
  top:35px;
  width:160px;
}
#primary-nav > ul > li > ul li:hover ul,#primary-nav > ul > li > ul li.sfHover ul {
  background:transparent url('images/submenu-left-triangle.png') no-repeat 1px 15px;
  left:168px;
  padding-top:0;
  padding-left:7px;
  top:0;
  width:160px;
}
#primary-nav > ul > li > ul li a {
  color:#ccc;
  background:rgba(51,51,51,0.95);
  border-top:1px solid #454545;
  border-bottom:1px solid #282828;
  display:block;
  font-weight:400;
  padding:10px 15px;
}
#primary-nav > ul > li > ul li:first-child > a{
  border-radius:2px 2px 0 0;
  border-top:none
}
#primary-nav > ul > li > ul li:last-child > a{
  border-bottom:none;
  border-radius:0 0 2px 2px;
}
#primary-nav > ul > li > ul li a:hover {
  color:#fff;
}

/* Social Icons
 * ------------------------------------------------------- */

ul#social-link{
  float:right;
  list-style:none;
  margin:0;
  padding:0
}
ul#social-link li{
  float:left
}
ul#social-link li a{
  background:#fff;
  border-left:1px dotted #eee;
  width:40px;
  height:40px;
  color:#fff;
  display:inline-block;
  text-indent:-999em
}
ul#social-link li a.facebook{
  background:url('images/icons/facebook.png') no-repeat center center
}
ul#social-link li a.twitter{
  background:url('images/icons/twitter.png') no-repeat center center
}
ul#social-link li a.dribbble{
  background:url('images/icons/dribbble.png') no-repeat center center
}
ul#social-link li a.google{
  background:url('images/icons/google.png') no-repeat center center
}
ul#social-link li a.linkedin{
  background:url('images/icons/linkedin.png') no-repeat center center
}
ul#social-link li a.stumble{
  background:url('images/icons/stumble.png') no-repeat center center
}
ul#social-link li a.rss{
  background:url('images/icons/rss.png') no-repeat center center
}

/* Newsticker
 * ------------------------------------------------------- */
 
#newsticker-wrapper{
  width:620px;
  height:40px;
}
#newsticker-wrapper .mask { 
  margin:0px 20px;
  width:580px;
  overflow:hidden;
  height:40px;
}
#newsticker {
  font-weight:700;
  position:relative;
}
#newsticker ul {
  display:none;
  list-style:none;
  margin:0;
  top:10px;
  left:20px;
  padding:0;
  position:relative;
}
#newsticker li{
  float:left;
  margin-left:15px;
}
#newsticker li:first-child{
  margin-left:0;
}
#newsticker li a{
  color:#666;
}
#newsticker li a:hover{
  color:#f79100;
  text-decoration:none;
}

/* Breadcrumbs
 * ------------------------------------------------------- */
 
#breadcrumbs{
  color:#999;
  font-weight:700;
  padding:10px 0px 10px 20px;
  position:relative;
}
#breadcrumbs a{
  font-weight:700;
  color:#666;
}
#breadcrumbs a:hover{
  color:#f79100;
  text-decoration:none;
}
#breadcrumbs span.sep{
  font-weight:400;
  font-family:Verdana;
  margin:0px 3px;
}

/* Page Navigation
 * ------------------------------------------------------- */
 
#navigation{
  margin-top:10px;
}

#navigation .pagenavi{
  margin:0;
  padding:0;

}
#navigation a, #navigation .pagenavi a, #navigation .pagenavi span{
  background:#fff;
  border-radius:2px;
  box-shadow:0px 1px 1px rgba(0,0,0,0.1);
  color:#666;
  display:inline-block;
  font-weight:700;
  float:left;
  margin-right:5px;
  padding:5px 8px;
}
#navigation a:hover, #navigation .pagenavi a:hover{
  box-shadow:1px 1px 1px rgba(0,0,0,0.1);
  border-color:#f79100;
  background:url(images/gloss.png) repeat-x 0 -35px #f79100;
  color:#fff;
  text-shadow:-1px -1px 1px rgba(0,0,0,0.1);
  text-decoration:none;
}
#navigation .pagenavi .current{
  box-shadow:1px 1px 1px rgba(0,0,0,0.1);
  border-color:#f79100;
  background:url(images/gloss.png) repeat-x 0 -35px #f79100;
  color:#fff;
  text-shadow:-1px -1px 1px rgba(0,0,0,0.1);
}
#navigation .pagenavi span.pages{
  float:left
}

/* 4. MAIN CONTENT
 * ================================================ */
 

#primary{

}
#content{
  line-height:20px;
}
#secondary{

}

/* Entry
 * ------------------------------------------------------- */
 
.post-box{
  margin-bottom:20px;
}
.post-box.omega {
  clear:right;
}
.post-box.alpha {
  clear:left;
}
.entry, .singular-entry{
  background:#fff;
  box-shadow:0 1px 1px rgba(0,0,0,0.1);
  border-radius:10px;
  -webkit-border-radius: 10px;  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  margin:0px;
  padding:0px
}


.entry, .singular-entry .t_h {
  font-size:70%;
}

.entry, .singular-entry p {
  font-size:145%;
}


.entry-header, .entry-summary, .entry-footer{
  margin-bottom:15px;
  padding:0px 15px
}

.postdata,
.posttags{
  margin:0;
  color:#999;
}

.posttags{
          margin:0 0 -10px 0;
}

.postdata a,
.posttags a{
  color:#fff;
        padding:1px;
        background:#00FF00;
        border-radius: 5px;        /* CSS3草案 */  
        -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
        -moz-border-radius: 5px; 
}

.postdata{
  background:url('/wp-content/uploads/2014/02/circleB01-10.png') 0 5px no-repeat;
  padding:0 0 7px 12px;
}

.posttags{
  background:url('/wp-content/uploads/2014/02/circleB07-10.png') 0 5px no-repeat;
  padding:0 0 0 12px;
}

.posttags a{
  margin:0 5px 0 0;
}

.entry-title{
  font-size:14px;
  font-weight:700;
  line-height:22px;
  margin-bottom:0px
}
.entry-title a{
  color:#454545
}
.entry-title a:hover{
  color:#f79100;
  text-decoration:none;
}
.entry-meta{
  color:#999;
}
.entry-meta a{
  color:#999
}
.entry-meta a:hover{
  color:#f79100;
  text-decoration:none;
}
.entry-asset{
  padding:0px;
  position:relative;
}
.entry-asset .audio-wrapper{
  position:absolute;
  bottom:5px;
  left:0;
}
.entry-summary p{
  margin-bottom:0
}
.entry-footer .entry-meta{
  margin-bottom:20px;
}

/* Single Entry 
 * ------------------------------------------------ */
 
.entry .entry-title{
  letter-spacing:0px;
}
.entry .entry-meta {
  font-weight:400;
  font-size:11px;
}
.entry .entry-asset{
  background-color:#fbfbfb;
  height:155px;
  margin:15px;
}
  a.post-format-icon,a.expander {
    background:rgba(0,0,0,0.5);
    border-radius:2px;
    display:block;
    height:30px;
    width:30px;
    position:absolute;
    right:15px;
    bottom:15px;
    z-index:98;
  }
  a.post-format-icon:hover,a.expander:hover {
    background-color:#f79100;
    text-decoration:none;
  }
  a.post-format-icon span,a.expander span {
    background-image:url('images/post-format-icon-sprite.png');
    background-color:transparent;
    background-position:0px 0px;
    background-repeat:no-repeat;
    display:inline-block;
    text-indent:-999em;
    height:30px;
    width:30px
  }
  a.expander {
    z-index:97
  }
  a.expander span{
    background-position:-90px 0px;
  }
  .format-video a.expander span, .format-audio a.expander span{
    background-position:-120px 0px;
  }
  .format-image a.post-format-icon span{
    background-position:-30px 0px;
  }
  .format-audio a.post-format-icon span{
    background-position:-60px 0px;
  }
  
  .type-portfolio a.post-format-icon span{
    background-position:-150px 0px;
  }
  
.entry .entry-asset .audio-wrapper .audio-player{
  width:270px;
}

 /* Single Entry 
 * ------------------------------------------------ */

.singular-entry .entry-header{
  margin-top:20px;
  margin-bottom:20px;
  padding:0px 20px;
}
.singular-entry .entry-title {
  font-size:24px;
  line-height:32px;
  margin-bottom:5px;
}
.singular-entry .entry-header .entry-meta{
  padding-bottom:15px;
  border-bottom:1px dotted #eee
}
.singular-entry .entry-asset{
  margin:0px 20px 15px;
}
.singular-entry .entry-asset .audio-wrapper .audio-player{
  width:580px;
}
.singular-entry .entry-content{
  margin-bottom:20px;
  padding:0px 20px;
}
.singular-entry .entry-footer {
  margin-bottom:20px;
  padding:0px 20px;
}
.singular-entry .entry-footer .entry-meta {
  padding-top:15px;
  border-top:1px dotted #eee;
}

/* Blog Style
 * ------------------------------------------------------- */

#blog-style .entry-asset{
  height:250px;
  margin:0px 20px 20px;
}
#blog-style .entry-header{
  margin-top:15px;
}
#blog-style .entry-header, #blog-style .entry-summary, #blog-style .entry-footer{
  margin-bottom:20px;
  padding:0px 20px
}
#blog-style .entry-title{
  font-size:20px;
  line-height:28px;
  margin-bottom:5px;
}
#blog-style .entry-meta{
  font-size:12px;
}
 
 /* Author Box
 * ------------------------------------------------------- */
 
#author-box {
  background:#fcfcfc;
  border-top:1px solid #eee;
  border-radius:0px 0px 2px 2px;
  padding:20px
}
#author-box h4 {
  font-weight:700;
  padding-bottom:15px;
  border-bottom:1px dotted #eee;
}
#author-box .author-image {
  width:12%;
  float:left;
  margin:5px 0px 0px;
}
#author-box .author-desc {
  float:right;
  width:84.5%;
}
#author-box .author-desc p {
  margin-bottom:0;
}

/* Comments
 * ------------------------------------------------------- */
 
#comments{
  background:#fff;
  box-shadow:0 1px 1px rgba(0,0,0,0.2);
  border-radius:2px;
  margin-bottom:20px;
  padding:20px
}
#comments-title{
  font-size:14px;
  font-weight:700;
  line-height:22px;
  padding-bottom:15px;
  border-bottom:1px dotted #eee;
}
#comments ol.commentlist, #comments ul.children{
  list-style-type:none;
  position:relative;
  left:15%;
  width:85%;
  margin:0;
  padding:0
}
#comments ul.children{
  left:11.1%;
  width:89.2%
}
#comments ul.children ul.children{
  left:12.6%;
  width:87.6%
}
#comments ul.children ul.children ul.children{
  left:14.1%;
  width:86%
}
#comments ul.children ul.children ul.children ul.children{
  left:15.8%;
  width:84.4%
}
#comments .commentlist > li.comment{
  margin-bottom:20px;
  position:relative
}
#comments .commentlist li.comment article.comment{
  border-bottom:1px solid #eee;
  margin-bottom:20px;
  padding-bottom:20px
}
#comments .children li.comment{
  position:relative
}
#comments .children li.comment li.comment li.comment li.comment article.comment{
  padding-bottom:0
}
#comments .comment-meta{
  color:#444;
  font-weight:700;
  margin-bottom:10px;
}
#comments .comment-meta .fn{
  font-weight:700;
  font-size:14px;
}
#comments .commentlist .avatar{
  left:-17%;
  width:68px;
  position:absolute;
  top:0;
  padding:0
}
#comments .children .avatar {
  left:-12.5%;
  width:39px;
}
#comments .children .children .avatar {
  left:-14.5%
}
#comments .children .children .children .avatar {
  left:-16.5%
}
#comments .children .children .children .children .avatar {
  left:-19%
}
#comments .reply a.comment-reply-link {
  background:#f79100 url('images/gloss.png') 0 -40px repeat-x;
  border:1px solid #f79100;
  border-radius:2px;
  box-shadow:inset 1px 1px rgba(255,255,255,0.3), 0 0 0 3px rgba(204,204,204,0.4);
  color:#f9f9f9;
  display:inline-block;
  font-size:11px;
  font-weight:700;
  margin:0px 3px;
  padding:0px 5px;
  position:relative;
  top:-5px;
  text-shadow:-1px -1px 1px rgba(0,0,0,0.12);
}
#comments .reply a.comment-reply-link:hover{
  color:#fff;
  text-decoration:none;
}

/* Comment Form
 * ------------------------------------------------------- */
 
#respond{
  position:relative;
  width:100%;
  margin:0px auto;
  padding:0px;
}
#respond h3#reply-title{
  font-size:14px;
  line-height:22px;
  font-weight:700;
  padding-bottom:15px;
  border-bottom:1px dotted #eee;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment{
  position:relative
}
#cancel-comment-reply-link{
  float:right;
  font-size:12px;
}
#respond .required{
  color:#bd3500;
  font-size:16px;
  font-weight:700
}
#respond p{
  font-size:12px;
  margin:10px 0
}
#respond .comment-form-author,#respond .comment-form-email,#respond .comment-form-url{
  float:left;
  position:relative;
  width:31.333%;
  margin-right:3%;
  z-index:1
}
#respond .comment-form-url{
  margin-right:0
}
#respond input[type=text]{
  display:block;
  line-height:24px;
  width:95%
}
#respond label{
  line-height:20px
}
#respond .comment-form-author label,#respond .comment-form-email label,#respond .comment-form-url label,#respond .comment-form-comment label{
  display:inline-block;
  font-weight:700;
  left:0;
  min-width:60px;
  position:relative;
  top:0;
  z-index:1;
  padding:4px 0
}
#respond textarea{
  resize:vertical;
  width:98%
}
#respond .comment-form-author .required,#respond .comment-form-email .required{
  color:#bd3500;
  font-size:22px;
  font-weight:700;
  left:92%;
  position:absolute;
  top:38px;
  z-index:1
}
#respond input[type=text]:focus,#respond textarea:focus{
  text-indent:0;
  z-index:1
}
#respond .comment-form-comment label,.form-allowed-tags{
  display:none
}

/* 5. FOOTER
 * ================================================ */

#footer-container{
  margin:0 0 0 0;
  clear:both;
  background:none;
  border:none !important;
}
#footer-widget-area{
  background:transparent;
  padding:40px 0 20px
}
#footer{
  font-size:12px;
  font-weight:700;
  color:#888;
  text-transform:;
}
#footer .grid_12{
  background:transparent url('images/line.png') repeat-x 0 0;
  padding:20px 0
}
#footer a{
  color:#ccc
}
#footer a:hover{
  color:#fff;
  text-decoration:none;
}
#site-info{
  
}

/* Footer Menu
 * ------------------------------------------------------- */
 
#bottom-nav{

}
#bottom-nav ul{
  float:right;
  list-style-type:none;
  margin:0;
  padding:0;
}
#bottom-nav ul li{
  float:left;
  margin:0px;
  padding:0px;
}
#bottom-nav ul li a{
  display:block;
  margin-left:15px;
}

/* 6. WIDGETS
 * ================================================ */
 
/* Featured Content Slider
 * ------------------------------------------------------- */

/* Basic Widget Style
 * ------------------------------------------------------- */
 
.widget{
  background:#fff;
  box-shadow:0 1px 1px rgba(0,0,0,0.1);
  border-radius:2px;
  margin-bottom:20px;
  padding:15px
}
.widget-title{
  background:transparent url('images/dot.png') repeat scroll center left;
  font-size:14px;
  font-weight:700;
  line-height:14px;
}
.widget-title span{
  background-color:#fff;
  display:inline-block;
  margin:0px;
  padding:0px 15px 0px 0px
}
.widget ul,.widget ol{
  list-style-type:none;
  margin:0px;
  padding:0px;
}
.widget li{
  border-bottom:1px dotted #eee;
  margin-bottom:8px;
  padding-bottom:8px
}
  /* Widget style for footer widgets area */
  #footer-widget-area .widget{
    background:transparent;
    box-shadow:none;
    color:#888;
    padding:0px;
    text-shadow:1px 1px 1px rgba(0,0,0,0.1);
  }
  #footer-widget-area .widget-title{
    background:transparent url('images/line.png') repeat-x bottom left;
    border:none;
    margin-bottom:20px;
    padding-bottom:20px;
  }
  #footer-widget-area .widget-title span{
    background:none;
    color:#fff;
    margin:0;
    padding:0;
  }
  #footer-widget-area .widget li{
    border-color:#444;
  }
  #footer-widget-area .widget a{
    color:#ccc;
  }
  #footer-widget-area .widget a:hover{
    color:#fff;
    text-decoration:none;
  }

/* Widget Entry
 * ------------------------------------------------------- */

.entry-list ul{
  list-style-type:none;
  margin:0;
  padding:0;
}
.entry-list li{
  border-bottom:1px dotted #eee;
  margin-bottom:10px;
  padding-bottom:10px;
}
.entry-list li a:hover{
  text-decoration:none;
}
.entry-list .entry-image{
  background-color:#f0f0f0;
  float:left;
  width:50px;
  height:50px;
  margin-right:15px;
}
  #footer-widget-area .entry-list .entry-image{
    background:#333;
    border:1px solid #222;
    padding:4px;
  }
.entry-list .entry-image img{
  width:50px;
  height:50px;
}
.entry-list .entry-details{
}
.entry-list .entry-title{
  font-size:12px;
  font-weight:700;
  line-height:20px;
  margin-bottom:0px;
}
.entry-list .entry-meta{
  font-size:11px;
  margin:0;
  padding:0;
}

/* Flickr widgets
 * ------------------------------------------------------- */
 
.flickr-photos{
  width:280px;
}
.flickr-photos div{
  float:left;
  margin:0 10px 10px 0
}
.flickr-photos div a{
  display:block;
  float:left;
  height:60px;
  margin:0;
  width:60px
}
.flickr-photos img {
  height:60px;
  width:60px
}
  /* Flickr footer area */
  #footer-widget-area .widget .flickr-photos {
    width:228px;
  }
  #footer-widget-area .widget .flickr-photos div a{
    width:66px;
    height:66px;
  }
  #footer-widget-area .widget .flickr-photos img{
    width:58px;
    height:58px;
    background:#333;
    border:1px solid #222;
    padding:4px;
  }
  
/* Tweets Widget
 * ------------------------------------------------------- */
 
.tweet {
}
.tweet_list{
  overflow-y:hidden;
}
.tweet_list li{
  overflow-y:auto;
  overflow-x:hidden;
  border-bottom:1px dotted #eee;
}
.tweet_list li a{
  font-family:Georgia, Times, serif;
  font-style:italic;
  text-decoration:underline;
}
.tweet_list .tweet_even{
}
.tweet_list .tweet_avatar{
  float:left;
  margin:5px 10px 0px 0px;
}
.tweet_list .tweet_avatar img{
  vertical-align: middle;
}

/* Social Counter
 * ------------------------------------------------------- */
 
.social-counter{
  margin:0px;
  padding:0px;
}
.social-counter li{
  float:left;
  width:50%;
  margin:0;
  padding:0px;
  border:none;
}
.social-counter li a{
  background-color:transparent;
  background-image:url('images/social-counter-sprite.png');
  background-repeat:no-repeat;
  background-position:10px center;
  border:1px solid transparent;
  box-shadow:inset 0px 0px 3px rgba(255,255,255,0.5);
  color:#fff;
  display:block;
  font-size:11px;
  font-weight:700;
  line-height:100%;
  letter-spacing:-1px;
  padding:8px 10px 8px 48px;
  text-shadow:-1px -1px 1px rgba(0,0,0,0.05)
}
.social-counter li a span{
  display:block;
  font-size:14px;
  font-weight:700;
  letter-spacing:0;
  margin-bottom:3px
}
.social-counter li.rss-counter a{
  background-color:#f79100;
  background-position:0px top;
  border-color:#d88200;
  border-radius:2px 0px 0px 2px;
}
.social-counter li.twitter-counter a{
  background-color:#02A8DA;
  background-position:0px bottom;
  border-color:#0392ba;
  border-radius:0px 2px 2px 0px;
}
.social-counter li a:hover{
  text-decoration:none;
}

.ad300-widget {
  background:none;
  box-shadow:none;
  padding:0px;
}

.ads125-widget{
  padding-bottom:0px;
}
.ad125 {
  width:286px;
}
.ad125 li {
  float:left;
  margin:0px 15px 15px 0px;
  padding:0px;
  width:125px;
  height:125px;
  border:none;
}

/* Calendar
 * --------------------------------------------- */
.widget_calendar{
}
#wp-calendar{
  margin:0;
  font-size:11px;
}
#wp-calendar td, #wp-calendar th {
  text-align:center;
}
#wp-calendar caption{
  background:#eee;
  color:#444;
  padding-top:5px;
  padding-bottom:5px;
  font-weight:700;
  text-transform:uppercase
}

/* Contact Form 
 * --------------------------------------------- */
#contactForm input[type="text"], #contactName, #contactEmail{
  width:50%;
}
#contactForm textarea, #commentsText{
  width:75%;
}
#contactForm label{
  margin-bottom:10px;
}

/* 7. EXTRAS
 * ================================================ */
 
/* jPlayer 
 * --------------------------------------------- */
div.jp-audio {
  font-size:1em; 
  font-family:Helvetica, Arial, sans-serif; 
  color:#fff;
  line-height:1.6; 
  width:270px;
}
div.jp-interface {
  height:30px;
  position:relative;
  width:270px;
  background:#383838 url(images/jplayer.png) 0 -210px; 
}
div.jp-interface a {
  -webkit-transition-property:none;
  -moz-transition-property:none;
  -o-transition-property:none;
  transition-property:none;
}
div.jp-interface ul.jp-controls {
  list-style-type:none;
  padding:0;
  margin:0;
}
div.jp-interface ul.jp-controls li {
  display:inline;
}
div.jp-interface ul.jp-controls a {
  position:absolute;
  overflow:hidden;
  text-indent:-9999px;
}
a.jp-play, a.jp-pause {
  width:33px;
  height:30px;
  z-index:1;
  outline:none;
}
a.jp-play, a.jp-pause {
  top:0; 
  left:0;
  border-right:1px solid #222; 
}
a.jp-play { 
  background:url(images/jplayer.png) 0 0 no-repeat;
}
a.jp-play:hover {
  background:url(images/jplayer.png) -33px 0 no-repeat;
}
a.jp-pause {
  background:url(images/jplayer.png) 0 -30px no-repeat;
  display:none;
}
a.jp-pause:hover {
  background:url(images/jplayer.png) -33px -30px no-repeat;
}
div.jp-progress-container { 
  position: absolute; 
  top:0; left:34px; 
  width:135px; 
  height:6px; 
  padding:12px 10px; 
  border-left:1px solid #444;
  border-right:1px solid #222;
}
div.jp-progress {
  position:absolute;
  overflow:hidden;
}
div.jp-progress {
  background:url(images/jplayer.png) 0 -192px repeat-x ;
  width:135px; 
  height:7px; 
  padding:1px; 
}
div.jp-seek-bar {
  width:0px; 
  height:5px;
  cursor:pointer;
  background:url(images/jplayer.png) 0 -163px repeat-x;
  -webkit-border-radius:1px;
  -moz-border-radius:1px;
  border-radius:1px;
}
div.jp-play-bar { 
  width:0px; 
  height:5px; 
  background: url(images/jplayer.png) 0 -133px repeat-x ; 
  -webkit-border-radius: 1px; 
  -moz-border-radius: 1px; 
  border-radius: 1px; 
}
div.jp-volume-bar-container { 
  position: absolute; 
  top:0; 
  left:191px; 
  width:40px; 
  height:6px; 
  padding:12px 10px; 
  border-left:1px solid #444;
}
div.jp-volume-bar { 
  background:url(images/jplayer.png) 0 -192px repeat-x; 
  position:relative; 
  overflow:hidden; 
  width:40px; 
  height:9px; 
  cursor:pointer; 
}
div.jp-volume-bar { 
  top:0; 
  left:20px; 
}
div.jp-volume-bar-value {
  background:url(images/jplayer.png) 0 -133px repeat-x; 
  width:0px; 
  height:5px; 
  margin:1px; 
  -webkit-border-radius:1px; 
  -moz-border-radius:1px; 
  border-radius:1px; 
}
a.jp-mute, a.jp-unmute {
  width:17px;
  height:13px;
  z-index:1;
  outline:none;
}
a.jp-mute, a.jp-unmute {
  top:9px;
  left:201px;
}
a.jp-mute {
  background:url(images/jplayer.png) -10px -68px no-repeat; 
}
a.jp-mute:hover {
  background:url(images/jplayer.png) -43px -68px no-repeat; 
}
a.jp-unmute {
  background:url(images/jplayer.png) -10px -98px no-repeat;
  display:none;
}
a.jp-unmute:hover {
  background:url(images/jplayer.png) -43px -98px no-repeat;
}
div.jp-jplayer { 
  width:0px; 
  height:0px; 
}
div.jp-jplayer {
  background-color:#000000;
}

/* Single Entry Player */
.singular-entry div.jp-audio {
  width:580px;
}
.singular-entry div.jp-interface {
  width:580px;
}
.singular-entry div.jp-progress-container {
  width:445px;
}
.singular-entry div.jp-progress {
  width:443px;
}
.singular-entry div.jp-volume-bar-container {
  left:501px;
}
.singular-entry a.jp-mute, .singular-entry a.jp-unmute {
  left:510px
}

/* FlexSlider
 * --------------------------------------------- */
.flex-container a:active, .flexslider a:active {
  outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
  margin:0;
  padding:0;
  list-style:none;
} 
.flexslider {
  width:100%; 
  margin:0;
  padding:0;
}
.flexslider .slides > li {
  display: none;
}
.flexslider .slides img {
  max-width:100%;
  display:block;
}
.flex-pauseplay span {
  text-transform:capitalize;
}
.slides:after {
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0;
} 
html[xmlns] .slides {
  display:block;
} 
* html .slides {
  height:1%;
}
.no-js .slides > li:first-child {
  display:block;
}

#slider-container{
  background:#fff;
  box-shadow:0px 1px 1px rgba(0,0,0,0.1);
  border-radius:10px;
  margin-bottom:20px;
  padding:15px;
  height:339px;
}
#slider-container.blog-slider{
  padding:20px;
  height:336px;
}
.flexslider {
  position:relative;
  zoom:1;
}
.flexslider .slides {
  zoom:1;
}
.flexslider .slides > li {
  position:relative;
  height:339px;
  overflow:hidden;
  margin:0;
  padding:0;
}
.blog-slider .flexslider .slides > li {
  height:333px;
}
.flex-container {
  position:relative;
  zoom:1; 
}
.flex-caption { 
  background:rgba(0,0,0,0.4);
  border-radius:2px;
  position:absolute;
  padding:2% 2% 0;
  color:#eee;
  z-index:99;
  width:70%;
  left:2.5%;
  bottom:4%;
  text-shadow:0 -1px 0 rgba(0,0,0,0.4);
}
.flex-caption h1{
  font-size:16px;
  line-height:24px;
  margin-bottom:10px;
  color:#fff;
  font-weight:700;
  letter-spacing:0px;
}
.flex-caption h1 a{
  color:#fff;
}
.flex-caption h1 a:hover{
  color:#fff;
  text-decoration:none;
}
/* Direction Nav */
.flex-direction-nav, .flex-pauseplay{
  list-style:none;
  margin:0;
  padding:0;
  position:absolute;
  bottom:4%;
  right:2.5%;
  display:none;
}
.flex-direction-nav li {
  float:left;
}
.flex-direction-nav li a, .flex-pauseplay span {
  display:block;
  border-radius:2px;
  height:23px;
  width:24px;
  background:rgba(0,0,0,0.4) url('images/slider-sprite.png') no-repeat center center;
  margin:1px;
  text-indent:-999em;
  cursor:pointer;
}
.flex-direction-nav li .next {
  background-position:-24px 0;
  margin-right:27px;
}
.flex-direction-nav li .next:hover {
  background-position:-24px -24px;
}
.flex-direction-nav li .prev {
  background-position:0 0;
}
.flex-direction-nav li .prev:hover {
  background-position:0 -24px;
}
.flex-pauseplay span.pause{
  background-position:-72px 0;
}
.flex-pauseplay span.pause:hover{
  background-position:-72px -24px;
}
.flex-pauseplay span.play{
  background-position:-48px 0;
}
.flex-pauseplay span.play:hover{
  background-position:-48px -24px;
}

div#counter {
  text-align:right;
  color:#333333;
  margin-top:-4px;
  padding-right:10px;
  font-size : 100%;
}

div#toplinks {
  text-align:right;
  padding-right:10px;
  padding-bottom:5px;
  font-size : 100%;
  color:#333333;
}

/* Wordpress Required CSS
 * --------------------------------------------- */
.wp-caption{}
.wp-caption-text{}
.sticky{}
.gallery-caption{}
.bypostauthor{}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/*URLを折り返す処理*/
.entry-content p,
.entry-content a{
  word-wrap:break-word;
}

.entry-content p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #454545;
}


/*ページリンク*/
.nextTitle{
  background:#fff;
  color:#000;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
  margin:0 2px 0 0;
}

.page-numbers{
  display:inline-block;
}

.numbers{
  border: 1px solid #DDD;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding:4px 6px;
  background:#fff;
  color:#000;
}

.numbers,
.page-numbers a {
  font-size: 18px;
}

.page-numbers a span{
  padding:4px 6px;
  border: 1px solid #DDD;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding:4px 6px;
  background:#F60;
  color:#fff;
}

.single-page-num {
  text-align: center;
}

/*コメント*/
#commentform .comment-notes{
  display:none;
}

.commentnumber{
  display:inline;
}


/*PC用コメントテキスト*/

.comment-content p{
  font-size:140%;
}



#copy{
  margin-left:10px;
}

#snsList{
  display:none;
}

#footer.sf .grid_12 {
  list-style:none !important;
  margin:0 !important;
}

#footer.sf .grid_12 li{
  float:left;
  margin:0 10px 0 0;
  list-style:none !important;

}

.iphone, .ipad , .android, .pc { display : none; }

/*PC用フッター*/
.footerSnsBtn {
  list-style:none;
  float:right;
}

.footerSnsBtn{
  margin:15px 0 0 0 !important;
}
.footerTweetBtn{
  width:100px;
}


.footerLikeBtn{
  margin-right:10px;
}

.footerSnsBtn li{
  float:left;
}


.footerLink {
  margin:15px 0 15px 15px;
}
.footerLink a{
  color:#000 !important;
}

.footerLink{
  float:left;
}

#footerInner{
  max-width:960px;
  overflow:hidden;

  margin:0 auto;
}




/* RENDER SWITCHER */
#swWrap {
  margin:0 !important;
  text-align: center;
  font-size: 100%;
  font-weight: bold;
  width:270px !important;
}

#swWrap a {
  text-align:center;
  display:block;
  width:auto !important;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  border-color: #f79100;
  background: url(images/gloss.png) repeat-x 0 -29px #13A9FF;
  color: #fff;
  text-shadow: -1px -1px 1px rgba(0,0,0,0.1);
  padding:10px 0 !important;
}

#main{
  margin-bottom:0;
}


/* PREV NEXT POST */
.post-navigation{
  overflow: hidden;
  border-top: dashed 2px #ccc;
  border-bottom: dashed 2px #ccc;
}

.post-navigation a{
  color: #3F3D3D;
  font-weight: bold;
  display: block;
  height: 50px;
  overflow: hidden;
  padding: 15px 0;
}

.nav-img{ padding: 4px 0; }
.nav-title-next{ text-align: right; }

.nav-title{
  margin: 0;
  padding: 4px 0;
  width: 160px;
}

.prevpost{
  float: left;
  overflow: hidden;
  border-right: dashed 2px #ccc;
}

.prevpost img,.nextpost img,.nav-title{ float: left; margin: 0 3px; }
.nextpost{ float: right; overflow: hidden; }

.nopost a{
  color: #ccc;
  display: block;
  text-align: center;
  font-size: 28px;
  line-height: 50px;
  width: 286px;
}


/* SOCIAL */
.header-social{ 
  margin: 20px 0 0 0;
  overflow: hidden;
  height: 30px;
  border-bottom: 1px dotted #eee;
}

.footer-social{
  position: relative;
  left: 198px;
  overflow: hidden;
}

.socialbox { float: left; margin: 0 0 15px 10px; }
.facebook-box{ min-width:70px; max-width:115px; }
.twitter-box{ min-width:87px; max-width:100px; }
.hatena-box{ min-width:80px; max-width:125px; }
.footer-social .hatena-box{ margin: 0 0 0 -5px; }
.gplus-box{ min-width:50px; max-width:80px; }
.pocket-box{ min-width:60px; max-width:115px; }
.header-social .pocket-box{ margin: 0 0 0 -10px; }


/* LINE TALK */
.fuikidashWrap {
  position:relative;
  width: 86.6%;
  margin: 15px 0;
}

.fuikidashWrap .icon {
  float: left;
  width: 85px;
}

.fuikidashWrap section {
  width: 79%;
  margin: 0 5px;
}

.fuikidashWrap h3 {
  margin-bottom: 10px;
}

.fuikidashWrap .fukidashi {
  position: relative;
  color: #434866;
  width: 80%;
  padding: 10px;
  font-size: 18px;
  border-radius: 10px;
  border: 1px solid #ccc;
  -webkit-filter:drop-shadow(1px 1px 2px rgba(0,0,0,0.5));
  filter:drop-shadow(1px 1px 2px rgba(0,0,0,0.5));
}

.fuikidashWrap .fukidashi .fukidashi-text{ -webkit-filter: drop-shadow(0 0 0); }
.fuikidashWrap:nth-child(odd) { left:5px; }
.fuikidashWrap:nth-child(odd) .icon { float:left; }
.fuikidashWrap:nth-child(odd) section { float:right; }

.fuikidashWrap:nth-child(odd) .fukidashi {
  color:#434866;
  background: #08DA3E;
}

.fuikidashWrap:nth-child(odd) .fukidashi:after, .fuikidashWrap:nth-child(odd) .fukidashi:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.fuikidashWrap:nth-child(odd) .fukidashi:after {
  border-color: rgba(8, 218, 62, 0);
  border-right-color: #08DA3E;
  border-width: 10px;
  margin-top: -10px;
}

.fuikidashWrap:nth-child(odd) .fukidashi:before {
  border-color: rgba(204, 204, 204, 0);
  border-right-color: #ccc;
  border-width: 11px;
  margin-top: -11px;
}

.fuikidashWrap:nth-child(even) { left: 15%; }
.fuikidashWrap:nth-child(even) .icon { float:right; }
.fuikidashWrap:nth-child(even) section { float:left; }
.fuikidashWrap:nth-child(even) section h3 { text-align:right; }

.fuikidashWrap:nth-child(even) .fukidashi {
  color: #2b4829;
  background: #ffffff;
  left: 13%;
}

.fuikidashWrap:nth-child(even) .fukidashi:after, .fuikidashWrap:nth-child(even) .fukidashi:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.fuikidashWrap:nth-child(even) .fukidashi:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
  border-width: 10px;
  margin-top: -10px;
}

.fuikidashWrap:nth-child(even) .fukidashi:before {
  border-color: rgba(204, 204, 204, 0);
  border-left-color: #ccc;
  border-width: 11px;
  margin-top: -11px;
}

/* ARROW BOX */
.arrow_box {
  position: relative;
  background: #ffffff;
  line-height: 18px;
  margin: 20px 40px 35px 80px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.arrow_box:after, .arrow_box:before {
  right: 100%;
  top: 30%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-right-color: #ffffff;
  border-width: 8px;
  margin-top: -8px;
}

.arrow_box:before {
  border-width: 11px;
  margin-top: -11px;
}

.arrow_box_1{ border: 2px solid #5ae628; }
.arrow_box_1:before { border-right-color: #5ae628; }
.arrow_box_2{ border: 2px solid #ff0084; }
.arrow_box_2:before { border-right-color: #ff0084; }
.arrow_box_3{ border: 2px solid #0063dc; }
.arrow_box_3:before { border-right-color: #0063dc; }
.arrow_box_4{ border: 2px solid #FF0000; }
.arrow_box_4:before { border-right-color: #FF0000; }
.arrow_box_5{ border: 2px solid #ff9900; }
.arrow_box_5:before { border-right-color: #ff9900; }
.arrow_box_6{ border: 2px solid #000000; }
.arrow_box_6:before { border-right-color: #000000; }

.arrow_box img {
  position: absolute;
  left: -85px;
  top: -10px;
  width: 70px;
  height: 70px;
}

.arrow_box div,.arrow_box_right div {
  margin: -5px 15px 10px 15px;
  font-size: 14px;
}

.arrow_box_right {
  position: relative;
  background: #ffffff;
  line-height: 18px;
  margin: 20px 80px 35px 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.arrow_box_right:after, .arrow_box_right:before {
  left: 100%;
  top: 30%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box_right:after {
  border-left-color: #ffffff;
  border-width: 8px;
  margin-top: -8px;
}

.arrow_box_right:before {
  border-width: 11px;
  margin-top: -11px;
}

.arrow_box_right_1{ border: 2px solid #5ae628; }
.arrow_box_right_1:before { border-left-color: #5ae628; }
.arrow_box_right_2{ border: 2px solid #ff0084; }
.arrow_box_right_2:before { border-left-color: #ff0084; }
.arrow_box_right_3{ border: 2px solid #0063dc; }
.arrow_box_right_3:before { border-left-color: #0063dc; }
.arrow_box_right_4{ border: 2px solid #FF0000; }
.arrow_box_right_4:before { border-left-color: #FF0000; }
.arrow_box_right_5{ border: 2px solid #ff9900; }
.arrow_box_right_5:before { border-left-color: #ff9900; }
.arrow_box_right_6{ border: 2px solid #000000; }
.arrow_box_right_6:before { border-left-color: #000000; }

.arrow_box_right img {
  position: absolute;
  right: -85px;
  top: -10px;
  width: 70px;
  height: 70px;
}

@media only screen and (max-width: 960px) {

.footer-social{ left: 70px; }
.nav-title{ width: 100px; }
.nopost a{ width: 215px; }

/* LINE TALK */
.fuikidashWrap{ margin:15px 0; }
.fuikidashWrap section { width: 75%; }
.fuikidashWrap .fukidashi{ font-size: 16px; }
.fuikidashWrap:nth-child(even) .fukidashi { left: 10%; }

}

/* プラグイン Wordpress Popular Posts */
.wpp-list li {
display: inline-block;
}

/* プラグイン Newpost Catch */
#npcatch img {
  width: 90px;
  height: 55px;
  object-fit: cover;
}

/* 関連記事 */
.related_post_title span{
  background-color: #fff;
  display: inline-block;
  margin: 0;
  padding: 0px 15px 0px 0px;
}

/* ダブルレスタングル */
.footerad{
  margin: 20px 0 10px;
  text-align: center;
}

.footerad-inner-left{
  display: inline-block;
  margin: -5px 0 -5px -97px;
}

.footerad-inner-right{
  display: inline-block;
  margin: -15px -90px -10px 0px;
}

/* 猫プロフィール */
.catprofile{
  width: 58%;
  margin: 1em 0;
  text-align: left;
  border-left: none;
  border-top: none;
  font-size: 25px;
  line-height: 50px;
}

.catprofile th,
.catprofile td{
  border-bottom: none;
  border-right: none;
  vertical-align: top;
  background: none;
  font-weight: 300;
  padding: 0 8px;
}

.catprofile .profile-line{
  border-bottom: dashed 3px #f79100;
}

.catprofile .profile-item{
  width: 30%;
  color: #f79100;
}

.profile-img{
  width: 40%;
  float: left;
  margin: 0 10px 0 0;
}

/* 著者情報 */
.post-author-info{
  margin: 1em 0;
  border: solid 1px #ccc;
  padding: 20px;
  font-size: 145%;
  line-height: 1.3em;
  background: #f9f9f9;
  border-radius: 3px;
}

.post-author-info-inner{
  display: inline-block;
  vertical-align: middle;
}

.post-author-info-inner-left{
  width: 100px;
  margin: 0 10px 0 0;
  text-align: center;
}

.post-author-info-inner-right{
  width: 420px;
}

.post-author-image img{
  border-radius: 50%;
}

.post-author-name{
  font-weight: bold;
}

.authors-img{
  margin: 0 0 1em;
}

.post-author-info-archive-wrapper{
  background: #fff;
  border-radius: 3px;
  padding: 1em;
  margin: 1em 0;
}

.post-author-info-archive{
  margin: 0 auto;
  border: solid 1px #ccc;
  padding: 20px;
  font-size: 145%;
  line-height: 1.3em;
  background: #f9f9f9;
  border-radius: 3px;
  width: 555px;
}

/* 猫ブログ一覧 */
h3.recent-catblog-title{
  margin: 10px 0;
}

.recent-catblog{
  margin: 1em 0;
}

.recent-catblog-inner{
  display: inline-block;
  vertical-align: top;
  margin: 0 6px 0;
  width: 130px;
}

.recent-catblog-inner img{
  border-radius: 3px;
}

.catblog-post{
  margin: 1em 0;
}

.catblog-post img{
	border-radius: 5px;
}

.recent-catblog-author a{
  color: #686868;
  font-size: 10px;
}
.recent-catblog-author a:hover{
  color: #686868;
}

/* ページ送り */
#wp_page_numbers ul{
  margin: 0;
}

#wp_page_numbers li{
  display: inline-block;
  vertical-align: middle;
}

