/* Reset CSS */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* END Reset */

body {
    background: url('http://cdn-ak.f.st-hatena.com/images/fotolife/c/chira_rhythm55/20170319/20170319114403.gif');
    color:#0c393a;
    font-size:10pt;
}

a {
    text-decoration:none;
    color:#ea6b81;
}

a:hover {
    text-decoration:underline;
}


/* ブログタイトル */
.header-image-only #blog-title #blog-title-inner{
    height:89px;
}

/* もこもこ */
/** 上 **/
#blog-title {
    background:url('http://cdn-ak.f.st-hatena.com/images/fotolife/c/chira_rhythm55/20170319/20170319114413.png') repeat-x bottom center !important;
    padding-bottom: 40px;
}
/** 下 **/
#container {
    background:url('http://cdn-ak.f.st-hatena.com/images/fotolife/c/chira_rhythm55/20170319/20170319114412.png') repeat-x bottom center;
    padding-bottom: 42px;
}

/* コンテント(ヘッダ、タイトル、フッタ以外) */
#content{
    background:#f5f5f5;
    overflow:hidden;
    padding-top: 20px;
}

#content-inner {
    width:960px;
    margin:0 auto;
}

/* メインカラム */
#wrapper{
    float:left;
    width:600px;
}

/* エントリタイトル */
.entry-header{
    background:url('http://cdn-ak.f.st-hatena.com/images/fotolife/c/chira_rhythm55/20170319/20170319114406.png')no-repeat;
    position:relative;
    height:62px;
}

.entry-header .entry-title{
    font-size:14pt;
    margin:0;
    position:absolute;
    top: 15px;
    left: 95px;
    color:#f5f5f5;
    white-space:nowrap;
    overflow:hidden;
    max-width:500px;
    padding: 1px 0;
}

.entry-header .entry-title a{
    color:#f5f5f5;
}

.entry-header .date{
    font-size:10pt;
    position:absolute;
    top:50px;
    left:95px;
}

.entry-header .categories {
    font-size:10pt;
    position:absolute;
    right:0;
    top: 50px;
    text-align:right;
}

.entry-header a{
    color:#4b96a4;
}

/* 編集(本人のみ) */
.entry-header .entry-header-menu{
    font-size:10pt;
    position:absolute;
    top:0px;
    left:0px;
}

.entry-header .entry-header-menu a{
    color:#ddb037;
    font-weight:bold;
}

/* 記事本文 */
.entry-inner {
    margin-bottom:3em;
}

.entry-content {
    margin: 2em 1em;
    line-height:1.6em;
}

/* 記事フッタ */
.entry-footer .entry-footer-section{
    text-align:right;
    font-size:10pt;
}

.entry-footer .entry-footer-section a{
    color:#b8b8b8;
}

.customized-footer .social-buttons{
  margin: 1em 0;
}

/* AFC */
#google_afc_user{
    background:#dfebee;
    border:1px solid #52afc0;
    margin-bottom: 0;
}

#google_afc_user #google_afc_user_container {
    margin:1em;
}

/* コメント */
.entry-footer .comment-box{
    background:url('http://cdn-ak.f.st-hatena.com/images/fotolife/c/chira_rhythm55/20170319/20170319114405.gif');
    line-height:1.5em;
    font-size:9pt;
    padding: 1em;
}

.entry-footer .comment-box img {
    vertical-align:middle;
}

.entry-footer .comment-box .leave-comment-title {
    display:inline-block;
    color:#0c393a;
    background:#ddb037;
    border: 1px solid #0c393a;
    border-radius:2px;
    font-weight:bold;
    padding: 0.2em 0.5em;
}

.entry-footer .comment-box ul.comment{
    list-style:none;
}

.entry-footer .comment-box ul.comment li{
    margin-bottom:0.5em;
}

.entry-footer .comment-box a{
    font-weight:bold;
    color:#f5f5f5;
}

.entry-footer .comment-box .comment-user-name {
  font-weight:bold;
  margin-bottom:0.5em;
}

.entry-footer .comment-box .comment-content {
  margin-bottom: 0.5em;
}

/* ページャ */
.pager {
    text-align:right;
    font-weight:bold;
    margin-bottom:2em;
}

/* サイドバー */
#box2{
    float:right;
    width:300px;
    line-height: 1.3em;
    font-size:9pt;
}

#box2 .hatena-module-title{
    background:url('http://cdn-ak.f.st-hatena.com/images/fotolife/c/chira_rhythm55/20170319/20170319114411.png') no-repeat left center;
    padding-left:15px;
    padding-top:2px;
    font-weight:bold;
}

#box2 .hatena-module-body {
    margin-top:0.5em;
    margin-bottom: 2em;
}

#box2 .hatena-module-body ul{
   list-style:none;
}

/* プロフィール */
#box2 .hatena-module-profile .hatena-module-body{
    background:url('http://cdn-ak.f.st-hatena.com/images/fotolife/c/chira_rhythm55/20170319/20170319114414.png')no-repeat;
    min-height:216px;
    padding-left: 120px;
}

#box2 .hatena-module-profile .hatena-follow-button-box{
    margin: 0.3em 0;
}

/* 最新刊 */
#box2 .recomend-comment{
    background:#52AFC0;
    border-radius:5px;
    font-weight:bold;
    color:#fff;
    padding:0.5em;
}

#box2 .baloon{
    background:url('http://cdn-ak.f.st-hatena.com/images/fotolife/c/chira_rhythm55/20170319/20170319114404.png')no-repeat 20px top;
    height:9px;
    margin-bottom:0.5em;
}

#box2 .amazlet-box .amazlet-image img{
    border:1px solid #ddd !important;
}

#box2 .amazlet-box .amazlet-name{
    font-weight:bold;
}

#box2 .amazlet-box .amazlet-name .amazlet-powered-date{
    font-weight:normal;
    margin-top:0 !important;
}

/* 書籍 */
#box2 .books-more{
    text-align:right;
}

/* 検索フォーム */
#box2 .search-form .search-module-input {
    border: 1px solid #dddddd;
    background: rgba(255, 255, 255, 0.7);
    padding: 3px 5px;
    width: 145px;
    height: 18px;
}

#box2 .search-form .search-module-button {
    height: 26px;
    width: 30px;
    border: none;
    text-indent: -999px;
    margin-left: -3px;
    cursor: pointer;
    background: transparent url('https://cdn.blog.st-hatena.com/images/theme/search_g.png?version=157ee0ed1ca836d9944fa82e4c5c3a') 50% 50% no-repeat;
}

/* フッター */
#footer{
    clear:both;
    text-align:center;
    padding-top:1em;
    padding-bottom:3em;
    background:url('http://cdn-ak.f.st-hatena.com/images/fotolife/c/chira_rhythm55/20170319/20170319114407.png')no-repeat center top;
}

#footer,
#footer a{
    color:#0c393a;
}

#footer img{
    vertical-align:middle;
}

/* about */
.page-about .entry-content{
    margin:0;
}

.page-about dt{
    font-weight:bold;
    padding-bottom:0.2em;
    border-bottom:1px dotted #52AFC0;
    margin-bottom:0.5em;
}

.page-about dd{
    border-bottom:1px dotted #86d3e3;
    padding-bottom:0.2em;
    margin-bottom:0.5em;
    padding-left:2em;
}

.page-about dd img{
    vertical-align:middle;
}

/* archive */
.page-archive #content ul{
    list-style:none;
    line-height:1.4em;
}

.page-archive #content ul li{
    border-bottom:1px dotted #86d3e3;
    padding-bottom:0.2em;
    margin-bottom:0.5em;
    padding-left:2em;
}

.page-archive #conten img{
    vertical-align:midle;
}

.page-archive #content h1 {
    margin:0;
    font-size:100%;
    border-bottom:1px dotted #52AFC0;
    padding-bottom:0.2em;
    margin-bottom:0.5em;
    color:#52AFC0;
}

.page-archive #content h1 a{
    color:#52AFC0;
}

.page-archive #top-box{
    background:#f5f5f5;
}

.page-archive #top-box .breadcrumb{
    width:960px;
    margin:0 auto;
    padding-bottom:1em;
}

.line-sticker {
    text-align: center;
}

.line-button {
    margin: 10px 0 20px;
}

.line-store-link{
    background: #3ec400;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    border-radius: 2px;
    text-shadow: 0 -1px 0 rgba(0,0,0,.5);
    font-size: 14px;
}
