/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  /* 2 */

  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;
}
/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none;
}
/* 2 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  /* 3 */

  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */

}
/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */

  -webkit-appearance: button;
  /* 2 */

  *overflow: visible;
  /* 3 */

}
/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  /* 3 */

  *width: 13px;
  /* 3 */

}
/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, 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;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves 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;
}
/*
LESS Mixins
*/
/* box properties */
.center {
  text-align: center;
  margin: 0px auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
.nofloat {
  float: none;
}
.clear {
  clear: both;
}
.clearfix {
  display: block;
  *zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.ellipsis {
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* text properties */
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
  font-style: normal;
}
.thin {
  font-weight: 300;
}
.italic {
  font-style: italic;
}
.nodeco {
  text-decoration: none;
}
.underline {
  text-decoration: underline;
}
.textleft {
  text-align: left;
}
.textright {
  text-align: right;
}
.font-default {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* テキストを画像で置換するときにこの mixin を呼び出すと便利 */
.replace {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
}
/* List properties */
.nolist {
  list-style-type: none;
}
.disc {
  list-style-type: disc;
}
.circle {
  list-style-type: circle;
}
/* CSS3 properties */
/*
LESS Variables
*/
/* Background color */
/* Background color */
/* Border color */
/* Base text color */
/* Light text color */
/* 標準リンク色 */
/* リンクのhover */
/*
Button.LESS
Description: はてなブログのボタン類
Author: Hatena Blog Team
Version: 1.0
*/
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #444 !important;
  background-color: #f5f5f5;
  text-align: center;
  vertical-align: middle;
  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;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  -webkit-appearance: none;
}
.btn:hover {
  border-color: #ccc;
  background-color: #eeeeee;
  text-decoration: none !important;
}
.btn-blue,
.btn-primary {
  color: #fff !important;
  background: #14afd6;
  border: 1px solid transparent;
}
.btn-blue:hover,
.btn-primary:hover {
  border-color: #129fc2;
  background: #129fc2;
  background: -webkit-gradient(linear, left top, left bottom, from(#14afd6), to(#129fc2));
  background: -ms-linear-gradient(top, #14afd6, #129fc2);
  background: -moz-linear-gradient(top, #14afd6 0%, #129fc2 100%);
}
.btn-register {
  color: #fff !important;
  background: #1aba56;
  border: 1px solid transparent;
}
.btn-register:hover {
  background: #15a24a;
  background: -webkit-gradient(linear, left top, left bottom, from(#1aba56), to(#15a24a));
  background: -ms-linear-gradient(top, #1aba56, #15a24a);
  background: -moz-linear-gradient(top, #1aba56 0%, #15a24a 100%);
  border-color: #15a24a;
}
.btn-small {
  padding: 2px 10px !important;
  font-size: 11px !important;
}
.btn-large {
  padding: 13px 19px;
  font-size: 17px;
  line-height: normal;
  font-weight: bold;
}
.btn[disabled="disabled"],
.btn[disabled="disabled"]:hover,
input#submit[disabled="disabled"],
input#submit[disabled="disabled"]:hover {
  -moz-opacity: 0.4;
  opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  cursor: default;
  white-space: nowrap;
}
.btn.disabled,
.btn.disabled:hover {
  cursor: default;
  background: #f5f5f5;
  border-color: #ccc;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.4);
  -moz-text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.4);
  -webkit-text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.4);
}
.btn-group .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group .btn:last-child,
.btn-group .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group .btn.large:last-child,
.btn-group .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group .btn:hover,
.btn-group .btn:focus,
.btn-group .btn:active,
.btn-group .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
/*  Primary Styles
   Author: ueday
*/
/* common */
body {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #f5f5f5;
  color: #444444;
  -webkit-font-smoothing: antialiased;
}
body a {
  color: #369ecf;
}
body a:visites {
  color: #86c9e0;
}
body a:hover {
  color: #227ba5;
}
#content {
  width: 85%;
  text-align: center;
  margin: 0px auto;
}
#content #content-inner {
  text-align: left;
}
/* header */
#blog-title {
/*
  text-align: center;
  margin-bottom: 30px;
  background: transparent url('https://cdn.blog.st-hatena.com/css/theme/staffblog/images/header-bg.jpg?version=263e782f4058acf5109a8ca03f06e0') repeat-x center top;
  background-size: cover;
  padding: 70px 0 60px;
  color: #fff;
*/
  text-align: center;
  background-size: cover;
  padding: 20px 0;
}
#blog-title #blog-title-inner {
  width: 85%;
  text-align: center;
  margin: 0px auto;
}
#blog-title #title {
/*
  font-size: 50px;
  line-height: 1.1;
*/
  font-size: 40px;
  margin: 0;
}
#blog-title #title a {
/*
  text-decoration: none;
  color: #fff;
*/
  color: #1E76AE;
  text-decoration: none;
}
#blog-title #blog-description {
  font-size: 80%;
  font-weight: bold;
}
/* Global Header */
#globalheader-container {
  background: #fff;
  color: #666;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
/* Content */
#content-inner {
  display: block;
  *zoom: 1;
}
#content-inner:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
#content-inner #wrapper {
/*  float: left; */
  float: right;
  width: 100%;
  margin-right: -300px;
}
#content-inner #wrapper > * {
  margin-right: 300px;
}
#content-inner .pager {
  margin: 20px 0 !important;
  padding: 10px 0;
  text-align: center;
  margin: 0px auto;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
#content-inner .pager a {
  color: #444444;
  text-decoration: none;
  line-height: 1.5;
  display: inline-block;
  max-width: 200px;
}
#content-inner .pager a:hover {
  text-decoration: underline;
}
#content-inner .pager .pager-prev,
#content-inner .pager .pager-next {
  display: inline-block;
}
#content-inner .pager .pager-prev {
  margin-right: 1em;
}
.entry {
  background: #fff;
  border: 1px solid #dddddd;
  -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;
  padding: 30px;
  margin-bottom: 30px;
}
.page-entry .entry {
  margin-bottom: 0px;
}
.entry .entry-header {
  border-bottom: 1px solid #dddddd;
  position: relative;
}
.entry .entry-header .entry-title {
  margin: 0;
  font-size: 150%;
  padding: 0 0 .3em 0;
  line-height: 1.3;
}
.entry .entry-header .entry-title a {
  text-decoration: none;
}
.entry .entry-header .date {
  font-size: 12px;
  margin-bottom: .5em;
}
.entry .entry-header .date a {
  text-decoration: none;
}
.entry .entry-header .entry-header-menu {
  position: absolute;
  right: 0;
  top: 0;
}
.entry .entry-header .categories {
  color: #999999;
  font-size: 80%;
  font-style: italic;
  margin: .5em 0;
}
.entry .entry-header .categories a {
  color: #999999;
  margin-right: .5em;
}
.entry .entry-footer {
  word-wrap: break-word;
  margin-top: 30px;
}
.entry .entry-footer #google_afc_user {
  font-size: 14px;
}
.entry .entry-footer .social-buttons {
  margin-top: 10px;
  margin-bottom: 20px;
}
.entry .entry-footer .entry-footer-section {
  color: #999999;
  font-size: 80%;
  font-style: italic;
  margin-bottom: 10px;
}
.entry .entry-footer .entry-footer-section a {
  color: #999999;
  font-size: 12px;
  font-style: italic;
  text-decoration: none;
}
.entry .entry-footer .entry-footer-section a:hover {
  color: #369ecf;
}
.entry .entry-footer .comment {
  font-size: 80%;
  padding-left: 0;
  line-height: 1.5em;
}
.entry .entry-footer .comment li {
  list-style-type: none;
  margin-bottom: 20px;
  border-left: 3px solid #f3f3f3;
  padding-left: 10px;
}
.entry .entry-footer .comment li .comment-user-name {
  margin-bottom: 5px;
}
.entry .entry-footer .comment .comment-metadata a {
  color: #999999;
  font-size: 12px;
}
.entry .entry-footer .leave-comment-title {
  padding: 5px 10px;
  background: #f5f5f5;
  color: #999999;
  font-size: 12px;
  border: 1px solid #dddddd;
}
.entry .entry-footer .leave-comment-title:hover {
  color: #444444;
}
/* Entry-Content */
.entry-content {
  line-height: 1.8em;
  font-size: 95%;
}
.entry-content img {
  max-width: 100%;
}
.entry-content img.left {
  float: left;
  margin: 0 1em 1em 0;
}
.entry-content img.right {
  float: right;
  margin: 0 0 1em 1em;
}
.entry-content p {
  margin-bottom: 1em;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 1em 0 0.5em 0;
  line-height: 1.5;
}
.entry-content h1 a.keyword,
.entry-content h2 a.keyword,
.entry-content h3 a.keyword,
.entry-content h4 a.keyword,
.entry-content h5 a.keyword,
.entry-content h6 a.keyword {
  color: #444444;
  border: none;
}
.entry-content h1 {
  font-size: 210%;
}
.entry-content h2 {
  font-size: 190%;
}
.entry-content h3 {
  font-size: 170%;
}
.entry-content h4 {
  font-size: 130%;
}
.entry-content h5 {
  font-size: 110%;
}
.entry-content ul,
.entry-content ol,
.entry-content dd {
  margin: 0 0 0 1.5em;
  padding: 0;
}
.entry-content blockquote {
  padding: 10px;
  margin: 1em 0;
  border: 1px solid #dddddd;
}
.entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
}
.entry-content table th,
.entry-content table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.entry-content table th {
  background: #fafafa;
}
.entry-content a,
.entry-content pre {
  word-break: break-all;
  overflow: hidden;
}
.entry-content pre {
  margin-bottom: 0.5em;
  font-size: 13px;
  line-height: 1.3;
  padding: 10px;
  background: #444444;
  color: #fff;
  white-space: pre-wrap;
  border: 1px solid #ccc;
}
.entry-content pre a {
  color: #ccc;
}
.entry-content pre.lang-aa {
  font-size: 14px;
  line-height: 15px;
}
.entry-content a.keyword {
  color: #444444;
  text-decoration: none;
  border-bottom: 1px solid #DEDEDE;
}
.entry-content .hatena-asin-detail li {
  line-height: 1.4;
}
.entry-content .http-favicon,
.entry-content .hatena-id-icon {
  margin-right: 5px;
  vertical-align: middle;
}
.entry-content .http-bookmark,
.entry-content .http-star {
  margin: 0 3px;
  vertical-align: middle;
}
.alert {
  padding: 1em;
  margin: 1em 0;
  background-color: #FAF8D4;
  border-left: 6px solid #F7E042;
}
.alert > h1,
.alert > h2,
.alert > h3,
.alert > h4,
.alert > h5,
.alert > h6 {
  margin-top: 0;
}
.alert-info {
  border-color: #99DBF2;
  background-color: #f1fafb;
}
.alert-danger {
  border-color: #f44a56;
  background-color: #f9f1f2;
}
/* theme store like image */
.theme-image {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
  -moz-box-sizing: border-box;
  border-radius: 5px;
  background-clip: padding-box;
}
/* Sidebar */
#box2 {
  width: 270px;
/*  float: right;*/
  float: left;
  /*
    .hatena-module:first-child {
        margin-bottom: 20px;
    }
    */

}
#box2 .hatena-module {
  margin-bottom: 60px;
}
#box2 .hatena-module .hatena-module-title {
  font-size: 95%;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: -3px 0;
  font-weight: bold;
  color: #369ecf;
}
#box2 .hatena-module .hatena-module-title a {
  color: #369ecf;
  text-decoration: none;
}
#box2 .hatena-module .hatena-module-body {
  font-size: 85%;
  color: #666;
}
#box2 .hatena-module .hatena-module-body .profile-icon {
  width: 40px;
  height: auto;
  -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;
  border: 1px solid #ccc;
  background: #fff;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
}
#box2 .hatena-module .hatena-module-body p {
  line-height: 1.5;
}
#box2 .hatena-module .hatena-module-body ul {
  padding: 0;
}
#box2 .hatena-module .hatena-module-body li {
  list-style-type: none;
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
#box2 .hatena-module .hatena-module-body li:last-child {
  border: none;
}
#box2 .hatena-module .hatena-module-body li a {
  color: #666;
  text-decoration: none;
}
#box2 .hatena-module .hatena-module-body li a:hover {
  text-decoration: underline;
}
#box2 .hatena-module .hatena-module-body .fb-like-box {
  background: #f9f9f9;
}
#box2 .hatena-module-profile .profile-icon,
#box2 .hatena-module-profile .id,
#box2 .hatena-module-profile .profile-description {
  display: none;
}
#box2 .urllist-title-link {
  font-size: 100%;
}
.hatena-module-search-box .search-form {
  border: 1px solid #dddddd;
  -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;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
}
.hatena-module-search-box .search-module-input {
  padding: 5px;
  background: none;
  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/css/theme/staffblog/images/search.png?version=263e782f4058acf5109a8ca03f06e0') no-repeat right center;
  border: none;
  outline: none;
  text-indent: -9999px;
  position: absolute;
  top: 5px;
  right: 5px;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.hatena-module-search-box .search-module-button:hover {
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  -webkit-opacity: 0.85;
  opacity: 0.85;
  filter: alpha(opacity=50);
}
/* Footer */
#bottom-editarea {
  background: #454545;
  color: #fff;
  font-size: 12px;
}
#bottom-editarea .bottom-editarea-inner {
  width: 85%;
  text-align: center;
  margin: 0px auto;
  padding: 30px 0 20px 0;
}
#bottom-editarea .box-wrapper {
  text-align: left;
  display: block;
  *zoom: 1;
}
#bottom-editarea .box-wrapper:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
#bottom-editarea .footer-box {
  width: 24%;
  float: left;
}
#bottom-editarea .footer-box h4 {
  margin: 0 0 2em 0;
}
#bottom-editarea ul {
  padding: 0;
}
#bottom-editarea ul li {
  list-style-type: none;
  padding: .3em 0;
}
#bottom-editarea ul li a {
  color: #999999;
}
#footer {
  background: #454545;
  text-align: center;
  margin: 0px auto;
  color: #fff;
}
#footer #footer-inner {
  width: 85%;
  margin: 0 auto;
  text-align: left;
  font-size: 12px;
  line-height: 1.5em;
  font-style: italic;
  padding-bottom: 20px;
}
#footer #footer-inner a {
  color: #999999;
}
#footer #footer-inner address,
#footer #footer-inner .services {
  display: inline;
  margin-right: 0.5em;
}
/* @About */
.page-about .entry-content {
  line-height: 1em;
}
.page-about dt {
  font-size: 20px;
  padding-bottom: 10px;
}
.page-about dd {
  margin-left: 0;
  margin-bottom: 30px;
}
.page-about .subscription-count {
  display: block;
}
/* @Archive */
.page-archive #main-inner,
.page-category #main-inner {
  background: #fff;
  border: 1px solid #dddddd;
  padding: 30px;
  margin-bottom: 50px;
}
.page-archive #main-inner h1,
.page-category #main-inner h1 {
  font-size: 18px;
}
.page-archive #main-inner li,
.page-category #main-inner li {
  margin: 5px 0;
  list-style-type: none;
}
.page-archive #main-inner .categories,
.page-category #main-inner .categories {
  margin-bottom: 1em;
}
.page-archive #main-inner section,
.page-category #main-inner section {
  margin-bottom: 30px;
}
.page-archive #main-inner p,
.page-category #main-inner p {
  margin-bottom: 20px;
}
.page-archive .entry-title,
.page-category .entry-title {
  font-size: 14px;
  line-height: 1.5;
}
.page-archive .categories a,
.page-category .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;
}
/* Breadcrumb */
#top-box {
  width: 85%;
  margin: 10px auto;
  font-size: 90%;
}
#top-box .breadcrumb {
  background: #fff;
  border: 1px solid #dfdfdf;
  padding: 10px;
}
/* End Primary Styles */
/* =============================================================================
   Media Queries
   ========================================================================== */
/* 1 column style */
@media screen and (max-width: 760px) {
  #content {
    width: 95%;
  }
  #content #title {
    font-size: 30px;
  }
  #content-inner #wrapper {
    float: none !important;
    margin-right: 0 !important;
  }
  #content-inner #wrapper > * {
    margin-right: 0 !important;
  }
  #box2 {
    float: none;
    width: 100%;
  }
  #footer {
    width: 95%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* iPad */
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* Smartphone */
}


#box2 .fb-like-box {margin-top: -45px;}

/* 目次 */
article .entry-content .sectionList {
    background: #F8F8F8;
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #CCC;
}
article .entry-content .sectionList h3 {
    font-size: 110%;
    margin: 0;
}
article .entry-content .sectionList ol {
    margin: 0;
    padding: 0 0 0 1.5em;
    list-style: decimal;
}
article .entry-content .sectionList > ol {
    margin-top: 10px;
}

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

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

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

/* ブログカード */
.blogCard {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 12px;
  margin-bottom: 1.6rem;
}
.blogCardCont {
  position: relative;
  margin-bottom: 5px;
  min-height: 100px;
}
.blogCardCont p {
  font-size: 12px;
  overflow: hidden;
  margin: 0;
}
.blogCardTxt {
  margin-right: 110px;
}
.blogCardTxt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.blogCardTitle {
  margin-bottom: 5px;
  overflow: hidden;
  -webkit-line-clamp: 2 !important;
}
.blogCardTitle a {
  font-size: 17px;
  line-height: 1.4;
  color: #3d3f44;
  font-weight: bold;
  text-decoration: none;
}
.blogCardTitle a:hover {
  text-decoration: underline;
}
.blogCardImg {
  position: absolute;
  top: 0;
  right: 0;
}
.blogCardImg__wrap {
  float: right;
  width: 15%;
  min-width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
}
.blogCardImg__wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  max-height: 100%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.blogCardFooter {
  font-size: 12px;
}
.blogCardFooter a {
  color: #9aa5ab;
}
.blogCardFooter a img {
  margin-right: 5px;
}
.blogCardTitle a i,
.blog article .blogCardFooter a i {
  display: none;
}
.blogCard.blogCard--noimg .blogCardCont {
  min-height: auto;
}
blogCard.blogCard--noimg .blogCardTxt {
  margin-right: 0;
}