@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* 基本
   ========================================================================= */

body {
  color: #555;
  background-color: #fff;
  font-size: 15px;
  font-family: "Open Sans", "Hiragino Kaku Gothic ProN", Meiryo, Helvetica, Arial, sans-serif;
  line-height: 1.8;
  word-wrap: break-word;
}

h3 {
  font-size: 1.375em;
  margin-bottom: 1em;
  margin-top: 1.5em;
}

h4 {
  font-size: 1.25em;
  margin-bottom: 1em;
  margin-bottom: 1em;
}

h5 {
  font-size: 1em;
  margin-bottom: 0.5em;
  margin-top: 1em;
}

h6 {
  font-size: .875em;
  margin-bottom: 0.5em;
  margin-top: 1em;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, opacity .15s ease-in-out;
}

.entry-content a {
  text-decoration: underline;
}

.entry-content a.keyword {
  text-decoration: none;
  border-bottom: 1px dotted;
}

a:hover {
  color: #999;
}

p {
  margin: 0 0 1.6em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.entry-content .hatena-image-left {
  margin: 0 1.6em 1.6em 0;
}

.entry-content .hatena-image-right {
  margin: 0 0 1.6em 1.6em;
}

ul, ol {
  margin: 0 0 1.6em;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

/*sm*/
@media screen and (max-width:640px){
ul, ol {
padding-left:20px;
}
}



dl {
  margin: 0;
}

table{
  border-top: 1px solid #e4e4e4;
  font-size: 93.8%;
  line-height: 1.5;
  margin: 0 0 1.7em;
  width: 100%;
}

th, td {
  border-bottom: 1px solid #e4e4e4;
  padding: 0.8em;
}

th {
  font-weight: 700;
}

pre {
  background-color: #333;
  color: #eee;
  font-size: 93.8%;
  line-height: 1.4;
  padding: 1.7em;
  margin: 0 0 1.7em;
  max-width: 100%;
  word-wrap: normal;
}

blockquote {
  padding: 1.6em 1.6em 1.6em 5.2em;
  margin: 0 0 1.6em;
  background-color: #f8f8f8;
  font-style: italic;
  position: relative;
}

blockquote *:last-child {
  margin-bottom: 0;
}

blockquote:before {
  color: #ccc;
  content: "“";
  font: 80px/1 Georgia,serif;
  position: absolute;
  top: 22px;
  left: 28px;
}

hr {
  background-color: #e4e4e4;
  border: 0;
  height: 1px;
  margin: 0 0 1.6em;
}

/* Amazon, iTunes */
.hatena-asin-detail,
.itunes-embed {
  margin: 0 0 1.7em;
  padding: 1.7em;
  border: 1px solid #e4e4e4;
  font-size: 93.8%;
  line-height: 1.5;
}
.hatena-asin-detail-info,
.itunes-embed-info {
  overflow: hidden;
}
.hatena-asin-detail-title,
.itunes-embed-title {
  margin-bottom: 8px!important;
}
.hatena-asin-detail-image,
.itunes-embed-image{
  margin-right: 1.7em!important;
}
@media screen and (max-width: 479px) {
  .hatena-asin-detail-image,
  .itunes-embed-image{
    width: 64px;
  }
}

/* Clearfix */
#container:before, #container:after,
#container-inner:before, #container-inner:after,
#blog-title:before, #blog-title:after,
#blog-title-inner:before, #blog-title-inner:after,
#content:before, #content:after,
#content-inner:before, #content-inner:after,
#main:before, #main:after,
#main-inner:before, #main-inner:after,
#footer:before, #footer:after,
#footer-inner:before, #footer-inner:after,
.entry:before, .entry:after,
.archive-entry:before, .archive-entry:after,
.entry-title:before, .entry-title:after,
.entry-content:before, .entry-content:after,
.date:before, .date:after,
.categories:before, .categories:after,
.pager:before, .pager:after,
.hatena-urllist:before, .hatena-urllist:after {
  content: "";
  display: table;
}

#container:after,
#container-inner:after,
#blog-title:after,
#blog-title-inner:after,
#content:after,
#content-inner:after,
#main:after,
#main-inner:after,
#footer:after,
#footer-inner:after,
.entry:after,
.archive-entry:after,
.entry-title:after,
.entry-content:after,
.date:after,
.categories:after,
.pager:after,
.hatena-urllist:after{
  clear: both;
}

/* レイアウト
   ========================================================================= */

#globalheader-container {
  color: #fff;
  background-color: #333;
}

#container {
  margin: 0 auto;
}

/*pc*/
@media screen and (min-width:640px){
#content {
  margin: 0 auto;
  padding: 30px 0 0 0;
  background: #f7f7f7;
}
}

/*sm*/
@media screen and (max-width:640px){
#content {
  width:100%;
  margin: 0 auto;
  padding: 10px 0 0 0;
  background: #f7f7f7;
}
}

#footer {
  padding: 20px 0;
  text-align: center;
  color: #fff;
  background-color: #333;
}

/*pc*/
@media screen and (min-width:640px){
#blog-title-inner,
#content-inner,
#footer-inner {
  margin: 0 auto;
  padding: 0 20px;
}
}

/*sm*/
@media screen and (max-width:640px){
#blog-title-inner,
#content-inner,
#footer-inner {
  margin: 0 auto;
  padding: 0 10px;
}
}

#wrapper,
#box2 {
  margin-bottom: 50px;
}
#wrapper {
  border-bottom: 1px solid #e4e4e4;
}

@media screen and (min-width: 960px) {
  #globalheader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  #container {
  }
  #blog-title{
    margin-top:30px;
  }
  #blog-title-inner,
  #content-inner,
  #footer-inner {
    max-width: 1100px;
  }
  #wrapper {
    width: 100%;
    margin-right: -348px;
    padding-right: 348px;
    border-bottom: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    z-index:1;
  }
  #main {
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #box2 {
    width: 340px;
    float: right;
  }
}

/* for Pro */
.globalheader-off #container {
  margin-top: 0;
}

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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  height: auto;
  overflow: hidden;
}

/* ヘッダー
   ========================================================================= */

#title {
  margin: 30px 0 0 0;
  background:url(https://s1.qtn.jp/blog/q-icon_200.png) 0 50% no-repeat;
  -moz-background-size:50px auto;
  -webkit-background-size:50px auto;
  -o-background-size:50px auto;
  -ms-background-size:50px auto;
  background-size:50px auto;
  padding-left:60px;
  font-weight:normal;
}

/*PC*/
@media screen and (min-width:640px){
#blog-description{
  font-size:14px;
  disply:inilne;
  font-weight:normal;
  color:#888;
}

#hnav{
  width:100%;
  background: #f08200;
}
#hnav > ul{
  max-width: 1100px;
  margin:0 auto;
  padding:0;
}

#hnav > ul li.cat{
  width:20%;
  float: left;
  list-style: none;
  position: relative;
}

#hnav > ul li.cat h2{
  margin:0;
}

#hnav > ul li.cat h2 a{
  display: block;
  text-align: center;
  color:#fff;
  border-left:1px solid #fff;
  font-size:15px;
  padding:10px 5px;
}

#hnav > ul li.cat:last-child h2 a{
  border-right:1px solid #fff;
}

ul.sub-menu{
  width:100%;
  display: none;
  position: absolute;
  list-style: none;
  margin:0;
  padding:0;
  z-index:10;
}

ul.sub-menu > li a{
  display: block;
  color:#fff;
  padding:10px;
  border-bottom:1px solid #fff;
  background:#f5a94f;
}

ul.sub-menu > li a:hover{
  background:#f08200;
}
}

/*sm*/
@media screen and (max-width:640px){

#blog-description{
  font-weight:normal;
  color:#888;
  font-size:13px;
}

#acMenu dt{
    display:block;
    padding:10px;
    text-align:center;
    background: #F08200;
    color:#fff;
}

#acMenu dd{
  display:none;
  margin:0;
}

#acMenu dd li{
  list-style: none;
}

#acMenu dd li a{
  display: block;
  background: #f7f7f7;
  border-bottom:1px solid #fff;
  padding:10px;
  position: relative;
}

#acMenu dd li:last-child{
  border-bottom:0;
}

#acMenu dd li a::after {
     position: absolute;
     top: 50%;
     right: 10px;
     display: block;
     content: '';
     width: 8px;
     height: 8px;
     margin-top: -4px;
     border-top: 1px solid #888;
     border-right: 1px solid #888;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
}

}

/* 記事
   ========================================================================= */

/*pc*/
@media screen and (min-width:640px){
.entry{
  border:1px solid #ccc;
  padding:25px;
  margin-bottom:20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #FFF;
}
}

/*sm*/
@media screen and (max-width:640px){
.entry{
  border:1px solid #ccc;
  padding:20px 10px;
  margin-bottom:20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #FFF;
margin:0 -10px 20px -10px;
border-radius:0;
border-width:1px 0 1px 0;
}
}

.entry:nth-child(2n){
  margin-right: 0;
}

/*sm*/
@media screen and (max-width:640px){
.entry:nth-child(2n){
margin-right: -10px;
}
}


.entry-header {
  position: relative;
}

.entry-content {
  margin-bottom: 10px;
}

/* 記事タイトル */
.entry-title {
  font-size: 160%;
  line-height: 170%;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight:bold;
  letter-spacing:2px;
}

/* 日付 */
.date {
  font-size: 90%;
  margin-bottom: 10px;
}
.date a {
}
.date a:before{
  content: "\f043";
  font: 16px/1 blogicon;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

/* カテゴリー */
.categories {
  margin-top: -16px;
  margin-bottom: 20px;
}
.categories a {
  margin: 0 10px 5px 0;
  padding: 5px 10px;
  font-size: 90%;
  background:#f08200;
  color:#fff;
  border-radius: 2px;
  float: left;
}
.categories a:hover {
  color: #555;
  background-color: #f8f8f8;
}

/* 編集ボタン */
.entry-header-menu {
  position: absolute;
  top: 0;
  right: -72px;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  text-align: center;
  line-height: 1;
}
.entry-header-menu a{
  font-size: 0;
}
.entry-header-menu a:before{
  content: "\f010";
  font: 16px/48px blogicon;
  margin-left: 2px;
}
@media screen and (max-width: 959px){
  .entry-header-menu{
    display: none!important;
  }
}

/* 続きを読む */
.entry-content .entry-see-more {
width:80%;
  color: #fff;
  background-color: #f08300;
  font-size: 100%;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  padding:10px;
  margin:0 auto;
  display:block;
  box-shadow:0 5px 0 #c46901;
  letter-spacing:3px;
}
.entry-content .entry-see-more:hover{
  color: #fff;
  background-color: #f2ab55;
}

/* 記事フッター */
.entry-footer {
  margin-bottom: 48px;
}

/* SNSシェア */
.social-buttons {
  margin-bottom: 10px;
}

/* 広告 */
.google-afc-image,
.google-afc-text {
  margin-bottom: 32px;
}

/* コメント */
.comment-box {
  font-size: 93.8%;
}
.comment-box ul {
  list-style: none;
  margin: 1.7em 0;
  padding: 0;
}
.comment-user-name{
  padding-left: 64px;
  margin-bottom: 8px;
  position: relative;
}
.comment-user-name .hatena-id-icon{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 4px;
  left: 0;
}
.comment-box .comment-content,
.comment-box .comment-metadata {
  margin-left: 64px;
}
.comment-box .comment-content a {
  text-decoration: underline;
}
.leave-comment-title {
  padding: 10px 16px;
  font-size: 87.5%;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  display: inline-block;
}
.leave-comment-title:hover {
  color: #555;
  text-decoration: none;
  background-color: #f8f8f8;
}

/* 投稿前後ナビゲーション */
.pager{
  margin-bottom: 48px;
}
.pager-prev{
  width: 48%;
  float: left;
  text-align: left;
}
.pager-next {
  width: 48%;
  float: right;
  text-align: right;
}
.pager-prev a,
.pager-next a{
  font-size: 93.8%;
  text-decoration: underline;
}

/* アーカイブページ */
.page-archive .archive-entry {
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 10px;
}
.page-archive .entry-thumb {
  margin: 0 20px 20px 0;
}

/* カテゴリーページ */
#top-box {
  background-color: #f8f8f8;
  border-bottom: 1px solid #e4e4e4;
}
.breadcrumb {
  margin: 0 auto;
  padding:10px;
  font-size: 90%;
  color:#888;
  max-width: 665px;
}
@media screen and (min-width: 480px) {
  .breadcrumb {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 640px) {
  .breadcrumb {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media screen and (min-width: 960px) {
  .breadcrumb {
    max-width: 1062px;
  }
}

.archive-entries{
  margin:0;
}

.archive-entries .entry-title{
  font-size:130%;
  font-weight:normal;
}



.archive-entries .entry-description{
  margin:0;
}


/* サイドバー
   ========================================================================= */

.hatena-module {
  font-size: 90%;
  line-height: 1.8;
  margin-bottom: 30px;
}
.hatena-module-title {
  padding:10px;
  margin-bottom:10px;
  background: #444;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color:#fff;
}
.hatena-module ul {
  margin-bottom: 0;

}
.hatena-urllist {
  list-style: outside none none;
  padding-left: 0;
  margin-left: 0;
}
.hatena-urllist li:first-child {
  border-top: none;
}
.hatena-urllist li {
  border-top: 1px solid #e4e4e4;
  padding:10px;
}
.urllist-with-thumbnails li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.urllist-with-thumbnails li .urllist-image {
  margin: 0 10px 0 0;
}
.urllist-title-link {
  font-size: inherit;
  overflow: hidden;
}
.urllist-date-link {
  font-size: 90%;
  overflow: hidden;
  margin-bottom: 2px;
}
.urllist-entry-body {
  margin-top: 2px;
  color: #555;
  font-size: 90%;
  overflow: hidden;
}
.urllist-categories {
  margin-top: 2px;
  overflow: hidden;
}
.urllist-category-link {
  font-size: 90%;
  margin-right: 5px;
}

/* プロフィール */
.profile-icon {
  margin: 0 16px 16px 0;
  border-radius: 4px;
  float: left;
  overflow: hidden;

}
.profile-description {
  margin-top: 6px;
  font-size: 86.7%;
}

/* 最近のコメント */
.hatena-module-recent-comments .recent-comments .user-id img{
  vertical-align: middle;
  margin-right: 4px;
}

/* カレンダー */
.archive-module-calendar table{
  font-size: 86.7%;
  line-height: 36px;
}
.archive-module-calendar th,
.archive-module-calendar td {
  padding: 0;
  text-align: center;
}
.archive-module-calendar th {
  padding: 2px 0;
}
.archive-module-calendar th a,
.archive-module-calendar td a {
  text-decoration: underline;
}

/* カテゴリー */
.hatena-module-category .hatena-urllist li {
  margin: 0 4px 4px 0;
  padding: 0;
  border: none;
  float: left;
}
.hatena-module-category .hatena-urllist li a {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 90%;
  display: block;
}
.hatena-module-category .hatena-urllist li a:hover {
  color: #555;
  background-color: #f8f8f8;
}

/* 検索 */
.hatena-module-search-box .search-form {
  position: relative;
}
.hatena-module-search-box .search-module-input, 
.hatena-module-search-box .search-module-button{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.hatena-module-search-box .search-module-input{
  border: 1px solid #ccc;
  padding: 8px 32px 8px 8px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  height: 40px;
  font-size: 14px;
}
.hatena-module-search-box .search-module-button {
  width: 24px;
  height: 24px;
  border: none;
  outline: none;
  background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search.png?version=1672117aa118e56a3cf2480ca37f9d) no-repeat right center;
  position: absolute;
  top: 8px;
  right: 8px;
  opacity: 0.4;
  text-indent: -9999px;
}
.hatena-module-search-box .search-module-button:hover {
  opacity: 0.7;
}

.richmedia{
  text-align:center;
  margin-bottom:20px;
}

/* フッター
   ========================================================================= */

#footer p {
  margin: 5px;
}
#footer a{
  color: #ccc;
}
#footer a:hover{
  color: #eee;
}
#footer p,
#footer address {
  font-size: 90%;
}

@media screen and (min-width:640px){
.pconly{

}
.smonly{
    display:none;
}
}
@media screen and (max-width:640px){
.pconly{
    display:none;
}
.smonly{

}
}
/* </system> */

/*記事内装飾*/

.hatena-fotolife{
  display:block;
  margin:0 auto 0 auto;
}

.entry-content p{
  margin-bottom:20px;
}

.entry-content .section{
  margin-bottom:50px;
}

.entry-content iframe{
  display:block;
  margin:50px auto;
}

.osusume_entry iframe{
  margin:0 0 -20px 0;
  display:block;
}

.entry-content a,
.keyword{
  color:#f08200;
}

b,.entry-content strong{
  background: linear-gradient(transparent 40%, #f7dea1 40%); 
  background: -webkit-linear-gradient(transparent 40%, #f7dea1 40%); 
}

.entry-content h4{
  background:#efefef;
  padding:10px;
  position:relative;
  margin-bottom:30px;
}

.entry-content h4:after, .entry-content h4:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
}
.entry-content h4:after {
    left: 40px;
    border: 10px solid transparent;
    border-top: 10px solid #efefef;
}
.entry-content h4:before {
    left: 37px;
    border: 13px solid transparent;
    border-top: 13px solid #efefef;
}

@media screen and (min-width:640px){
.entry-content .point{
  border:1px dotted #ccc;
  margin:20px;
  padding:30px;
}
.entry-content h3,
.customized-footer h3{
background:#f7f7f7;
padding:10px 20px;
border-left:7px solid #f08200;
letter-spacing:3px;
margin-bottom:30px;
}
}

@media screen and (max-width:640px){
.entry-content .point{
  border:1px dotted #ccc;
  margin:2%;
  padding:2%;
}
.entry-content h3,
.customized-footer h3{
background:#f7f7f7;
padding:10px 2%;
border-left:5px solid #f08200;
letter-spacing:3px;
margin-bottom:20px;
font-size:120%;
}

}

.pager-prev a,
.pager-next a{
  display: block;
  border:1px solid #ccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding:10px;
  text-decoration: none;
  text-align:center;
}

/* トップページのコメント表示を消す
   ========================================================================= */

.page-index .comment-box, .page-category-category_name .comment-box{
display:none;
}

.entry-content .point iframe {
    display:inline;
    margin:0;
}


/* フォローボタン
   ========================================================================= */
.follow-btn{
 width: 100%;
 margin: 5px 0px 5px 0px;
}
.follow-btn ul {
 list-style: none;
 display: -webkit-flex;
 display: flex;
 margin: 0;
 padding: 0;
}
.follow-btn li {
 height:100px;
 width: 100%;
 -webkit-transition: width 0.3s ease-out;
 transition: width 0.3s ease-out;
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center;
 align-items: center;
 -webkit-justify-content: center;
 justify-content: center;
}
.follow-btn li:hover {
 width: 200%;
}
.follow-btn li span{
 line-height:2.5;
 font-size:180%;
 font-weight: normal;
 font-style: normal;
 font-weight: normal;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.btn1{
 background: #5F5E5E;/*読者ボタンの背景色*/
}
.btn2{
 background: #6FB6C3;/*Twitterの背景色*/
}
.btn3 {
 background: #82C36F;/*Feedlyの背景色*/
}
.btn4 {
 background: #6998b9;/*Facebookの背景色*/
}
.btn1-icon:before{
 content: "\f000";/*はてなアイコン*/
 display: inline-block;
 font-family: blogicon;
}
.btn2-icon:before{
 content: "\f035";/*Twitterアイコン*/
 display: inline-block;
 font-family: blogicon;
}
.btn3-icon:before{
 content: "\f04e";/*Feedlyアイコン*/
 display: inline-block;
 font-family: blogicon;
}
.btn4-icon:before{
 content: "\f036";/*Facebookアイコン*/
 display: inline-block;
 font-family: blogicon;
}
.follow-btn a {
 width:100%;
 height:100%;
 font-size: 13px;
 line-height: 1;
 font-weight: normal;
 text-decoration: none;
 text-align: center;
 color: #fff;
 -webkit-transition: all 0.3s ease-out;
 transition: all 0.3s ease-out;
}

/* 記事中AdSense
   ========================================================================= */
.adsense-naka{
margin:0;
    padding-bottom: 30px;
    margin-top: -30px;
}


/* 記事下AdSense
   ========================================================================= */
.adsense-area{
margin:0 20px 20px 20px;
overflow:hidden;
}

.adsense-left{
float:left;
display:block;
width:300px;
}

.adsense-right{
float:right;
width:300px;
}

/*sm*/
@media screen and (max-width:640px){

.adsense-area{
margin:0 0 20px 0;
overflow:hidden;
}

.adsense-left{
float:left;
display:none;
}

.adsense-right{
float:none;
text-align:center;
margin:auto;
width:100%;
}

}

/* モバイルバナー（メニュー直下）
   ========================================================================= */

.mobile-banner{
display:none;
}

/*sm*/
@media screen and (max-width:640px){
.mobile-banner{
display:block;
background-color:#F7F7F7;
text-align:center;
}
}

/* トップへ戻るボタン
   ========================================================================= */

/* ページトップへ戻るボタン */
#pagetop {
    position:fixed;
    bottom:5px;
    right:5px;
opacity:0.5;
}