/*
HELP.CSS
by HATENA BLOG TEAM
*/
/*! 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%;
  -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;
  *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;
  *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;
}
/* List properties */
.nolist {
  list-style-type: none;
}
.disc {
  list-style-type: disc;
}
.circle {
  list-style-type: circle;
}
/* CSS3 properties */
/*
LESS Variables
*/
/* Background color */
/* Border color */
/* Base text color */
/* Light text color */
/* Link text color */
/* Link text color(hover) */
/* HEADER */
body {
  background: #f4f4f4;
  color: #333333;
}
body a {
  color: #1e76ae;
}
body a:visites {
  color: #86c9e0;
}
body a:hover {
  color: #135a88;
}
#content {
  width: 85%;
  text-align: center;
  margin: 0px auto;
}
#content #content-inner {
  text-align: left;
}
/* header */
#globalheader-container {
  color: #fff;
  width: 100%;
  background: #333;
  border-bottom: 1px solid #111;
}
#blog-title {
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  display: block;
  *zoom: 1;
}
#blog-title:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
#blog-title-inner {
  width: 85%;
  margin: 0 auto;
  text-align: center;
}
#title {
  text-align: left;
  font-size: 26px;
  margin: 0;
  font-weight: normal;
}
#title a {
  line-height: 1em;
  text-decoration: none;
  color: #666;
}
.search-form .search-module-input {
  border: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.7);
  padding: 3px 5px;
  width: 200px;
  height: 18px;
  -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;
}
.search-form .search-module-input:hover {
  border: 1px solid #aaa;
}
.search-form .search-module-button {
  height: 26px;
  width: 30px;
  border: none;
  text-indent: -999px;
  margin-left: -3px;
  cursor: pointer;
  background: transparent url('https://cdn.blog.st-hatena.com/images/theme/search_g.png?version=134fd33f04042077bce9d62c4d3598') 50% 50% no-repeat;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
}
.search-form .search-module-button:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
/* 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: right;
  width: 100%;
  margin-left: -230px;
}
#content-inner #wrapper > * {
  margin-left: 230px;
}
#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: #333333;
  text-decoration: none;
}
#content-inner .pager a:hover {
  text-decoration: underline;
}
#content-inner .pager .pager-next {
  margin-right: 0.5em;
}
.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;
  margin-bottom: 30px;
}
.entry:nth-child(7) {
  margin-bottom: 0px;
}
.page-entry .entry {
  margin-bottom: 0px;
}
.entry .entry-header {
  border-bottom: 1px solid #dddddd;
  padding: 20px 30px;
  position: relative;
}
.entry .entry-header .entry-title {
  margin: 0;
  font-size: 140%;
}
.entry .entry-header .entry-title a {
  text-decoration: none;
  color: #333333;
}
.entry .entry-header .date {
  display: none;
}
.entry .entry-header .entry-header-menu {
  position: absolute;
  right: 0;
  top: 0;
}
.entry .entry-header .categories {
  display: none;
}
.entry .entry-footer {
  display: none;
  word-wrap: break-word;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #dddddd;
}
.entry .entry-footer #google_afc_user {
  height: 1px;
  display: none !important;
}
.entry .entry-footer .social-buttons {
  margin-bottom: 20px;
}
.entry .entry-footer .entry-footer-section {
  display: none;
}
.entry .entry-footer .comment-box {
  display: none;
}
/* Entry-Content */
.entry-content {
  line-height: 1.7;
  font-size: 85%;
  padding: 0 30px 30px 30px;
  margin-top: 30px;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.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: 1.5em 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: #333333;
  border: none;
}
.entry-content h3 {
  font-size: 160%;
  border-bottom: 1px solid #dddddd;
}
.entry-content h4 {
  font-size: 130%;
}
.entry-content h5 {
  font-size: 110%;
}
.entry-content ul,
.entry-content ol,
.entry-content dd {
  margin: 1em 0 1em 2.5em;
  padding: 0;
}
.entry-content ul ul,
.entry-content ol ul,
.entry-content dd ul,
.entry-content ul ol,
.entry-content ol ol,
.entry-content dd ol {
  margin: .3em 0 .3em 2em;
}
.entry-content blockquote {
  padding: 10px;
  margin: 1em 0;
  background: #f4f4f4;
  border: 1px dashed #ccc;
  -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;
}
.entry-content blockquote p:first-child {
  margin-top: 0;
}
.entry-content blockquote p:last-child {
  margin-bottom: 0;
}
.entry-content blockquote h1,
.entry-content blockquote h2,
.entry-content blockquote h3,
.entry-content blockquote h4,
.entry-content blockquote h5 {
  margin-top: 0;
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1em;
}
.entry-content table th,
.entry-content table td {
  border: 1px solid #ccc;
  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: #f4f4f4;
  white-space: pre-wrap;
  border: 1px solid #ccc;
  -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;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}
.entry-content pre a {
  color: #ccc;
}
.entry-content pre.lang-aa {
  font-size: 14px;
  line-height: 15px;
}
.entry-content a.keyword {
  color: #333333;
  text-decoration: none;
  border-bottom: 1px solid #DEDEDE;
}
.entry-content .hatena-asin-detail li {
  line-height: 1.4;
}
/* Sidebar */
#box2 {
  width: 200px;
  float: left;
  /*
    .hatena-module:first-child {
        margin-bottom: 20px;
    }
    */

}
#box2 .hatena-module {
  margin-bottom: 30px;
}
#box2 .hatena-module .hatena-module-title {
  display: none;
  font-size: 120%;
  margin-bottom: 20px;
  line-height: 30px;
  background-repeat: no-repeat;
  background-position: -3px 0;
}
#box2 .hatena-module .hatena-module-title a {
  color: #333333;
  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;
  margin: 0;
}
#box2 .hatena-module .hatena-module-body li {
  list-style-type: none;
}
#box2 .hatena-module .hatena-module-body li:first-child a {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#box2 .hatena-module .hatena-module-body li:last-child a {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: 1px solid #dddddd;
}
#box2 .hatena-module .hatena-module-body li a {
  color: #555;
  text-decoration: none;
  display: block;
  padding: 15px 10px;
  background: #fff;
  border: 1px solid #dddddd;
  border-bottom: none;
}
#box2 .hatena-module .hatena-module-body li a:hover {
  text-decoration: none;
  color: #333333;
  background: #eee;
}
#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 .search-form .search-module-input {
  border: 1px solid #dddddd;
  background: rgba(255, 255, 255, 0.7);
  padding: 3px 5px;
  width: 155px;
  height: 18px;
}
#box2 .search-form .search-module-input:hover {
  border: 1px solid #aaa;
}
#box2 .search-form .search-module-button {
  height: 26px;
  width: 30px;
  border: none;
  text-indent: -999px;
  margin-left: -3px;
  cursor: pointer;
  background: transparent url('https://cdn.blog.st-hatena.com/images/theme/search_g.png?version=134fd33f04042077bce9d62c4d3598') 50% 50% no-repeat;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
}
#box2 .search-form .search-module-button:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
/* Footer */
.footer-address {
  text-align: center;
  margin: 20px auto;
  font-size: 11px;
  color: #999;
}
#footer {
  display: none;
  text-align: center;
  margin: 0px auto;
}
#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;
}
/* @index */
.page-index .entry-content .search-form .search-module-input {
  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;
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ffffff url('images/search.png') no-repeat 7px 7px;
  padding: 10px 10px 10px 50px;
  font-size: 20px;
  width: 90%;
}
.page-index .entry-content .search-form .search-module-input:hover {
  border: 1px solid #aaa;
}
.page-index .entry-footer {
  display: none;
}
.page-index .entry-content .search-module-button {
  display: none;
}
.page-index #top-editarea .hatena-module-body {
  display: none;
}
/* @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 {
  display: none;
}
.page-archive #main-inner ul,
.page-category #main-inner ul {
  margin: 0;
}
.page-archive #main-inner li,
.page-category #main-inner li {
  margin: 15px 0;
}
.page-archive #main-inner li .categories,
.page-category #main-inner li .categories {
  display: none;
}
.page-archive #main-inner p,
.page-category #main-inner p {
  margin-bottom: 20px;
}
.page-archive #box2,
.page-category #box2 {
  position: relative;
  top: -50px;
}
.page-archive .entry-title,
.page-category .entry-title {
  font-size: 100%;
}
/* Breadcrumb */
#top-box {
  width: 85%;
  margin: 10px auto;
  font-size: 80%;
}
#top-box .breadcrumb {
  padding: 10px 0 10px 230px;
  color: #999999;
}
#top-box .breadcrumb span {
  font-size: 20px;
  padding-left: 3px;
  color: #333333;
}
/* 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-left: 0 !important;
  }
  #content-inner #wrapper > * {
    margin-left: 0 !important;
  }
  #box2 {
    float: none;
    width: 100%;
  }
}
@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 */
}

/* <system section="background" selected="undefined"> */

/* </system> */
