/* <system section="theme" selected="12921228815715016151"> */
@charset "utf-8";


/* ===============  import css =============== */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,300italic,300,500italic,700,700italic,900italic,900,100,100italic);



/* =============== reset css =============== */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}


/* =============== common =============== */

a {
  color: #666;
  text-decoration: none;
}
a:hover {
  color: #878787;
  text-decoration: underline;
}
a:active {
  color: #666;
}
a:visited {
  color: #666;
}


/* =============== base =============== */

body {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background: transparent;
  color: #111;
}
#globalheader-container {
  background: #fff;
  background: rgba(255, 255, 255, 0.2);
}
#container {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  background: #fff;
}
#container-inner {
  text-align: left;
}
#blog-title {
  width: 100%;
}
#blog-title-inner{
  width: 960px;
  margin: 110px auto 100px auto;
}
#title {
  font-size: 150%;
  font-family: 'Roboto', sans-serif, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
#title a {
  color: #111;
  text-decoration: none;
}
#blog-description {
  font-size: 11px;
}
/* @Custom Header-image */
.header-image-enable #blog-title #title {
  padding: 20px 0 0 20px;
}
.header-image-enable #blog-title,
.header-image-only #blog-title {
  padding: 30px 0;
}
#content{
  width: 960px;
  margin: 50px auto 30px auto;
}
#content-inner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#wrapper {
  width: 640px;
  float: left;
}
.page-archive #wrapper,
.page-about #wrapper {
  padding-right:0px;
  border-right: none;
  background: none;
}
.entry {
  /*margin-bottom: 80px;*/
}
.entry a{
  text-decoration:underline;
}
.entry-inner{
  margin-bottom: 80px;
}
.entry-header {
  position: relative;
}
.date {
  /*min-height: 100px;*/
  /*border-right: 1px solid #CCC;*/
  font-size: 78%;
  margin-bottom: 7px;
  font-family: 'Roboto', sans-serif;
}
.date a {
  text-decoration: none;
}
/*.entry .date-month + .hyphen{
}
.date .date-year,
.date .date-month{
  font-family: 'Roboto', sans-serif;
}*/
.date .date-day{
}
.entry-title {
  margin-bottom: 5px;
  line-height: 1.5;
}
.entry-title a {
  color: #111;
  text-decoration: none;
}
.categories {
  padding: 0 0 10px 0;
}
.categories a {
  font-size: 65%; 
  text-decoration: none;
  padding-left: 17px;
  padding-right: 8px;
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kgsi/20131224/20131224005831.png) no-repeat left -4px;
  color:#888888;
}
.categories a:hover{
  text-decoration: underline; 
}

.author,
.entry-footer-time{
  font-size: 65%;
}
.entry-footer {
}
.entry-footer-section,
.social-buttons {
  margin-bottom: 15px;
}
.pager {
  margin: 15px 0;
  font-size: 65%;
}
.pager a{
  color: #EEEEEE;
  padding: 7px 15px 7px 15px;
  text-align: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  background: #111;
}
#footer {
  width: 100%;
  padding: 10px 0 30px 0;
}
#footer-inner{
  width: 960px;
  margin: 0 auto;
  font-size: 78%;
  text-align: center;
}
#footer address {
  display: inline;
}
#footer .services {
  display: inline;
  margin: 0 7px;
}
#footer a{
  text-decoration: none;
  color: #333;
}
#footer img {
  vertical-align: middle;
}
.entry-header-menu{
  position: absolute;
  right: 0;
  top: 0;
  font-size: 78%;
  font-weight: bold;
}
.entry-header-menu a{
  display: block;
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kgsi/20131224/20131224005831.png) no-repeat left -42px;
  padding:3px 0 3px 18px;
  text-decoration: none;
}
.entry-header-menu a:hover{  
  text-decoration:underline;
}


/* =============== comment =============== */

.entry-comment {
  list-style: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 85%;
}
.comment-user-name .hatena-id-icon {
  vertical-align: middle;
  margin-right: 0.2em;
}
.comment-user-name {
  margin-bottom: 7px;
}
.comment-user-name a {
  color: #222;
  font-weight: bold;
}
.comment-content {
  line-height: 1.5em;
  margin-bottom: 7px;
  word-wrap: break-word;
}
.comment-user-name,
.comment-content {
  font-size: 80%;
}
.comment-metadata,
.comment-metadata a {
  font-size: 65%;
  color: #aaa;
}
.leave-comment-title {
  font-weight: bold;
  margin: 10px 0;
  display: block;
  text-align: center;
  padding: 15px 10px 15px 10px;
  background: #111;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;

}
a.leave-comment-title{
  display: block;
  text-decoration: none;
  color: #FFF;
  font-size: 65%;
}
.leave-comment-title:hover {
  background: #666;
}

/* Entry-Content */
.entry-content {
  font-size: 80%;
  line-height: 2.04;
  letter-spacing: 0.01em;
}
.entry-content p {
  margin: 0.7em 0 1em 0;
}
.entry-content img {
  max-width: 100%;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 1.2em 0 0.4em 0;
  line-height: 1.7;
}
.entry-content h1 {
  font-size: 140%;
}
.entry-content h2 {
  font-size: 130%;
}
.entry-content h3 {
  font-size: 120%;
}
.entry-content h4 {
  font-size: 110%;
}
.entry-content h5 {
  font-size: 100%;
}
.entry-content h6 {
  font-size: 90%;
}
.entry-content ul,
.entry-content ol,
.entry-content dd {
  margin: 0 0 0 1.5em;
  padding: 0;
}
.entry blockquote {
  padding: 10px;
  margin: 1em 0;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
.entry blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.hatena-asin-detail, .itunes-embed {
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
}
.entry-content table th,
.entry-content table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.entry-content table th {
  background: #fafafa;
}
pre {
  color: #CCC;
  font-size: 85%;
  padding: 10px;
  background: #111;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}

a.keyword {
  text-decoration: none;
  border-bottom: 1px solid #DEDEDE;
  color: #222;
}
pre.lang-aa {
  font-size: 100%;
  line-height: 1.4;
}
.hatena-asin-detail li {
  line-height: 1.4;
}


/* =============== side bar =============== */

#box2 {
  width: 220px;
  float: right;
  font-size: 78%;
  word-wrap: break-word;
}
.hatena-module {
  margin-bottom: 30px;
}
.hatena-module-title {
  font-size: 108%;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}
.hatena-module-title a {
  color: #222;
  text-decoration: none;
}
.hatena-module-title a:hover {
  text-decoration: underline;
}
.hatena-module .profile-icon {
  margin-bottom: 5px;
}
.hatena-module .id {
  display: block;
  margin-bottom: 5px;
}
.profile-description {
  margin-bottom: 5px;
}
.hatena-module-body li {
  list-style: none;
  margin-bottom: 0.65em;
}
.hatena-module-body {
  line-height: 1.5;
}
.hatena-urllist{
}
.hatena-urllist a{
}
/* @Module::Search */
form.search-form input {
  background: #E9E9E9;
  border: 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
}
.search-form .search-module-input {
  width: 170px;
  padding: 7px;
  margin: 0;
  font-size: 78%;
}
.search-form .search-module-button {
  height: 23px;
  width: 23px;
  border: none;
  text-indent: -999px;
  cursor: pointer;
  background: url('https://cdn.blog.st-hatena.com/images/theme/search_g.png?version=263e782f4058acf5109a8ca03f06e0') 50% 50% no-repeat;
}
/* @About */
.page-about dt {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  padding-bottom: 2px;
}
.page-about dd {
  margin-left: 0;
  margin-bottom: 30px;
}
.page-about .entry-content img.profile-icon {
  height: 16px;
  width: 16px;
}


/* =============== archive =============== */

.page-archive #main {
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.page-archive #main-inner {
  font-size: 80%;
  text-align: left;
}
.page-archive #main-inner p {
  margin-bottom: 1em;
}
.page-archive #main-inner h1 {
  font-size: 120%;
  margin: 1em 0 0.5em 0;
}
.page-archive #main-inner h1 a {
  color: #000;
  text-decoration: none;
}
.page-archive #main-inner h1 a:hover {
  text-decoration: underline;
}
.page-archive #main-inner section {
  margin-bottom: 30px;
}

.page-archive #main-inner .entry-title:hover {
  text-decoration: underline;
}
.page-archive #main-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-archive #main-inner li {
  margin: 0;
  padding: 0 0 10px 0;
}
.page-archive #main-inner li .categories {
  font-size: 65%; 
  margin-top: 10px;
  display: block;
}


/* =============== about =============== */

.page-about #wrapper{
  background: none;
}
.page-about .entry-content{
  width: auto;
  left: 0px;
}


/* =============== category =============== */

.breadcrumb {
  width: 960px;
  margin:30px auto 30px auto;
  font-size: 80%;
}
.breadcrumb span:last-child{
  color: #999;
}


/* =============== edit erea =============== */

#top-editarea{
  width: 960px;
  margin:30px auto;
}
#bottom-editarea{
  width: 960px;
  margin:0 auto 30px auto;
}
/* </system> */


/* <system section="background" selected="fff"> */
body{background:#fff;}
/* </system> */




ins[style]{
background-color:transparent;
}


.entry-content {
font-size:16px;
}


.comment-box {
 
    font-size : 16px ; 
 
}

#container {

width: 1000px;
}

#main
{
width: 630px;
}

#box2 {
width: 280px;
}




/*--------------------------------------
  ヨメレバ・カエレバ（PC）
--------------------------------------*/
.booklink-box, .kaerebalink-box{
    padding:25px;
    margin-bottom: 10px;
    border:double #CCC;
    overflow: hidden;
    font-size:small;
}
.booklink-image, .kaerebalink-image{
    margin:0 15px 0 0;
    float:left;
    min-width: 160px;
    text-align: center;
}
.booklink-image img, .kaerebalink-image img{
    margin:0 auto;
    text-align:center;
}
.booklink-info, .kaerebalink-info{
    margin:0;
    line-height:120%;
    overflow: hidden;
}
.booklink-name, .kaerebalink-name{
    margin-bottom:24px;
    line-height:1.5em;
}
.booklink-powered-date, .kaerebalink-powered-date{
     font-size:8px;
     margin-top:10px;
     font-family:verdana;
     line-height:120%;
}
.booklink-detail, .kaerebalink-detail{font-size: 12px;}
.booklink-powered-date, .kaerebalink-detail{margin-bottom:15px;}
.booklink-link2, .kaerebalink-link1{margin-top:10px;}
.booklink-link2 a,
.kaerebalink-link1 a{
    width:30%;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    display:inline-block;
    margin:5px 2px 0 0;
    padding:10px 1px;
    text-align:center;
    float:left;
    text-decoration:none;
    font-weight:800;
    text-shadow:1px 1px 1px #dcdcdc;
    font-size:12px;
    color: #fff !important;
}
.booklink-link2 a:hover,
.kaerebalink-link1 a:hover{opacity: 0.6;}
.booklink-link2 a:active
.kaerebalink-link1 a:active{
    position:relative;
    top:1px;
}
/*ボタンを変えるときはここから*/
.shoplinkamazon a{color:#FF9901 !important;border: 1px solid #FF9901 !important;}
.shoplinkrakuten a{color:#c20004 !important;border: 1px solid #c20004 !important;}
.shoplinkkindle a{color:#007dcd !important;border: 1px solid #007dcd !important;}
.shoplinkkakakucom a{color:#314995 !important;border: 1px solid #314995;}
.shoplinkyahoo a{color:#7b0099 !important;border: 1px solid #7b0099 !important;}
/*ここまでを変更*/
.shoplinkyahoo img{display:none;}
.shoplinkyahoo a{font-size:10px;}
.booklink-footer{display: none;}


/*上に戻る*/
#page-top {
  display:none;
  position:fixed;
  right:10px;
  bottom:20px;
  margin: 0;
  padding: 0;
  text-align:center;
}
#move-page-top{
  color:rgba(0,0,0,0.4);
  text-decoration:none;
  display:block;
  cursor:pointer;
}
#move-page-top:hover{
  color:rgba(0,0,0,0.6);
}
@media only screen and (min-width: 400px){
  #page-top{
    right:50%;
    margin-right: -450px;
  }
}
 
 
 
 /*シェアボタン*/
.share-3d{
    margin-bottom: 10px;
    text-align: center;
}
.share-3d-inner a {
    position: relative;
    display: inline-block;
    width: 18%;
    height: 40px;
    line-height: 20px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
}
.share-3d .small-text{
    font-size: 10px;
}
.share-3d .hatena-bookmark-button{
    background: #00A4DE;
    box-shadow: 0 3px #43638b;
}
.share-3d .twitter-button{
    background: #55ACEE;
    box-shadow: 0 3px #0092ca;
}
.share-3d .googleplus-button{
    background: #C53727;
    box-shadow: 0 3px #ad3a2d;
}
.share-3d .facebook-button{
    background: #405BA7;
    box-shadow: 0 3px #2c4373;
}
.share-3d .pocket-button{
    background: #EE4256;
    box-shadow: 0 3px 0 #c0392b;
}
.share-3d a:active{
    top: 3px;
    box-shadow: none;
}
.share-3d .hatena-bookmark-button:active{
    background: #43638b;
}
.share-3d .twitter-button:active{
    background: #0092ca;
}
.share-3d .googleplus-button:active{
    background: #ad3a2d;
}
.share-3d .facebook-button:active{
    background: #2c4373;
}
.share-3d .pocket-button:active{
    background: #c0392b;
}


 
.follow-btn{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.follow-btn a {
    display: inline-block;
    height: 45px;
    line-height: 22px;
    width: 25%;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
}
.follow-btn .hatena {
    color: #3D3F44;
    border: 2px solid #3D3F44;
    background: #ffffff; 
}
.follow-btn .twitter {
    color: #00ACEE;
    border: 2px solid #00ACEE;
    background: #ffffff; 
}
.follow-btn .feedly { 
    color: #70CA3B;
    border: 2px solid #70CA3B;
    background: #ffffff;
}
.follow-btn .hatena:hover {
    color: #ffffff;
    background: #3D3F44;
    transition: all .3s;
}
.follow-btn .twitter:hover {
    color: #ffffff;
    background: #00ACEE;
    transition: all .3s;
}
.follow-btn .feedly:hover {
    color: #ffffff;
    background: #70CA3B;
    transition: all .3s;
}
.text-small{
    font-size: 8px;
}
