/* @SET
------------------------------------------------------- */
/* @CHARSET
------------------------------ */
@charset "utf-8";


/* @INSTALL_CSS
------------------------------ */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* box properties */
.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;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* CSS3 properties */
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* Background colors */
/* Background color */
/* Light Gray Background color */
/* dark background color */
/* Footer background color */
/* Base text color */
/* Light text color */
/* Footer text color */
/* Link text color */
/* Link text color(hover) */
/* Border color */
/* Text highlighted color */
/* button background */
/* button hover backgroud */
/* button background */
/* button hover backgroud */
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #444;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  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-blue,
.btn-primary {
  color: #fff !important;
  background: #333333;
}
.btn-blue:hover,
.btn-primary:hover {
  background: #ff3399;
}
.btn-small {
  padding: 2px 10px !important;
  font-size: 11px !important;
}
.btn-large {
  padding: 13px 19px;
  font-size: 17px;
  line-height: normal;
  font-weight: bold;
}
html,
body {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background: #ffffff;
  color: #333333;
}
a {
  color: #ff3399;
}
a:hover {
  color: #ff3399;
}
::selection {
  background: #999999;
  color: #fff;
}
::-moz-selection {
  background: #999999;
  color: #fff;
}
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 {
  color: #333333;
  text-decoration: none;
}
pre {
  padding: 15px;
  border: 1px solid #dddddd;
  background: #f5f5f5;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
pre.lang-aa {
  font-size: 14px;
  line-height: 15px;
}
a.keyword {
  text-decoration: none;
  border-bottom: 1px dotted #eee;
  color: #333333;
}
#container {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
#container #content {
  display: block;
  *zoom: 1;
}
#container #content:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
#main {
  width: 600px;
  float: left;
}
#box2 {
  width: 300px;
  float: right;
}
#blog-title {
  margin: 80px 0;
}
#title {
  font-size: 30px;
  font-weight: normal;
  margin: 0;
}
#title a {
  color: #ff3399;
}
#blog-description {
  font-weight: normal;
  font-size: 80%;
  margin: 5px 0 0 0;
}
.header-image-enable #title {
  padding-top: 70px;
}
.header-image-enable #title,
.header-image-enable #blog-description {
  padding-left: 20px;
}
.entry {
  margin-bottom: 100px;
}
.entry blockquote {
  padding: 10px;
  margin: 1em 0;
  border: 1px solid #ccc;
}
.entry blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-header {
  padding: 0px 95px 10px 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  position: relative;
}
.entry-header .entry-title {
  font-size: 24px;
  font-weight: normal;
  margin: 0;
  line-height: 1.3;
}
.entry-header .date {
  font-weight: normal;
  position: absolute;
  right: 0px;
  bottom: 0.4em;
}
.entry-header .date a {
  color: #333333;
  text-decoration: none;
  font-size: 80%;
}
.entry-header .categories {
  margin-top: 10px;
  font-size: 80%;
}
.entry-header .categories a {
  color: #999999;
}
.entry-header .no-categories {
  margin: 10px;
}
.entry-header .entry-header-menu a {
  position: absolute;
  bottom: 0px;
  left: -60px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #444;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  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 .entry-header-menu a:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
.entry-content {
  font-size: 90%;
  line-height: 1.7;
  margin-bottom: 20px;
}
.entry-content p {
  margin: 0 0 1em 0;
}
.entry-content img {
  max-width: 100%;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 1em 0 0.8em 0;
  line-height: 1.5;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  border-bottom: 1px solid #dddddd;
}
.entry-content h1 {
  font-size: 160%;
}
.entry-content h2 {
  font-size: 150%;
}
.entry-content h3 {
  font-size: 140%;
}
.entry-content h4 {
  font-size: 130%;
}
.entry-content h5 {
  font-size: 110%;
}
.entry-content h6 {
  font-size: 100%;
}
.entry-content ul,
.entry-content ol,
.entry-content dd {
  margin: 0 0 1em 1.5em;
  padding: 0;
}
.entry-content ul li ul,
.entry-content ol li ul,
.entry-content dd li ul,
.entry-content ul li ol,
.entry-content ol li ol,
.entry-content dd li ol {
  margin-bottom: 0;
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1em;
}
.entry-content table th,
.entry-content table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.entry-content table th {
  background: #fafafa;
}
.entry-content blockquote {
  background: #f5f5f5;
  margin: 0 0 10px;
  padding: 20px;
}
.entry-content .hatena-asin-detail li {
  line-height: 1.4;
}
.entry-footer .entry-footer-section {
  font-size: 80%;
  color: #999999;
}
.entry-footer .entry-footer-section a {
  color: #999999;
}
.social-buttons {
  margin: 10px 0;
}
.comment-box .comment {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}
.comment-box .entry-comment {
  padding: 15px 0;
  border-bottom: 1px solid #dddddd;
}
.comment-box .entry-comment:first-child {
  padding-top: 0;
}
.comment-box .comment-user-name {
  margin: 0 0 10px 0;
}
.comment-box .comment-content {
  font-size: 90%;
  margin: 0 0 10px 0;
  word-wrap: break-word;
}
.comment-box .comment-metadata {
  font-size: 80%;
  color: #999999;
  margin: 0;
}
.comment-box .comment-metadata a {
  color: #999999;
}
.comment-box .leave-comment-title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #444;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  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;
}
.comment-box .leave-comment-title:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
#box2 {
  font-size: 85%;
}
#box2 .hatena-module {
  margin-bottom: 60px;
}
#box2 .hatena-module-title {
  font-weight: bold;
  margin-bottom: 15px;
}
#box2 .hatena-module-title a {
  color: #333333;
  text-decoration: none;
}
.hatena-module-profile .profile-icon {
  float: left;
  margin: 0 10px 10px 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.hatena-module-profile .id {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
.hatena-module-profile .profile-description {
  font-size: 90%;
  line-height: 1.5;
}
.hatena-urllist {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.hatena-urllist li {
  padding: 8px 0;
  border-bottom: 1px solid #dddddd;
  line-height: 1.5;
}
.hatena-urllist li a {
  text-decoration: none;
}
.hatena-module-search-box .search-module-input {
  border: 1px solid #dddddd;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px;
}
.hatena-module-search-box .search-module-button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #444;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  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;
}
.hatena-module-search-box .search-module-button:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
.pager {
  margin: 1em 0;
  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: 45%;
}
.pager .pager-next {
  float: right;
  text-align: right;
  width: 45%;
}
#top-box {
  margin: 10px auto 20px;
  font-size: 90%;
}
#top-box .breadcrumb {
  background: #fff;
  border: 1px solid #dfdfdf;
  padding: 10px;
}
#footer {
  padding: 30px 0;
  text-align: center;
  color: #999999;
  line-height: 1.5;
  font-size: 80%;
}
#footer a {
  color: #999999;
}
.page-about .entry {
  padding-top: 0;
}
.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;
}
.page-archive .archive-entries .archive-entry {
  margin-bottom: 3em;
}
.page-archive .archive-entries .date {
  font-size: 90%;
  margin-bottom: .5em;
}
.page-archive .archive-entries .date a {
  color: #333333;
  text-decoration: none;
}
.page-archive .archive-entries .entry-title {
  font-size: 130%;
  margin: 0 0 .5em;
  font-weight: normal;
}
.page-archive .archive-entries .categories {
  margin: 0 0 .5em;
}
.page-archive .archive-entries .entry-description {
  font-size: 100%;
  margin: 0 0 1em;
  line-height: 1.5em;
}
.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;
}
/* End Primary Styles */
.header-image-enable #title {
  padding-top: 50px;
  padding-left: 20px;
}
.header-image-enable #blog-description {
  padding-left: 20px;
}



/* @FONTS
- @import url(https://fonts.googleapis.com/css?family=Lato:300);
- @import url(https://fonts.googleapis.com/css?family=Raleway:300,400);
- @import url(https://fonts.googleapis.com/css?family=Quicksand:300,400);
------------------------------ */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(https://themes.googleusercontent.com/static/fonts/lato/v7/kcf5uOXucLcbFOydGU24WALUuEpTyoUstqEm5AMlJo4.woff) format('woff');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: local('Raleway Light'), local('Raleway-Light'), url(https://themes.googleusercontent.com/static/fonts/raleway/v7/-_Ctzj9b56b8RgXW8FArib3hpw3pgy2gAi-Ip7WPMi0.woff) format('woff');
}

@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  src: local('Quicksand Light'), local('Quicksand-Light'), url(https://themes.googleusercontent.com/static/fonts/quicksand/v3/qhfoJiLu10kFjChCCTvGlKRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: local('Quicksand Regular'), local('Quicksand-Regular'), url(https://themes.googleusercontent.com/static/fonts/quicksand/v3/sKd0EMYPAh5PYCRKSryvW7O3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}



/* @GLOBALE
------------------------------------------------------- */
#globalheader-container {
  z-index: 9999;
  position: fixed;
  top: 0;
  width: 100%;
  color: #696969;
  background-color: #F5F5F5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#globalheader-container:hover { border-bottom: 1px solid rgba(0, 0, 0, 0.18); }


/* @MAIN
------------------------------------------------------- */
a { text-decoration: none; }
html {
  background-color: #F5F5F5;
}
body {
  color: #434343;
  font-family: 'Helvetica', 'Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', Meiryo, メイリオ, 'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  background-color: #F5F5F5;
  font-size: 15px;
  height: 100%;
}
html, body { min-width: 1070px; }

#footer {
  width: 100%;
  clear: both;
  z-index: 100;
  background-color: #F5F5F5;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0 inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0 inset;
  box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0 inset;
}



/* @CONTAINER
------------------------------------------------------- */
#container {
  position: relative;
  width: 100%;
  margin: 0 auto -1px;
}

#container-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}


/* @TITLE
------------------------------ */
#blog-title {
  text-align: center;
  letter-spacing: 0.25em;
  padding: 100px 0 35px 0;
  margin: 0 auto;
}
#blog-title #title { font-family: Quicksand; font-size: 40px;}
#blog-title #blog-description { font-size: 13px; color: #7f7f7f;}
#blog-title #blog-description:before,
#blog-title #blog-description:after { content: "\2d"; }

/* ----- nav-area ----- */
#nav_area nav {
  margin: 15px auto -15px;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 16px;
}
#nav_area nav ul { padding: 0; margin: 0; }
#nav_area nav ul li { 
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  text-shadow: -1px 1px rgba(255, 255, 255, 0.1);
  margin: 0 -2px;
  width: 150px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#nav_area nav ul li a {
  display: inline-block;
  color: #434343;
  width: 100%;
  height: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
#nav_area nav ul li a:hover {
  color: #f7594d;
  height: 25px;
  border-bottom: 5px solid #FF847B;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

/* @CONTENT
------------------------------ */
#content {
  margin: 25px auto 0 auto;
  height: auto;
  overflow: hidden;
}
#wrapper , #box2 { border-radius: 1px; }

/* @ARTICLE
--------------- */
#wrapper {
  float: left;
  width: 600px;
  padding: 25px 25px 0;
  background-color: white;
  border: 1px solid #dfdfdf;
}
#wrapper article {
  width: 600px;
  padding: 0 25px 30px;
  margin-top: 25px;
  margin-left: -25px;
  border-bottom: 1px solid #dfdfdf;
}
#wrapper article:first-child { margin-top: 0; }
#wrapper article:last-child { border-bottom: none; }

.entry {
  margin-bottom: 0px;
}

/* ----- entry-header ----- */
.entry-header {
  padding: 0px;
  border-bottom: none;
  margin-bottom: 15px;
}

/* ----- date ----- */
.entry-header .date {
  display: block;
  position: static;
  width: 100%;
  float: left;
  border-left: 1px solid #434343;
  padding: 5px 0 5px 25px;
  margin: 0 0 10px -25px;
  color: #434343;
  font-family: 'Lato', sans-serif;
  font-size: 1.3em;
}
.entry-header .date time { font-size: 1.3em; font-weight: 300; }
.entry-header .date time .hyphen { display: none; }
.entry-header .date .date-month:before,
.entry-header .date .date-month:after { content: "\2f"; margin: 0px 2px; }

/* ----- title ----- */
.entry-header .entry-title { text-align: center; }
.entry-header .entry-title a {
  color: rgba(51, 51, 51, 0.92);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.entry-header .entry-title a:hover { color: #3B97A5; }

/* ----- categories ----- */
.entry-header .categories {
  text-align: right;
  font-size: 100%;
}
.entry-header .categories a {
  margin: 0 3px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.entry-header .categories a:hover { color: #f7594d; }

/* ----- edit Button ----- */
.entry-header .entry-header-menu a { left: auto; }

/* ----- entry-footer ----- */
.entry-footer .entry-footer-section a:hover { text-decoration: underline; }
.entry-footer .customized-footer {
  width: 650px;
  margin: 25px 0px 25px -25px;
  padding-top: 3px;
  /*
  background: #FCFCFC;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0 inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0 inset;
  box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0 inset;
  */
  text-align: center;
}
.entry-footer .customized-footer .social-buttons {
  margin: 20px auto;
  overflow: hidden;
}

.entry-footer-section span.fn:before { content: "\62\79\20"; }

/* linkwithin */
#linkwithin_logo_0 a { display: none; }
.linkwithin_text {
  border-left: 1px solid black  !important;
  font-size: 120%;
  color: #333;
  padding: 5px 0 5px 25px !important;
  margin: 25px 0 5px -25px !important; 
}
.linkwithin_textlist li { line-height: 1.6em !important; }
#linkwithin_logo_0 {
  border-bottom: 1px #DEDEDE solid !important;
  padding: 10px 5px 0 0 !important;
}
div.linkwithin_title.linkwithin_title_0 { max-height: 55px; overflow: hidden; }

/* feedlyFollow */
.entry-footer-html #feedlyFollow { position: relative; top: 18px; right: 70px; }

/* zenback */
.entry-footer-html #zenback-widget { margin-top: -35px !important; }
.entry-footer-html #zenback-widget #zenback-social-button {
  width: 555px;
  margin: 0px auto 10px;
}
.entry-footer-html #zenback-widget #zenback-related-article .zenback-module-item.hasthumb {
  position: relative;
  margin: 0 1px 1px;
  padding: 9px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.entry-footer-html #zenback-widget #zenback-related-article .zenback-module-item.hasthumb { bottom: 0; }
.entry-footer-html #zenback-widget #zenback-related-article .zenback-module-item.hasthumb:hover { background:#E7FFDD; bottom: 7px; }
.entry-footer-html #zenback-widget #zenback-related-links li.zenback-module-item {
  margin: 0;
  padding: 7px 10px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.entry-footer-html #zenback-widget #zenback-related-links li.zenback-module-item:hover { background: #FFF5F5; padding-left: 16px; }
.entry-footer-html #zenback-widget #zenback-related-keywords .zenback-module-item a { border-radius: 2px; border-color: #ddd; }
.entry-footer-html #zenback-widget #zenback-facebook-face { margin: 0.62em; }

/* comment-box */
.comment-box .leave-comment-title {
  display: block;
  background: #5CB0BB;
  margin: 0 100px;
  padding: 7px 10px;
  border: 1px solid #5CB0BB;
  font-size: 15px;
  font-weight: normal;
  color: white;
  text-shadow: 1px -1px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.comment-box .leave-comment-title:hover {
  background: #DAF0F3;
  color: #5CB0BB;
}

/* ----- pager ----- */
.page-index .pager-next a {
  width: 600px;
  padding: 15px 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.page-index .pager-next a:hover {
  width: 580px !important;
  padding: 15px 0 15px 20px !important;
}
#content-inner .pager {
  border: none;
  margin: 0 !important;
  padding: 0;
}
#content-inner .pager a { font-family: 'Lato' , sans-serif; font-weight: 300; }
#content-inner .pager .pager-next { margin: 0; }
#content-inner .pager .pager-next a {
  right: 0;
  float: right;
  padding: 15px 20px 15px 10px;
}
#content-inner .pager .pager-prev a {
  left: 0;
  float: left;
  padding: 15px 10px 15px 20px;
}
#content-inner .pager .pager-next a,
#content-inner .pager .pager-prev a {
  width: 270px;
  margin: 15px 0;
  font-size: 90%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#content-inner .pager .pager-next a:hover { padding: 15px 10px 15px 20px; }
#content-inner .pager .pager-prev a:hover { padding: 15px 20px 15px 10px; }
#content-inner .pager .pager-next a:after { content: "\20\3e"; }
#content-inner .pager .pager-prev a:before { content: "\3c\20"; }
#content-inner .pager .pager-next a span.pager-arrow { display: none; }
#content-inner .pager .pager-prev a span.pager-arrow { display: none; }

/* @ENTRY_CONTENT
------------------------------ */
.entry-content { font-size: 99%; }
.entry-content a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.entry-content a:hover { text-decoration: underline; }

/* ----- more ----- */
.entry-content .entry-see-more {
  display: block;
  float: right;
  color: white;
  text-decoration: none;
  text-shadow: -1px 1px rgba(255, 255, 255, 0.1);
  font-size: 13px;
  font-weight: 300;
  margin-top: 20px;
  padding: 5px 15px;
  background-color: #f7594d;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.entry-content .entry-see-more:hover {
  text-decoration: none;
  color: #FF7E7E;
  margin-right: -25px;
  padding-right: 40px;
  border-right: 1px solid #f7594d;
  background-color: #EEEEEE;
}
.entry-content .entry-see-more:after {
  font-family: 'Lato' , sans-serif;
  content: "\20\3e";
}

/* ----- img , H1~H4 , hr , and so on ----- */
/* img */
.entry-content span img {
  display: block;
  margin: 10px auto -5px;
  min-width: 270px;
  max-width: 550px;
  max-height: 365px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 1px #A0A0A0;
  -moz-box-shadow: 0px 0px 1px #A0A0A0;
  box-shadow: 0px 0px 1px #A0A0A0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.entry-content span img:hover { -webkit-box-shadow: 0px 0px 5px #BDBDBD; -moz-box-shadow: 0px 0px 5px #BDBDBD; box-shadow: 0px 0px 5px #BDBDBD; }
.entry-content td span img { min-width: 0px; max-width: 270px; }
/* applink */
.entry-content div.applink{
  background: white;
  padding: 10px;
  border-radius: 2px;
  border: 1px solid LightGray;
  min-height: 100px;
}

.entry-content div.applink img{
  margin: 1px 15px 1px 1px;
  border: 1px white solid;
  border-radius: 20px;
}

.entry-content  > div img {
  border:1px solid #DFDFDF;
  border-radius:1px;
  background-color: white;
  max-width: 500px;
  margin: 3px;
  padding: 5px;
}

/* pre.code */
.entry-content pre.code {
  -webkit-overflow-scrolling: touch;
  max-height: 700px;
  background: #3D3D3D;
  margin: 15px 0;
  color: #f5f5f5;
  font-size: 11.5px;
  overflow: auto;
}
.entry-content pre.code .synConstant a { color: #FF6666; }

/* blockquote */
.entry-content blockquote {
  border: none;
  border-left: 1px solid lightgray;
  padding: 10px 15px;
}
.entry-content blockquote a { color: #5D5D5D; }

/* ins */
.entry-content ins {
  display: block;
  background: #72B4E7;
  margin: 20px 0px 0;
  padding: 10px;
  border: 1px solid white;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  text-shadow: -1px 1px rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

/* table */
.entry-content table { margin: 10px auto 20px; }
.entry-content table td { border: none; padding: 0 5px 5px; }

/* table:review */
.entry-content table.review {
  width: 100%;
  font-size: 12px;
  border-top: 1px solid #dbdde8;
}
.entry-content table.review th { background: none; font-weight: bold; }.entry-content table.review th.title {
  font-size: 14px;
  background: #F0F0F0;
  color: #5e5e5e;
  border-left: 2px solid #76C3FF;
  font-weight: normal;
}
.entry-content table.review th,
.entry-content table.review td {
  text-align: center;
  padding: 5px 0;
  border: none;
}
.entry-content table.review tr { border-bottom: 1px solid #dbdde8; }
.entry-content table.review ol { margin: 0; }
.entry-content table.review ol li {
  display: inline;
  color: #dbdde8;
}
.entry-content table.review ol li.active { color: #FFCB00; }

/* H1~h4 */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  width: 609px;
  border-bottom: none;
}

.entry-content h1 {
  font-size: 1.8em;
  text-shadow: -1px 1px rgba(255, 255, 255, 0.5);
}
.entry-content h2 {
  width: 608px;
  display: block;
  padding: 15px 15px 10px 25px;
  margin: 25px 0 5px -25px;
  background: #F1F1F1;
  border-left: 2px solid #F6B149;
  color: #505050;
  text-shadow: -1px 1px rgba(255, 255, 255, 0.2);
  font-size: 1.5em;
  font-weight: normal;
}
.entry-content h3 {
  display: block;
  padding: 10px 15px 5px 25px;
  margin: 25px 0 5px -25px;
  background: #F5F5F5;
  border-left: 1px solid #88ADFF;
  color: #434343;
  font-size: 1.1em;
  font-weight: bold;
}
.entry-content h4 {
  display: block;
  padding: 5px 15px 5px 25px;
  margin: 25px 0 0 -25px;
  border-left: 1px solid #999999;
  color: #808080;
  font-size: 1em;
  font-weight: normal;
}

/* hr style1~2 */
.entry-content hr { border: none; }
.entry-content hr.style1 {
  margin: 3em auto 2em;
}
.entry-content hr.style2 {
  width: 600px;
  padding: 0 25px 25px;
  margin-left: -25px;
  margin-bottom: 0px;
  border-bottom: 1px solid #dfdfdf;
}


/* @SIDE
------------------------------ */
#box2 {
  float: right;
  position: relative;
  width: 275px;
  padding: 25px 25px 0;
  background-color: white;
  border: 1px solid #dfdfdf;
}
#box2 .hatena-module {
  padding: 0 25px 30px;
  width: 275px;
  margin-left: -25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dfdfdf;
}
#box2 .hatena-module:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}
#box2 .hatena-module-title {
  display: block;
  border-left: 1px solid #434343;
  padding: 5px 0 5px 25px;
  margin: 0 0 25px -25px;
  color: #434343;
  font-size: 1.3em;
  font-weight: normal;
  font-family: 'Raleway', sans-serif;
}
.hatena-module.hatena-module-recent-comments .hatena-urllist li,
.hatena-module.hatena-module-category .hatena-urllist li,
.hatena-urllist .archive-module-year .archive-module-month {
  padding: 8px;
  border-bottom: 1px solid #dddddd;
  line-height: 1.5;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.hatena-module.hatena-module-recent-comments .hatena-urllist li:hover,
.hatena-module.hatena-module-category .hatena-urllist li:hover,
.hatena-urllist .archive-module-year .archive-module-month:hover {
  background: #FFF5F5;
  padding-left: 16px;
}
.hatena-module.hatena-module-recent-comments .hatena-urllist li:last-child,
.hatena-module.hatena-module-category .hatena-urllist li:last-child,
.hatena-urllist .archive-module-year .archive-module-month:last-child,
.hatena-urllist .archive-module-year:last-child {
  border-bottom: none;
}


/* @MODULE
--------------- */
.hatena-module .hatena-follow-button-box { clear: none; }

/* ----- PROFILE ----- */
.hatena-module-profile .profile-icon {
  display: block;
  margin: 0 auto;
  float: none;
  padding: 3px;
  border-radius: 100%;
  box-shadow: 0 0 0 2px #EEEEEE;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hatena-module-profile .profile-icon:hover { box-shadow: 0 0 0 2px #A6FFB4; }
.hatena-module-profile .id {
  display: block;
  position: absolute;
  width: 275px;
  margin: 0 auto;
  text-align: center;
  top: 220px;
  font-size: 1.2em;
  font-weight: normal;
}
.hatena-module-profile .profile-description {
  font-size: 14px;
  line-height: 23px;
}
.hatena-module-profile .profile-user-icon {
  display: block;  
  width: 128px;
  margin: -10px auto 15px;
  padding: 5px;
  float: none;
  border-radius: 1px;
  -webkit-box-shadow: 0px 0px 1px #777777;
  -moz-box-shadow: 0px 0px 1px #777777;
  box-shadow: 0px 0px 1px #777777;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hatena-module-profile .profile-user-icon:hover {
  -webkit-box-shadow: 0px 0px 5px #BDBDBD;
  -moz-box-shadow: 0px 0px 5px #BDBDBD;
  box-shadow: 0px 0px 5px #BDBDBD;
}
/*- social -*/
.hatena-module .feedSocial {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  text-align: center;
}
.hatena-module .feedSocial li {
  display: inline-block;
  margin: 0 -1px 3px 0;
  border-bottom: none;
}
.hatena-module .feedSocial li a {
  padding: 0;
}
.hatena-module .feedSocial li a img {
  width: 64px !important;
  height: 64px !important;
  vertical-align: bottom;
  border-radius: 1px;
  filter: alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.hatena-module .feedSocial li a img:hover {
  filter: alpha(opacity=95);
  -moz-opacity:0.95;
  opacity:0.95;
}


/* ----- SEACH ----- */
.hatena-module-search-box .hatena-module-title { border-bottom: none; }
.hatena-module-search-box .search-form {
  position: relative;
  width: 100%;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.hatena-module-search-box .search-module-input {
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 5px;
  width: 100%;
  height: 30px;
  outline: none;
  border: 1px solid #E0E0E0;
  background: none;
  color: #454545;
  border-radius:3px;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
}
.hatena-module-search-box .search-module-input:focus { border: 1px solid #BDBDBD; }
.hatena-module-search-box .search-module-button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  outline: none;
  border: none;
  background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search.png?version=6ea2223fdead71a0305297e57edb30) no-repeat right center;
  text-indent: -9999px;
  opacity: 0.25;
  filter: alpha(opacity=25);
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
}
.hatena-module-search-box .search-module-button:hover {
  opacity: 0.6;
  filter: alpha(opacity=50);
}

/* ----- NEW_ENTRY, POPULAR_ENTRY ----- */
#new_entries_feed,
#popular_entries_feed {
  height: 554px;
}
.htbl_new_entries,
.htbl_popular_entries {
  height: 100%;
  width: 100%;
}
.htbl_new_entry,
.htbl_popular_entry {
  position: relative;
  background: #ddd;
  width: 100%;
  height: 110px;
  overflow: hidden;
  /*margin-top: 1px;*/
  border-radius: 1px;
}
.htbl_new_entry_img, .htbl_popular_entry_img { position: relative; top: -9px; min-height: 118px;}
.htbl_popular_entry_img { top: -18px; }
.htbl_new_entry_text,
.htbl_popular_entry_text {
  position: absolute;
  top: 0px;
  word-break: break-all;
  overflow: hidden;
  background: rgba(15, 15, 15, 0.60);
  width: 245px;
  height: 110px;
  margin-top: 0px;
  padding: 0 15px;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.htbl_new_entry_text:hover,
.htbl_popular_entry_text:hover {
  background: rgba(255, 255, 255, 0.05);
  color: transparent;
  text-shadow: none;
  padding-top: 100px;
}
.htbl_new_entry_text span.title,
.htbl_popular_entry_text span.title {
  display: table-cell;
  vertical-align: middle;
  text-align: center; 
  height: 110px;
  font-size: 14px;
  font-weight: lighter;
}
.htbl_new_entry_text span.date,
.htbl_popular_entry_text span.date {
  position: absolute;
  bottom: 0;
  right: 4px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  text-shadow: none;
}
.htbl_popular_entry_text span.hatebu {
  position: absolute;
  left: 0px;
  bottom: -4px; 
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.htbl_new_entry_text a { }
.htbl_new_entry_text a:hover { }


/* @MODULE_HTML
------------------------------------------------------- */
/* @COORBOX
------------------------------ */
/* ----- coorbox ----- */
#cboxOverlay { background: #1F1F1F; }
#colorbox #cboxContent #cboxLoadedContent { background: none; }
#colorbox #cboxContent #cboxClose { display: none !important; }
#colorbox, #cboxWrapper {
  padding: 3px;
  background: #FCFCFC;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#colorbox #cboxContent {
  background: #FCFCFC;
  margin-top: 0;
}
#colorbox #cboxContent .cboxPhoto { border-radius: 1px; }

/* @PAGE-ARCHIVE
------------------------------------------------------- */
#top-box {
  margin: 25px auto 20px;
  font-family: 'Quicksand', 'Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
}
/* ----- page-archive ----- */
.page-archive .archive-entries .date {
  font-size: 110%;
  font-family: 'Lato', sans-serif;
  color: #434343;
  margin-top: -0.3em;
}
.page-archive #main section {
  width: 600px;
  padding: 0 25px 25px;
  margin-left: -25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dfdfdf;
}
.page-archive #main section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.page-archive #main h1 {
  display: block;
  position: static;
  width: 100%;
  float: left;
  border-left: 1px solid #434343;
  padding: 5px 0 5px 25px;
  margin: 0 0 10px -25px;
  color: #434343;
  font-family: 'Lato', sans-serif;
  font-size: 1.3em;
  font-weight: 300;
}
.page-archive #main ul li {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EBEBEB;
}
.page-archive #main ul li:last-child { border-bottom: none; }
.page-archive .categories a {
  padding: 2px 8px;
  line-height: 20px;
  border-radius: 1px;
}



/* @FOOTER
------------------------------------------------------- */
/* @SCROLLTOP
------------------------------ */
.scrolltop {
  display: block;
  width: 33px;
  height: 33px;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  left: 50%;
  margin-left: 500px;
}
.scrolltop:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
}





.hatena-urllist {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 1px;
  border-radius: 1px;
}
.hatena-urllist li {
  padding: 0;
  border-bottom: 0;
  line-height: 1.5;
  position: relative;
}
.hatena-urllist li a {
  text-decoration: none;
}

.urllist-item-inner.entries-access-ranking-item-inner {
height: 100%;
}

img.urllist-image.entries-access-ranking-image {
position: relative;
margin: 0;
}

a.urllist-title-link.entries-access-ranking-title-link.urllist-title.entries-access-ranking-title {
position: absolute;
top: 0%;
left: 0;
word-break: break-all;
overflow: hidden;
background: rgba(15, 15, 15, 0.60);
width: 90%;
height: 100%;
margin-top: 0;
padding: 10% 5%;
color: rgba(255, 255, 255, 0.985);
font-size: 14px;
text-align: center;
text-shadow: -1px 1px rgba(0, 0, 0, 0.15);
-webkit-transition: all 0.35s ease-out;
-moz-transition: all 0.35s ease-out;
-o-transition: all 0.35s ease-out;
transition: all 0.35s ease-out;
}

a.urllist-title-link.entries-access-ranking-title-link.urllist-title.entries-access-ranking-title:hover {
  background: rgba(255, 255, 255, 0.05);
  color: transparent;
  text-shadow: none;
  padding-top: 100px;
  text-decoration: none;
}
.urllist-date-link.entries-access-ranking-date-link a time {
position: absolute;
bottom: 0;
right: 5px;
font-size: 10px;
color: white;
text-shadow: none;
}
a.bookmark-widget-counter img {
position: absolute;
left: 0px;
bottom: 0px;
}

.urllist-categories.entries-access-ranking-categories {
position: absolute;
bottom: 15px;
right: 0px;
font-size: 10px;
padding: 0;
margin: 0;
}

a.urllist-category-link.entries-access-ranking-category-link {
color: white;
text-shadow: none;
}