/* <system section="theme" selected="6435922169449208222"> */
@import url(https://fonts.googleapis.com/css?family=Montserrat+Alternates:400,700);

/* 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: #dadada;
    color: #171717;
    font-family: 'Geneva', sans-serif, 'Osaka', 'ヒラギノ角ゴ Pro W3';
}

a {
    text-decoration: none;
    color: #171717;
}

a:hover{
    text-decoration: underline;
}

#container{
    width: 600px;
    margin: 0 auto;
}

/* タイトル */
#blog-title-inner {
    background: #fff;
    margin-top: -37px;
    height: 200px;
    position:relative;
}

#title {
    position: absolute;
    font-size:50pt;
    bottom: 10px;
    left: 10px;
    font-weight: 700;
    font-family: 'Montserrat Alternates','Arial', 'ヒラギノ角ゴ Pro W3', sans-serif;
}

#title,
#title a{
    color: #171717;
}

#blog-description{
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 10pt;
    color: #A7A7A7;
}

/* 記事タイトル */
.entry-header {
    position: relative;
    height: 40px;
}

.entry-header .date {
    float: left;
    font-family: 'Montserrat Alternates','Arial', 'ヒラギノ角ゴ Pro W3', sans-serif;
    line-height: 0.9em;
    text-align: right;
    display: block;
    position: absolute;
    top: 10px;
    left: 0px;
    max-width: 50px;
}

.entry-header .date, .entry-header .date a {
    color: #ff6bc2;
}

.entry-header .date .date-year {
    display: block;
    font-size: 14pt;
}

.entry-header .date .date-month, .entry-header .date .date-day{
    font-size: 18pt;
}

.entry-header .date .hyphen{
    display: none;
}

.entry-header .entry-title {
    position: absolute;
    top: 25px;
    left: 55px;
}

.entry-header .entry-title, .entry-header .entry-title a {
    color: #171717;
    font-size: 12pt;
}

.entry-header .categories {
    position:absolute;
    right:0;
    bottom:0;
    font-size:10pt;
}

/* 編集リンク */ 
.entry-header-menu{
    float:right;
    font-size: 10pt;
}

.entry-header-menu a{
    color: #171717;
}

/* 記事本文 */
.entry-content {
    clear: both;
    background: #fff;
    font-size: 10pt;
    line-height: 1.6em;
    padding: 15px 20px;
}

.entry-content a {
    background: #fffa6b;
    color: #171717;
}

.entry-content p,
.entry-content ul,
.entry-content table,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content ol,
.entry-content dl,
.entry-content pre,
.entry-content blockquote{
    margin: 0 0 1em 0;
}

.entry-content h3 {
    font-size: 13pt;
}

.entry-content h4 {
    font-size: 12pt;
}

.entry-content h5 {
}

.entry-content li{
    margin-left:2em;
}

.entry-content dt{
    font-weight:bold;
}

.entry-content th,
.entry-content td{
    border: 1px solid #dadada;
    padding:0.5em;
}

.entry-content blockquote {
    border: 1px solid #dadada;
    padding: 1em;
    color: #A7A7A7;
}

.entry-content img {
    max-width: 360px;
    display: block;
}

.entry-content .http-bookmark{
    display:inline;
    margin:auto;
}

.entry-content pre {
    border: 1px solid #dadada;
    padding: 1em;
}

.entry-content .hatena-id-icon {
  display:inline !important;
}

/* 記事フッタ */
.entry-footer {
    background:#fff;
}

.entry-footer .social-buttons {
    background:#fff;
    padding: 5px 20px;
}

.entry-footer .entry-footer-section {
    float: right;
    font-size: 9pt;
    background: #fff;
    padding-right: 20px;
}

.entry-footer .author{
    display: none;
}

.entry-footer .entry-footer-time,
.entry-footer .entry-footer-time a {
    background: #171717;
    color: #dadada;
    font-weight: bold;
}

.entry-footer .hatena-star-container {
    margin:0 !important;
    background: #fff;
    padding-left: 20px;
}

/* コメント */
.comment-box {
    padding: 10px 20px 10px 20px;
}

.comment-box a {
    color: #A7A7A7;
}

.comment-box .comment{
    padding-top: 10px;
    border-top: 2px solid #ff6bc2;
}

.comment-box ul{
    list-style: none;
}

.comment-box .comment-user-name,
.comment-box .comment-metadata{
    font-size: 9pt;
}

.comment-box .comment-content {
    font-size: 10pt;
    margin: 5px 0;
}

.comment-box .entry-comment {
    border-bottom: 1px dotted #dadada;
    margin-bottom: 5px;
}

.comment-box a.leave-comment-title {
    font-size: 10pt;
    background: #fffa6b;
    color: #171717;
}

/* ページャ */
.pager {
    background: #fff;
    text-align: right;
    font-size: 9pt;
    padding: 10px 20px 10px 0;
}

.pager a{
    background: #fffa6b;
    color: #171717;
}

/* サイドバー */
#box2 .hatena-module{
    width: 200px;
    float: left;
}

#box2 .hatena-module-title{
    background: #ff6b6b;
    padding-top: 10px;
    padding-bottom: 0px;
}

#box2 .hatena-module-title,
#box2 .hatena-module-title a,
#box2 .hatena-module:nth-child(2n) .hatena-module-title,
#box2 .hatena-module:nth-child(2n) .hatena-module-title a{
    color: #fff;
    font-size: 9pt;
    font-weight: bold;
}

#box2 .hatena-module-body {
    font-size: 9pt;
    line-height: 1.6em;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-right: 5px;
}

#box2 .hatena-module-body a{
    color:#ff6b6b;
}

#box2 .hatena-module-body ul{
    list-style: none;
}

#box2 .hatena-module:nth-child(4n){
    float:none;
    clear:both;
}

#box2 .hatena-module:nth-child(2n) .hatena-module-title{
    background: #ff6bc2;
}

#box2 .hatena-module:nth-child(2n) a{
    color: #ff6bc2;
}

#twitter-widget-0{
    min-width:195px !important;
}

#box2 .search-form .search-module-button {
    background: url("https://cdn.blog.st-hatena.com/images/theme/search_g.png") no-repeat scroll 50% 50% transparent;
    border: medium none;
    cursor: pointer;
    height: 26px;
    margin-left: -3px;
    opacity: 0.8;
    text-indent: -999px;
    width: 30px;
}

/* フッタ */
#footer{
    clear: both;
}

#footer-inner {
    width: 600px;
    text-align: right;
    margin: 0 auto;
    background: #fff;
    font-size: 9pt;
    font-family: 'Montserrat Alternates','Arial', 'ヒラギノ角ゴ Pro W3', sans-serif;
    color: #A7A7A7;
    padding-bottom: 50px;
    padding-top: 10px;
}

#footer-inner a{
    color: #A7A7A7;
}

#footer address,
#footer p {
    margin: 0 10px;
}


/* about */
.page-about .entry-content dt{
    font-weight: bold;
    font-size: 10pt;
}

.page-about .entry-content dd {
    margin-bottom: 10px;
    font-size: 10pt;
}

.page-about .profile-icon {
    display: inline;
    margin:auto;
}

/* archive */
.page-archive #main-inner {
    line-height:1.5em;
    background: #fff;
    font-size: 10pt;
    padding: 20px;
}

.page-archive #main-inner h1,
.page-archive #main-inner h1 a{
    font-family: 'Montserrat Alternates','Arial', 'ヒラギノ角ゴ Pro W3', sans-serif;
    color: #ff6bc2;
    font-size:12pt;
}

.page-archive #main-inner a.entry-title {
    background: #fffa6b;
    color: #171717;
}

.page-archive #main-inner p{
    margin-bottom: 10px;
}

.page-archive #main-inner ul{
    list-style: none;
    margin-bottom: 10px;
}

.breadcrumb {
    margin-top:25px;
    font-size:10pt;
}

/* カウンタ */
.hatena-counter{
    display: block;
    width: 600px;
    background: #fff;
    margin: 0 auto;
}
/* </system> */