/* <system section="theme" selected="6435922169449422611"> */
@charset "utf-8";

/* CSS Document */
/* @Init
====================================== */
body {
  margin: 0;
  padding: 0;
  color: #fff;
  background: #eee url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kudakurage/20130224/20130224144150.jpg?1361684506) repeat fixed center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.7;
}
a {
  color: #2577b0;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: #6d44ab;
}
a,
pre {
  word-break: break-word;
}
a,label {
  cursor: pointer;
}
input:not([type="text"]) {
  cursor: pointer;
}
table, tbody, tr, th, td {
  border-collapse: collapse;
  border-spacing: 0;
  border:0;
  margin: 0;
  padding: 0;
}
p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
header, nav, section, article, aside, footer, hgroup {
  display: block;
}

/* @Layout
====================================== */
.breadcrumb,
#blog-title,
#content-inner,
#footer-inner {
  width: 960px;
  margin: 0 auto;
}
#content,
#bottom-editarea,
#footer {
  background: #fff;
  color: #666;
}
#blog-title-inner {
  display: table-cell;
  vertical-align: middle;
  width: 620px;
  height: 400px;
  padding-bottom: 40px;
  *display: inline;
  *zoom: 1;
}
#content {
  -webkit-box-shadow: 0 -10px 50px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 -10px 50px rgba(0,0,0,0.3);
  -ms-box-shadow: 0 -10px 50px rgba(0,0,0,0.3);
  -o-box-shadow: 0 -10px 50px rgba(0,0,0,0.3);
  box-shadow: 0 -10px 50px rgba(0,0,0,0.3);
}
#main {
  float: left;
  width: 620px;
}
#box2 {
  float: right;
  width: 300px;
}
#content-inner {
  *zoom: 1;
}
#content-inner:after {
  content:"";
  display:block;
  clear:both;
}
#main-inner,
#box2-inner {
  padding-top: 10px;
}
.entry {
  margin: 40px 0 100px;
}
.pager {
  overflow: hidden;
  margin-top: -20px;
}
.pager a {
  color: #666;
}
.pager .pager-next {
  float: right;
}
.pager .pager-next::after {
  content: '->';
  margin-left: 3px;
}
.pager .pager-prev {
  float: left;
}
.pager .pager-prev::before {
  content: '<-';
  margin-right: 3px;
}
#footer {
  padding: 30px 0;
  text-align: center;
  font-size: 14px;
  color: #666;
}
#footer a {
  color: #666;
}
#footer address,
#footer .services {
  display: inline;
  margin: 0 7px;
}

/* @Header
====================================== */
#blog-title {
  text-shadow: 0 0 4px rgba(0,0,0,0.1);
}
#title {
  font-size: 56px;
  font-weight: bold;
  line-height: 1.2;
}
#title a {
  color: #fff;
}
#blog-description {
  margin-top: 15px;
  font-size: 16px;
  letter-spacing: 1px;
}

/* @Entry Header
====================================== */
.entry-header {
  position: relative;
}
.entry-header a {
  color: #666;
}
.entry-header .date {
  font-size: 14px;
}
.entry-header .entry-title {
  padding-bottom: 7px;
  border-bottom: 4px solid #ccc;
  font-size: 38px;
  line-height: 1.3;
}
.entry-header .categories {
  margin: 7px 0;
  font-size: 14px;
}
.categories a::after {
  content: ',';
}
.categories a:last-child::after {
  content: '';
}
.entry-header-menu {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
}
.entry-header-menu a {
  color: #999;
}

/* @Entry Content
====================================== */
.entry-content {
  margin: 20px 0 30px;
}
.entry-content li,
.entry-content dl,
.entry-content p {
  margin: 10px 0;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 40px 0 10px;
  font-weight: bold;
}
.entry-content h1 a,
.entry-content h2 a,
.entry-content h3 a,
.entry-content h4 a,
.entry-content h5 a,
.entry-content h6 a {
  color: #666;
}
.entry-content h1,
.entry-content h2,
.entry-content h3 {
  font-size: 28px;
}
.entry-content h4 {
  font-size: 20px;
}
.entry-content h5,
.entry-content h6 {
  font-size: 16px;
}
.entry-content ul,
.entry-content ol {
  margin: 10px 0;
  padding-left: 25px;
}
.entry-content .hatena-asin-detail,
.entry-content blockquote,
.entry-content pre {
  margin: 10px 0;
  padding: 15px 20px;
  border: 0;
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kudakurage/20130224/20130224150413.gif) repeat 0 0;
}
.entry-content th,
.entry-content td {
  padding: 10px 20px;
  border: 1px solid #ddd;
}
.entry-content th {
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kudakurage/20130224/20130224150413.gif) repeat 0 0;
}
.entry-content dt {
  font-weight: bold;
}
.entry-content dd {
  margin: 0 0 10px 15px;
}
.entry-content iframe,
.entry-content object,
.entry-content img {
  max-width: 620px;
}
.entry-content .hatena-asin-detail .hatena-asin-detail-title {
  margin-bottom: 5px;
  font-size: 20px;
}
.entry-content .hatena-asin-detail .hatena-asin-detail-title a {
  color: #666;
}
.entry-content .hatena-asin-detail li {
  margin: 0;
}

/* @Entry Footer
====================================== */
.entry-footer-section {
  font-size: 14px;
}
.entry-footer-time a {
  margin-left: 10px;
  color: #999;
}
.social-buttons {
  margin-top: 10px;
}
#google_afc_user div#google_afc_user_container {
  margin:0;
}
.comment-box {
  margin: 15px 0;
}
.comment-box .comment {
  list-style: none;
}
.comment-box .entry-comment {
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
.comment-user-name,
.comment-metadata {
  font-size: 14px;
  color: #999;
}
.comment-user-name a {
  color: #666;
}
.comment-content {
  margin: 10px 0;
}
.leave-comment-title {
  display: block;
  padding: 10px;
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kudakurage/20130224/20130224150413.gif) repeat 0 0;
  text-align: center;
  color: #666;
}

/* @Side
====================================== */
#box2 {
  position: relative;
  margin-top: -440px;
  padding-top: 440px;
}
#box2-inner {
  padding-top: 34px;
}
.hatena-module {
  margin: 50px 0;
}
.hatena-module-title {
  padding-bottom: 5px;
  border-bottom: 4px solid #ccc;
  margin-bottom: 20px;
  font-size: 24px;
}
.hatena-module-title a {
  color: #666;
}
.hatena-module-profile .profile-icon {
  float: left;
}
.hatena-module-profile .id,
.hatena-module-profile .profile-description,
.hatena-module-profile .hatena-follow-button-box {
  display: block;
  margin-left: 80px;
}
.hatena-module-profile .id a {
  color: #666;
}
.hatena-module-profile .profile-description {
  color: #999;
  font-size: 14px;
  line-height: 1.4;
}
.search-form {
  position: relative;
}
.search-module-input {
  width: 278px;
  height: 40px;
  margin: 0;
  padding: 0 10px;
  border: 1px solid #ddd;
  font-size: 16px;
  line-height: 40px;
}
.search-module-button {
  overflow: hidden;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kudakurage/20130224/20130224154757.gif) no-repeat center center;
  text-indent: -300px;
}
.hatena-urllist {
  list-style: none;
}
.hatena-urllist a {
  color: #666;
}
.hatena-urllist a:visited {
  color: #999;
}
.hatena-urllist li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

/* @Page
====================================== */
.page-entry {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kudakurage/20130224/20130224165748.jpg);
}
.page-about {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kudakurage/20130224/20130224164651.jpg);
}
.page-entries-year-month-day,
.page-archive {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kudakurage/20130224/20130224164425.jpg);
}
.page-archive #top-box {
  position: absolute;
  width: 100%;
}
.page-archive #top-box {
  margin-top: 50px;
  color: #666;
  font-size: 14px;
}
#top-box .breadcrumb a {
  color: #666;
}
.page-archive #main-inner::before,
.page-about #main-inner::before {
  display: block;
  margin: 63px 0 20px;
  padding-bottom: 7px;
  border-bottom: 4px solid #ccc;
  font-size: 38px;
  line-height: 1.3;
}
.page-archive #main-inner::before {
  content: 'Archive';
}
.page-about #main-inner::before {
  content: 'About';
}
.page-archive #main section {
  border-bottom: 1px solid #ddd;
  margin: 20px 0;
}
.page-archive #main a {
  color: #666;
}
.page-archive #main a:visited {
  color: #999;
}
.page-archive #main h1 {
  font-size: 14px;
}
.page-archive #main ul {
  list-style: none;
}
.page-archive #main li {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.page-archive #main li .categories {
  position: absolute;
  bottom: 0;
  font-size: 14px;
}
.page-archive #main li .entry-title {
  font-size: 28px;
  line-height: 1.4;
}
.page-about .entry-content dt {
  float: left;
  width: 190px;
  padding: 20px 0;
}
.page-about .entry-content dd {
  min-height: 26px;
  padding: 20px 0;
  margin: 0;
  border-bottom: 1px solid #ddd;
}
/* </system> */

/* <system section="background" selected="undefined"> */

/* </system> */

    
/* **************************************
*****************************************
*****************************************

    テーマデザイン調整（PC表示）

*****************************************  
*****************************************
************************************** */
body{
    text-align: justify;
    background:#eee url(https://cdn-ak.f.st-hatena.com/images/fotolife/m/mtasam/20160724/20160724131742_original.jpg) repeat-x;
    font-family: 'Helvetica', 'Arial', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

#content {
    color: #333;
    background: #f0f0f0 url(https://img.f.hatena.ne.jp/images/fotolife/m/mtasam/20170506/20170506163918.jpg);
}

#main {
    float: left;
    width: 620px;
    background: #ffffff;
    padding: 0 40px;
    margin: 40px 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

#content-inner{
    width: 1080px;
}

#box2 {
    font-size: 14px;
    position: relative;
    margin-top: 0;
    padding-top: 0;
    background: #ffffff;
    margin-top: 40px;
    padding: 0 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
    
#box2-inner{
    padding-top: 0;
}

    
    
/* **************************************
*****************************************
*****************************************

    ヘッダー

*****************************************  
*****************************************
************************************** */

    #blog-description {
        margin: 0 0 0 5px;
        font-size: 12px;
        letter-spacing: 1px;
        color: #808080;
    }   

    #blog-title-inner {
        display: table-cell;
        vertical-align: bottom;
        width: 620px;
        height: 235px;
        padding-bottom: 0;
    }

    #top-editarea {
    }

    #top-editarea-inner{
        width: 960px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

    #gnavi{
        font-size: 12px;
        position: absolute;
        bottom: 5px;
        right: 0;
    }

    #gnavi li{
        display: inline;
        margin-right: 20px;
    }

    #gnavi li a{
        color: #ffffff;
    }

/* Entry Page */
.page-entry {
    background:#eee url(https://cdn-ak.f.st-hatena.com/images/fotolife/m/mtasam/20160724/20160724131742_original.jpg) repeat-x;
}

/* Daily Page */
.page-entries-year-month-day {
    background:#eee url(https://cdn-ak.f.st-hatena.com/images/fotolife/m/mtasam/20160724/20160724131742_original.jpg) repeat-x;
}

/* Archive Page */
.page-archive {
    background:#eee url(https://cdn-ak.f.st-hatena.com/images/fotolife/m/mtasam/20160724/20160724131742_original.jpg) repeat-x;}

/* About Page */
.page-about {
    background:#eee url(https://cdn-ak.f.st-hatena.com/images/fotolife/m/mtasam/20160724/20160724131742_original.jpg) repeat-x;
}

/* Search Page */
.page-search {
    background:#eee url(https://cdn-ak.f.st-hatena.com/images/fotolife/m/mtasam/20160724/20160724131742_original.jpg) repeat-x;
}

    
    
/* **************************************
*****************************************
*****************************************

    コンテンツ部

*****************************************  
*****************************************
************************************** */
.entry {
    margin: 0;
}

.entry-header {
    position: relative;
    background-color: #303030;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #2a2a2a), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #2a2a2a),color-stop(.75, #2a2a2a), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 6px 6px;
    margin: 0 -40px 50px;
    padding: 30px 40px;
}

.entry-header .entry-title {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 700;
    color: #ffffff;
    margin: 10px 0;
}

.entry-header a {
    color: #ffffff;
}


.entry-header .date {
    font-size: 12px;
}

.entry-header .date a{
    color: #c0c0c0;
}

.entry-header .categories {
    margin: 7px 0;
    font-size: 12px;
}

.entry-header .categories a {
    color: #c0c0c0;
}

.page-archive #main-inner::before {
    content: '';
}

.page-archive #main section {
    padding: 0 0 20px 0;
}

.entry-content ul {
    margin: 1em 0;
}

.entry-content ul li {
    margin: 0.3em 0;
}

ul.table-of-contents{
    border-top: solid 1px #a0a0a0;
    border-bottom: solid 1px #a0a0a0;
    font-size: 0.9em;
    padding: 20px 0 20px 40px;
    background: #f5f5f5;
    margin: 0;
}

.table-of-contents ul{
    list-style: none;
}

.table-of-contents li{
    margin: 0;
}

h1#title {
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: 0.9;
    text-shadow: #000000 2px 2px 5px;
    font-family: Times New Roman, 'Helvetica', 'Arial', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}


.page-archive #main h1{
    font-size: 24px;
    line-height: 1.5em;
    padding-bottom: 10px;
    font-weight: 700;
}

.page-archive #main h1 a{
    color: #000000;
}

.page-archive #main h1 a:visited{
    color: #000000;
}


.entry-content blockquote, .entry-content pre {
    margin: 10px 0 10px 30px;
    padding: 15px 20px;
    border-left: solid 3px #a5cfe8;
    /* background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kudakurage/20130224/20130224150413.gif) repeat 0 0; */
    background: #fafafa;
}

.entry-content {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

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

.entry-content table {
    font-size: 13px;
}

.entry-content h3 {
    font-size: 20px;
    border-bottom: solid 1px #505050;
    padding: 20px 40px;
    margin: 0 -40px 30px;
    line-height: 1.3em;
    color: #f0f0f0;
    background-color: #303030;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #2a2a2a), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #2a2a2a),color-stop(.75, #2a2a2a), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 6px 6px;
}

.entry-content h4 {
    font-size: 18px;
    padding: 10px;
    margin-bottom: 20px;
    border-top: 2px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
    background-color: #f6f6f6;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 7px 7px;
}

.entry-content th, .entry-content td {
    padding: 0 20px;
}

.entry-content table {
    font-size: 90%;
    width: 90%;
}

.entry-content th, .entry-content td {
    padding: 3% 3%;
    width: 25%;
    text-align: center;
}

.entry-content th {
    background: #f0f0f0;
}

.entry-content .hatena-asin-detail{
    margin: 10px 0;
    padding: 15px 20px;
    border: solid 1px #e0e0e0;
    border-radius: 3px;
    background: none;
}

#main-inner{
    padding-top: 0;
}
  
.guest-footer {
    margin: 0 auto;
}  

.guest-footer-content {
    display: none;
}

.ads-webschool {
    display: none;
}

.category-Web制作 .ads-webschool {
    display: block;
}

.ads-webschool img {
    max-width: 98%;
}

/* **************************************
*****************************************
*****************************************

    サイド

*****************************************  
*****************************************
************************************** */
    
.hatena-urllist li{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    line-height: 1.7em;
    font-size: 12px;
}

ul.entries-access-ranking.hatena-urllist.urllist-with-thumbnails li {
    margin-bottom: 20px;
}

#lic-profile-image {
    text-align: center;
}
    
#lic-profile-image img {
    border-radius: 50%;
    width: 200px;
}
    
a.urllist-image-link.entries-access-ranking-image-link img {
    border-radius: 50%;
}
    
#lic-profile{
	font-size: 13px;
	line-height: 1.5em;
}
 
#follow-buttuns {
    width: 100%;
    height: 80px;
    position: relative;
    background-color: rgba( 0,0,0,0.5);
}

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

*****************************************  
*****************************************
************************************** */

.pager {
    display: none;
    margin: 0 0 20px 0;
}

.page-archive .pager {
    display: block
}

#lic-follow{
	width: 620px;
    height: 200px;
	background: #ffffff url(https://img.f.hatena.ne.jp/images/fotolife/m/mtasam/20160523/20160523112339.jpg) no-repeat;
    position: relative;
}
    
#lic-follow .fb-like{
    position: absolute;
    top: 171px;
    left: 420px;
}

#lic-follow .feedly-reader{
    position: absolute;
    top: 171px;
    left: 345px;
}

#lic-follow .tw-follow{
    position: absolute;
    top: 171px;
    left: 245px;
}

#lic-follow .hatena-reader {
    position: absolute;
    top: 164px;
    left: 500px;
}

#fixed-sidebar{
    margin-top: 50px;
}


    
/* **************************************
*****************************************
*****************************************

    youtube表示

*****************************************  
*****************************************
************************************** */
    
.youtube {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 320px;
	height: 180px;
}
.youtube::before {
	position: absolute;
	content: "Click to Play";
	color: #fff;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 180px;
	background: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	transition: all 0.3s;
}
.youtube:hover::before {
	background: rgba(0, 0, 0, 0.7);
	cursor: pointer;
	transition: all 0.3s;
}

.youtube_old {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 50px;
}

.youtube_old iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

    

/* **************************************
*****************************************
*****************************************

    オリジナルパーツ

*****************************************  
*****************************************
************************************** */

.btn_box a {
    display: block;
    background: #d4185f;
    border-color: #C81C1C;
    color: #fff;
    padding: 20px 20px;
    width: 400px;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    position: relative;
}

.btn_box a::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 45%;
    right: 15px;
    display: inline-block;
}

.btn_box a:hover {
    opacity: 0.7;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

.note{
        font-size: 0.9em;
        padding: 10px 25px 5px;
        margin-bottom: 20px;
        border: solid 1px #e0e0e0;
        background: #fafafa;
    }

    .note_grey{
        font-size: 0.9em;
        padding: 10px 25px 5px;
        margin-bottom: 20px;
        border-left: solid 5px #e0e0e0;
        background: #f5f5f5;
    }

    .note_blue {
        font-size: 0.9em;
        padding: 10px 25px 5px;
        margin-bottom: 20px;
        border-left: solid 5px #73b2c8;
        background: #edf9fb;
    }

    .note_orange{
        font-size: 0.9em;
        padding: 10px 25px 5px;
        margin-bottom: 20px;
        border-left: solid 5px #f0df99;
        background: #fbf9f1;
    }

    .note_red{
        font-size: 0.9em;
        padding: 10px 20px 5px;
        margin-bottom: 20px;
        background: #ffe3e3;
        border-radius: 5px;
    }

    .amazon_link {
        width: 150px;
        margin: 10px auto;
        font-size: 0.8em;
    }

    .amazon_link a {
        display: block;
        padding: 10px 20px;
        background: #FF9900;
        text-align: center;
        border-radius: 5px;
        box-shadow: 0 3px #B16A00;
        color: #ffffff;
        text-decoration: none;
    }

    .amazon_link a:hover {
        background-color: #FFB23F;
    }

    .amazon{
        text-align: center;
        padding: 30px 50px;
        border: solid 3px #f0f0f0;
        margin: 0 20px;
        font-size: 11px;
    }

    .source{
        font-size: 12px;
        color: #a0a0a0;
    }

    .ads-box{
        text-align: center;
    }

    .ads-title{
        color: #d0d0d0;
    }

    .good_books{
        margin: 30px 50px;
        text-align: center;
    }

    .good_books .image{
        margin-bottom: 20px;
    }

    .good_books img{
        box-shadow: 0 2px 5px 1px rgba(0,0,0,.2);
        border-radius: 3px;
    }
    .good_books .info{
        font-size: 12px;
        color: #202020;
    }
    
    .credit {
        color: #c0c0c0;
        font-size: 0.7em;
    }
    
    .clearfix:after {
      content: "";
      clear: both;
      display: block;
    }

    .update, .moderate{
        color: #a0a0a0;
        margin-right: 8px;
        padding: 2px 8px;
        border: 0px solid;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        font-size: 12px;
        text-align: right;
        margin-bottom: 10px;
    }

.pickup, .related {
    display: inline-block;
    background-color: #FD7C22;
    padding: 2px 5px;
    height: 16px;
    position: relative;
    width: auto;
    min-width: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 10px;
    margin-right: 20px;
}
    
    .pickup{
        background-color: #d4185f;
    }
    
.pickup:after, .related:after {
    display: block;
    content: "";
    width: 0;
    border: 10px solid #FD7C22;
    border-left-width: 8px;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    right: -18px;
    top: 0;
    position: absolute;
}

    .pickup:after {
        border: 10px solid #d4185f;
        border-left-width: 8px;
        border-bottom-color: transparent;
        border-right-color: transparent;
        border-top-color: transparent;
    }

ul.LIC-categories{
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.LIC-categories li{
    margin: 0;
}

.LIC-categories img{
    width: 100%;
    display: block;
}

.nodisplay-pc {
    display: block;
}

.nodisplay-sp {
    display: none;
}

@media only screen and (min-width: 600px) {

.nodisplay-pc {
	display: none;
}

.nodisplay-sp {
    display: block;
}

}

/* **************************************
*****************************************
*****************************************

    ヨメレバ・カエレバ（PC）

*****************************************  
*****************************************
************************************** */ 

.kaerebalink-box, .booklink-box {
    border: 2px solid #CCCCCC;
    padding: 20px;
    width: 90%;
    max-width:680px;
    margin:0 auto 10px auto;
}
.kaerebalink-box:after, .booklink-box:after {
    content: "";
    clear: both;
    display: block;
}
.kaerebalink-image, .booklink-image {
    width:20%;
    float: left;
}
.kaerebalink-image a img,.booklink-image a img {
    width:100%;
}
.kaerebalink-info, .booklink-info {
    width:70%;
    margin-left: 2em;
    float: left;
}
.kaerebalink-name > a, .booklink-name > a {
    font-size: 16px;
    color: #256CC5;
    text-decoration: underline;
}
.kaerebalink-powered-date, .booklink-powered-date {
    font-size: 12px;
}
.kaerebalink-powered-date a, .booklink-powered-date a {
    color: #256CC5;
    text-decoration: underline;
}
.kaerebalink-link1, .booklink-link2 {
    margin-top: 1em;
}
.kaerebalink-link1 div, .booklink-link2 div {
    margin-right: 5px;
    margin-bottom:3px;
    text-align: center;
    float:left;
    width: 30%;
}
.kaerebalink-link1 div:active, .booklink-link2 div:active {
    border-top:3px solid #FFFFFF;
    margin-bottom: none;
    box-shadow:none;
}
.kaerebalink-link1 div a, .booklink-link2 div a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    display:block;
    width: 100%;
    height: 40px;
    line-height: 40px;
	font-size: 0.7em;
}
.shoplinkamazon {
    background: #FF9900;
    box-shadow: 0 3px #B16A00;
}
.shoplinkamazon:hover {
    background: #FFB23F;
}
.shoplinkkindle {
    background: #0079BA;
    box-shadow: 0 3px #015684;
}
.shoplinkkindle:hover {
    background: #2797D4;
}
.shoplinkrakuten {
    background: #BF0000;
    box-shadow: 0 3px #7B0101;
}
.shoplinkrakuten:hover {
    background: #DC3939;
}
.shoplinkkakakucom {
    background: #25388E;
    box-shadow: 0 3px #081658;
}
.shoplinkkakakucom:hover {
    background: #485CB7;
}
.shoplinkyahoo {
    background: #750992;
    box-shadow: 0 3px #3F0250;
}
.shoplinkyahoo:hover {
    background: #8F0FB3;
}
.booklink-footer {
    height:0;
    clear: left;
}

.shoplinkrakuten > img{
		display: none;
}



/* **************************************
*****************************************
*****************************************

    包丁記事の商品ボックス

*****************************************  
*****************************************
************************************** */ 

    .entry-content ul.affi-link {
        margin: 0;
        margin-bottom: 20px;
        font-size: 0.9em;
        padding: 0;
    }
   
    .entry-content ul.affi-link li {
        list-style: none;
        width: 140px;
        float: left;
        text-align: center;
        margin: 0 5px 0 0;
    }
    
    .entry-content ul.affi-link li:last-child {
        border: none;
    }
    
    .entry-content .affi-link li a {
        text-decoration: none;
        display: block;
        color: #ffffff;
        border-radius: 3px;
        background-color: #d4185f;
        padding: 0.7em 0;
    }
   
    .entry-content .affi-link li a:hover {
        background-color: #b9094c;
    }
    
    .product-box {
        margin: 10px 0;
    }

    .entry-content .product-image {
        margin-bottom: 20px;
        text-align: center;
        position: relative;
        width: 100%;
        min-height: 300px;
        overflow: hidden;
    }
    
    .entry-content .product-image a {

    }

    .entry-content .product-image img {
        max-height: 300px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .entry-content .rotate45 img {
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);        
    }

   .entry-content .rotate-45 img {
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);        
    }
    
    .product-description {
        font-size: 12px;
        color: #202020;
    }

    .entry-content p.product-name {
        padding: 0.5em 0;
        background: #fafafa;
        text-align: center;
        margin-bottom: 10px;
        font-size: 0.8em;
    }

    .entry-content table.product-rating {
        width: 80%;
        margin: 10px auto;
        border: none;
    }
    
    .entry-content table.product-rating tr {
        border: none;
        border-bottom: 1px solid #fcfcfc;
    }

    .entry-content table.product-rating th {
        width: 30%;
        border: none;
        text-align: center;
        padding: 0.2em 0;
        background-color: #ffffff;
    }

    .entry-content table.product-rating td {
        width: 70%;
        border: none;
        padding: 0.2em 0;
        background-color: #ffffff;
    }



/* **************************************
*****************************************
*****************************************

シェアボタン

*****************************************  
*****************************************
************************************** */    
.share {
  margin: 10px 0 40px 0;
  background: #ECEEF1;
}
.share h3 {
  text-align: center;
  color: #3D3F44;
  font-size: 14px;
  font-weight:700 !important;
  letter-spacing: 0.05em;
  padding:8px 0;
  margin-top: 4px;
  margin-bottom: 0px;
}
.share ul {
  margin:0;
  padding:0;
  list-style:none;
}
.share li a {
  display:block;
  padding:7px 5px;
  color:#ECF0F1;
  font-weight:500;
  font-size:14px;
  text-align:center;
  text-decoration:none;
}
.share-hatena{
  background-color:#3D92D7;
}
.share-twitter{
  background-color:#6BAEE7;
}
.share-facebook{
  background-color:#405D93;
}
.share-pocket{
  background-color:#C35D62;
}
.share li a:hover {opacity:0.8};
.share ul:after {
  content:"";
  display:block;
  clear:both;
}
.share li {
  float:left;
  width:25%;
}



/* **************************************
*****************************************
*****************************************

    CTA（関連記事、おすすめ記事、プロフィール）

*****************************************  
*****************************************
************************************** */
    
    #cta {
        background: #8a8a8a;
        margin: 0 -40px;
        padding-bottom: 40px;
    }

    .related-entries-list-EGU,
    .related-entries-list-english,
    .related-entries-list-music,
    .related-entries-list-webdesign,
    .related-entries-list-newzealand,
    .related-entries-list-overseas,
    .related-entries-list-knives,
    .related-entries-list-blog,
    .spg-banner,
    #fixed-sidebar-EGU,
    #fixed-sidebar-english,
    #fixed-sidebar-music,
    #fixed-sidebar-webdesign,
    #fixed-sidebar-newzealand,
    #fixed-sidebar-overseas {
        display: none;
    }

    .category-新幹線 .spg-banner,
    .category-Web制作 .related-entries-list-webdesign,
    .category-English-Grammar-in-Use .related-entries-list-EGU,
    .category-英語 .related-entries-list-english,
    .category-洋楽 .related-entries-list-music,
    .category-ニュージーランド .related-entries-list-newzealand,
    .category-海外移住 .related-entries-list-overseas,
    .category-包丁 .related-entries-list-knives,
    .category-ブログ運営 .related-entries-list-blog,
    .category-English-Grammar-in-Use #fixed-sidebar-EGU,
    .category-英語 #fixed-sidebar-english,
    .category-洋楽 #fixed-sidebar-music,
    .category-ニュージーランド #fixed-sidebar-newzealand,
    .category-海外移住 #fixed-sidebar-overseas {
        display: block;
    }

    .category-English-Grammar-in-Use .related-entries-list-english {
        display: none;
    }

    .spg-banner img{
　　    max-width:620px;
　　}

    .entry-categories a.entry-category-link.category-NoPR {
        display: none;
    }

    .pickup-entries-list ul,
    .related-entries-list ul {
        font-size: 15px;
        list-style: none;
        padding-left: 0;
        margin-left: 0;
        text-align: left;
    }

    .pickup-entries-list ul li,
    .related-entries-list ul li {
        margin: 20px 0;
    }
    
    .author-profile,
    .related-entries {
        background: #8a8a8a;
        position: relative;
        color: #ffffff;
        padding: 0;
        margin: 0 0 40px 0;
    }

    .author-profile-title,
    .related-entries-title {
        height: 20px;
        padding: 5px 15px;
        position: absolute;
        top: -15px;
        left: 0;
        background-color: #d4185f;
        letter-spacing: .05em;
        font-size: 13px;
        font-weight: bold;
        -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
        box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    }

    .author-profile-title:after,
    .related-entries-title:after {
        position: absolute;
        top: 30px;
        left: 0;
        content: "";
        border: 5px solid transparent;
        border-top-color: #93053b;
        border-right-color: #93053b;
    }   

    .author-profile-inner,
    .related-entries-inner {
        background: #2f2f2f;
        margin-left: 10px;
        padding: 10px 30px 20px;
        box-shadow: 0 3px 5px rgba(0,0,0,0.3)
    }

    .author-profile-guide,
    .related-entries-guide {
        display: table;
        margin: 30px 0 20px 0;
    }

    .profile-thumbnail,
    .related-thumbnail {
        display: table-cell;
        padding: 0;
    }

    .profile-thumbnail img,
    .related-thumbnail img{
        border-radius: 50%;
        width: 125px;
    }

    .profile-description,
    .related-description {
        display: table-cell;
        vertical-align: middle;
        color: #ababab;
        padding: 0 20px 0 40px;
        font-size: 14px;
    }

    .related-entries .related-entries-list li{
        margin: 0;
        position: relative;
    }

    .related-entries .related-entries-list ul li:last-child {
        border-bottom: solid 1px #3b3b3b;    
    }

    .related-entries .related-entries-list ul li a {
        display: table;
        color: #ffffff;
        border-top: solid 1px #3b3b3b;
        padding: 10px 0;
        margin: 0;
        width: 100%;
    }

    .related-entries .related-entries-list ul li a:hover {
        text-decoration: none;
        opacity: 0.9;
    }

    .related-entries .related-entries-list ul li a:hover .related-entries-link{
        text-decoration: underline;
    }

    .related-entries .related-entries-list ul li:after {
        content: '';
        width: 6px;
        height: 6px;
        border: 0px;
        border-top: solid 2px #93053b;
        border-right: solid 2px #93053b;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 2px;
        margin-top: -4px;
        visibility: visible;
        display: block;
    }

    .related-entries-tag {
        display: table-cell;
        vertical-align: middle;
        width: 15%;
        text-align: center;
        font-size: 13px;
        font-weight: 700;
        height: 50px;
        padding-right: 20px;
    }


    .related-entries-link {
        display: table-cell;
        vertical-align: middle;
        line-height: 1.3em;
        padding-right: 8%;
        height: 50px;
    }


    .tag-arrow {
        display: block;
        background-color: #d4185f;
        padding: 2px 5px;
        height: 20px;
        position: relative;
        width: 70px;
    }

    .tag-arrow:after {
        display: block;
        content: "";
        width: 0;
        border: 12px solid #d4185f; 
        border-left-width: 8px;
        border-bottom-color: transparent;
        border-right-color: transparent;
        border-top-color: transparent;
        right: -20px;
        top: 0;
        position: absolute;
    }

    .related-entries-index {

    }

    .related-entries-button {
        margin: 20px 0 0 0;
        text-align: right;
    }

    .related-entries-button a {
        display: inline-block;
        width: auto;
        padding: 5px 15px;
        background-color: #d4185f;
        font-weight: bold;
        -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
        box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
        color: #ffffff;
        font-size: 13px;
    }

    .author-profile-follow {        
        position: relative;
        text-align: right;
        padding-right: 20px;
    }

    .tw-follow {
        display: inline-block;
    }

    .feedly-reader {
        display: inline-block;
    }

    .fb_iframe_widget {
        display: inline-block;
    }

    .feedly-reader {
        display: inline-block;
    }

.iine-icon{
}

.iine-icon a{
    color: #fff;
    font-size: 12px;
    display: inline-block;
    margin: 0;
    padding: 1px 8px;
    width: auto;
    text-align: center;
    letter-spacing: -0.5px;
    border-radius: 3px;
    text-decoration: none;
}

.iine-hatenablog{
    background: #606060;
}
.iine-twitter{
    background:#1b95e0;
}
.iine-feedly{
    background:#2BB24C;
}
.iine-hatenablog:hover{
    background:#666;
}
.iine-twitter:hover{
    background:#31a3ea;
}
.iine-feedly:hover{
    background:#2ebc50;
}

.iine-icon a::before{
    font-family: blogicon;
    font-size: 12px;
    margin: 0 4px 0 0;
    position: relative;
    top: 1px;
}
.iine-hatenablog::before{
    content: '\f000';
}
.iine-twitter::before{
    content: '\f035';
}
.iine-feedly::before{
    content: '\f04e';
}