/* Responsive: yes */
@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Ubuntu:300);
@font-face {
    font-family: makigefont;
    font-style: normal;
    src: local('makige.otf'),
        url("https://dl.dropboxusercontent.com/s/hm5nsrme5gx34zw/makige-hui.eot") format('eot'),
        url("https://dl.dropboxusercontent.com/s/q9rq1zqe4ap2wwf/makige-hui.woff") format('woff');
} 
@font-face {
    font-family: mplus;
    font-style: normal;
    src: local('mplus.otf'),
        url("https://dl.dropboxusercontent.com/s/ahcur5v029jo8t0/rmplus2p-light.eot") format('eot'),
        url("https://dl.dropboxusercontent.com/s/vagz2u4gy59ajkl/rmplus2p-light.woff") format('woff');
} 
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}

body {
margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}

audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}

audio:not([controls]) {
display: none;
height: 0;
}

[hidden],
template {
display: none;
}

a {
background: transparent;
}

a:active,
a:hover {
outline: 0;
}

abbr[title] {
border-bottom: 1px dotted;
}

b,
strong {
font-weight:800;
}

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;
}

img {
border: 0;
}

svg:not(:root) {
overflow: hidden;
}

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;
}

button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}

button {
overflow: visible;
}

button,
select {
text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}

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;
padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}

input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
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;
padding: 0;
}

textarea {
overflow: auto;
}

optgroup {
font-weight: bold;
}

table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}

.clearfix {
display: block;
*zoom: 1;
}
.clearfix:after {
display: block;
visibility: hidden;
font-size: 0;
height: 0;
clear: both;
content: ".";
}
.inline-block {
display: inline-block;
*display: inline;
*zoom: 1;
}
.ellipsis {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}



/* Common */
html,
body {
    font-family: "Ubuntu","Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "mplus","游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-size: 16px;
    font-weight: 100;
color: #454545;
background-color: #F9F9F9;
}
a {
color: #f6a;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
text-decoration: none;
}
a.keyword {
text-decoration: none;
border-bottom: 1px dotted #dddddd;
color: #454545;
}
/* Buttons */
.btn {
display: inline-block;
*display: inline;
*zoom: 1;
padding: 4px 10px 4px;
margin-bottom: 0;
line-height: 18px;
color: #454545;
background-color: #ffffff;
text-align: center;
vertical-align: middle;
border-top-right-radius: 2px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
border-radius: 2px;
background-clip: padding-box;
cursor: pointer;
font-size: 12px;
text-decoration: none;
font-weight: bold;
border: 1px solid rgba(0, 0, 0, 0.2);
text-decoration: none !important;
}
.btn:hover {
background-color: #f5f5f5;
text-decoration: none !important;
}
.btn-small {
padding: 2px 10px !important;
font-size: 11px !important;
}
.btn-large {
padding: 13px 19px;
font-size: 17px;
line-height: normal;
font-weight: bold;
}
/* ヘッダ（グローバルヘッダ）*/
#globalheader-container {
background-color: #ccc;
color: #fff;
position:absolute;
top: 0;
left: 0;
width: 100%;
}


/* container */
#container {
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
padding-top: 37px;
}
#container #content {
display: block;
*zoom: 1;
}
#container #content:after {
display: block;
visibility: hidden;
font-size: 0;
height: 0;
clear: both;
content: ".";
}
.globalheader-off #container {
padding-top: 0;
}

#main , #box2 {
    max-width: calc(600px + 48px + 48px);
    margin : auto;
    padding : 0px 8px;
    float: none;
}
#xbox2 {
    max-width: 640px;
    margin : 0 auto;
    float : none;
}
/* header */
#blog-title {
    max-width : 600px; 
    margin: 0 auto;
    padding: 32px 0px;
    text-align: center;
}
#title {
    margin: 0;
}
#title a {
    font-family: "makigefont";
    font-weight: normal;
    font-size  : 90%;
    letter-spacing: 0.1em;
    color: #666;
    transition: all 0.5s;
}
#title a:hover{
    color : deeppink;
}
#blog-description {
    font-family: "makigefont";
    font-weight: normal;
    display:inline-block;
    font-weight: normal;
    font-size: 70%;
    letter-spacing: 0.1em;
    margin: 8px 0px 0 0px;
    color :#999;
}

/* ヘッダ画像を設定したとき */
.header-image-enable #title {
padding-top: 70px;
}
.header-image-enable #title,
.header-image-enable #blog-description {
padding-left: 20px;
}
/* パンくず（カテゴリーページで表示されます） */
#top-box {
margin: 10px auto 20px;
font-size: 90%;
    max-width: 696px;
    
}
#top-box .breadcrumb {
padding: 10px;
}
/* entry */
.entry {
    position: relative;
    max-width : 100%;
    margin : 0 auto 48px auto;
    padding : 24px 48px;
    background-color: #FFF;
    border-radius: 4px;
}
.entry::after{
    font-family: FontAwesome;
    content:'\f1b0';
    font-size : 24px;
    display: block;
    position: absolute;
    bottom : -36px;
    left : calc(50% - 12px);
    color : #FFF;
    transform: rotate(16deg);
}
.entry-header {
padding: 0;
position: relative;
}
.entry-title {
    display: inline-block;
    margin: 0;
    line-height: 1.8;
    font-size: 120%;
}
.entry-title a{
    color : #555;
}

.entry-title:first-letter{
    font-size : 120%;
    padding : 4px 6px;
    margin-right : 2px;
    background-color: #555;
    color : #FFF;
    border-radius: 8px;
}
.entry-title:hover a{
    color : #f6a;
}
.entry-title:hover:first-letter{
    background-color : #f6a;
}

/* 日付 */
.date {
font-weight: normal;
margin-bottom: 10px;
}
.date a {
    color: #aaa;
text-decoration: none;
font-size: 80%;
}
.date a::before{
    font-family: FontAwesome;
    content:'\f017';
}
/* カテゴリ */
.categories {
margin:10px 0px 10px 0px;
font-size: 60%;

}
.categories a {
    display: inline-block;
    background-color: #aaa;
    padding : 2px 8px;
    margin-right : 1px;
    margin-bottom : 2px;
    color: #FFF;
    text-decoration: none;
    border-radius: 2px;
}
.categories.no-categories {
margin: 0;
}

.categories a[href="http://neco-reset.hatenablog.jp/archive/category/%E3%83%8D%E3%82%BF%E3%83%90%E3%83%AC%E6%B3%A8%E6%84%8F"]{
    background-color : #f6a;
    color : #FFF;
}
.categories a[href="http://neco-reset.hatenablog.jp/archive/category/%E3%83%8D%E3%82%BF%E3%83%90%E3%83%AC%E6%B3%A8%E6%84%8F"]::after{
    font-family: FontAwesome;
    content:'\f071';
    padding-left : 2px;
}               





/* 「編集する」ボタン */
.entry-header-menu {
position: absolute;
bottom: 0px;
left: -60px;
}
.entry-header-menu a {
display: inline-block;
*display: inline;
*zoom: 1;
padding: 4px 10px 4px;
margin-bottom: 0;
line-height: 18px;
color: #454545;
background-color: #ffffff;
text-align: center;
vertical-align: middle;
border-top-right-radius: 2px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
border-radius: 2px;
background-clip: padding-box;
cursor: pointer;
font-size: 12px;
text-decoration: none;
font-weight: bold;
border: 1px solid rgba(0, 0, 0, 0.2);
text-decoration: none !important;
}
.entry-header-menu a:hover {
background-color: #f5f5f5;
text-decoration: none !important;
}
/* entry-content の中の書式 */
.entry-content {
    max-width : 600px;
font-size: 16px;
line-height: 1.7;
margin: 16px 0px;
}
.entry-content p {
    margin: 0 0 1.8em 0;
    line-height : 1.7 ;
    color : #555;
}
.entry-content b,
.entry-contentstrong{
    color : #222;
    padding : 0 4px;
}
.entry-content img {
    width: 100%;
    border-radius: 4px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
margin: 1.3em 0 0.8em 0;
line-height: 1.5;
}
.entry-content h1 {
font-size: 160%;
}
.entry-content h2 {
font-size: 150%;
}
.entry-content h3 {
font-size: 100%;
    display: block;
    background-color: #eee;
    color : #999;
    margin : 1.5em 0;
    padding : 4px 8px;
    border-left : solid 0px #ccc;
    border-radius: 2px;
}
.entry-content h3::before{
    font-family: FontAwesome;
    content:'\f00c';
    margin-right : 4px;
}
.entry-content h4 {
font-size: 120%;
}
.entry-content h4 {
    display : inline-block;
    font-weight: normal;
    position: relative; 
    top : -20px;
    color:#FFF;
    margin : 0px 16px;
    padding : 4px 16px;
    background-color: #ffb884;
    border-radius:  4px;
}
.entry-content h4::before,h4::after{
    position: absolute;
    bottom: 100%;
    left: 32px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent;
    content: '';
}
.entry-content h4::after {
    margin-bottom: -2px;
    border-bottom: 15px solid #ffb884;
}

.entry-content h5 {
    font-size: 120%;
}
.entry-content h5 {
    position: relative;
    font-weight: normal;
    margin-bottom : 24px;
    color: #555;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.entry-content h5::before{
    font-family: FontAwesome;
    content:'\f1b0';
    padding-right : 8px;
    padding-left : 4px;
}

.entry-content h6 {
font-size: 100%;
}
.entry-see-more{
    display: block;
    width : 50%;
    position: relative;
    margin-left : auto;
    text-align: center;
    text-decoration: none;
    color : #777;
    font-size : 100%;
    background-color: #FFF;
    border : solid 1px #aaa;
    border-radius: 2px;
}
.entry-see-more::after{
    font-family: FontAwesome;
    content:'\f078';
    margin-left : 4px;
    color : #777;
}
.entry-see-more:hover{
    background-color: #f6a;
    border-color : #f6a;
    color :#FFF;
}
.entry-see-more:hover::after{
    color : #FFF;
}
.entry-content table {
border-collapse: collapse;
border-spacing: 0;
margin-bottom: 1em;
}
.entry-content table img {
max-width: none;
}
.entry-content table th,
.entry-content table td {
border: 1px solid #ddd;
padding: 5px 10px;
}
.entry-content table th {
background: #f5f5f5;
}
.entry-content blockquote {
    border: none;
    background-color: #A9DED5;
    margin: 1.8em  0em;
    padding: 1em;
    position: relative;
    border-radius: 4px;
}
.entry-content blockquote::before{
    font-family: FontAwesome;
    content:'\f10d';
    font-size : 32px;
    position:absolute;
    top:0px;
    left: 10px;
    color : #74CABB;
    z-index : 1;
}
.entry-content blockquote::after{
    font-family: FontAwesome;
    content:'\f10e';
    font-size : 32px;
    position:absolute;
    bottom:-4px;
    right: 10px;
    color : #74CABB;
    z-index : 1;
}
.entry-content blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    color : #206B66;
    position: relative;
    z-index : 2;
}
.entry-content pre {
border: 1px solid #dddddd;
margin: 0 0 10px;
padding: 20px;
white-space: pre;
}
.entry-content pre > code {
margin: 0;
padding: 0;
white-space: pre;
border: 0;
background: transparent;
font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content code {
font-size: 90%;
margin: 0 2px;
padding: 0 5px;
border: 1px solid #eaeaea;
background-color: #f8f8f8;
border-radius: 3px;
font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content .hatena-asin-detail li {
    line-height: 1.4;
}
.entry-content .hatena-asin-detail img{
    width : inherit;
    max-width : 100%; 
}
.entry-content .hatena-asin-detail li {
    line-height: 1.4;
    color : #6C5F5B;
}
.entry-content .hatena-asin-detail{
    background-color: #FFF;
    border : 1px solid #E5E5E5;
    border-radius: 2px;
    margin:0px;
}
.entry-content .hatena-asin-detail-image{
    border-radius: 2px;
}
.entry-content .hatena-asin-detail-title a{
    text-decoration: none;
}
.entry-content .hatena-asin-detail-title a::before{
    font-family: FontAwesome;
    content:'\f270';
    margin-right : 8px;
}
.entry-content .hatena-asin-detail li a{
    text-decoration: none;
}
.entry-content .hatena-asin-detail li a::after{
    font-family: FontAwesome;
    content:'\f08e';
    margin-left : 4px;
}
.entry-content .atten{
    color : #f6a;
    font-size: 80%;
}
.entry-content .atten::before{
    font-family: FontAwesome;
    content:'\f071';
    margin-right : 4px;
    color : #f6a;
}
.entry-content .mine{
    background-color: #FFF;
    border : 1px solid #E5E5E5;
    border-radius: 2px;
    margin:0px;
    padding : 8px;
    text-align: center;
}
.entry-content .mine a{
    text-decoration: none;
}
.entry-content .mine a::after{
    font-family: FontAwesome;
    content:'\f08e';
    margin-left : 4px;
}
.entry-content .copyright{
    font-size : 80%;
    color : #999;
    font-style: italic;
    text-align: right;
    margin : 0 8px 16px 8px;
}
.entry-content .app{
    width : 60px;
    height : 15px;
}
.movie {
    position: relative;
    padding-bottom: calc(56.25%);
    height: 0;
    overflow: hidden;
    margin: 0 0 2.5em 0;
}
.movie-pad {
    position: relative;
    padding-bottom: calc(75%);
    height: 0;
    overflow: hidden;
    margin: 0 0 2.5em 0;
}
.movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width : 100%;
    height: 100%;
}

/* entry-footer */
.entry-footer {
margin-top: 10px;
}
.entry-footer-section {
font-size: 80%;
color: #999999;
}
.entry-footer-section a {
color: #999999;
}
.social-buttons,
.entry-footer-html {
margin: 10px 0;
}
/* コメント */
.comment-box ul {
list-style: none;
margin: 0 0 15px 0;
padding: 0;
font-size: 95%;
line-height: 1.7;
}
.comment-box li {
padding: 10px 0 10px 60px;

position: relative;
}
.comment-box li:first-child {

}
.comment-box .read-more-comments {
padding-left: 0;
}
.comment-box .hatena-id-icon {
position: absolute;
top: 10px;
left: 0;
width: 50px !important;
height: 50px !important;
border-top-right-radius: 3px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
border-radius: 3px;
background-clip: padding-box;
}
.comment-user-name {
margin: 0 0 10px 0;
font-weight: bold;
}
.comment-content {
font-size: 90%;
margin: 0 0 10px 0;
word-wrap: break-word;
}
.comment-content p {
margin: 0 0 10px 0;
}
.comment-metadata {
font-size: 80%;
color: #999999;
margin: 0;
}
.comment-metadata a {
color: #999999;
}
.leave-comment-title {
display: inline-block;
*display: inline;
padding: 4px 10px 4px;
margin-bottom: 0;
line-height: 18px;
color: #555;
background-color: #ffffff;
text-align: center;
vertical-align: middle;
border-top-right-radius: 2px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
border-radius: 2px;
background-clip: padding-box;
cursor: pointer;
font-size: 12px;
text-decoration: none;
font-weight: bold;
border: 1px solid rgba(0, 0, 0, 0.2);
text-decoration: none !important;
}
.leave-comment-title:hover {
background-color: #f6a;
    color : #FFF;
    border: 1px solid #f6a;
text-decoration: none !important;
}



.entry-footer .author::before{
    font-family: FontAwesome;
    content:'\f2bd';
    margin-right : 2px;
}
.entry-footer .entry-footer-time a{
    text-decoration: none;
}


/* ranking */

.entry-ranking{
    margin : 16px 0;
}
.entry-ranking-title{
    font-size : 120%;
}
.ranking-comment{
    font-size : 75%;
    padding : 0 4px;
}
.entry-ranking-body{
    padding : 8px;
}
.entry-ranking-body img{
    margin : 0 4px;
}

/*share-botton*/
.share-buttons-top{
    margin-bottom: 10px;
    text-align: center;
}
.share-buttons-top .inner{
    width : 100%;
    height : 24px;
}
.share-buttons-top .inner a {
    position: relative;
    display: block;
    width: 40px;
    height: 20px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    float : right;
    padding : 4px 0;
}
.share-buttons-top .inner .share-text{
    font-size: 80%;
}
.share-buttons-top .inner .hatena-bookmark-button{
    background: #ccc;
    border-radius: 4px 0 0 4px;
}
.share-buttons-top .inner .pocket-button{
    background: #ccc;
    padding-top : 5px;
    padding-bottom : 3px;
    border-radius: 0 4px 4px 0;
}
.share-buttons-top .inner .hatena-bookmark-button:hover{
    background: #008fde;
}
.share-buttons-top .inner .pocket-button:hover{
    background: #ee4256;
}

.share-buttons{
    margin-bottom: 10px;
    text-align: center;
}
.share-buttons .inner{
    width : 100%;
    height : 24px;
}
.share-buttons .inner a {
    position: relative;
    display: block;
    width: calc(20% - 0px);
    height: 20px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    float : left;
    padding : 4px 0;
}
.share-buttons .inner .share-text{
    font-size: 80%;
}
.share-buttons .inner .hatena-bookmark-button{
    background: #008fde;
    border-radius: 4px 0 0 4px;
}
.share-buttons .inner .hatena-bookmark-button:hover{
    background: #1db4eb;
}
.share-buttons .inner .hatena-bookmark-button:active{
    background: #5478a5;
}
.share-buttons .inner .facebook-button{
    background: #305097;
}
.share-buttons .inner .facebook-button:hover{
    background: #4c70ba;
}
.share-buttons .inner .facebook-button:active{
    background: #213254;
}
.share-buttons .inner .twitter-button{
    background: #55acee;
}
.share-buttons .inner .twitter-button:hover{
    background: #83c3f3;
}
.share-buttons .inner .twitter-button:active{
    background: #0285b7;
}
.share-buttons .inner .googleplus-button{
    background: #db4a39;
}
.share-buttons .inner .googleplus-button:hover{
    background: #e47365;
}
.share-buttons .inner .googleplus-button:active{
    background: #a23629;
}
.share-buttons .inner .pocket-button{
    background: #ee4256;
    border-radius: 0 4px 4px 0;
}
.share-buttons .inner .pocket-button:hover{
    background: #f26f7f;
}
.share-buttons .inner .pocket-button:active{
    background: #b5392c;
}
.share-buttons .inner .share-buttons a:active{
    top: 3px;
}







/* sidebar */
#box2 {
font-size: 85%;
line-height: 1.5;
    max-width : 100%;
    background-color: #FFB884;
    position: relative;
    margin-top : 0px;
    margin-bottom : -48px;
    padding-top : 52px;
    overflow: hidden;
}
#box2::before{
    content:"";
    width : 150%;
    height: 72px;
    background-color: #f9f9f9;
    position: absolute;
    top : -48px;
    margin-left : -100px;
    transform: rotate(-2deg);
}




#box2-inner{
    padding : 8px;
    padding-top : 0px;
    max-width: 696px;
    margin : 8px auto;
    z-index : 2;
}
.hatena-module {
margin-bottom: 16px;
}
.hatena-module-title {
font-weight: normal;
    color : #fff;
margin-bottom: 15px;
font-size: 140%;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.hatena-module-title a {
color: #fff;
text-decoration: none;
}
.hatena-module-title a:hover {
    color: #f6a; 
    text-decoration: none;
}
/* Profile module */
.hatena-module-profile{
    width : calc(100%);
    margin : 0 auto;
    margin-bottom : 24px;
    z-index : 3;
}
.hatena-module-profile .hatena-module-title{
    transform: rotate(-2deg);
    margin-top : -16px;
    margin-bottom : 24px;
    margin-left : 2px;
}
.hatena-module-profile .hatena-module-title::before{
    font-family: FontAwesome;
    content:'\f1b0';
    margin-right : 4px;
}
.hatena-module-profile .profile-icon {
    float: left;
    border-radius: 4px;
    margin: 0px 16px 8px 0;
    border : solid 2px #eee;
}
.hatena-module-profile .id {
display: block;
font-weight: bold;
font-size: 110%;
margin-bottom: 5px;
    
}
.hatena-module-profile .id a{
    text-decoration: none;
    color : #FFF;
}
.hatena-module-profile .profile-description {
    font-size: 100%;
}
.hatena-module-profile .profile-description p {
    margin-top: 0;
    color : #555;
}
.hatena-module-profile .hatena-follow-button-box{
}
.hatena-module-html{
    width : 100%;
    clear: both;
    margin-bottom : 48px;
}
.hatena-module-html .profile-atten-body{
    margin : 0;
    margin-left : 16px;
    padding-top : 8px;
    font-size : 90%;
    color : #999;
}
.hatena-module-html .profile-atten-body::before{
    font-family: FontAwesome;
    content:'\f071';
    margin-left:-17px;
    margin-right : 4px;
    color : #f6a;
}
.profile-carly{
    font-size : 90%;
    color : #777;
    background-color: #f9f9f9;
    display: inline-block;
    margin : 0 auto;
    padding : 8px;
    border-radius: 4px;
}
.profile-carly::before{
    font-family: FontAwesome;
    content:'\f08e';
    margin-right : 4px;
    color : #f6a;
}
.profile-carly a{
    text-decoration: none;
}

/* urllist module
リンク・最新記事・最近のコメント・月別アーカイブ・カテゴリモジュールは .hatena-urllist という共通の class が振られます
*/
.hatena-urllist {
list-style: none;
margin: 0 0 0 0;
padding: 0 0 0 0;
}
.hatena-urllist li {
padding: 8px 0;
line-height: 1.5;
}
.hatena-urllist li a {
text-decoration: none;
}

/* 最新記事 */
.hatena-module-recent-entries{
    position: relative;
    width : calc(50% - 8px);
    float : left;
}
.hatena-module-recent-entries .hatena-module-title{
    font-weight:normal;
}
.hatena-module-recent-entries .hatena-module-title::before{
    font-family: FontAwesome;
    content:'\f044';
    margin-right : 4px;
}
.recent-entries-item{
    border: none!important;
    padding : 0px!important;
}
.recent-entries-item-inner{
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom :8px;
}
.recent-entries-item-inner:hover .recent-entries-title-link{
    color: #F6a;
}
.recent-entries-item-inner:hover .recent-entries-image-link{
    border : solid 2px #f6a;
}
.recent-entries-date-link a{
    color : #777;
}
.recent-entries-date-link a::before{
    font-family: FontAwesome;
    content:'\f017';
}
.recent-entries-title-link{
    display: block;
    position: relative;
    font-size : 120%;
    color : #fff;
    font-weight: bold;
}
a.recent-entries-title-link{
}
.recent-entries-image-link{
    float : left;
    position:relative;
    overflow: hidden;
    border-radius: 4px;
    width : 62px;
    height: 62px;
    display: block;
    border : solid 2px #fff;
    margin : 0 8px 4px 0 ;
}
img.recent-entries-image{
    padding:0px!important;
    margin: 0px!important;
} 
.recent-entries-entry-body{
    display: none;
}

/* 注目記事 */
.hatena-module-entries-access-ranking{
    position: relative;
    width : calc(50%);
    float : right;
}
.hatena-module-entries-access-ranking .hatena-module-title{
    font-weight:normal;
}
.hatena-module-entries-access-ranking .hatena-module-title::before{
    font-family: FontAwesome;
    content:'\f004';
    margin-right : 4px;
}
.hatena-module-entries-access-ranking .entries-access-ranking-item{
    border: none!important;
    padding : 0px!important;
}
.hatena-module-entries-access-ranking .entries-access-ranking-item-inner{
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom :8px;
}
.entries-access-ranking-item-inner:hover .entries-access-ranking-title-link{
    color: #f6a;
}
.entries-access-ranking-item-inner:hover .entries-access-ranking-image-link{
    border : solid 2px #f6a;
}
.entries-access-ranking-date-link a{
    color : #777;
}
.entries-access-ranking-date-link a::before{
    font-family: FontAwesome;
    content:'\f017';
}
.entries-access-ranking-title-link{
    position: relative;
    display: block;
    font-size : 120%;
    color : #EEE;
    font-weight: bold;
}
a.entries-access-ranking-title-link{
}
.entries-access-ranking-categories a{
    background-color: #333;
    color : #555;
    font-size : 60%;
    padding : 1px 4px;
    border-radius: 2px;
}

.hatena-module-entries-access-ranking .entries-access-ranking-image-link{
    float : left;
    position:relative;
    overflow: hidden;
    border-radius: 4px;
    width : 62px;
    height: 62px;
    display: block;
    border : solid 2px #eee;
    margin : 0 8px 4px 0 ;
}
img.entries-access-ranking-image{
    padding:0px!important;
    margin: 0px!important;
} 
.entries-access-ranking-entry-body{
    display: none;
}
.hatena-module-entries-access-ranking a.bookmark-widget-counter{
    display: inline;
    border : none;
}



/* category */
.hatena-module-category{
    clear: both;
}
.hatena-module-category .hatena-module-title::before{
    font-family: FontAwesome;
    content:'\f02c';
    margin-right : 4px;
}
.hatena-module-category li{
    display: inline-block;
}
.hatena-module-category a{
    white-space: nowrap;
    background-color: #fff;
    color : #FFB884;
    padding : 4px 8px;
    border-radius: 4px;
    font-size : 100%;
}
.hatena-module-category a::before{
    font-family: FontAwesome;
    content:'\f02b';
    color: #FFB884;
}

.hatena-module-category a:hover{
    background-color: #f6a;
}

/* archive */
.hatena-module-archive{
    width : calc(50%);
    float : left;
}
.hatena-module-archive .hatena-module-title::before{
    font-family: FontAwesome;
    content:'\f073';
    margin-right : 4px;
    font-weight: normal;
}
.hatena-urllist .archive-module-year a{
    color : #fff;
}
.hatena-urllist .archive-module-month a{
    color : #eee;
}
.hatena-urllist .archive-module-year a:hover{
    color : #f6a;
}
.archive-module-button{
    color : #fff;
}





/* links */
.hatena-module-links{
    clear: both;
}
/* Search module */
.hatena-module-search-box{
    width : calc(50%);
    float : right;
    
}
.hatena-module-search-box .hatena-module-title::before{
    font-family: FontAwesome;
    content:'\f002';
    margin-right : 4px;
}
.hatena-module-search-box .search-form {
overflow: hidden;
    background-color: #FFF;
border-top-right-radius: 3px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
border-radius: 3px;
background-clip: padding-box;
width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
}
.hatena-module-search-box .search-module-input {
padding: 5px;
color: #555;
border: none;
outline: none;
height: 20px;
width: 90%;
}

.hatena-module-search-box .search-module-button {
width: 20px;
height: 20px;
background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search.png?version=c998123f9e2721dcca3664fbfc5b22) no-repeat right center;
border: none;
outline: none;
text-indent: -9999px;
position: absolute;
top: 5px;
right: 5px;
opacity: 0.5;
}
.hatena-module-search-box .search-module-button:hover {
opacity: 0.85;
}
/* Pager */
.pager {
margin: 1em 0.5em;
display: block;
*zoom: 1;
}
.pager:after {
display: block;
visibility: hidden;
font-size: 0;
height: 0;
clear: both;
content: ".";
}
.pager .pager-prev {
float: left;
text-align: left;
    width: calc(50% -4px);
    max-width : calc(100% - 4px);
    padding-right : 4px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.pager .pager-next {
float: right;
text-align: right;
    width: calc(50% -4px);
    max-width : calc(100% - 4px);
    padding-left : 4px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.pager .pager-prev a, .pager .pager-next a{
    text-decoration: none;
    color : #555;
}
.pager .pager-prev a:hover, .pager .pager-next a:hover{
    color : #f6a;
}



/* Footer */

.neko-footer{
    clear: both;
    display: block;
    position: relative;
    padding : 8px;
    padding-top : 56px;
    max-width: 100%;
    margin : 8px auto;
    overflow: hidden;
    background-color: #FFB884;
}
.neko-footer::after{
    content:"";
    width : 150%;
    height:500px;
    background-color: #f9f9f9;
    position: absolute;
    top : 50px;
    left : 0px;
    margin-left : -100px;
    transform: rotate(2deg);
    z-index: 0;
}
.neko-copy{
    display: block;
    position: relative;
    max-width : calc(690px - 4px);
    margin : 4px auto;
    color : #ffb884;
    z-index : 2;
    transform: rotate(2deg);
    font-size : 80%;
}
.neko-reset{
    font-family: "makigefont";
    font-weight: normal;
    font-size : 120%;
}
.neko-copy a{
    text-decoration: none;
    color : #ffb884;
    font-weight: bold;
}




#footer {
padding: 30px 0;
text-align: center;
color: #555;
line-height: 1.5;
font-size: 80%;
    transform: rotate(2deg);
 width : 50%;
}


#footer p {
margin: 0;
}
#footer a {
color: #555;
    text-decoration: none;
}
/* About ページ */
.page-about dt {
font-size: 16px;
font-weight: bold;
border-bottom: 1px solid #dfdfdf;
margin-bottom: 5px;
}
.page-about dd {
margin-left: 0;
margin-bottom: 30px;
}
/* archive ページ */
.page-archive .archive-entries .archive-entry {
margin-bottom: 3em;
}
.page-archive .archive-entries .entry-title {
font-size: 130%;
margin: 0 0 .5em;
}
.page-archive .archive-entries .categories {
margin: 0 0 .5em;
}
.page-archive .archive-entries .entry-description {
margin: 0 0 1em;
line-height: 1.7em;
font-size: 95%;
}
.page-archive .categories a {
color: #fff;
font-size: 70%;
background: #aaa;
padding: 3px 5px;
border-radius: 3px;
text-decoration: none;
display: inline-block;
*display: inline;
*zoom: 1;
margin-right: 2px;
}
.page-archive .breadcrumb-link{
    text-decoration: none;
    color : #555;
}
.page-archive .breadcrumb-link:hover{
    text-decoration: none;
    color : #f6a;
}
.page-archive .archive-entries .archive-entry{
    background-color: #FFF;
    padding: 24px;
    border-radius: 4px;
    position:relative; 
}
.page-archive .archive-entry::after{
    font-family: FontAwesome;
    content:'\f1b0';
    font-size : 24px;
    display: block;
    position: absolute;
    bottom : -14px;
    left : calc(50% - 12px);
    color : #FFF;
    transform: rotate(16deg);
    visibility: visible;
}
.page-archive .entry-thumb{
    border-radius: 4px;
}
.page-archive .categories a{
    line-height: 14px;
}
.page-archive .categories a[href="http://neco-reset.hatenablog.jp/archive/category/%E3%83%8D%E3%82%BF%E3%83%90%E3%83%AC%E6%B3%A8%E6%84%8F"]{
    background-color : #f6a;
    color : #FFF;
}
.page-archive .categories a[href="http://neco-reset.hatenablog.jp/archive/category/%E3%83%8D%E3%82%BF%E3%83%90%E3%83%AC%E6%B3%A8%E6%84%8F"]::after{
    font-family: FontAwesome;
    content:'\f071';
    padding-left : 2px;
} 

h2.archive-heading {
    font-size: 120%;
    margin: 1em;
    color: #555.
}

.search-result-form{
    margin:1em;
}


.page-archive .social-buttons{
    display: block;
    clear: both;
    padding-top : 8px;
}


/* page-top */
#back-to-top-area {
    width : 100%;
    position: fixed;
    bottom : 0px;
    font-size: 14px;
    z-index : 10;
}
.back-to-top-inner{
    display: block;
    max-width : 696px;
    margin : 0 auto;
    position: relative;
}

#back-to-top-area a {
    background: #FFF;
    text-decoration: none;
    color: #999;
    width: 48px;
    padding: 10px 0;
    font-size : 24px;
    text-align: center;
    display: block;
    margin : 0 -56px 8px auto;
    border-radius: 4px;
}
#back-to-top-area a:hover {
    text-decoration: none;
    background: #f6a;
    color : #FFF;
}




/*  import media queries */
/* Media Queries - Retina Display */
@media (-webkit-min-device-pixel-ratio: 2) {
.hatena-module-search-box .search-module-button {
background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search@2x.png?version=c998123f9e2721dcca3664fbfc5b22) no-repeat right center;
background-size: 20px 20px;
}
}
/* Media Queries - Tablet */
@media (min-width: 768px) and (max-width: 1024px) {

}
/* Media Queries - Small Tablet & Smartphone */
@media (max-width: 768px) {
    #back-to-top-area a {
        background: rgba(0,0,0,0.1);
        text-decoration: none;
        color: #999;
        width: 48px;
        padding: 10px 0;
        font-size : 24px;
        text-align: center;
        display: block;
        margin : 0 16px 8px auto;
        border-radius: 4px;
    }
}
/* Media Queries - Smartphone */
@media (max-width: 480px) {
    .hatena-module-recent-entries 
    , .hatena-module-entries-access-ranking
    ,.hatena-module-search-box
    ,.hatena-module-archive
    ,.hatena-module-category{
        position: relative;
        width : 100%;
        clear: both;
    }
    .hatena-module-category .hatena-module-body 
    ,.hatena-module-archive .hatena-module-body{
        margin-left : 8px;
    }
    .hatena-module-search-box{
        padding-bottom:48px;
    }
    .entry{
        padding : 8px 8px;
    }
    #box2-inner{
        padding : 0px 0px 48px 0;
    }
    .page-archive .archive-entries .archive-entry{
        padding: 8px;
    }
    .entry-content h4 {
        margin : 0px 8px;
        padding : 4px 8px;
        font-size : 100%;
    }

}