@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700.css");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
strong {
    font-weight: bold;
}
html {
    line-height: 1.6;
    font-family: 'Source Sans Pro', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    color: #1b1b1b;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    background-color: #fafafa;
}
a {
    color: #78b4d8;
}
a:hover,
a:focus {
    color: #B5E4FF;
}
[id="blog-title-inner"],
[id="navi-inner"],
[id="content-inner"],
[id="footer-inner"],
.breadcrumb {
    width: 1070px;
    margin: 0 auto;
}
[id="container"] {
    margin: 0 auto;
    padding: 0;
}
[id="blog-title-inner"] {
    text-align: center;
}
[id="globalheader-container"] {
    opacity: .35;
    filter:alpha(opacity=35);
}
[id="globalheader-container"]:hover {
    opacity: 1;
    filter:alpha(opacity=100);
}
[id="title"] {
    margin: 20px 10px;
    font-size: 42px;
    font-weight: 600;
    font-family: 'Source Sans Pro', "ヒラギノ角ゴ Pro W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
[id="title"] a,
.entry-title a {
    color: inherit;
    text-decoration: none;
}
[id="blog-description"] {
    font-size: 14px;
    margin: 0 10px 30px;
    line-height: 1.4;
}
[id="content"],
[id="footer"],
[id="top-box"] {
    width: 100%;
}
[id="main"] {
    float: left;
    width: 740px;
}
[id="box2"] {
    float: right;
    width: 300px;
}
.hatena-module {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.4;
}
[id="pagetop"] {
    position: fixed;
    bottom: 40px;
    right: 20px;
}
[id="pagetop"] a {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    line-height: 48px;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    background-color: #ccc;
    color: #fff;
}
[id="footer"] {
    margin-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: #999;
    font-size: 85%;
    line-height: 1.5;
}
.entry,
.archive-entry {
    margin-bottom: 30px;
    padding: 40px 60px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 27px;
    color: #333;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
}
.entry img {
    max-width: 100%;
    height: auto !important;
}
.entry-header {
    position: relative;
}
.entry-header .date {
    position: absolute;
    top: 0;
    left: -90px;
    width: 60px;
    height: 40px;
    padding: 10px 0;
    border: 5px solid #e3e3e3;
    border-radius: 50%;
    background: #fff;
    color: #bbb;
    text-align: center;
    line-height: 20px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
}
.entry-header .hyphen {
    display: none;
}
.date-year:after {
    content: "-";
}
.date-day {
    display: block;
    font-weight: bold;
    font-size: 24px;
}
.archive-entry .date a {
    color: #bbb;
    line-height: 20px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-decoration: none;
}
.entry-header-menu {
    position: absolute;
    top: -40px;
    left: -10px;
}
.entry-header-menu a {
    display: inline-block;
    padding: 2px 10px;
    color: #fff;
    font-size: 14px;
    background-color: #333;
    text-align: center;
}
.entry-header-menu a:hover {
    background-color: #666;
}
.categories {
    margin-bottom: 30px;
    font-size: 14px;
}
.categories a {
    display: inline-block;
    margin: 5px 10px 5px 0;
    padding: 2px 10px;
    border-radius: 3px;
    background-color: #f3f3f3;
}
.categories a:before {
    position: relative;
    top: 2px;
    display: inline-block;
    margin-right: 5px;
    font-family: FontAwesome;
    content: "\f02b";
}
.entry-title,
.hatena-module-title,
.page-archive #main-inner>h2,
.page-archive .search-result>h2,
.entry-content h1 {
    margin: 10px 0 20px;
    font-family: 'Source Sans Pro', "ヒラギノ角ゴ Pro W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
}
.hatena-module-title {
    margin: 0 0 10px;
    font-size: 18px;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
    position: relative;
    margin-top: 35px;
    margin-bottom: 20px;
    font-weight: bold;
}
.entry-content h2 {
    margin-left: -60px;
    padding: 20px 0 20px 58px;
    border-left: 2px solid #78b4d8;
    font-size: 125%;
}
.entry-content h3 {
    padding: 0 0 10px;
    border-bottom: 5px solid #eee;
    font-size: 125%;
}
.entry-content h4,
.entry-content h5 {
    font-size: 113%;
}
.entry-content h5 {
    font-weight: normal;
}
.entry-content p,
.entry-content blockquote,
.entry-content cite,
.entry-content table,
.entry-content pre,
.entry-content div,
.entry-content ul,
.entry-content ol,
.entry-content dl {
    margin: 20px 0;
}
.entry-content div > div,
.entry-content ul li>ul,
.entry-content ol li > ol {
    margin-top: 0;
    margin-bottom: 0;
}
.entry-content ul {
    list-style: disc;
    margin-left: 2em;
}
.entry-content ol {
    list-style: decimal;
    margin-left: 2em;
}
.entry-content dl dt {
    font-weight: bold;
}
.entry-content dl dd {
    margin: 0 0 5px 2em;
}
.entry-content blockquote {
    position: relative;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 10px 10px 70px;
}
.entry-content blockquote *:first-child {
    margin-top: 10px;
}
.entry-content blockquote:before {
    position: absolute;
    top: 15px;
    left: 18px;
    color: #ddd;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 36px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    content: "\f10d";
}
.entry-content pre {
    padding: 15px;
    border: 1px solid #eee;
    background-color: #fafafa;
    font-size: 14px;
    line-height: 1.4;
}
.entry-content cite {
    font-size: 14px;
    font-style: italic;
}
.entry-content table {
    border-collapse: separate;
    background: #fafafa;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}
.entry-content table th,
.entry-content table td {
    padding: 10px;
    border-top: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.entry-content table th {
    font-weight: bold;
}
.entry-content hr {
    margin: 20px 0;
    border: none;
    border-top: 1px solid #ddd;
}
.hatena-asin-detail {
    margin: 20px 0 !important;
}
.hatena-asin-detail-info {
    overflow: hidden;
}
.hatena-asin-detail-info ul {
    margin: 0;
}
.hatena-asin-detail .hatena-asin-detail-foot {
    height: 0;
}
.entry-footer {
    margin-top: 30px;
    border-top: 1px solid #eee;
    padding: 10px 0;
    color: #999;
}
.entry-footer .author .user-name-nickname:before {
    display: inline-block;
    margin-right: 3px;
    color: #ccc;
    font-family: FontAwesome;
    content: "\f007";
}
.page-about .entry-content > dl dt {
    margin: 0 -5px;
    padding: 5px;
    border-bottom: 1px dotted #ccc;
    font-weight: normal;
}
.page-about .entry-content>dl dt:before {
    display: inline-block;
    width: 20px;
    margin-right: 5px;
    text-align: center;
    color: #aaa;
    font-family: FontAwesome;
}
.page-about .entry-content>dl dt:nth-child(1):before {
    content: "\f109";
}
.page-about .entry-content>dl dt:nth-child(3):before {
    content: "\f129";
}
.page-about .entry-content>dl dt:nth-child(5):before {
    content: "\f007";
}
.page-about .entry-content>dl dt:nth-child(7):before {
    content: "\f0f6";
}
.page-about .entry-content>dl dt:nth-child(9):before {
    content: "\f073";
}
.page-about .entry-content>dl dt:nth-child(11):before {
    content: "\f07e";
}
.page-about .entry-content>dl dt:nth-child(13):before {
    content: "\f1ab";
}
.page-about .entry-content>dl dt:nth-child(15):before {
    content: "\f06e";
}
.page-about .entry-content>dl dt:nth-child(17):before {
    content: "\f044";
}
.page-about .entry-content>dl dt:nth-child(19):before {
    content: "\f0c0";
}
.page-about .entry-content > dl dd {
    margin: 10px 0 20px;
}
.page-about .entry-content div.info {
    margin: 0;
}
.page-about .entry-content .subscription-count {
    display: block;
    margin-bottom: 5px;
}
.page-about .info img.profile-icon {
    display: inline-block;
    height: 32px !important;
    width: 32px;
    margin: 2px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .3);
}
.entry-see-more,
.leave-comment-title {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 3px;
    text-decoration: none;
}
.entry-see-more {
    border: 1px solid #78b4d8;
}
.leave-comment-title {
    border: 1px solid #ddd;
    font-size: 14px;
    color: #aaa;
}
.entry-see-more:before,
.leave-comment-title:before {
    display: inline-block;
    margin-right: 8px;
    font-family: FontAwesome;
}
.entry-see-more:before {
    content: "\f138";
}
.leave-comment-title:before {
    content: "\f0e5";
}
.entry-see-more:hover {
    background-color: #78b4d8;
    color: #fff;
}
.leave-comment-title:hover {
    background-color: #fafafa;
    color: #999;
}
.comment {
    margin: 20px 0;
}
.comment > li {
    padding: 10px 5px;
    font-size: 14px;
}
.comment-content p {
    line-height: 1.3;
    margin-bottom: 1em;
}
.snsBtn p {
    margin: 10px 0;
}
.snsBtn > ul {
    display: table;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.snsBtn > ul > li {
    display: table-cell;
    border-left: 1px solid #ddd;
}
.snsBtn>ul>li:first-child {
    border-left: none;
}
.snsBtn > ul > li a {
    display: block;
    width: 1em;
    padding: 10px 16px;
    text-align: center;
}
.hatena-module-profile .hatena-module-body {
    position: relative;
    padding-left: 86px;
}
.hatena-module-profile .profile-icon {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.id {
    display: block;
    margin-bottom: 5px;
}
.recent-entries.hatena-urllist > li,
.hatena-module-links .hatena-urllist>li,
.hatena-urllist .archive-module-year .archive-module-month,
.archive-module-year-title,
.recent-comments.hatena-urllist>li,
.comment>li,
.entries-access-ranking-item,
.related-entries-item,
.circle-urllist li {
    border-bottom: 1px dotted #ccc;
}

.recent-entries.hatena-urllist>li:first-child,
.hatena-module-links .hatena-urllist>li:first-child,
.hatena-urllist .archive-module-year:first-child,
.recent-comments.hatena-urllist>li:first-child,
.comment>li:first-child,
.entries-access-ranking-item:first-child,
.related-entries-item:first-child,
.circle-urllist li:first-child {
    border-top: 1px dotted #ccc;
}
.hatena-module-links .hatena-urllist > li a,
.archive-module-year-title,
.hatena-urllist .archive-module-year .archive-module-month a {
    position: relative;
    display: block;
    padding: 10px 10px 10px 32px;
}
.hatena-module-links .hatena-urllist>li a:after,
.hatena-urllist .archive-module-year .archive-module-month a:after {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 8px;
    color: #ccc;
    font-family: FontAwesome;
    content: "\f138";
}
.recent-entries-item-inner,
.related-entries-item-inner,
.entries-access-ranking-item-inner,
.recent-comments.hatena-urllist > li {
    padding: 0.7em;
}
.urllist-date-link a {
    color: #999 !important;
}
.urllist-with-thumbnails li .urllist-image {
    margin-bottom: 0;
}
.urllist-category-link {
    display: inline-block;
    margin: 5px 5px 5px 0;
    padding: 3px 5px;
    border-radius: 3px;
    background: #eee;
    font-size: 12px;
}
.hatena-module-category .hatena-urllist li {
    display: inline-block;
    margin: 0 10px 10px 0;
}
.hatena-module-category .hatena-urllist li a {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    background-color: #ededed;
}
.page-archive .entry-thumb {
    border-radius: 3px;
    margin-right: 20px;
}
.page-archive .entry-description {
    overflow: hidden;
}
.hatena-urllist .archive-module-year {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.hatena-module-body .archive-module-button {
    position: absolute;
    top: 10px;
    left: 8px;
    z-index: 9;
}
.archive-module-hide-button,
.archive-module-show-button {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
}
.hatena-urllist .archive-module-year .archive-module-months {
    margin-left: 30px;
}
.hatena-urllist .archive-module-year .archive-module-month {
    margin: 0;
}
.archive-module-calendar .archive-module-calendar-week td {
    padding: 1px;
}
.archive-module-calendar .archive-module-calendar-week td a {
    display: block;
    color: #333;
    text-decoration: none;
    background-color: #eee;
    background-color: rgba(0, 0, 0, .06);
}
.archive-module-calendar .archive-module-calendar-week td a:hover {
    background-color: #ccc;
    background-color: rgba(0, 0, 0, .1);
}
.circle-urllist li {
    display: table !important;
    width: 100%;
}
.circle-urllist > li > a {
    display: table-cell;
    vertical-align: top;
    padding: 10px 8px;
}
.circle-urllist > li > a {
    vertical-align: middle;
}
.circle-urllist>li>a:first-child {
    width: 24px;
    line-height: 1;
}
.hatena-module-body .circle-urllist .circle-image {
    float: none;
    width: 24px;
    height: auto;
    margin: 0;
}
.circle-image {
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.recent-comments .user-name-paren,
.recent-comments .user-name-hatena-id {
    font-size: 12px;
    color: #999;
}
.recent-comments .recent-comment-time {
    font-style: normal;
    font-size: 12px;
}
.pager {
    margin: 20px 0;
    text-align: center;
    font-size: 14px;
}
.pager .pager-next,
.pager .pager-prev {
    display: inline-block;
    margin: 0 20px;
}
.pager a {
    display: inline-block;
    color: #999;
    text-decoration: none;
}
.pager-next a:before,
.pager-prev a:before {
    display: block;
    font-family: FontAwesome;
    width: 48px;
    height: 48px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background-color: #ccc;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 48px;
}
.pager-next a:before {
    content: "\f105";
}
.pager-prev a:before {
    content: "\f104";
}
.pager-arrow {
    display: none;
}
[id="top-box"] {
    background-color: rgba(0, 0, 0, .02);
    margin-bottom: 30px;
}
.breadcrumb {
    padding: 15px 0;
    font-size: 85%;
    color: #aaa;
}
.breadcrumb a,
.breadcrumb span {
    display: inline-block;
    margin: 0 5px;
}
.search-form,
.search-result-form {
    padding-right: 60px;
    position: relative;
}
.search-result-form {
    max-width: none;
}
.hatena-module-search-box .search-module-input,
.hatena-module-search-box .search-module-button {
    border: 1px solid #ccc;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font: inherit;
}
.hatena-module-search-box .search-module-input {
    width: 100%;
    padding: 10px;
    background: #fefefe;
}
.hatena-module-search-box .search-module-button {
    padding: 8px 10px;
    position: absolute;
    top: 2px;
    right: 0;
}
.hatena-module-search-box .search-module-button:hover {
    cursor: pointer;
    background: #ccc;
}
.search-result-form .search-result-input {
    padding: 10px;
    font: inherit;
}
.search-result-form .search-result-button {
    height: 30px;
}
[id="pagetop"] a:hover,
[id="pagetop"] a:focus,
.pager a:hover:before,
.snsBtn a:hover {
    background-color: #78b4d8;
    color: #fff;
}
[id="breadcrumb"] a,
.entry-footer-time a,
.breadcrumb a,
.archive-module-year a {
    color: #999;
}
[id="footer"] a,
[id="site-title"] a,
.entry-title a,
.categories a,
#recentEntry>li>a,
.hatena-module-title a,
.recent-entries.hatena-urllist>li a,
.related-entries.hatena-urllist>li a,
.circle-urllist>li>a,
.hatena-module-links .hatena-urllist>li a,
.hatena-urllist .archive-module-year a,
.entries-access-ranking-item-inner a,
.hatena-module-category .hatena-urllist li a {
    color: #333;
    text-decoration: none;
}
.entry-header .date a,
.snsBtn a,
[id="footer"] a {
    color: #aaa;
    text-decoration: none;
}
.entry-title a:hover,
.pager a:hover,
.hatena-module-title a:hover,
.archive-module-hide-button,
.archive-module-show-button,
.recent-entries.hatena-urllist>li a:hover,
.related-entries.hatena-urllist>li a:hover,
.entries-access-ranking-item-inner a:hover {
    color: #78b4d8;
}
.categories a:hover,
.hatena-module-category .hatena-urllist li a:hover {
    background-color: #e3e3e3;
}
.hatena-module-links .hatena-urllist>li a:hover,
.circle-urllist>li:hover,
.hatena-urllist .archive-module-year a:hover {
    background-color: #ededed;
    background-color: rgba(0, 0, 0, .05);
}
.author,
.entry-footer-time {
    font-size: 14px;
}
[id="content"]:after,
.post-footer:after,
.urllist-item-inner:after,
.hatena-asin-detail:after,
.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " ";
    font-size: 0;
}
[id="content"],
.post-footer,
.urllist-item-inner,
.hatena-asin-detail,
.clearfix {
    display: block;
}
.fa-hatena:before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold;
}

.entry-footer-modules {
    padding-top: 20px;
}

@media screen and(max-width:1150px) {
    [id="blog-title-inner"],
    [id="navi-inner"],
    [id="content-inner"],
    [id="footer-inner"],
    .breadcrumb {
        width: 740px;
    }
    [id="main"] {
        float: none;
        width: 100%;
    }
    [id="box2"] {
        float: none;
        width: 100%;
    }
}
@media(max-width:767px) {
    [id="blog-title-inner"],
    [id="navi-inner"],
    [id="content-inner"],
    [id="footer-inner"],
    .breadcrumb {
        width: 100%;
    }
    [id="main-inner"],
    [id="box2-inner"] {
        padding-left: 10px;
        padding-right: 10px;
    }
    .entry {
        margin-top: 60px;
        padding: 40px 20px 20px;
    }
    .archive-entry {
        padding: 20px;
    }
    .page-archive .entry-thumb {
        float: none;
        margin: 0 auto 20px;
    }
    .entry-header .date {
        position: absolute;
        top: -90px;
        left: 50%;
        margin-left: -30px;
    }
    .entry-content p {
        overflow: hidden;
    }
    .entry-content h2 {
        margin-left: -20px;
        padding-left: 18px;
    }
    .entry-content .hatena-image-left,
    .entry-content .hatena-image-right {
        float: none;
        display: block;
        margin: 1em auto;
    }
    .breadcrumb {
        margin-bottom: 60px;
    }
    .permalink.pager {
        border-top: 1px solid #ededed;
        border-bottom: 1px solid #fff;
    }
    .permalink.pager .pager-next,
    .permalink.pager .pager-prev {
        display: block;
        margin: 0;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #ededed;
    }
    .permalink.pager a {
        display: block;
        padding: 15px 10px;
        position: relative;
        line-height: 1.3;
    }
    .permalink .pager-next a {
        padding-right: 40px;
        text-align: right;
    }
    .permalink .pager-prev a {
        padding-left: 40px;
        text-align: left;
    }
    .permalink .pager-next a:before,
    .permalink .pager-prev a:before {
        position: absolute;
        top: 50%;
        font-family: FontAwesome;
        width: 24px;
        height: 24px;
        margin: -12px 0 0;
        font-size: 12px;
        line-height: 24px;
    }
    .permalink .pager-next a:before {
        right: 5px;
    }
    .permalink .pager-prev a:before {
        left: 5px;
    }
}

.footer-action-wrapper /* はてなブログをはじめようを非表示にする */
{
display:none;
}

.touch-item-list /* はてなブログ開発ブログ等のリンクを非表示にする */
{
display:none;
}

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

div.entry-content /* 記事内のフォントサイズ */
{
    font-size: 18px;
    color: #050505;
}

body /* ブログ内のフォント種類 */
{
    font-family: "游ゴシック", "YuGothic", "Yu Gothic", 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", 'メイリオ', 'Meiryo', Helvetica, Arial, sans-serif !important;
    font-size: 22px;
}

div.entry-content p /* 行間 */
{
    line-height: 1.5em; /* 行の高さ (def: 1.2em) */
    margin-top: 0.5em; /* 行上の余白 (def: 0.1em) */
    margin-bottom: 0.5em; /* 行下の余白 (def: 0.1em) */
}

img /* 画像に関する設定 */
{
    margin: 4px; /* 隣との間 */
    border-radius: 5px;
}

img:hover /* 画像に関する設定 */
{
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

.date a /* 日付 */
{
    color: #454545; /* 文字色 */
}

.entry-title a /* 記事タイトル */
{
    color: #45cccc; /*文字色*/
    font-family: "游ゴシック", "YuGothic", "Yu Gothic", 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", "Meiryo", Helvetica, Arial, sans-serif;
}

#blog-title
{
    margin: 15px 0px 15px 0px;
}

#blog-title h1
{
    text-align: center;
    color: #303030;
    font-size: 32px;
    padding: 15px 0px 15px 0px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    font-family: "游ゴシック", "YuGothic", "Yu Gothic", 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", "Meiryo", Helvetica, Arial, sans-serif;
}

#blog-title h1 a
{
    color: #303030;
}

#blog-title h1 a:hover
{
    color: #606060;
    text-decoration: none;
}

header h2
{
    /*display: none;*/
}

h3 /* 大見出し */
{
    color: #000000 !important; /* 文字色 */
    font-size: 120% !important; /* フォントサイズ */
    font-weight: bold; /* 太字 */
    line-height: 1.5em; /* 行間 */
    border-left: 6px solid #66cccc;
    border-bottom: 1px dotted #66cccc !important; /* 下線 */
    background: rgb(235, 255, 255);
    margin: 40px 1px 20px 1px !important; /* 上下に余白を設定 */
    padding: 5px 10px 3px 10px !important; /* テキストとボーダーの間の余白*/
}

h4 /* 中見出し */
{
    color: #000000 !important; /* 文字色 */
    font-size: 110% !important; /* フォントサイズ */
    font-weight: bold; /* 太字 */
    line-height: 1.5em; /* 行間 */
    border-left: 6px solid #66cccc; /* 左線 */
    background: rgb(235, 255, 255); /* 背景色 */
    margin: 40px 1px 20px 1px !important; /* 上下に余白を設定 */
    padding: 5px 10px 5px 10px !important; /* テキストとボーダーの間の余白*/
}

h5 /* 小見出し */
{
    color: #000000 !important; /* 文字色 */
    font-size: 110% !important; /* フォントサイズ */
    font-weight: bold; /* 太字 */
    line-height: 1.5em; /* 行間 */
    border-bottom: 2px solid #66cccc; /* 下線 */
    background: rgb(235, 255, 255); /* 背景色 */
    margin: 40px 1px 20px 1px !important; /* 上下に余白を設定 */
    padding: 5px 10px 5px 10px !important; /* テキストとボーダーの間の余白*/
}

/* 小文字の設定 */
.text-small
{
    font-size: 14px;
}

.small-text
{
    font-size:18px;
}





/* シェアボタンのデザイン */
.share-top
{
    width: 100%;
    text-align: center;
}

.share-top a
{
    display: inline-block;
    /*height: 28px;*/
    text-align: center;
    width: 32%;
    text-decoration: none;
    border-radius: 3px;
}

.share-top .figure
{
    font-size: 12px;
}

.hatena-bookmark-button
{
    color: #00A4DE;
    border: 2px solid #00A4DE;
 　 background: #ffffff; 
    float: left;
    margin: 0px 2px;
}

.hatena-bookmark-button:hover
{
    color: #ffffff;
    background: #00A4DE;
    transition: all .3s;
}

.twitter-button
{
　  color: #55ACEE;
    border: 2px solid #55ACEE;
 　 background: #ffffff; 
    float: left;
    margin: 0px 2px;
}

.twitter-button:hover
{
    color: #ffffff;
    background: #55ACEE;
    transition: all .3s;
}

.googleplus-button
{
    color: #C53727;
    border: 2px solid #C53727;
 　 background: #ffffff; 
    float: left;
    margin: 0px 2px;
}

.googleplus-button:hover
{
    color: #ffffff;
    background: #C53727;
    transition: all .3s;
}

.facebook-button
{
    color: #405BA7;
    border: 2px solid #405BA7;
　  background: #ffffff; 
    float: left;
    margin: 0px 2px;
    
}

.facebook-button:hover
{
    color: #ffffff;
    background: #405BA7;
    transition: all .3s;
}

.pocket-button
{
    color: #EE4256;
    border: 2px solid #EE4256;
　  background: #ffffff; 
    float: left;
    margin: 0px 2px;
}

.pocket-button:hover
{
    color: #ffffff;
    background: #EE4256;
    transition: all .3s;
}

.tumblr-button
{
    color: #3D3F44;
    border: 2px solid #3D3F44;
　  background: #ffffff; 
    float: left;
    margin: 0px 2px;
}

.tumblr-button:hover
{
    color: #ffffff;
    background: #3D3F44;
    transition: all .3s;
}





/* フォローボタンのデザイン */
.follow-btn
{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.follow-btn a
{
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 39%;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
}

.follow-btn .hatena
{
    color: #151515;
    border: 2px solid #3D3F44;
    background: #fafafa; 
}

.follow-btn .hatena:hover
{
    color: #ffffff;
    background: #3D3F44;
    transition: all .3s;
}

.follow-btn .twitter
{
    color: #00ACEE;
    border: 2px solid #00ACEE;
    background: #fafafa; 
}

.follow-btn .twitter:hover
{
    color: #ffffff;
    background: #00ACEE;
    transition: all .3s;
}

.follow-btn .facebook
{
    color: #405BA7;
    border: 2px solid #405BA7;
　  background: #fafafa; 
    
}

.follow-btn .facebook:hover
{
    color: #ffffff;
    background: #405BA7;
    transition: all .3s;
}


.follow-btn .feedly
{ 
    color: #70CA3B;
    border: 2px solid #70CA3B;
    background: #fafafa;
}

.follow-btn .feedly:hover
{
    color: #ffffff;
    background: #70CA3B;
    transition: all .3s;
}





/* メールフォームのデザイン */
.mail-btn
{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.mail-btn a
{
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 8px;
    width: 80%;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
}

.mail-btn .mailform
{
    color: #151515;
    border: 2px solid #454545;
    background: #fafafa; 
}

.mail-btn .mailform:hover
{
    color: #ffffff;
    background: #454545;
    transition: all .3s;
}





/* 記事本文中の背景を追加 */
.background-blue
{
    background: #EAF6FD;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
}

.background-red
{
    background: #ffdcdc;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
}

.background-gray
{
    background: #f0f0f0;
    padding: 5px;
    margin: 5px;
}

.background-solid
{
    border: 1px solid #454545;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
}





/* グローバルメニュー */
#menu
{
 position: relative;
 width: 100%;
 padding-left: 0px;
 height: 40px;
}

.menu-inner
{
 width: 1070px;
 margin: 0 auto;
 height: 40px;
 background: #454545; /* グローバルメニュー背景色 */
 border-radius: 5px;
}

#menu li
{
 list-style-type: none;
 float: left;
 height: 40px;
 text-align: center;
 width: 11.11%;
}

#menu li a
{
 display: block;
 color: #fafafa; /* グローバルメニュー文字色 */
 font-size: 65%;
 font-weight: bold;
 line-height: 38px;
 text-decoration: none;
}

#menu li:hover a
{
 color: #ffffff;
 background: #666666;
 transition: all .5s;
}

.menu-toggle
{
 display: none;
} 

/* パソコン１カラム */
@media screen and (max-width:1150px)
{
    .menu-inner
    {
        width: 768px;
    }
}

/* タブレット */
@media screen and (max-width:768px)
{
   #top-editarea
   {
   height: initial;
   /*background: #454545; /* MENU背景色 */
   text-align: right; /* MENUの文字の位置 */
   width: 100%;
   position: fixed;
   top: 0;
   z-index: 10;
   opacity: 0.9;
   }
   
   .menu-toggle
   {
   color: #66cccc; /* MENUの文字色 */
   display: inline-block;
   padding: 5px;
   margin: 3px;
   }
   
   #menu
   {
   width: 100%;
   display: none;
   height: initial;
   padding: 0;
   margin: 0;
   }
   
   .menu-inner
   {
   width: 100%;
   height: initial;
   position: static;
   margin: 0;
   }
   
   #menu li
   {
   height: 40px;
   width: 49.50%;
   list-style-type: none;
   background: #454545; /* リスト文字の背景色 */
   margin: 0 auto;
   text-align: center; /* リストの文字の位置 */
   border: 1px solid #fafafa;
   }
   
   #menu li a
   {
   height: initial;
   color: #ffffff; /* リスト文字色 */
   display: block;
   }
   
   #menu li:hover a
   {
   color: #cccccc;
   background: initial;
   }
   
   #blog-title
   {
   margin-top: 30px;
   }
}

/* スマホ横サイズ */
@media screen and (max-width:680px)
{
   #top-editarea
   {
   position: absolute;
   }
   #blog-title
   {
   margin-top: 0;
   }
}





/* サイドバー タブメニュー */
.tab
{
    display: inline-block;
    padding: 8px 15px 5px 15px; /* 横に入りきらない場合はこの２番目と４番目の数字を小さく */
    background: #f0f0f0; /* 反応していないタブの背景 色*/
    border-radius: 5px 5px 0 0;
    font-size: 16px; /* 横に入りきらない場合はここの数字を小さく */
    cursor: pointer;
}

.active
{
    color: #ffffff;
    background: #454545; /* 反応しているタブの背景色 */
    border-radius: 5px 5px 0 0;
}

.hatena-module-title2
{
    border-bottom: 3px solid #454545 !important; /* タブの下線 */
}





/* 上に戻る */
#scroll_top
{
    width: 56px;
    height: 56px;
    z-index: 20;
    position: fixed;
    bottom: -100px;
    right: 20px;
    background-color: #CCCCCC;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.14);
    display: none;
    cursor: pointer;
    transition: bottom 0.4s cubic-bezier(1, 0, 0, 1);
    text-align: center;
    color: #FAFAFA;
}

#scroll_top:hover
{
    background-color: #666666; 
}

#scroll_top i
{
    padding-top: 14px;
    font-size: 42px;
    line-height: 24px;
}





/* こんな記事も書いています */
div.ssOriginalTemplateImgContainer img.ssImg
{
  height: 60px !important; 
  width: 60px !impotrtan;
  padding: 0;
}

.ssTitle
{
    font-size: 16px !important;
}

.ssLimitedContainerHeader > div > div > div
{
    color: #ffffff ;
    background: #454545;
    font-size: 18px ;
    padding: 10px 5px 10px 10px !important;
    margin-top: 15px;
}





/*アプリーチカスタム*/
#appreach-box
{
    border-radius: 5px;
    border: double 3px #ececec;
    margin-bottom: 10px;
}

.appreach-links
{
    margin-bottom: 10px;
}

.appreach-footer
{
    margin-bottom: 0;
    line-height: 0;
}





/*ヨメレバ カエレバ*/
.booklink-box, .kaerebalink-box
{
    padding: 25px;
    margin-bottom: 10px;
    border: double #CCC;
    overflow: hidden;
    font-size: 18px;
}

.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: 14px;
    margin-top: 10px;
    /*font-family:verdana;*/
    line-height: 120%;
}

.booklink-detail, .kaerebalink-detail
{
    font-size: 16px;
}

.booklink-powered-date, .kaerebalink-detail
{
    margin-bottom: 15px;
}

.booklink-link2, .kaerebalink-link1
{
    margin-top: 10px;
}

.booklink-link2 a, .kaerebalink-link1 a
{
    width: 45%;
    -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: 18px;
    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: 16px;
}

.booklink-footer
{
    display: none;
}