/*
Theme Name: InfinityScope-PC
Theme URI: http://infinityforest.net/home
Description: 
Version: 3
Author: mami
Author URI: http://infinityforest.net/home
*/


@font-face {
  font-family: 'sailregular';
  src: url('fonts/sail-regular-webfont.eot');
  src: url('fonts/sail-regular-webfont.eot#iefix') format('embedded-opentype'),
  url('fonts/sail-regular-webfont.woff') format('woff2'),
  url('fonts/sail-regular-webfont.woff') format('woff'),
  url('fonts/sail-regular-webfont.ttf') format('truetype'),
  url('fonts/sail-regular-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'fontello';
  src: url('fonts/icons/fontello_97035116.eot');
  src: url('fonts/icons/fontello_97035116.eot#iefix') format('embedded-opentype'),
  url('fonts/icons/fontello_97035116.woff') format('woff'),
  url('fonts/icons/fontello_97035116.ttf') format('truetype'),
  url('fonts/icons/fontello_97035116.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before { content: '\e800'; }
.icon-evernote:before { content: '\e801'; }
.icon-pocket:before { content: '\e802'; }
.icon-gplus:before { content: '\e803'; }
.icon-facebook:before { content: '\e804'; }
.icon-rss:before { content: '\e805'; } /* '' */
.icon-search:before { content: '\e806'; } /* '' */
.icon-mail:before { content: '\e807'; } /* '' */
.icon-attach:before { content: '\e808'; } /* '' */
.icon-eye:before { content: '\e809'; } /* '' */
.icon-pencil:before { content: '\e80a'; } /* '' */
.icon-doc:before { content: '\e80b'; } /* '' */
.icon-lightbulb:before { content: '\e80c'; } /* '' */
.icon-home-outline:before { content: '\e80d'; } /* '' */
.icon-bookmark:before { content: '\e80e'; } /* '' */
.icon-tags:before { content: '\e80f'; } /* '' */
.icon-twitter-circled:before { content: '\e810'; } /* '' */
.icon-facebook-circled:before { content: '\e811'; } /* '' */
.icon-gplus-circled:before { content: '\e812'; } /* '' */
.icon-right-open-mini:before { content: '\e813'; } /* '' */
.icon-up-open:before { content: '\e814'; } /* '' */
.icon-up-thin:before { content: '\e815'; } /* '' */
.icon-search-outline:before { content: '\e816'; } /* '' */
.icon-download-outline:before { content: '\e817'; } /* '' */
.icon-download:before { content: '\e818'; } /* '' */
.icon-link-outline:before { content: '\e819'; } /* '' */
.icon-yelp:before { content: '\e81a'; } /* '' */

/* =Global
----------------------------------------------- */
:focus {/* remember to define focus styles! */
  outline: 0;
}

ol, ul {
  list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
a img {
  border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

input, textarea {
  color: #373737;
  font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.62em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;  
}

/* Forms */
input[type=text],
input[type=email],
input[type=password],
textarea {
  background: #fafafa;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
  border: 1px solid #ccc;
  color: #888;
  max-width: 97%;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #373737;
}
textarea {
  padding-left: 3px;
  width: 98%;
}
input[type=text],
input[type=email] {
  padding: 3px;
}
input#s {
  background: url("http://infinityforest.net/home/wp-content/themes/scope-third/images/search.png") no-repeat scroll 5px 6px #f0f0f0;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  height: 22px;
  line-height: 1.2em;
  padding: 4px 10px 4px 28px;
}
input#searchsubmit {
  display: none;
}
select {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  max-width: 100%;
}

/*-[Links]--------------*/
a {
  color: #47b7cc;
  text-decoration: none;
  -webkit-transition: background-color, color .2s linear;
  -moz-transition: background-color, color .2s linear;
  -o-transition: background-color, color .2s linear;
  transition: background-color, color .2s linear;
}

a:hover {
  color: #e47d84;
  text-decoration: none;
}

img a {
  border-bottom: none;
}
a:hover img {
  -moz-opacity: 0.8;
  opacity: 0.8;
}
p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 1.250em;
}

::-moz-selection {
  background: #F46C96;
  color: #FFF;
  text-shadow: none;
}

::selection {
  background: #F46C96;
  color: #FFF;
  text-shadow: none;
}
::-webkit-scrollbar {width: 10px; height:8px; }
::-webkit-scrollbar-track {background: #FFFFFF;-webkit-box-shadow: inset 1px 1px 2px #E0E0E0;border: 1px solid #D8D8D8;}
::-webkit-scrollbar-thumb {background: #abd2d9;-webkit-box-shadow: inset 1px 1px 2px rgba(155, 155, 155, 0.4);}
::-webkit-scrollbar-thumb:hover {-webkit-box-shadow: inset 1px 1px 10px rgba(0,0,0,0.3);}
::-webkit-scrollbar-thumb:active {background: #888;-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);}

strong {font-weight: bold; padding: 0 5px; color: 1A1A1A; margin: 0 5px;}

embed,
iframe,
object,
video {
  max-width: 100%; overflow: hidden;
}

blockquote{
  background: #fff url('images/blockquote2.gif') no-repeat 0 0;
  padding: 10px 20px; 
  margin: 2em 0;
  border-top:1px solid #DBDBDB;
  border-bottom:1px solid #DBDBDB;
  color:#3D80B6;
}

blockquote p{
  color:#3D80B6;
  font-weight:400;
  line-height: 1.7;
  margin: 0
}
/* === Body === */
body {
  font: 15px/21px 'Candara', 'Segoe UI', Verdana, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic Pro", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', メイリオ, Meiryo, Osaka, sans-serif;
  background:#fff url(images/body-bg.jpg)repeat;
  margin:0;
  padding:0;
  line-height:1.6;
  color: #755B42;
  overflow-x:hidden;
  word-wrap:break-word;
  text-align:justify;
  text-justify:inter-ideograph;
  text-rendering:optimizeLegibility;
  -webkit-text-size-adjust:@100%;
  z-index:1
}
code {
  background: #F1EFEF;
  padding: 1px 5px;
}
/* header
********************************************************************************************
********************************************************************************************/
.header-top{
  background: #fff;
  padding-top: 5px;
}

.blog-description-border {
  border-top: 1px dashed #e47d84;
}

.descript p{
  margin: 0;
  padding-top: 10px; 
  font-size: 11px;
  line-height: 1;
}

#header-bottom{
  background: url("images/header-bottom.png") repeat-x center -7px; 
  padding-top: 2em;
  padding-bottom: 1em; 
}
.sitename h1{
  margin-left: -.8em;
  margin-bottom: .5em
  padding: 0;
  text-indent: -9999px;
}

.sitename h1{
  background: url(images/logo-s.png) no-repeat;
}

.sitename h1:hover{
  width: 300px;
  height: 200px;
  background-position: -0px -0px;
}

.sitename h1 {
  width: 300px;
  height: 200px;
  background-position: -311px -0px;
}

.sub-title {
  text-align: right; 
  text-shadow: -1px 1px 0 rgba(255, 255, 255, 0.7);
}

.sub-title h3{
  margin: 0;   
  font-family: 'sailregular', Candara, 'Segoe UI', Verdana, sans-serif;
  letter-spacing: 1px;
}
.sub-title span{margin: 0 10px; color: #89898c;}
.top-recomend ul {
  float: right;
  display: inline-block;
  list-style-type: none;
  margin: .5em 0 0 0;
}

li.feedly, li.top-rss {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}

li.feedly {
  margin: 0 0 0 1.2em;
  background: url(images/feedly-s.png) no-repeat;
}

li.feedly:hover, li.top-rss:hover {
  width: 100px;
  height: 50px;
  background-position: -111px -0px;
}

li.feedly, li.top-rss {
  width: 100px;
  height: 50px;
  background-position: -0px -0px;
}

li.top-rss{
  background: url(images/rss-s.png) no-repeat;
}

/*-[social-bar]--------------*/
.social ul {
  float: right;
  display:table;
  list-style-type: none;
  font-size: 14px;
  margin: .5em 0 0 -2em;
}

.social ul >li {
  display:table-cell;
  vertical-align:middle;
  padding-left: 10px;
  line-height: 110%;
}

/**
* search
************************************************/
.search {float: right:}
#searchform_s #s_posts,#searchform #s {
  float:left;
  width:70%;
  height:1.2rem;
  padding:5px 2%;
  margin-top:5px;
  border:solid 1px #e2e1de;
  border-right:none;
  border-radius:30px 0 0 30px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  font-size: 11px;
}

#searchsubmit_icon,#searchsubmit {
  width:20%;
  height:1.2rem;
  margin:0;
  padding:0;
  margin-top:5px;
  border:0 none;
  border-radius:0 30px 30px 0;
  background:#c7d5df;
  color:#fff;
  font-size:.7em;
  box-sizing:border-box;
  -moz-box-sizing:border-box
}
#searchsubmit_icon:active,#searchsubmit:active {
  background:#666
}

.searchform >div:before {
  content: '\e806';
  font-family: "fontello";
  float: left;
  margin: 2px 5px 0 0;
  color:#e2e1de;
}

/* navigation
********************************************************************************************
********************************************************************************************/
nav {margin-left: 0; float: right;}
.nav {margin-top: 2.4em; margin-bottom: 1em;}
.main-menu {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu:before,
.main-menu:after {
  content: "";
  display: table;
}
.main-menu:after {
  clear: both;
}
.main-menu li{
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  border-left: 1px dashed #755B42;
}
.main-menu li a{
  position: relative; 
  display: block; 
  padding: 3px 25px;
  line-height: 1.2em;
  color: #755b42; 
  text-decoration: none; 
  letter-spacing: 1px;
  text-align: center; 
  font-size: 11px;
  text-shadow: -1px 1px 0 rgba(255, 255, 255, 0.7); 
}

.main-menu li a:hover{color: #E47D84;}
.main-menu li a span{
  color: #E47D84;
  display: block;
  overflow: hidden;
  font-size: 11px;
  font-weight: 300; 
  line-height: 150%;
  letter-spacing: 1px;
  font-family: verdana, Arial, Helvetica, sans-serif;
  text-shadow: -1px 1px 0 rgba(255, 255, 255, 0.7);
}
.main-menu li a span:hover{color: #659e42;}
.main-menu li:last-child {
  border-right: 1px dashed #755B42;
}

.main-menu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border: 1px dashed #ddd;
}
.main-menu li ul li{
  width: 150px;
  border-bottom: 1px dashed #ddd;
  border-left: none;
}
.main-menu li ul li:last-child {
  border-right: none;
  border-bottom: none;
}
.main-menu li ul li a{
  padding: 10px 15px;
  border-left: none;
  background: rgba(255, 255, 255, .9);
  text-align: left;
  font-size: 13px;
}

#menu { position: relative; z-index: 6; }
#menu li ul{
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}
#menu li:hover ul{
  visibility: visible;
  opacity: 1;
}


#menu li:hover ul li >a:before {
  content: '\e813';
  font-family: 'fontello';
  margin: 0 20px 0 0;
  font-size: 12px;
}

/* main
********************************************************************************************
********************************************************************************************/

.main-content{margin-left: -1.8em;}
.main-content:after {
  display: block;
  overflow: hidden;
  content: " ";
  height: 40px;
  margin: 0;
}
.main-content:after {
  background: url(images/post-bottom.png) no-repeat;
  margin-bottom: 2em;
}

#post-home, #post-single {
  border-top: 4px solid #CAB6A4;
  border-left: 3px solid #CAB6A4;
  border-right: 3px solid #CAB6A4;
  background: #fffdf4;
  width: 97.15%;
  margin-left: 0.688em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  overflow: hidden;
  text-shadow: -1px 1px 0 rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 2px rgba(0,0,0,.3);
  border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
}
#post-home h1, #post-single h1{
  font-size: 21px; 
  padding: 0 1.5em 1em 2em;
  letter-spacing: 1px; 
  margin: 0;
}
#post-home h1 a, #post-single h1 a{ color: #e47d84;}
#post-home h1 a:hover, #post-single h1 a:hover{text-decoration: underline;}

/*-[ entry-post ]---------------------------*/
.entry-post{
  background: #fffdf4 url(images/post-top.png) no-repeat 0 0; 
  margin-top: -1em;
}
.entry-post:before {
  background: url(images/ribon.png) no-repeat right top;
  display: block;
  content: " ";
  height: 60px;
  margin: 0;
}
.expart-content{padding-left: 0; padding-right: 3em; letter-spacing: 1px;   text-shadow: -1px 1px 0 rgba(255, 255, 255, 0.7);}
.thum{
  margin-top: -.5em; 
  padding-left: 3em;
}
.thum img{
  background: url(images/thum-bg.gif) repeat;
  width: 277px;
  height: 9.750em; 
  padding:0.438em;
  overflow: hidden;
}


/*-[ read ]---------------------------*/
.read{padding-left: 3em;}
.read-more{padding-right: 1em;}
.read-more p{
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background: url(images/read-more-s.png) no-repeat;
  -moz-transition: -moz-transform 1s linear;
  -webkit-transition: -webkit-transform 1s linear;
  -o-transition: -o-transform 1s linear;
  -ms-transition: -ms-transform 1s linear; 
  transition: transform 1s linear;
}
.read-more p:hover{
  width: 170px;
  height: 49px;
  background-position: -0px -0px;
  -moz-transform: rotateX(360deg);
  -webkit-transform: rotateX(360deg);
  -o-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
.read-more p {
  margin: -.5em 0 0 34%;
  width: 170px;
  height: 49px;
  background-position: -0px -60px;
}
.post-info{
  border-top: 1px dashed #CCC;
  border-bottom: 1px dashed #CCC;
  margin-top: 0.638em;
  padding: 0.313em 0;
  color: #888;
  font-size: 0.875em;
  text-shadow: -1px 1px 0 rgba(255, 255, 255, 0.7);
}

.post-info span{margin-right: 15px;}
.post-info a{margin-left: 5px;}
.home-date{
  background: url(images/cat-bg.png) no-repeat no-repeat 0 5px;
  display: block;
  text-align: center;
  width: 277px;
  color: #426579;
  font-family: 'sailregular', Candara, 'Segoe UI', Verdana, sans-serif;
  font-size: 19px;
  letter-spacing: 1px;
}

/* sidebar
********************************************************************************************
********************************************************************************************/
#sidebar {
  padding-left: 1.375em;
  text-shadow: -1px 1px 0 rgba(255, 255, 255, 0.7);
}

.ribbon {
  width: 82%;
  margin-left: 1.43em;
  position: absolute;
  text-align: center;
  background: #755b42;
  background: -webkit-gradient(linear, left top, left bottom, from(#755b42), to(#755b42));
  background: -webkit-linear-gradient(top, #755b42, #755b42);
  background: -moz-linear-gradient(top, #755b42, #755b42);
  background: -ms-linear-gradient(top, #755b42, #755b42);
  background: -o-linear-gradient(top, #755b42, #755b42);
  background-image: -ms-linear-gradient(top, #755b42 0%, #755b42 100%);
  -webkit-box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
  -moz-box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
  box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
}
.ribbon h3 {
  color: #ffffff;
  text-shadow: #b0b0b0 0 1px 0;
  margin:0px;
  padding: 0;
  font: 22px 'sailregular', Candara, 'Segoe UI', Verdana, sans-serif;
  letter-spacing: 1px;
}
.ribbon:before, .ribbon:after {
  content: '';
  position: absolute;
  display: block;
  bottom: -.5em;
  border: 1.2em solid #755b42;
  z-index: -1;
}
.ribbon:before {
  left: -1.6em;
  border-right-width: 1em;
  border-left-color: transparent;
  -webkit-box-shadow: rgba(000,000,000,0.4) 1px 1px 1px;
  -moz-box-shadow: rgba(000,000,000,0.4) 1px 1px 1px;
  box-shadow: rgba(000,000,000,0.4) 1px 1px 1px;
}
.ribbon:after {
  right: -1.6em;
  border-left-width: 1em;
  border-right-color: transparent;
  -webkit-box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
  -moz-box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
  box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
}


.ribbon-stitches-top {
  margin-top:2px;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);
}
.ribbon-stitches-bottom {
  margin-bottom:2px;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);
}

/*-[ related-posts ]---------------------------*/
ul.related-posts {margin: 4em 0 1.5em 0;} 
ul.related-posts li {position: relative;} 
ul.related-posts li img{
  width: 100%;
  position: relative;
  padding: 4px;
  border: 1px solid #CCC;
  background: #fff;
}

.related-date{
  margin: 0 0 0 4px;
  color: #659e42;
  width: 136px;
  padding: 2px 8px 4px 8px;
  text-align: center;
} 
.related-cat{
  position: absolute;
  background: #FBB851;
  top: 138px;
  right: 15px;
  width: 80px;
  text-align: center;
  white-space: nowrap;
} 
.related-cat a{
  color: #fff;
  padding: 2px 8px 4px 8px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
} 

ul.related-posts h4 {
  margin: .5em 0 0 0;
  font-size: 12px;
  font-weight: 400;
}
ul.related-posts h4 a:hover{color: #e47d84; background-color: #EEECEA;}
ul.related-posts h4 a{border-bottom: 1px dotted #70a624; color: #755b42;}

/*-[ popular-posts ]---------------------------*/
.popular {  margin: 4.5em 1em 2.5em 0.575em;}
.recomend{margin: 4em 1em 0 1em; padding-bottom: 3em;}
.popular ol, .recomend ol{
  margin: 0;
  padding: 0;
  counter-reset: li;
}
.popular ol li, .recomend ol li {
  width: 300px;
  margin: 10px 0 10px 0.675em;
  padding: 0;
  font-size: 85%;
  line-height: 15px;
  list-style: none;
  position: relative;
  z-index: 0;
}
.popular ol li:before, .recomend ol li:before {
  content:counter(li); 
  counter-increment:li;
  position:absolute;
  z-index:10;
  top:5px; 
  left:5px;
  width:30px;
  height:30px;
  padding-top:7px;
  color:#fff;
  background: #E47D84; 
  font-family: 'sailregular', sans-serif;
  font-size:200%;
  text-align:center;
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}
.popular ol li img, .recomend ol li img {
  width: 300px;
  height: 149px;
  border: 1px #ddd solid;
  padding: 3px;
  background: #fff;
  margin: 0 0 3px 0;
}
.popular ol li img:hover, .recomend ol li img:hover{ 
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}
.popular .popular-title, .recomend .popular-title {
  position: absolute;
  bottom: -14px;
  left: 0;
  padding: 0.5em 1.5em;
  background: rgba(0, 0, 0, 0.4);
  border-left: 1px #DDD solid;
  border-right: 1px #DDD solid;
  line-height: 1.6;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}
.popular .popular-title a, .recomend .popular-title a{color: #fff;}
.popular .popular-title:hover, .recomend .popular-title:hover{
  background: rgba(255, 255, 255, 0.4);
  color: #1a1a1a;
  text-decoration: underline;
}

ul.similar-posts li img{
  width: 100%;
  height:68px;
  overflow: hidden;
}
ul.similar-posts .popular-title {
  display: block;
  margin: 0;
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
}

/*-[ Category ]---------------------------*/
.categorylist{overflow: hidden; margin: 1.5em 1em 3em 1em;}
.categorylist{padding: 3em 0 0 0;}
.cat-left { float: left; width: 48%;}
.cat-right { float: right; width: 48%;}
ul.cat-left,ul.cat-right {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cat-left li , .cat-right li {
  border-bottom: 1px solid #d7d7d7;
  text-decoration: none;
  font-size: 13px;
  position: relative;
}
.cat-right a,.cat-left a { margin-left: 1em; line-height: 200%; font-size: 16px;}
.categorylist span {position: absolute;font-size: 13px;top: 5px;right: 0;
}

.cat-right li:hover {background-color: #F2dcB3;}
.cat-left li:hover {background-color: #F2dcB3;}
ul.cat-left li:before, ul.cat-right li:before {
  content: '\e81a';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  font-size: 12px; 
}


.side-ad{padding-bottom: 2em;}
.side-ad img{ width: 336px; height: 280px;}

ul.follow-list {
  margin: 4em 0 0 0;
  padding-left: 0.8375em;
}
ul.follow-list li {
  text-align: center;
  padding: 10px 0;
}
ul.follow-list li a{
  display: block;
  text-align: center;
  color: #fff;
  text-shadow: none;
}

.recomend-item{overflow: hidden; margin-bottom: 1em}
.scrap a img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* footer
********************************************************************************************
********************************************************************************************/
.footer-container{
  background: url("images/footer-bottom.png") repeat-x center top;
  padding-top: 2.5em;
  margin-top:  2.5em;
}
#footer{
  background: #9e8063 url("images/footer-bg.png") repeat center top;   
  border-top: 1px dashed #fff;
  border-bottom: 1px solid #755B42;
  margin-top: -0.344em;
}
#footer h3 {
  background: url("images/h3.png") no-repeat 0 0;
  font: 22px 'sailregular', Candara, 'Segoe UI', Verdana, sans-serif;
  letter-spacing: 1px;
  text-shadow: -1px 1px 0 rgba(255, 255, 255, 0.7);
  margin-bottom: .5em;
  line-height: 2;
  padding-left: .7em;
}
.footer-bottom{
  background: #695a47; 
  padding-top:5px;
  box-shadow: 0 1px 3px #2f3337 inset, 0 1px 0 #555b5f;
  -moz-box-shadow: 0 1px 3px #2f3337 inset, 0 1px 0 #555b5f;
  -webkit-box-shadow: 0 1px 3px #2f3337 inset, 0 1px 0 #555b5f;
}
.copyright{color: #fff; font-size: 14px; padding: 10px 0; margin: 0; }
.copyright a{color: #FE9A9C; font-size: 15px; margin-left: 5px; }

.blogtwitter p{
  font-size: 12px;
  color: #fff;
  margin-bottom: 0;
}



/*-[ footer-info ]---------------------------*/
.footer-info {
  background: rgba(255,253,244, 1);
  border: 1px solid #543224;
  box-shadow: 0 1px 3px #2f3337 inset, 0 1px 0 #555b5f;
  -moz-box-shadow: 0 1px 3px #2f3337 inset, 0 1px 0 #555b5f;
  -webkit-box-shadow: 0 1px 3px #2f3337 inset, 0 1px 0 #555b5f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #999;
  padding: 8px 10px 15px;
  position: relative;
}

.footer-info p {
  margin-bottom: 0;
  overflow: hidden;
  font-size: 12px;
}
.footer-info a {
  text-decoration: underline;
  margin-right: 3px;
}
.blogtwitter{padding: 0 15px;}
/*-[ tag-cloud ]---------------------------*/
.tag-cloud {overflow: hidden; margin: 4em 0 2em; padding-left: 1.5em;}
.tag-cloud a {
  float: left;
  padding: 2px 5px;
  background: #fbf8e5;
  color: #755B42;
  white-space: nowrap;
  font-size: 7px;
  -moz-box-shadow: 1px 1px 1px #666;
  -webkit-box-shadow: 1px 1px 2px #666;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #D4CFC1;
  margin: 0 5px 5px 0;
}

.tag-cloud a:hover {
  color: #b54f41;
  text-decoration: none;
}
/*-[ ArchivesArea]------------------*/
.ArchivesArea {
  color: #fff;
}
.ArchivesArea a {
  color: #fe9a9c;
  text-decoration: none;
}
.ArchivesArea a:hover {
  color: #8bc;
}
/*-[Tumblr]--------------*/
.Tumblr img {
  vertical-align: bottom;
}

.Tumblr ul {
  margin: 5px 0 25px 4%;
}

.Tumblr li {
  display: inline-block;
  margin: 0 8px 8px 0;
  padding: 3px;
  border: 1px solid #eee;
  background: #fff;
  box-shadow: 0 1px 5px #ccc;
}

/*-[footer-social]--------------*/
ul.footer-social {
  display: table;
  list-style-type: none;
  font-size: 17px;
  margin: 20px 0 0 6px;
  padding: 0;
}

ul.footer-social li {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
}

ul.footer-social li a{
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 7px 5px 5px;
}
/* single
********************************************************************************************
********************************************************************************************/
/*-[breadcrumb]--------------*/
.breadcrumb {margin-top: -24px; padding:0; color: #000;}

.breadcrumb a {
  text-decoration: none;
  border-bottom: none;
  font-size: 14px;
}
.breadcat, .breadtitle {margin: 0 7px;}
a.breadtitle {font-size: 12px;}
.breadhome {
  padding: 0 10px 0 0;
  margin: 7px 0 0 0;
  color: #755B42; 
}
.breadhome.icon-home-outline:before{margin-right: 5px;display: inline-block;}
.single-thum, .single-post-info, .single-post-content{padding-left:4em; padding-right: 4em;}
.single-thum img{
  background: url(images/thum-bg.gif) repeat;
  padding:0.438em;
  overflow: hidden;
  width: 100%;
  height: 329px;
  margin-top: .5em;
}

.single-post-content p a{border-bottom: 1px dotted #70A624; margin: 0 5px; }
.single-post-content p a:hover{ background-color: #EEECEA;}
.single-post-content ul li{letter-spacing: 1px; font-size: 14px;}
.single-post-content ol{
  margin: 0 0 20px 0;
  padding: 0;
  counter-reset: li;
}
ul.bottom-follow-list li a:before,ul.follow-list li a:before{margin-right: .5em;}

/*-[img]--------------*/

.aligncenter {display: block; } 
.alignnone {clear: both;margin: 14px 0;}
.alignleft {float: left;margin: 0 24px 12px 0;max-width: 50%;}
.alignright {float: right;margin: 0 0 12px 24px;max-width: 50%;}
.single-post-content img{background: url(images/img-bg.png) repeat; padding:0.876em; width: 100%; overflow: hidden;}
.wp-caption img{background: none; padding:0 0.438em; }


/*-[top-post-info]--------------*/
.top-post-info {
  background: url(images/single-cat-bg.png) no-repeat 0 0;
  margin-bottom: -7px; 
  padding-left: 85px;
  font-size: 14px;
  font-family: 'sailregular', Candara, 'Segoe UI', Verdana, sans-serif;
}
.top-post-info time{font-size: 19px;   color: #426579;letter-spacing: 1px;}
.top-post-info time:after{
  padding: 0 15px 0 15px;
  content: "|";
  font-family:Candara, 'Segoe UI', Verdana, "ƒqƒ‰ƒMƒmŠÛƒS ProN W4", "Hiragino Maru Gothic Pro", 'ƒqƒ‰ƒMƒmŠpƒS Pro W3', 'Hiragino Kaku Gothic Pro W3', ƒƒCƒŠƒI, Meiryo, Osaka, sans-serif;
  font-size: 12px;
}

.top-post-info span{
  display: inline-block;
  margin-right: 10px;
}
.top-post-info span a{margin-left: 5px; font-family:Candara, 'Segoe UI', Verdana, "ƒqƒ‰ƒMƒmŠÛƒS ProN W4", "Hiragino Maru Gothic Pro", 'ƒqƒ‰ƒMƒmŠpƒS Pro W3', 'Hiragino Kaku Gothic Pro W3', ƒƒCƒŠƒI, Meiryo, Osaka, sans-serif;}

.single-expart{padding-right: 3.5em; padding-left: 0;}
.single-expart p{padding: 1em 1em 0 0;}
.single-post-content {padding-top: 1.5em; padding-bottom: 2em;}
.single-post-content p, .single-expart{letter-spacing: 1px;}
.single-post-content h2 {
  margin: 60px 0 25px -3em;
  word-wrap: break-word;
  padding: 10px 5px 7px 3em;
  background: #f7f4df url(images/h2-bg.png) repeat-x left bottom;
  font-weight: 400;
  font-size: 20px;
  color: #d53847;
}

.single-post-content h2 a{
  border-bottom: none;
  color: #301607;
}
.single-post-content >.single-top-ad+h2{
  margin: 40px 0 25px -3em;
  word-wrap: break-word;
  padding: 10px 5px 7px 3em;
  background: #f7f4df url(images/h2-bg.png) repeat-x left bottom;
  font-weight: 400;
  font-size: 20px;
  color: #d53847;
}
.single-post-content h3 {
  text-shadow: 1px 1px #FFF;
  text-indent: 5px;
  margin: 50px 0 30px 0;
  border-left: 3px solid #a5d0c9;
  line-height: 1.4;
  font-weight: 400;
  font-size: 17px;
  color: #659E42;
  padding: 5px 0 5px 5px;
}

.single-post-content h4 {
  margin: 50px 0 10px 0;
  word-wrap: break-word;
  font-weight: 400;
  font-size: 16px;
  padding: 5px 0 5px 0;
  color: #cda1b0;
}
/*-[ad]--------------*/
.ad2-300 p, .ad-end300 p, .ads-s2 p, .single-top-ad p{
  margin: 0;
  padding: 0;
  color: #888;
  font-size: 8px;
}

.ads-s2{
  padding-left: 4em;
}
.ads-s2 img{
  width: 300px;
  height: 250px;
  overflow: hidden;
}
.single-top-ad {
  margin: 2em auto;
  width: 488px;
  height: 80px;
  padding: 10px;
  border: 1px dashed #CCC;
}
/*-[blog-info-bottom]--------------*/
.blog-info-bottom{margin-top: 1.5em; font-size: 14px;letter-spacing: 1px; padding-right: 4em;}
#publishing, .update{font-size: 14px; color: #888;}
.blog-info-bottom ul{
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.blog-info-list li{
  margin: 0 10px 0 0;
}
.blog-info-list li a,  .author a{
  margin-left: 10px;
}
.rss-single a{color: #fff; text-shadow: none; font-size: 20px;}
.rss-single li {
  width: 100%;
  line-height: 200%;
  text-align: center;
}
.rss-single li.bottom-rss {
  background: #fbdd72;
  border-bottom: 1px solid #e1c970;
}

.rss-single li.feedly-bottom {
  background: #97e1a4;
  border-bottom: 1px solid #A8CE19;
}
.rss-single li.twit {
  background: #92E3FF;
  border-bottom: 1px solid #89cc95;
}

.rss-single li.twit.icon-twitter:before {
  content: '\e818';
  margin-right: 10px;
  font-size: 17px;
}
.rss-single li.bottom-rss.icon-rss:before {
  margin-left: -1em;
  margin-right: 1em;
}
.rss-single li.feedly-bottom.icon-rss:before {
  margin-right: 1em;
}
/*-[single-top-share ]------------------*/
.single-top-share{margin: 20px 0 10px 0; padding: 0 3.4em 0 3.6em;}
.single-top-share ul{
  list-style: none;
  display:table;
  table-layout: fixed;
  width:100%;
  margin:0;
  padding: 0;
}
.single-top-share ul a{
  display:table-cell;
  vertical-align:middle;
  text-align:center;
  padding: 0 5px 0 5px;
}

.single-top-share ul li span{
  margin-left: 5px;
}

.single-top-share ul a li:before{
  margin-right: .5em;
}
li.twitter {border-bottom: 1px solid #0092CA; border-top: 1px solid #FFFDF4; color:#0092CA; }
li.facebook {border-bottom: 1px solid #3B5998;  border-top: 1px solid #FFFDF4; color:#3B5998;}
li.gplus {border-bottom: 1px solid #DB4A39;  border-top: 1px solid #FFFDF4; color:#DB4A39;}
li.hate {border-bottom: 1px solid #00A5DD;  border-top: 1px solid #FFFDF4; color:#00A5DD; font-size: 12px;line-height: 1.75;}
li.pocket {border-bottom: 1px solid #F03E51;  border-top: 1px solid #FFFDF4; color:#F03E51;}

li.twitter:hover {border-bottom: 1px solid #00ACEE; border-top: 1px solid #00ACEE; color:#00ACEE; }
li.facebook:hover {border-bottom: 1px solid #2C4373; border-top: 1px solid #2C4373; color:#2C4373;}
li.gplus:hover {border-bottom: 1px solid #DB4A39; border-top: 1px solid #DB4A39;color:#DB4A39;}
li.hate:hover {border-bottom: 1px solid #43638B; border-top: 1px solid #43638B; color:#43638B;}
li.pocket:hover {border-bottom: 1px solid #F03E51; border-top: 1px solid #F03E51; color:#F03E51;}
.lsf-icon.hatenabookmark:before {
  content: 'B !';
  font-size: 120%;
  margin-right: .4em;
  font-weight: 700;
}


/*-[ sharethis ]------------------*/
.share {padding-left: 4em; padding-right:4em; }
.sharethis {
  border: 3px double #D4CFC1;
  margin: 2em 0 0;
  padding: 0 0 2em 0;
}

.sharethis h4 {
  margin: 0;
  padding: 5px 20px 0 15px;
  background: url(images/point-border.png) repeat-x left 70%;
  color: #a50101;
  font-weight: 700;
  font-size: 160%;
  font-family:'sailregular', Candara, 'Segoe UI', Verdana, sans-serif;
  letter-spacing: 1px;
}

.sharethis h4:first-letter {
  font-size: 170%;
}

.sharethis p {
  text-align: center;
  font-size: 11px;
}

.sharethis ul{
  list-style: none;
  display:table;
  table-layout: fixed;
  width:100%;
  margin:0;
  padding: 0 2em;
}
.sharethis ul a{
  display:table-cell;
  vertical-align:middle;
  text-align:center;
  padding: 5px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  color:#fff;
}
.sharethis ul a li:before{
  margin-right: .7em;
}

.sharethis ul a li{
  padding: 10px 0;
}
ul.sharebottom-bottom{margin-bottom: 2em;}
.sharethis ul li span{
  margin-left: 1em;
}
li.bt-twitter {background: #55acee; border-top: 1px solid #FFFDF4; border-bottom: 1px solid #FFFDF4; }
li.bt-twitter:before {margin-right: 1em;}
li.bt-facebook {background: #3B5998;  border-top: 1px solid #FFFDF4; border-bottom: 1px solid #FFFDF4;}
li.bt-gplus {background: #DB4A39;  border-top: 1px solid #FFFDF4; border-bottom: 1px solid #FFFDF4;}
li.bt-hate {background: #2c6ebd;  border-top: 1px solid #FFFDF4;  border-bottom: 1px solid #FFFDF4; font-size: 14px; line-height: 1.3; padding: 8px 0;}
li.bt-pocket {background: #F03E51;  border-top: 1px solid #FFFDF4; border-bottom: 1px solid #FFFDF4;}
li.bt-ever{background: #69AA35;  border-top: 1px solid #FFFDF4; border-bottom: 1px solid #FFFDF4;}

li.bt-twitter:hover {background: #FFFDF4; border-bottom: 1px solid #00ACEE; border-top: 1px solid #00ACEE; color:#00ACEE; }
li.bt-facebook:hover {background: #FFFDF4; border-bottom: 1px solid #2C4373; border-top: 1px solid #2C4373; color:#2C4373;}
li.bt-gplus:hover {background: #FFFDF4; border-bottom: 1px solid #DB4A39; border-top: 1px solid #DB4A39;color:#DB4A39;}
li.bt-hate:hover {background: #FFFDF4; border-bottom: 1px solid #43638B; border-top: 1px solid #43638B; color:#43638B;}
li.bt-pocket:hover {background: #FFFDF4; border-bottom: 1px solid #F03E51; border-top: 1px solid #F03E51; color:#F03E51;}
li.bt-ever:hover {background: #FFFDF4; border-bottom: 1px solid #69AA35; border-top: 1px solid #69AA35; color:#69AA35;}

/*-[ similar_post ]------------------*/
.similar-post, .end-book{
  padding-left: 4em;
  padding-right: 4em;
  margin-top: 1em;
}

.similar-post h3, .end-book h3{
  padding: 14px 0 14px 5px;
  background: url(images/header_bg.png) repeat;
  color: #666;
  font-size: 1.4em;
  line-height: 1.2;
  letter-spacing: 10px;
  text-align: center;
  text-shadow: 0 1px #fff;
}

ul.similar-posts{list-style: none;}
ul.similar-posts li {
  width: 47.5%;
  margin: 0 0 15px 10px;
  padding: 0;
  font-size: .9em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 3px double #D4CFC1;
}

.similar-title {
  display: block;
  margin: 0;
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
}
.redomend{
  margin: 0 0 3em 1em;
  display: block;
}

/*-[ fixsidebar ]------------------*/
.fixsimilar {
  margin: 0 1em;
  padding: 0 1em;
  width: 310px;
  border: 3px double #CAB6A4;
  background: #fffdf4;
}
#back-top {
  display: block;
  position: fixed;
  bottom: 70px;
  right: 20px;
  text-decoration: none;
  text-align: center;
}
.fixsimilar h3 {
  color: #fff;
  font-weight: 400;
  text-align: center;
  background: #755b42;
  background: -webkit-gradient(linear, left top, left bottom, from(#755b42), to(#755b42));
  background: -webkit-linear-gradient(top, #755b42, #755b42);
  background: -moz-linear-gradient(top, #755b42, #755b42);
  background: -ms-linear-gradient(top, #755b42, #755b42);
  background: -o-linear-gradient(top, #755b42, #755b42);
  background-image: -ms-linear-gradient(top, #755b42 0%, #755b42 100%);
  -webkit-box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
  -moz-box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
  box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
}
ul.side-popular{
  margin:0;
  padding: 0;
}
ul.side-popular li {
  overflow: hidden;
  vertical-align: top;
  margin-bottom: 1em;
  line-height: 1.4;
}
.side-similar-title{
  margin:0;
  font-weight: 500;
  font-size: 13px;
}
.side-rthumb img {
  float: left;
  margin-right: 10px;
  padding: 4px;
  background: #fff;
  border: 1px solid #ddd;
}
/*-[ nav-below ]------------------*/
.pagenation-bottom {
  position: relative;
  margin-top: 2em;
  padding-left: 3em;
  padding-right: 3em;
}
.pagenation-bottom ul, pagenation_navi ul{
  margin:0;
  padding: 0;
  list-style:none;
}

.pagenation-bottom .pagenation_navi.ver_btn {
  position: absolute;
  top: -11px;
  width: 100%;
  z-index: 1000;
}

.pagenation-bottom .pagenation_navi.ver_btn .navi-items a {
  border-top: 1px solid #eeefef;
  border-right: 1px solid #eeefef;
  border-bottom: 1px solid #d6d7d7;
  border-left: 1px solid #eeefef;
  background-color: #fff;
  display: block;
  height: 20px;
  line-height: 21px;
  padding: 0 10px;
  color: #333333;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.pagenation-bottom .pagenation_navi.ver_posts {
  width: 100%;
  position: relative;
  border-top: 1px solid #eeefef;
  border-bottom: 1px solid #eeefef;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
}

.pagenation-bottom .pagenation_navi.ver_btn .navi-items.prev {
  float: left;
  margin-left: 20px;
}

.pagenation-bottom .pagenation_navi.ver_btn .navi-items.next {
  float: right;
  margin-right: 110px;
}

.pagenation-bottom .pagenation_navi.ver_posts .separate {
  left: 49%;
  top: 0;
  position: absolute;
  width: 1px;
  display: block;
  height: 100%;
  background-color: #eeefef;
}

.pagenation-bottom .pagenation_navi.ver_posts .navi-items.next {
  float: right;
  width: 50%;
}

.next-post-eyecatch {
  float: right;
  margin-left: 10px;
}
.next-post-title, .prev-post-title {
  font-size: 13px;
  display: block;
  word-break: break-all;
  line-height: 1.3;
}
.prev-post-title{
  padding: 0 17px 0 10px;
}

.next-post-title{
  padding: 0 10px 0 10px;
}

.pagenation-bottom .pagenation_navi.ver_posts .navi-items.prev {
  float: left;
  width: 50%;
}

.prev-post-eyecatch {
  float: left;
  margin-right: 10px;
}

.next-post-eyecatch a, .prev-post-eyecatch a{
  border-bottom: none;
  border: none;
}
.nopost-left a, .nopost-right a{
  display:block;
  width:80px;
  line-height:80px;
  margin: 0 auto;
  background:#eee;
  border-radius:50%;
  text-align:center;
  color:#555;
  border-bottom:none;
  font-size: 12px;
}

/*-[ single-endbox]------------------*/
.single-bottom {
  padding-right: 2em;
  margin-bottom: 2em;
}
.single-endbox {
  width: 97.2%;
  min-height: 100px;
  border: 3px double #D4CFC1;
  background-image: url(images/hbg.gif);
  padding: 0;
}

.single-endbox-entry {
  padding-left: 3em;
  padding-right: 3em;
}

.single-endbox h4 {
  background: #fff;
  font-family: 'sailregular', Candara, 'Segoe UI', Verdana, sans-serif;
  padding: 0 1.5em;
  border-top: 1px solid #D4CFC1;
  border-bottom: 1px solid #D4CFC1;
  font-size: 28px;
  letter-spacing: 2px;
}

.single-endbox-entry p,.single-endbox-c p {font-size: 85%;}

ul.bottom-follow-list{margin: 0 0 2em 0;}
ul.bottom-follow-list li {
  text-align: center;
  padding: 10px 0;
}
ul.bottom-follow-list li a{
  display: block;
  text-align: center;
  color: #fff;
  text-shadow: none;
}
li.bottom-social-r{background: #FBB851; border-bottom: 1px solid #FE9900;}
li.bottom-social-f{background: #C4E742; border-bottom: 1px solid #A8CE19;}
li.bottom-social-t{background: #92E3FF; border-bottom: 1px solid #78C3DD;}
li.bottom-social-tp{background: #78C3DD; border-bottom: 1px solid #92E3FF;}
a.bottom-social-t.icon-twitter, a.bottom-social-tp.icon-twitter{font-size: 13px; padding-right: 15px;}

/* other
********************************************************************************************
********************************************************************************************/
.wp-pagenavi {
  float: right;
  padding-right: 4em;
}
.nav-below p{margin: 0; padding-left: 2.5em;}
.wp-pagenavi a, .wp-pagenavi span, #wp_page_numbers ul li a,.page-link span,.page-link a span {
  border: none;
  float: left;
  height: 32px;
  background: #ddd;
  color: #555;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  display: block;
  padding: 0 12px;
  text-decoration: none;
}

.wp-pagenavi a, .wp-pagenavi span,.page-link span {
  margin: 0 0 0 10px;
}

.wp-pagenavi span.pages,.page-link span.pages {
  color: #555;
  background: none;
  padding: 2px 0 0;
}

.wp-pagenavi a:hover, #wp_page_numbers ul li a:hover,.page-link a span:hover {
  background: #444;
  color: #fff;
}

.wp-pagenavi span.current, #wp_page_numbers ul li.active_page a,.page-link span {
  background: #444;
  color: #fff;
  font-weight: 400;
}

#wp_page_numbers {
  background: none repeat scroll 0 0 transparent;
  float: right;
  margin: 0;
  width: auto;
}

#wp_page_numbers ul {
  border: none;
  list-style: none;
}
#wp_page_numbers ul li {
  color: #aaa;
  float: left;
  font-size: 12px;
  line-height: 30px;
  margin-left: 10px;
}

#wp_page_numbers ul li.page_info {
  background: none;
  border: none;
}
/* •ªŠ„‚µ‚½‹LŽ–‚Ö‚ÌƒŠƒ“ƒN */
div#nextpage {
  font-size: 100%;
  clear:both;
  text-align: center;
  padding-top: 60px ;
  margin-top: 30px;
}

div#nextpage span {
  background-color:#e9e8e8;
  padding: 0.5em 1em;
  margin: 0.25em;
  text-decoration: none;
  border: 1px solid #666666;
  color: #333;
}

#nextpage a span, #nextpage a:link span {
  padding: 0.5em 1em;
  margin: 0.25em;
  text-decoration: none;
  background-color:#bbe0e5;
  border: 1px solid #00b8fd;
  color: #999999;
}

#nextpage a:visited span {
  border: 1px solid #8f9da6;
  color: #999999;
}

#nextpage a:hover span {
  background-color:#45bcd2;
  text-decoration: none;
  border: 1px solid #0198ca;
  color: #ffffff;
}

#nextpage a {
  border-bottom: none;
}
#nextpage a:hover {
  background: none;
}
img#wpstats {
  display: none;
}
/*-[ via ]--------------------*/
.via {
  padding: 10px;
  width: 100%;
  border: 3px double #D4CFC1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 1.7;
  -khtml-box-shadow: 0 0 3px rgba(0,0,0,0.1);
  margin: 15px 0;
  behavior: url(http://infinityforest.net/home/ie/ie-css3.htc);
}
.via::before {
  content: '\e819';
  font-family: 'fontello';
  margin-right: 5px;
}
.via a { border-bottom: 1px dotted #70a624;}
.out-link a{
  margin: 0 5px;
  padding-right: 20px;
  background: url(images/out-link.png) no-repeat right;
  border-bottom: 1px dotted #70a624;
}

.out-link a:hover, .via a:hover {
  text-decoration: none;
  background-color: #EEECEA;
}

/*-[ ƒfƒ‚ ]--------------------*/
.demo  { 
  display:table;
  table-layout: fixed;
  width:100%;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  overflow: hidden;
  _zoom: 1;
  background: -moz-linear-gradient(#f9f9f9, #f2f2f2); 
  background: -ms-linear-gradient(#f9f9f9, #f2f2f2); 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%,     #f2f2f2));
  background: -webkit-linear-gradient(#f9f9f9, #f2f2f2);  
  background: -o-linear-gradient(#f9f9f9, #f2f2f2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f2f2f2');  
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f2f2f2)";
  background: linear-gradient(#f9f9f9, #f2f2f2);
  margin: 25px 8% 25px 0;
}

.browser {
  display:table-cell;
  vertical-align:middle;
  padding:  10px 30px 23px 10px;
  border-right: #ddd 1px solid;
  word-wrap: break-word;
}

span.brow {
  display:block;
  color: #301607;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px; 
}

.bottan, .bottan-a {
  display:table-cell;
  vertical-align:middle;
  text-align:center;  
  text-decoration: none;
  color: #301607;
  width:40%;
}

.bottan:hover, .bottan-a:hover {background: #DCD9D9;}

.bottan a, .bottan-a a{
  display: block;
  text-decoration: none;
  color: #301607;
  padding: 16px 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}
.bottan a:before {
  content:"\e80b";
  font-family: 'fontello';
  margin-right: 10px;

}

/*-[ ƒTƒ“ƒvƒ‹ ]--------------------*/
.sample {
  display:table;
  table-layout: fixed;
  width:100%;
  border-top: 3px solid #ddd;
  border-bottom: 3px solid #ddd;
  overflow: hidden;
  _zoom: 1;
  margin: 25px 0;
}

.sample-bot{
  display:table-cell;
  vertical-align:middle;
  padding: 10px;
  font-weight: 700;
  border-right: #ddd 1px solid;
  text-align:center;
  line-height:48px;
}

.bottan-a a:before {
  content:"\e818";
  font-family: 'fontello';
  margin-right: 10px;
}
/*-[ indexbox ]--------------------*/
#indexbox {
  border-image: url(http://infinityforest.net/home/wp-content/themes/images/line.png) 9 5 0 5 / 9px 5px 0 5px;
  -moz-border-image: url(http://infinityforest.net/home/wp-content/themes/images/line.png) 9 5 0 5 / 9px 5px 0 5px;
  -webkit-border-image: url(http://infinityforest.net/home/wp-content/themes/images/line.png) 9 5 0 5 / 9px 5px 0 5px;
  text-align: center;
  margin: 20px 0;
}

#indexbox span {
  padding: 7px 20px 5px;
  background: #FFF;
}

.entry-content ol {
  line-height: 1.75em;
  margin-bottom: 1.75em;
}

/* LISTS ------------------------------------------------------------*/

ul.list {
  list-style: none;
  margin: 10px 0 30px 40px;
  padding: 0;
}

ul.list.list li {
  color: #785430;
  list-style-image: url(images/list.png);
}

ul.list li > span.out-link a{margin: 0;}

ul.sitemap-list {
  list-style: none;
}

ul.sitemap-list li {
  color: #785430;
  list-style-image: url(images/sitemap-list.gif);
  line-height: 1.75;
  margin-bottom: 1em;
  margin-left: -1em;
  padding-right: 1em;
}

ul.sitemap-list a:hover, ul.sitemap-list li a:hover {
  background-color: #EEECEA;
}

h2.sitemap a {
  border-bottom: none;
  color: #301607;
}

hr {
  display: block;
  width: 70%;
  height: 14px;
  border:none !important;
  background: url(images/hr.png) repeat-x;
  margin-top: 3em;
  margin-bottom:3em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em;
}
/* TABLE ------------------------------------------------------------*/
table {
  border-collapse: collapse;
  width: 100%;
}

table th {font-weight: 700;}

table td,table th {
  padding: 4px 6px;
  text-align: left;
  font-size: 14px;
}

td,th {border: 1px solid #ccc;}

thead th {background: #e6e6e6;}

table caption {
  text-align: right;
  font-size: 12px;
  font-style: italic;
}

/*-[ redomend-box ]------------------*/

.recomend-box img {
  background: none;
  padding: 0;
  margin: 0 auto;
}

/*-[ ƒRƒƒ“ƒg ]------------------*/
.come {
  margin: 3em 0 6em;
  min-height: 100px;
  width: 98%;
  border: 1px solid #D4CFC1;
  background-image: url(http://infinityforest.net/home/wp-content/themes/images/hbg.gif);
}


/* @ scrap
********************************************************************************************
********************************************************************************************/
.item {

}

.item:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  behavior: url(http://infinityforest.net/home/ie/ie-css3.htc);
}

.item img {
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  height: 150px;
  border: none;
}

.item a {
  border-bottom: none;
}

.item-title {
  display: block;
  word-break: break-all;
  clear: both;
  margin: 5px 0;
  padding: 0 10px;
  font: 14px Candara, 'Segoe UI', Verdana, 'ƒqƒ‰ƒMƒmŠpƒS Pro W3', 'Hiragino Kaku Gothic Pro W3', ƒƒCƒŠƒI, Meiryo,Osaka, sans-serif;
  line-height: 1.25;
}

.item-title a {
  border-bottom: none;
}

.item-title a:hover {
  background: none;
}

.post-info-s {
  display: block;
  clear: both;
  padding: 10px 10px 5px 10px;
  color: #BBB;
  font-size: 11px;
  font-family: ƒƒCƒŠƒI, Meiryo, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "‚l‚r ƒSƒVƒbƒN", Osaka, sans-serif;
}

.post-info-s a {
  text-decoration: none;
}

.post-info-s time {
  padding-left: 15px;
  background: url(http://infinityforest.net/home/wp-content/themes/images/clock.png) no-repeat 0 3px;
}

.post-info-s .thecategory {
  padding-left: 18px;
  background: url(http://infinityforest.net/home/wp-content/themes/images/tag.png) no-repeat 0 3px;
}

.post-info-s .thecategory a {
  color: #BBB;
}

.post-info-s .thecategory a:hover {
  color: #785430;
  background-color: #EEECEA;
}

.post-info-s time:after,.comment .fn:after {
  padding: 0 5px;
  content: "|";
}

#tax-title {
  width: 100%;
  margin: 50px 0 -40px 2%;
  padding: 15px 30px;
  font-size: 150%;
  font-weight: 700;
}

#infscr-loading {
  margin-left: -100px;
  width: 200px;
  position: fixed;
  left: 50%;
  bottom: 10px;
  text-align: center;
}

nav#page-nav a,nav#page-nav {
  margin-left: 20px;
  display: none;
  @text-indent: -999em;
}

.memo {
  background: url(images/notecheck32.png) no-repeat 10px 5px;
  border: 1px dashed #abd2d9;
  margin: 20px 0;
  padding: 10px 5px 10px 55px;
  color: #666;
  width: 100%;
}
.memo p{margin: 0;}
.memo ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.memo li {
  margin: 5px 0 0 15px;
  padding: 0;
  color: #785430;
  list-style-image: url(images/main-list.png);
}
.memo ul li > span.out-link a{margin: 0;}
/*-[ 404 ]------------------*/
.post-404,.post-404meta { padding: 0 3em;}

.post-404 p {
  margin: 0 auto;
  line-height: 1.75;
  text-align: center;
}

.title-404 {
  color: #301607;
  text-shadow: 1px 1px rgba(255,255,255,1);
  font-size: 30px;
}

.title {
  color: #301607;
  text-shadow: 1px 1px rgba(255,255,255,1);
  font-size: 20px;
  line-height: 1.25;
  margin: 1em 0;
}

.post-404 img {
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.post-404meta {
  padding: 15px 30px;
  border: 3px double #D4CFC1;
  margin: 50px auto 0;
}

#cat-title{
  margin: -1em 0 0 0;
  padding: 0;
  text-align: left;
  font-size: 15px;
}
#cat-title h1{margin: 0; font-size: 24px; font-weight: 400;}
#cat-title span{margin-left: 30px; font-size: 18px;color: #659E42;}
#search-head h1{margin: -1.5em 0 0 15px; font-size: 16px;}
/* HIGHLIGHT ------------------------------------------------------------*/
span.highlight {
  background: -webkit-linear-gradient(transparent 60%,rgba(247, 166, 166, 0.61) 70%);
  background: linear-gradient(transparent 60%,rgba(247, 166, 166, 0.61) 70%);
  margin: 0 7px;
}

span.highlight-yellow {
  background: -webkit-linear-gradient(transparent 60%,#FCFF89 70%);
  background: linear-gradient(transparent 60%,#FCFF89 70%);
  margin: 0 7px;
}
/* =wp-images
----------------------------------------------- */
.wp-caption {
  border: solid 1px #CCC;
  background-color: #fff;
  text-align: center;
  padding: 5px 0;
  margin-top: 16px;
  margin-bottom: 16px;
  width: 100%;
}
.wp-caption-text {margin: 5px 0 0; font-size: 13px;}

/*-[ facebook ]------------------*/
#likebox_container {
  border: 1px solid #D4CFC1;
  margin-bottom: 30px;
  background: #fff;
}

#side-likebox_container {
  border-left: 1px solid #D4CFC1;
  border-right: 1px solid #D4CFC1;
  border-bottom: 1px solid #D4CFC1;
  margin: 0 0 3em 0.875em;
  background: #fff;
  width: 314px;
}
div#likebox_container .fbcomments,
div#likebox_container .fb_iframe_widget,
div#likebox_container .fb_iframe_widget[style],
div#likebox_container .fb_iframe_widget iframe[style],
div#likebox_container .fbcomments iframe[style],
div#likebox_container .fb_iframe_widget span{
  width: 100% !important;
}

/* iframe */
.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fix{
  padding-top: 2em;
}

/* =Responsive Structure
----------------------------------------------- */
/* Smaller than standard 1024 (devices and browsers) */
@media screen and (max-width : 64em) {

  .gNav [class*="menu"] ul >li {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-content {margin-left: -.8em;}
  #sidebar {
    padding-left: 0;
    padding-right: 0.8em;
  }
  #post-home, #post-single {margin-left: 0.7em;}
  .main-content:after {width: 96%;}
  .cat-top-wordpress, .cat-top-other {width: 99%;}
  .ribbon {width: 84%;}

}

/* Smaller than standard 800 (devices and browsers) */
@media screen and (max-width : 50em) {
  .search {padding: 0;}
  .nav {margin-top: 2em;padding-left: 0;}
  .gNav [class*="menu"] ul {margin: .5em 0 0 -3em;}
  .gNav [class*="menu"] ul >li {padding-left: 5px;padding-right: 5px;border: 0;}
  .gNav [class*="menu"] ul >li:last-child {border: 0;}
  #post-home h1, #post-single h1 {font-size: 17px;padding: 0 .5em 1em 1em;}
  #post-home, #post-single {padding-top: 1em;padding-bottom: 1em;}
  .thum {padding-left: 2em;}
  p {font-size: 13px;}
  .read {padding-left: 2em;}
  .read-more p {margin: -.5em 0 0 14%;}
  .related-date {min-width: 92px;font-size: 11px;}
  .side-box {margin: 4em 0 3em 0;}
  dt.related-posts-img {margin-right: 5px;}
  .cat-left li, .cat-right li {font-size: 15px;}
  .cat-right a, .cat-left a {margin-left: 1em;}
}

/* Smaller than standard 649 (devices and browsers) */
@media screen and (max-width : 40.061em) {


}