@import '//fonts.googleapis.com/css?family=Open+Sans:300,400italic,400,600';
/*---------------------------------------------------
    Reset CSS
  ---------------------------------------------------

-----------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
address {
  font-style: normal;
}
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents 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 */
}
/*
 * Removes default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}
/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevents `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
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses 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. Corrects 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. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses 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 */
}
/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves 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],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `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;
}
/*
 * Removes 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;
}
/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE 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 */
.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;
}
/* text properties */
.font-default {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/* CSS3 properties */
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
.nofloat {
  float: none;
}
.clear {
  clear: both;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.nodisplay {
  display: none;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.margin0 {
  margin: 0 !important;
}
.padding0 {
  padding: 0 !important;
}
.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;
}
.nolist {
  list-style-type: none;
}
.disc {
  list-style-type: disc;
}
.circle {
  list-style-type: circle;
}
.textleft {
  text-align: left;
}
.textright {
  text-align: right;
}
/*
Core.LESS
Description: Basic Components for Hatena Blog
（admin.less と service.less の両方に読み込まれるスタイル。主に基本コンポーネント）
Author: Hatena Blog Team
Version: 1.0
*/
/* テキスト系 */
.hide {
  display: none;
}
a:link,
a:visited {
  color: #4eacd1;
  text-decoration: none;
}
a:link:hover,
a:visited:hover {
  text-decoration: underline;
}
p {
  margin: 0;
  padding: 0;
  line-height: 1.7;
}
span.small,
span.smaller {
  font-size: 70%;
}
/* TAB menu */
.nav-tabs,
.ui-tabs-nav {
  margin-bottom: 30px;
  height: 35px;
  display: block;
  *zoom: 1;
  border-bottom: 1px solid #c2cdd1;
}
.nav-tabs:after,
.ui-tabs-nav:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.nav-tabs > li,
.ui-tabs-nav > li {
  list-style: none;
  float: left;
}
.nav-tabs > li a,
.ui-tabs-nav > li a {
  display: inline-block;
  padding: 0px 1em;
  line-height: 35px;
  color: #9aa5ab;
  font-weight: bold;
}
.nav-tabs > li a:hover,
.ui-tabs-nav > li a:hover {
  color: #4eacd1;
  text-decoration: none;
}
.nav-tabs > li a:focus,
.ui-tabs-nav > li a:focus {
  outline: none;
}
.nav-tabs > li.current-tab > a,
.ui-tabs-nav > li.current-tab > a,
.nav-tabs > li.ui-tabs-active > a,
.ui-tabs-nav > li.ui-tabs-active > a {
  font-weight: bold;
  color: #4eacd1;
  box-shadow: inset 0 -3px 0 0px #4eacd1;
}
.navbar {
  margin-bottom: 30px;
  height: 35px;
  display: block;
  *zoom: 1;
  border-bottom: 1px solid #dfe5e7;
}
.navbar:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.navbar li {
  list-style: none;
  float: left;
  font-size: 14px;
}
.navbar li.active a,
.navbar li.ui-tabs-active a {
  box-shadow: inset 0 -3px 0 -1px #4eacd1;
}
.navbar a {
  display: inline-block;
  padding: 0px 15px;
  line-height: 35px;
  color: #3d3f44;
}
.navbar a:hover {
  color: #4eacd1;
  text-decoration: none;
}
.navbar a.none {
  pointer-events: none;
}
.navbar li.navbar-right {
  float: right;
}
.navbar .navbtn-register a {
  background: #5aba90;
}
.navbar .navbtn-register a:hover {
  background: #45a67c;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 13px;
  color: #9aa5ab;
  border: 1px solid #dfe5e7;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
/* table */
form table,
.table {
  width: 100%;
  color: #3d3f44;
  line-height: 1.5;
  margin-bottom: 10px;
  border-collapse: collapse;
}
form table th,
.table th,
form table td,
.table td {
  padding: 10px;
}
form table th,
.table th,
form table td,
.table td {
  border-style: solid;
  border-color: #dfe5e7;
  border-width: 1px 0;
}
form table th,
.table th {
  text-align: left;
  vertical-align: middle;
}
form table td.submit,
.table td.submit {
  border-color: transparent !important;
  padding: 8px 0 !important;
}
form table td p,
.table td p,
form table th p,
.table th p {
  font-size: 12px;
  color: #9aa5ab;
  line-height: 18px;
  margin: 5px 0;
}
form table .admin-table-p,
.table .admin-table-p {
  margin: 5px 0;
}
form table td.bold,
.table td.bold {
  width: 20%;
}
form table tr.border-top-none,
.table tr.border-top-none,
form table th.border-top-none,
.table th.border-top-none,
form table td.border-top-none,
.table td.border-top-none {
  border-top: none !important;
}
form table h3,
.table h3 {
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 1em;
  line-height: 1.3;
}
form table img,
.table img {
  vertical-align: middle;
}
form table ul,
.table ul {
  margin: 0;
  padding-left: 0;
}
form table ul ul,
.table ul ul {
  margin: 0;
}
form table td.profile-image img,
.table td.profile-image img {
  vertical-align: baseline;
}
form table ul.radioform li,
.table ul.radioform li {
  margin: 10px 0;
}
form table ul.radioform li:first-child,
.table ul.radioform li:first-child {
  margin-top: 0;
}
form table ul.radioform li:last-child,
.table ul.radioform li:last-child {
  margin-bottom: 0;
}
form table span.radio,
.table span.radio,
form table label.radio,
.table label.radio {
  font-weight: bold;
  font-size: 14px;
  margin-right: 10px;
  margin-left: 2px;
}
form table .draft,
.table .draft {
  font-size: 80%;
  font-style: italic;
  color: #ff7e45;
}
form table.middle th,
.table.middle th,
form table.middle td,
.table.middle td {
  vertical-align: middle;
}
form table tr.disabled th,
.table tr.disabled th,
form table tr.disabled td,
.table tr.disabled td {
  -moz-opacity: 0.5;
  opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  filter: alpha(opacity=50);
}
form table .td-admin-button,
.table .td-admin-button {
  padding: 8px;
}
form table .td-admin-button a.btn,
.table .td-admin-button a.btn {
  padding: 2px 10px !important;
  font-size: 11px !important;
}
form table .td-admin-button i,
.table .td-admin-button i {
  padding: 1px 8px;
  cursor: pointer;
}
form table .td-admin-button.is_public,
.table .td-admin-button.is_public {
  width: 50px;
}
form table .td-admin-button.is_public i,
.table .td-admin-button.is_public i {
  display: none;
}
form table .td-admin-button.is_draft,
.table .td-admin-button.is_draft {
  width: 80px;
}
form table .td-admin-button.is_draft i,
.table .td-admin-button.is_draft i {
  display: inline-block;
}
.table tr:nth-child(even) td,
.table tr:nth-child(even) th {
  background-color: #f7f8f9;
}
.table.nozebra tr:nth-child(even) td,
.table.nozebra tr:nth-child(even) th {
  background-color: transparent;
}
table.table-2column {
  width: 49%;
}
table.table-2column th {
  width: 150px;
}
ol.list,
ul.list {
  color: #3d3f44;
  margin-bottom: 10px;
}
ol.list li,
ul.list li {
  padding: 8px 0;
  border-bottom: 1px solid #dfe5e7;
  list-style: none;
}
ol.list li:first-child,
ul.list li:first-child {
  padding-top: 0;
}
ol.list li:last-child,
ul.list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
ol.list .time,
ul.list .time {
  font-size: 11px;
  color: #9aa5ab;
}
ol.list.striped li,
ul.list.striped li {
  padding-top: 8px;
  padding-bottom: 8px;
}
ol.list.striped li:nth-child(even),
ul.list.striped li:nth-child(even) {
  background-color: #f7f8f9;
}
ol.list.striped li:first-child,
ul.list.striped li:first-child {
  padding-top: 8px;
}
ol.list.striped li:last-child,
ul.list.striped li:last-child {
  border-bottom: 1px solid #dfe5e7;
}
/* List */
.entry-list > li {
  list-style: none;
  border-bottom: 1px solid #dfe5e7;
  padding: 8px 0 8px 24px;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  line-height: 1.6;
  position: relative;
}
.entry-list > li:first-child {
  padding-top: 0;
}
.entry-list > li:first-child .blog-icon {
  top: 0;
}
.entry-list > li .blog-icon {
  position: absolute;
  top: 8px;
  left: 0;
}
.entry-list > li .blog-icon img {
  vertical-align: middle;
  margin-right: 5px;
}
.entry-list > li .meta {
  display: block;
  color: #9aa5ab;
  font-size: 11px;
}
.entry-list > li .meta a {
  color: #9aa5ab;
}
.entry-list > li .username:hover {
  text-decoration: underline;
}
.entry-list > li a {
  color: #4eacd1;
  text-decoration: none;
}
/* Form */
label.disabled,
input[disabled] + label {
  -moz-opacity: 0.4;
  opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  filter: alpha(opacity=40);
}
/* Textarea */
input[type="text"],
input[type="url"],
input[type=password],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=date],
textarea {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #c2cdd1;
  margin: 0;
  padding: 8px;
  font-size: 120%;
  -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;
}
input[type="text"].disabled:hover,
input[type="url"].disabled:hover,
input[type=password].disabled:hover,
input[type=email].disabled:hover,
input[type=number].disabled:hover,
input[type=search].disabled:hover,
input[type=tel].disabled:hover,
input[type=date].disabled:hover,
textarea.disabled:hover {
  cursor: default;
}
input[type="text"]:focus,
input[type="url"]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=date]:focus,
textarea:focus {
  outline: none;
  border-color: #4eacd1;
}
input[type="text"].full-width,
input[type="url"].full-width,
input[type=password].full-width,
input[type=email].full-width,
input[type=number].full-width,
input[type=search].full-width,
input[type=tel].full-width,
input[type=date].full-width,
textarea.full-width {
  width: 100%;
}
@media (max-width: 1024px) {
  input[type="text"],
  input[type="url"],
  input[type=password],
  input[type=email],
  input[type=number],
  input[type=search],
  input[type=tel],
  input[type=date],
  textarea {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  input[type=date] {
    width: auto;
  }
}
input.small-text {
  width: 5em;
  font-size: 100%;
  padding: 1px 6px;
}
select {
  border: 1px solid #dfe5e7;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* hr */
hr {
  border-color: #dfe5e7;
}
hr.soften {
  height: 1px;
  margin: 70px 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  border: 0;
}
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.4em;
  color: #ffffff;
  background: #9aa5ab;
  white-space: nowrap;
  vertical-align: baseline;
  -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;
}
.badge a {
  color: inherit !important;
}
.badge-info,
.badge-official {
  background-color: #4eacd1;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-inverse,
.badge-inverse {
  background-color: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.register-btn-iframe {
  text-align: right;
}
/*　メッセージボックス、セクション類 */
.message-box {
  font-size: 12px;
  line-height: 1.5;
  color: #3d3f44;
  padding: 1em;
  margin: 1em 0;
  background-color: #F5FDFD;
  border-left: 5px solid #4eacd1;
}
.message-box a {
  font-weight: normal;
}
.message-box h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: .5em;
}
.error-box {
  font-size: 12px;
  line-height: 1.5;
  color: #3d3f44;
  padding: 1em;
  margin: 1em 0;
  background-color: #FDF5F5;
  border-left: 5px solid #e0716d;
}
.error-box a {
  font-weight: normal;
}
.admin-message {
  margin: 10px 10px 20px 10px;
  padding: 15px;
  background: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  background: -ms-linear-gradient(top, #ffffff, #eeeeee);
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  -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;
  border: 1px solid #dfe5e7;
  font-size: 12px;
  line-height: 1.5;
  color: #454545;
}
.admin-message a {
  font-weight: normal;
}
.admin-message p {
  margin: 10px 0 15px 0;
  color: #454545;
}
.admin-message .last-p {
  margin-bottom: 0;
}
.admin-message h1 {
  font-size: 18px;
  border-bottom: 1px solid #dfe5e7;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.admin-message h2 {
  font-size: 18px;
  font-weight: normal;
}
.admin-message img.screenshot {
  float: right;
  border: 1px solid #dfe5e7;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.admin-notice {
  padding: 15px 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #dfe5e7;
  background: #f7f8f9;
  font-size: 12px;
}
.admin-notice h1 {
  margin-bottom: 7px;
  font-size: 20px;
  line-height: 1.3;
}
.admin-notice h3 {
  font-size: 16px;
  margin-bottom: 1em;
}
.admin-notice h4 {
  font-size: 13px;
  margin-bottom: 1em;
}
.admin-notice ul {
  padding-left: 2em;
}
.admin-notice li {
  list-style: circle !important;
  line-height: 1.5;
  margin-bottom: 1em;
}
.admin-p {
  margin: 10px 0;
}
.welcome-message {
  background: #eff3ff;
  border: 1px solid #C6C3FF;
}
.welcome-message h1 {
  font-size: 24px;
  font-weight: normal;
  margin: 10px 0;
}
.welcome-message p {
  margin: 0.8em 0 1.5em 0;
}
.welcome-message h2 {
  font-size: 18px;
  font-weight: normal;
}
.welcome-message .last {
  margin-bottom: 0;
}
.aside-notice {
  background: #f5f5f5;
  padding: 10px 10px 10px 10px;
  font-size: 13px;
  border: 1px dashed #ccc;
  margin-bottom: 10px;
}
.aside-notice p {
  margin-bottom: 0 !important;
}
.admin-p {
  margin: 10px 0;
}
/* alert */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert .btn {
  margin-top: .3em;
  margin-bottom: .3em;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.alert-danger a,
.alert-error a {
  color: #843534;
  font-weight: bold;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info h4 {
  color: #3a87ad;
}
/* IFRAME, popup */
#close {
  background: #fff;
  padding: 5px;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 9999;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
/*
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: #4f5051 !important;
  background-color: #f7f8f9;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #dfe5e7;
  -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: #c8d2d6;
  background-color: #eef0f2;
  text-decoration: none !important;
}
input.btn {
  margin-top: 0;
}
.btn-blue,
.btn-primary {
  color: #fff !important;
  background: #4eacd1;
  border: 1px solid transparent;
}
.btn-blue:hover,
.btn-primary:hover {
  border: 1px solid transparent;
  background: #339bc3;
}
.btn-danger {
  color: #fff !important;
  background: #e0716d;
  border: 1px solid transparent;
}
.btn-danger:hover {
  border: 1px solid transparent;
  background: #d9504b;
}
.btn-register {
  color: #fff !important;
  background: #5aba90;
  border: 1px solid transparent;
}
.btn-register:hover {
  border: 1px solid transparent;
  background: #45a67c;
}
.btn-pro {
  color: #fff !important;
  background: #3d3f44;
  border: 1px solid transparent;
}
.btn-pro:hover {
  background: #313337;
}
.btn-ghost-wh {
  color: #fff !important;
  background: transparent;
  border-width: 3px;
  border-color: #fff;
}
.btn-ghost-wh:hover {
  background: transparent;
  border-color: #c8d2d6;
}
.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 {
  -moz-opacity: 0.4;
  opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  cursor: default;
  white-space: nowrap;
}
.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;
}
.dropdown-toggle {
  background: #f7f8f9 url('/images/header/dropdown-gray.gif?version=bc5ba514f969d60f29633617191c0f65d847138d') center right no-repeat;
  cursor: pointer;
  display: block;
  padding-right: 16px;
}
button.btn {
  margin-top: 0;
}
.btn.btn-tw {
  color: #fff !important;
  background-color: #55acee;
  border-color: #55acee;
}
.btn.btn-tw i {
  color: #fff !important;
}
.btn.btn-tw:hover {
  background-color: #309aea;
  border-color: #309aea;
}
.btn.btn-fb {
  color: #fff !important;
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn.btn-fb i {
  color: #fff !important;
}
.btn.btn-fb:hover {
  background-color: #30487b;
  border-color: #30487b;
}
.btn.btn-mixi {
  color: #fff !important;
  background-color: #d1ad59;
  border-color: #d1ad59;
}
.btn.btn-mixi i {
  color: #fff !important;
}
.btn.btn-mixi:hover {
  background-color: #c89d39;
  border-color: #c89d39;
}
.btn.btn-haiku {
  color: #fff !important;
  background-color: #b96664;
  border-color: #b96664;
}
.btn.btn-haiku i {
  color: #fff !important;
}
.btn.btn-haiku:hover {
  background-color: #a84e4c;
  border-color: #a84e4c;
}
.btn-table {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 20px;
}
.btn-table .btn-table-cell {
  display: table-cell;
  padding-right: 5px;
}
.btn-table .btn-table-cell:last-child {
  padding-right: 0px;
}
.btn-table .btn-table-cell-ellipsis {
  width: 4em;
}
.btn-table .btn {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: .8em 0;
  font-size: 100%;
}
@font-face {
  font-family: 'blogicon';
  src: url('/fonts/public/blogicon/blogicon-regular.woff?version=f3c0529fe758a5074cd8940c3478a0a02bf976b3') format('woff'), url('/fonts/public/blogicon/blogicon-regular.otf?version=4b279fc3495b988cd9a5792383ac5248da470e21') format('opentype');
  font-weight: normal;
  font-style: normal;
}
[class*="blogicon-"] {
  display: inline-block;
  font-family: 'blogicon';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class*="blogicon-"].lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -10%;
}
.blogicon-hatenablog:before {
  content: '\f000';
}
.blogicon-plus:before {
  content: '\f001';
}
.blogicon-minus:before {
  content: '\f002';
}
.blogicon-reorder:before {
  content: '\f003';
}
.blogicon-grid:before {
  content: '\f004';
}
.blogicon-chevron-left:before {
  content: '\f005';
}
.blogicon-chevron-right:before {
  content: '\f006';
}
.blogicon-chevron-up:before {
  content: '\f007';
}
.blogicon-chevron-down:before {
  content: '\f008';
}
.blogicon-external:before {
  content: '\f009';
}
.blogicon-plugin:before {
  content: '\f00a';
}
.blogicon-member:before {
  content: '\f00b';
}
.blogicon-account:before {
  content: '\f00c';
}
.blogicon-design:before {
  content: '\f00d';
}
.blogicon-cog:before {
  content: '\f00e';
}
.blogicon-edit:before {
  content: '\f010';
}
.blogicon-addstar:before {
  content: '\f011';
}
.blogicon-subscribe:before {
  content: '\f012';
}
.blogicon-entry:before {
  content: '\f013';
}
.blogicon-notify:before {
  content: '\f014';
}
.blogicon-private:before {
  content: '\f015';
}
.blogicon-user:before {
  content: '\f016';
}
.blogicon-home:before {
  content: '\f017';
}
.blogicon-setting:before {
  content: '\f018';
}
.blogicon-draft:before {
  content: '\f019';
}
.blogicon-search:before {
  content: '\f01a';
}
.blogicon-analytics:before {
  content: '\f01b';
}
.blogicon-help:before {
  content: '\f01c';
}
.blogicon-comment:before {
  content: '\f01d';
}
.blogicon-import:before {
  content: '\f01e';
}
.blogicon-odai:before {
  content: '\f01f';
}
.blogicon-truck:before {
  content: '\f020';
}
.blogicon-group:before {
  content: '\f021';
}
.blogicon-folder:before {
  content: '\f022';
}
.blogicon-add:before {
  content: '\f023';
}
.blogicon-pen:before {
  content: '\f024';
}
.blogicon-close:before {
  content: '\f025';
}
.blogicon-trash:before {
  content: '\f026';
}
.blogicon-bookmark:before {
  content: '\f027';
}
.blogicon-redirect:before {
  content: '\f028';
}
.blogicon-check:before {
  content: '\f029';
  color: #5aba90;
}
.blogicon-crop:before {
  content: '\f02a';
}
.blogicon-repeat:before {
  content: '\f02b';
}
.blogicon-logout:before {
  content: '\f02c';
}
.blogicon-star:before {
  content: '\f02d';
}
.blogicon-star-o:before {
  content: '\f720';
}
.blogicon-pro:before {
  content: '\f02e';
}
.blogicon-myblog:before {
  content: '\f030';
}
.blogicon-recent:before {
  content: '\f031';
}
.blogicon-info:before {
  content: '\f032';
}
.blogicon-good:before {
  content: '\f033';
}
.blogicon-amazon:before {
  content: '\f034';
}
.blogicon-twitter:before {
  content: '\f035';
}
.blogicon-facebook:before {
  content: '\f036';
}
.blogicon-share:before {
  content: '\f037';
}
.blogicon-code:before {
  content: '\f038';
}
.blogicon-list:before {
  content: '\f039';
}
.blogicon-calender:before {
  content: '\f03a';
}
.blogicon-bracket:before {
  content: '\f03b';
}
.blogicon-photo:before {
  content: '\f03c';
}
.blogicon-color:before {
  content: '\f03d';
}
.blogicon-public:before {
  content: '\f03e';
}
.blogicon-realtime-preview:before {
  content: '\f040';
}
.blogicon-warning:before {
  content: '\f041';
}
.blogicon-link:before {
  content: '\f042';
}
.blogicon-time:before {
  content: '\f043';
}
.blogicon-markdown:before {
  content: '\f044';
}
.blogicon-evernote:before {
  content: '\f045';
}
.blogicon-music:before {
  content: '\f046';
}
.blogicon-niconico:before {
  content: '\f047';
}
.blogicon-heart:before {
  content: '\f048';
}
.blogicon-heart-alt:before {
  content: '\f049';
}
.blogicon-tag:before {
  content: '\f04a';
}
.blogicon-mail:before {
  content: '\f04b';
}
.blogicon-help-alt:before {
  content: '\f04c';
}
.blogicon-sushi:before {
  content: '\f04d';
}
.blogicon-rss:before {
  content: '\f04e';
}
.blogicon-smartphone:before {
  content: '\f051';
}
.blogicon-laptop:before {
  content: '\f052';
}
.blogicon-mixi:before {
  content: '\f053';
}
.blogicon-haiku:before {
  content: '\f054';
}
.blogicon-quote:before {
  content: '\f704';
}
.blogicon-toggle-on:before {
  content: '\f71d';
}
.blogicon-toggle-off:before {
  content: '\f71e';
}
.blogicon-odaislot:before {
  content: '\f721';
}
[class*="blogicon-editor-"] {
  color: #9aa5ab;
}
.blogicon-editor-unorderedlist:before {
  content: '\f700';
}
.blogicon-editor-orderedlist:before {
  content: '\f701';
}
.blogicon-editor-link:before {
  content: '\f702';
}
.blogicon-editor-seemore:before {
  content: '\f703';
}
.blogicon-editor-blockquote:before {
  content: '\f704';
}
.blogicon-editor-footnote:before {
  content: '\f705';
}
.blogicon-editor-toolbar-show:before {
  content: '\f706';
}
.blogicon-editor-toolbar-hide:before {
  content: '\f707';
}
.blogicon-editor-bold:before {
  content: '\f708';
}
.blogicon-editor-italic:before {
  content: '\f709';
}
.blogicon-editor-strike:before {
  content: '\f70a';
}
.blogicon-editor-underline:before {
  content: '\f70b';
}
.blogicon-editor-fontsize:before {
  content: '\f70c';
}
.blogicon-editor-color:before {
  content: '\f70d';
}
.blogicon-fotolife:before {
  content: '\f711';
}
.blogicon-curation-bar-toggle:before {
  content: '\f713';
}
.blogicon-paint:before {
  content: '\f714';
}
.blogicon-gourmet:before {
  content: '\f715';
}
.blogicon-flickr:before {
  content: '\f716';
}
.blogicon-gist:before {
  content: '\f717';
}
.blogicon-pixiv:before {
  content: '\f718';
}
.blogicon-miil:before {
  content: '\f719';
}
.blogicon-youtube:before {
  content: '\f71a';
}
.blogicon-instagram:before {
  content: '\f71b';
}
.blogicon-google-picker:before {
  content: '\f71c';
}
.blogicon-others:before {
  content: '\f710';
}
.l-container {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .l-container {
    width: 720px;
  }
}
@media (max-width: 767px) {
  .l-container {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.l-row {
  margin-left: -15px;
  margin-right: -15px;
  display: block;
  *zoom: 1;
}
.l-row:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
@media (max-width: 767px) {
  .l-row {
    margin-left: 0px;
    margin-right: 0px;
  }
}
[class*="l-span"] {
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 1px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  [class*="l-span"] {
    float: none;
    padding: 0;
    width: auto !important;
    margin-bottom: 1em;
  }
}
.l-span1 {
  width: 8.33333333%;
}
.l-span2 {
  width: 16.66666667%;
}
.l-span3 {
  width: 25%;
}
.l-span4 {
  width: 33.33333333%;
}
.l-span5 {
  width: 41.66666667%;
}
.l-span6 {
  width: 50%;
}
.l-span7 {
  width: 58.33333333%;
}
.l-span8 {
  width: 66.66666667%;
}
.l-span9 {
  width: 75%;
}
.l-span10 {
  width: 83.33333333%;
}
.l-span11 {
  width: 91.66666667%;
}
/*---------------------------------------------------
    Twitter Bootstrapのグリッドシステムを流用
  ---------------------------------------------------

-----------------------------------------------------*/
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row [class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}
.row:after {
  clear: both;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  display: block;
  *zoom: 1;
}
.thumbnails:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}
#globalheader {
  position: relative;
  z-index: 99;
  width: 100%;
  border: none;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#globalheader-container {
  height: 37px;
  width: 100%;
  z-index: 99;
}
.browsing-with-smartphone #globalheader-container {
  height: 44px;
}
.browsing-with-smartphone #globalheader-container iframe#globalheader {
  height: 44px;
}
.globalheader-fixed {
  margin-top: 37px;
}
.globalheader-fixed #globalheader-container {
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
}
.hatena-globalheader-window {
  position: fixed;
  top: 37px;
  right: 100px;
  width: 150px;
  height: 315px;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 75%;
  z-index: 9999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.hatena-globalheader-window iframe {
  width: 100%;
  height: 100%;
}
.hatena-globalheader-window.message {
  font-weight: bold;
  font-size: 100%;
  font-size: 13px;
  line-height: 30px;
  margin: 0 0 20px 0;
  padding: 5px 10px 5px 35px;
  border: 1px solid #C6C3FF;
  background: #eff3ff url('/images/admin/check.png?version=54e3b154276a9daca184174c7d95862d561bc819') no-repeat 7px 7px;
  color: #454545;
}
#notify-window {
  width: 250px;
}
#hatena-diary-dropdown-mymenu,
#hatena-diary-dropdown-blogmenu,
.hatena-diary-dropdown-myblogs {
  width: 200px;
}
#hatena-diary-feedback {
  position: fixed;
  padding: 0;
  margin: 0;
  top: 37px;
  right: 188px;
  border: 1px solid #ccc;
  background: #fff;
  z-index: 9999;
}
#header-container #sp-suggest {
  background: #3d3f44;
  padding: 1em;
  text-align: center;
}
#header-container #sp-suggest a {
  display: inline-block;
  color: #3d3f44;
  background: #fff;
  padding: 1em;
  border-radius: .5em;
  text-decoration: none;
}
@media (min-width: 300px) {
  #header-container #sp-suggest a {
    font-size: 16px;
  }
}
@media (min-width: 900px) {
  #header-container #sp-suggest {
    padding: 3em;
    text-align: center;
  }
  #header-container #sp-suggest a {
    font-size: 50px;
    padding: 1em;
    border-radius: .5em;
  }
}
/* Common */
body {
  color: #3d3f44;
  background: #ffffff;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/* global-header */
#globalheader-container {
  background: #3d3f44;
}
#globalheader-container #globalheader {
  margin: 0 auto;
  color: #f7f8f9;
}
/* container */
#container,
.container,
#service-top-container {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.section {
  margin-bottom: 60px;
}
.service-main-container {
  margin-bottom: 30px;
}
h2 {
  font-size: 1.3em;
  margin-bottom: 1em;
}
h2 a:link,
h2 a:visited {
  color: #3d3f44;
  text-decoration: none;
}
.box-wrapper {
  width: 990px;
  margin-right: -30px;
  overflow: hidden;
  display: block;
  *zoom: 1;
}
.box-wrapper:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.box-wrapper .box {
  width: 300px;
  float: left;
  margin-right: 30px;
}
.row h3 {
  margin-bottom: 1em;
  line-height: 1.3em;
}
.row h3 a:link,
.row h3 a:visited {
  color: #3d3f44;
}
.row p {
  font-size: 13px;
}
.icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  vertical-align: text-top;
  background-image: url('/images/guide/guide/features-icon-sprite.png?version=6f7e1ec727e892cb39599edf5843f31b8b576386');
  background-repeat: no-repeat;
}
.bcount-module {
  font-size: 12px;
  line-height: 16px;
  height: 16px;
  display: inline-block;
}
.bcount-module a {
  color: #008FDE !important;
  text-decoration: none;
}
.bcount-module a:hover {
  text-decoration: none;
  color: #00A5DE !important;
}
.bcount-module .bcount-module-bicon {
  font-weight: bold;
  font-size: 14px;
}
div.likebox_container .fbcomments,
div.likebox_container .fb_iframe_widget,
div.likebox_container .fb_iframe_widget[style],
div.likebox_container .fb_iframe_widget iframe[style],
div.likebox_container .fbcomments iframe[style],
div.likebox_container .fb_iframe_widget span {
  width: 100% !important;
}
/* グローバルヘッダ */
#globalheader-container {
  background: #3d3f44;
}
#globalheader-container #globalheader {
  margin: 0 auto;
  color: #f7f8f9;
}
/* サービスヘッダ */
#service-header {
  width: 940px;
  margin: 30px auto;
  min-height: 45px;
  display: block;
  *zoom: 1;
  position: relative;
}
#service-header:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
#service-header h1 {
  font-size: 28px;
  line-height: 1.5;
}
#service-header h1 a {
  color: #3d3f44;
}
#service-header h1 a:hover {
  text-decoration: none;
}
#service-header .pull-left {
  float: left;
}
#service-header .description {
  font-size: 11px;
  display: block;
  margin-top: 5px;
  line-height: 1.4;
  font-weight: normal;
  margin: 0;
}
#service-header .top-service-logo-wrapper {
  text-align: center;
}
#service-header .top-service-logo-wrapper .service-logo img {
  width: 250px;
  height: 45px;
}
#service-header .pull-right {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
#service-header .pull-right .description {
  margin-bottom: 5px;
}
#service-header .header-nav ul {
  font-size: 12px;
  list-style: none;
}
#service-header .header-nav li {
  float: right;
  margin-left: 5px;
}
#service-header .header-nav .btn {
  padding: .4em 1.8em;
}
/* サービスヘッダにアイコン出す */
.page-hotentry #service-header h1,
.page-hot #service-header h1 {
  background-size: 50px 50px;
  background-position: 0 0;
  padding-left: 50px;
  min-height: 50px;
  line-height: 50px;
  background-repeat: no-repeat;
  background-image: url('/images/service/service-header-icon-hotentry.png?version=921fc95cedd9ae07a8ce45bee625cce73217b644');
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .page-hotentry #service-header h1,
  .page-hot #service-header h1 {
    background-image: url('/images/service/service-header-icon-hotentry@2x.png?version=4600767683014a7267aa14a7f027bbb72bee2dd3');
  }
}
.page-recent #service-header h1 {
  background-size: 50px 50px;
  background-position: 0 0;
  padding-left: 50px;
  min-height: 50px;
  line-height: 50px;
  background-repeat: no-repeat;
  background-image: url('/images/service/service-header-icon-recent.png?version=1dbdbfc283a7822f6a03067f3726afaa8db2bacc');
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .page-recent #service-header h1 {
    background-image: url('/images/service/service-header-icon-recent@2x.png?version=3e0db15d66f69725c53a4f92bedb7aed2937c7d1');
  }
}
.global-page .favicon {
  -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;
}
.global-page #main h2 {
  border-left: 3px solid #3d3f44;
  padding-left: .5em;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: normal;
  margin: .5em 0 1em;
}
.global-page #main h2 .description {
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  color: #9aa5ab;
  margin-left: .5em;
  vertical-align: middle;
}
.global-page #main .section {
  margin-bottom: 40px;
}
.global-page .item-box {
  width: 193px;
  margin-bottom: 30px;
}
.global-page .item-box img {
  max-width: 100%;
}
.global-page .item.item-exlg {
  margin-bottom: 30px;
}
.global-page .item.item-exlg .thumb img {
  width: 100%;
  height: auto;
}
.global-page .item.item-exlg .entry-title {
  font-size: 28px;
}
.global-page .item.item-exlg.item-with-nothumb .entry-title {
  font-size: 36px;
}
.global-page .item.item-exlg.item-with-nothumb .article {
  font-size: 14px;
  line-height: 1.7;
}
.global-page .item.item-lg {
  margin-bottom: 30px;
  width: 289px;
  display: block;
  *zoom: 1;
}
.global-page .item.item-lg:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.global-page .item.item-lg .thumb img {
  width: 100%;
  height: auto;
}
.global-page .item.item-lg:nth-child(odd) {
  border-right: 1px solid #dfe5e7;
  padding-right: 20px;
}
.global-page .item {
  display: block;
  *zoom: 1;
}
.global-page .item:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.global-page .item .thumb {
  margin-bottom: 10px;
}
.global-page .item .entry-title {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.4;
  font-weight: bold;
  word-wrap: break-word;
}
.global-page .item .entry-title a {
  color: #3d3f44;
}
.global-page .item .article {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 3px;
  color: #777;
  word-wrap: break-word;
  word-break: break-all;
}
.global-page .item .meta {
  display: block;
  color: #9aa5ab;
  font-size: 12px;
  margin-top: 5px;
  line-height: 1.5;
}
.global-page .item .meta a {
  color: #9aa5ab;
}
.global-page .item .meta img {
  vertical-align: middle;
}
.global-page .item .meta-icon {
  font-weight: bold;
}
.global-page .item-with-nothumb .entry-title {
  font-size: 22px;
}
.global-page .item-with-nothumb .article {
  font-size: 14px;
  line-height: 1.7;
}
.global-page .item-list .list li {
  padding: 15px 0;
}
.global-page .item-list .list li:first-child {
  padding-top: 0;
}
.global-page .item-list .thumb {
  float: right;
  margin-left: 10px;
  margin-bottom: 0;
}
.global-page .item-thumbnail .thumb-image-wrapper {
  width: 128px;
  height: 128px;
  overflow: hidden;
  border: 1px solid #dfe5e7;
  background: #fff;
  padding: 5px;
  margin-bottom: 10px;
}
.global-page .item-thumbnail .thumb-image-wrapper img {
  width: 100%;
  background-color: #f7f8f9;
}
.global-page .item-thumbnail .entry-title {
  font-size: 12px;
}
.global-page .item-user .username {
  font-weight: bold;
  font-size: 14px;
  color: #3d3f44;
}
.global-page .item-user .user-icon {
  float: left;
  margin-right: 10px;
  -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;
}
.global-page .item-user .btn {
  float: right;
}
.global-page .more {
  text-align: right;
}
.global-page #recent .entry-title {
  font-size: 13px;
}
.global-page .recent-quote .recent-quote-body {
  font-weight: normal;
  font-style: italic;
  position: relative;
}
.global-page .recent-quote .recent-quote-body:before {
  content: "“";
  font-style: normal;
  line-height: 1;
  font-family: 'Times New Roman', serif;
  position: absolute;
  left: -20px;
  top: -13px;
  color: #e0e3e5;
  font-size: 100px;
  z-index: -2;
}
.global-page .recent-quote .recent-quote-from {
  font-size: 13px;
  margin: .5em 0;
}
.global-page #hottopic > h3 {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfe5e7;
}
.global-page .topic-title {
  font-size: 120%;
  color: #4eacd1;
}
.global-page .topic-title a {
  color: #4eacd1 !important;
}
.section-introducing {
  background-color: #f7f8f9;
  border-left: 3px solid #ccc;
  padding: 1em;
}
.section-introducing h3 {
  font-size: 140%;
  font-weight: normal;
}
.section-introducing p {
  margin: 0 0 1em;
}
#sidebar {
  font-size: 12px;
  line-height: 1.5;
}
#sidebar a {
  color: #3d3f44;
}
#sidebar img {
  max-width: 100%;
}
#sidebar .badge {
  font-size: 80%;
}
#sidebar .section {
  margin-bottom: 30px;
}
#sidebar h2 {
  font-size: 14px;
}
#sidebar .h2 {
  margin-bottom: 1em;
}
#sidebar .section-box {
  position: relative;
  border: 1px solid #dfe5e7;
  padding: 20px 10px 10px;
}
#sidebar .section-box h2 {
  position: absolute;
  top: -10px;
  left: 10px;
  background-color: #fff;
  display: inline-block;
  padding: 0 .4em;
}
#sidebar .ad {
  margin-bottom: 30px;
}
#sidebar h3 {
  font-size: 14px;
  margin-bottom: 10px;
}
#sidebar .sidebar-box {
  border: 3px solid #dfe5e7;
  padding: 10px;
  margin-bottom: 15px;
}
#sidebar .sidebar-box h2 {
  padding-top: 0;
  border-bottom: 1px solid #dfe5e7;
}
#sidebar .odai-box {
  background-color: #f7f8f9;
  padding: .8em;
  margin-bottom: 1em;
  font-size: 110%;
  font-weight: bold;
}
#sidebar .sponsored-box li {
  list-style: none;
  display: table;
  width: 100%;
}
#sidebar .sponsored-box li:last-child {
  margin-bottom: 0;
}
#sidebar .sponsored-box .profile-image {
  border: 1px solid #dfe5e7;
  margin-right: 8px;
  margin-bottom: 8px;
}
#sidebar .sponsored-box .sponsored-cell {
  display: table-cell;
  vertical-align: top;
}
#sidebar .sponsored-box .sponsored-cell.cell-icon {
  width: 60px;
}
#sidebar .sponsored-box .title {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
#sidebar .sponsored-box .meta {
  font-size: 12px;
  color: #3d3f44;
}
#sidebar .staffblog li {
  display: block;
  *zoom: 1;
}
#sidebar .staffblog li:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
#sidebar .staffblog .thumb {
  width: 100px;
  height: 100px;
  float: left;
  margin: 0 8px 0 0;
  border: 1px solid #dfe5e7;
  background-size: cover;
  background-position: center;
}
#sidebar .app-box {
  display: block;
  *zoom: 1;
}
#sidebar .app-box:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
#sidebar .app-box .app-box-body img {
  vertical-align: middle;
}
#sidebar .app-box .app-box-body .appstore {
  width: 135px;
  height: 40px;
}
#sidebar .app-box .p {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
}
#sidebar .btn-large {
  width: 100%;
}
.subscribing-top-iframe .list li {
  height: 140px;
}
.subscribing-top-iframe #main .section:last-child {
  margin-bottom: 0;
}
.subscribing-top-iframe #main .section:only-child {
  margin: 60px 0;
}
#google_afc_top {
  width: 730px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
#google_afc_top .google_afc_blocklink {
  line-height: 1.5;
}
#google_afc_top .google_afc_blocklink .google_ads_by {
  font-size: 80%;
  margin-bottom: 5px;
}
#google_afc_top .google_afc_blocklink .google_ads_by a {
  color: #666;
}
#google_afc_top .google_afc_blocklink ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#google_afc_top .google_afc_blocklink li {
  margin-bottom: 10px;
  list-style: none;
}
#google_afc_top .google_afc_blocklink .title {
  text-decoration: underline;
  background: none;
  font-size: 104%;
  letter-spacing: .4em;
  font-weight: bold;
  display: block;
}
#google_afc_top .google_afc_blocklink .summary {
  color: #222;
  font-size: 80%;
  opacity: 0.6;
  display: inline;
}
#google_afc_top .google_afc_blocklink .visible_url {
  margin-left: 10px;
  white-space: nowrap;
  font-size: 80%;
  letter-spacing: .4em;
}
#google_afc_top .google_afc_image {
  font-size: 12px;
}
#google_afc_top .google_afc_image td {
  padding-bottom: 5px;
}
#google_afc_top .google_afc_image a {
  color: #9aa5ab;
}
.footer-section {
  margin-bottom: 20px;
  text-align: left;
}
.footer-nav {
  display: block;
  *zoom: 1;
}
.footer-nav:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.footer-nav ul {
  font-size: 75%;
}
.footer-nav ul li {
  float: left;
  margin-right: .5em;
  line-height: 40px;
  color: #dfe5e7;
  font-weight: bold;
}
.footer-nav ul li a {
  color: #666;
  margin-right: .5em;
}
.footer-nav ul li a:hover {
  text-decoration: none;
  color: #4eacd1;
}
.social-button .fb_iframe_widget {
  vertical-align: top;
  *display: inline;
  *zoom: 1;
}
/* @service-top-FOOTER  */
.footer {
  background: #f7f8f9;
  padding: 30px 0 20px 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
.footer-inner {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  font-size: 80%;
  display: block;
  *zoom: 1;
}
.footer-inner:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.footer-inner .footer-box {
  width: 240px;
  float: left;
  margin-bottom: 2em;
}
.footer-inner .footer-box h4 {
  margin: 0 0 1.5em 0;
  line-height: 1.3;
}
.footer-inner .footer-box ul li {
  list-style-type: none;
  padding: .5em 0;
}
.footer-inner .footer-box ul li a {
  color: #9aa5ab;
}
.footer-inner .badge {
  vertical-align: text-bottom !important;
}
.footer-inner .count-box {
  width: 270px;
  color: #858585;
}
.footer-inner .count-box h4 {
  color: #858585;
  font-weight: normal;
  margin-bottom: .5em;
}
.footer-inner .count-box .counter {
  font-size: 300%;
  font-weight: bold;
  margin-bottom: 30px;
}
.footer-inner .count-box .counter .small {
  font-size: 18px;
  margin-left: 3px;
}
.footer-inner .footer-address {
  font-style: normal;
  font-size: 90%;
  padding: 20px 0 0 0;
  color: #9aa5ab;
  line-height: 1.5;
}
.footer-inner .footer-address img.left {
  margin-right: 15px;
}
.footer-inner .footer-address i {
  display: block;
  font-size: 110%;
}
.section-case {
  text-align: center;
  margin: 50px auto;
}
.section-case h1 {
  margin: 0 0 .3em 0;
}
.section-case p {
  margin: 1em 0 !important;
}
/* はてなブログPro Guide (/guide/pro)  */
.page-guide-pro {
  background: #fff;
}
.page-guide-pro p {
  font-size: 80%;
}
.page-guide-pro section h1 {
  font-size: 22px;
  line-height: 1.2;
  margin: 20px 0 20px 0;
}
.page-guide-pro section h2 {
  font-size: 18px;
  line-height: 1.2;
}
.page-guide-pro .admin-notice {
  padding: 20px;
  display: block;
  *zoom: 1;
}
.page-guide-pro .admin-notice:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.page-guide-pro .admin-notice h3 {
  margin-bottom: .5em;
}
.page-guide-pro .admin-notice img {
  float: right;
  margin-left: 1em;
}
.plus-header {
  background: #333333 url('/images/guide/plus/bg.gif?version=127f6fb549c82973671ad1c2c6b5b829e50c20d3') repeat;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 40px;
  box-shadow: inset 0 0 10px #000000;
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
}
.plus-header .plus-header-inner {
  width: 860px;
  margin: 0 auto;
  color: #ffffff;
}
.plus-header .plus-logo {
  width: 308px;
  margin: 0px auto 20px auto;
  position: relative;
}
.plus-header .plus-logo span {
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 44px;
}
.plus-header h1 {
  font-size: 38px;
  margin: 15px 0;
}
.plus-header p {
  font-size: 12px;
  color: #ccc;
  width: 590px;
  margin: 0 auto 15px auto;
}
.page-guide-pro section {
  margin-bottom: 60px;
}
.page-guide-pro .feat .box {
  width: 445px;
  padding: 20px 50px 20px 0;
  border-top: 1px solid #ddd;
  float: left;
  height: 180px;
}
.page-guide-pro .feat .box.padding0 {
  padding: 20px 0 !important;
}
.page-guide-pro .feat .box.borderbottom {
  border-bottom: 1px solid #ddd;
}
.page-guide-pro .feat .box img {
  margin-right: 12px;
  float: left;
}
.page-guide-pro .fotolifeplus-logo {
  margin-top: 7px;
}
.plus-features {
  width: 100%;
}
.plus-features th {
  padding: 10px 20px;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  border: 1px solid #dbdbdb;
}
.plus-features td {
  padding: 10px 10px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #dbdbdb;
}
.plus-features td.secondary {
  color: #8e9da7;
}
.plus-features td.primary {
  color: #4eacd1;
}
.plus-features .price {
  font-size: 18px;
}
.plus-features img {
  display: block;
  margin: 0 auto 10px auto;
}
.plus-features .pro-price-notice {
  font-size: 12px;
  display: block;
  margin-top: 5px;
  color: #aaa;
  line-height: 1.5;
  font-weight: normal;
}
.plus-features .pro-price-notice a {
  color: #aaa;
  text-decoration: underline;
}
.plus-course {
  margin: 0;
  padding: 0;
}
.plus-course li {
  float: left;
  list-style: none;
  text-align: center;
  margin-right: 42px;
  width: 30%;
}
.plus-course dt {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  color: #4eacd1;
}
.plus-course dd {
  margin: 0;
  font-size: 13px;
  padding: 2px 0;
}
.plus-course dd .blue {
  color: #4eacd1;
}
.plus-course .price {
  font-size: 24px;
}
.plus-course .year {
  font-size: 18px;
}
/* END Blog-Plus Guide (/guide/plus)  */
/* Recent, Hot (/recent,/hot) */
.recent-section,
.hot-section,
.primary-section {
  width: 800px;
  margin: 20px auto;
}
#main-header h1 {
  font-size: 18px;
  height: 18px;
  font-weight: normal;
  font-style: normal;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dfe5e7;
}
.antenna-delete {
  display: none;
}
.antenna li:hover .antenna-delete {
  display: inline;
  margin-left: 10px;
}
/* END Recent, Hot (/recent,/hot)  */
/* page-403 Forbidden */
.page-403 {
  margin: 30px auto 100px;
  text-align: center;
  font-size: 13px;
  width: 90%;
}
.page-403 h1 {
  font-weight: 100;
  font-size: 40px;
  color: #999;
  margin-bottom: 10px;
}
.page-403 h1.syonboria {
  font-size: 40px;
  color: #ccc;
}
.page-403 #private-message {
  padding: 10px;
  background: #fff;
  border: 1px dashed #ccc;
  width: 500px;
  margin: 20px auto;
}
.hatena-id-icon {
  vertical-align: middle;
  margin-right: 3px;
}
/* page-404 Not Found */
.page-admin-404 {
  background: #f7f8f9;
  text-align: center;
}
.page-admin-404 #container {
  width: 750px;
  margin-top: 100px;
  margin-bottom: 100px;
  -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;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  padding: 30px;
}
.page-admin-404 #container .header {
  margin-bottom: 20px;
}
.page-admin-404 #container h1 {
  font-size: 50px;
  font-weight: normal;
  color: #9aa5ab;
}
.page-admin-404 #container p {
  font-size: 14px;
  margin-bottom: 10px;
}
.page-admin-404 #container .footer-ad {
  display: block;
  *zoom: 1;
  margin-top: 30px;
}
.page-admin-404 #container .footer-ad:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.page-admin-404 #container .ad-left {
  float: left;
}
.page-admin-404 #container .ad-right {
  float: right;
}
/* page-blog-count-exceeded */
.page-blog-count-exceeded #container .blog-count-exceeded-h1 {
  font-size: 28px;
}
.hotentry-heading {
  margin-top: 50px;
}
.hotentry-heading .box1 {
  width: 630px;
}
.hotentry-heading .box2 {
  text-align: right;
  margin-top: 30px;
}
.hotentry-heading h1 {
  margin-bottom: .3em;
  line-height: 1.3;
}
.hotentry-heading p {
  font-size: 75%;
}
.hotentry-list {
  display: block;
  *zoom: 1;
}
.hotentry-list:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.hotentry-list li {
  list-style: none;
}
.hotentry-list .article {
  line-height: 1.3;
  overflow: hidden;
  margin-bottom: 15px;
}
.hotentry-list .article a {
  color: #545353;
}
.hotentry-list .article a:hover {
  text-decoration: none;
}
.hotentry-list .blog-icon img {
  -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;
  vertical-align: middle;
}
.hotentry-list .entry-title {
  font-size: 80%;
  font-style: italic;
  color: #9aa5ab;
}
.hotentry-list .caption {
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #9aa5ab;
}
.hotentry-list .entry-big {
  border-bottom: 1px solid #dfe5e7;
  padding: 30px 0;
}
.hotentry-list .entry-big .article {
  font-size: 30px;
  height: 75px;
  margin-bottom: 15px;
}
.hotentry-list .article-image-wrapper {
  width: 100px;
  height: 100px;
  overflow: hidden;
  background-color: #fff;
  padding: 4px;
  border: 1px solid #dfe5e7;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  float: left;
  margin-right: 10px;
}
.hotentry-list .article-image-wrapper .article-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
}
.hotentry-list.medium-ul .entry-medium {
  float: left;
  width: 439px;
  padding: 30px 0 0 0;
  border-bottom: 1px solid #dfe5e7;
}
.hotentry-list.medium-ul .entry-medium .article {
  font-size: 23px;
  height: 115px;
  margin-bottom: 15px;
}
.hotentry-list.medium-ul .entry-medium .caption {
  padding-bottom: 30px;
}
.hotentry-list.medium-ul li:nth-child(odd) {
  padding-right: 30px;
  border-right: 1px solid #dfe5e7;
}
.hotentry-list.medium-ul li:nth-child(even) {
  padding-left: 30px;
}
.hotentry-list.medium-ul .entry-left {
  padding-right: 30px;
  border-right: 1px solid #dfe5e7;
}
.hotentry-list.medium-ul .entry-right {
  padding-left: 30px;
}
.hotentry-list.small-ul .entry-small {
  float: left;
  width: 286px;
  padding: 20px 0 0 0;
  border-bottom: 1px solid #dfe5e7;
}
.hotentry-list.small-ul .entry-small .article {
  font-size: 18px;
  height: 110px;
  margin-bottom: 15px;
  line-height: 1.5;
}
.hotentry-list.small-ul .entry-small .caption {
  padding-bottom: 20px;
  font-size: 90%;
}
.hotentry-list.small-ul li:nth-child(1),
.hotentry-list.small-ul li:nth-child(2) {
  padding-right: 20px;
  border-right: 1px solid #dfe5e7;
}
.hotentry-list.small-ul li:nth-child(2),
.hotentry-list.small-ul li:nth-child(3) {
  padding-left: 20px;
}
.hotentry-list.small-ul .entry-left {
  padding-right: 20px;
  border-right: 1px solid #dfe5e7;
}
.hotentry-list.small-ul .entry-center {
  padding-right: 20px;
  border-right: 1px solid #dfe5e7;
  padding-left: 20px;
}
.hotentry-list.small-ul .entry-right {
  padding-left: 20px;
}
.hotentry-list.small-ul .article-image-wrapper {
  width: 100px;
  height: 100px;
}
.hotentry-list.small-ul .article-image-wrapper .article-image {
  width: 100px;
  height: 100px;
}
.page-guide-npo,
.page-guide-library {
  background: #f7f8f9;
}
.page-guide-npo #globalheader-container,
.page-guide-library #globalheader-container {
  display: none;
}
.page-guide-npo #service-top-container,
.page-guide-library #service-top-container {
  background: #fff;
  width: 880px;
  border: 1px solid #dfe5e7;
  margin: 30px auto;
}
.page-guide-npo #container-inner,
.page-guide-library #container-inner {
  font-size: 80%;
  padding: 30px;
}
.page-guide-npo .header-logo,
.page-guide-library .header-logo {
  margin-bottom: 10px;
}
.page-guide-npo .header-logo img,
.page-guide-library .header-logo img {
  width: 200px;
}
.page-guide-npo p,
.page-guide-library p {
  margin-bottom: 1em;
}
.page-guide-npo .header,
.page-guide-library .header {
  padding: 30px;
  text-align: left;
  border-bottom: 1px solid #dfe5e7;
  background: url('/images/guide/npo/pro-npo-header.jpg?version=cbfef9b120c26702165d509799eb353ea9b07ad7') no-repeat;
  background-position: right bottom;
}
.page-guide-npo .header h1,
.page-guide-library .header h1 {
  color: #4eacd1;
  font-size: 40px;
  line-height: 1.1;
}
.page-guide-npo .header p,
.page-guide-library .header p {
  width: 400px;
  font-size: 75%;
}
.page-guide-npo .header h2,
.page-guide-library .header h2 {
  font-size: 100%;
  margin: 10px 0;
}
.page-guide-npo .header h2 .large,
.page-guide-library .header h2 .large {
  border-bottom: 4px solid #ff9faa;
  font-size: 120%;
  padding: 0 3px;
}
.page-guide-npo h3,
.page-guide-library h3 {
  margin-bottom: .5em;
  font-size: 120%;
}
.page-guide-npo table,
.page-guide-library table {
  border-collapse: collapse;
}
.page-guide-npo table tr,
.page-guide-library table tr {
  border: 0;
}
.page-guide-npo table th,
.page-guide-library table th,
.page-guide-npo table td,
.page-guide-library table td {
  background: #fff;
  border-width: 1px;
}
.page-guide-npo section ul,
.page-guide-library section ul {
  margin: 1em 0;
  padding-left: 1.5em;
}
.page-guide-npo section ul li,
.page-guide-library section ul li {
  line-height: 1.7;
}
.page-guide-npo .campaign-social-buttons,
.page-guide-library .campaign-social-buttons {
  text-align: right;
}
.page-guide-library .header {
  background: url('/images/guide/library/pro-library-header.jpg?version=b84d9ade6126ed9b7bb329e39a19129bddea0796') no-repeat;
  color: #fff;
}
.page-guide-library .header h1 {
  color: #fff;
}
.page-guide-library .header p {
  color: #fff;
}
.page-special-doubutsuno_mori {
  background: url('/images/special/doubutsuno/purty_wood.png?version=b082fceeeb611125c197ba410ef9d27c3551c685') repeat;
}
.page-special-doubutsuno_mori #service-top-container {
  padding: 30px;
  background: #f5e2c9;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 20px #9a7248;
  -moz-box-shadow: inset 0 0 20px #9a7248;
  -webkit-box-shadow: inset 0 0 20px #9a7248;
  border: 1px solid #c18c54;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -moz-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.page-special-doubutsuno_mori .header-nav ul li.selected {
  border-color: #805221 !important;
}
.page-special-doubutsuno_mori .hotentry-heading {
  color: #2b7434;
  line-height: 1.2;
}
.page-special-doubutsuno_mori h1 {
  font-size: 2.5em;
}
.page-special-doubutsuno_mori .span4 {
  margin-top: 0;
}
.page-special-doubutsuno_mori .span4 p {
  font-weight: bold;
}
.page-special-doubutsuno_mori .btn-blue {
  background: #2b7434 !important;
  border: none;
  text-shadow: none;
}
.page-special-doubutsuno_mori .btn-blue:hover {
  background: #2b7434 !important;
  border: none;
}
.page-special-doubutsuno_mori .hotentry-list .article-image-wrapper {
  width: 167px;
  border: none;
  box-shadow: 0 2px 6px #805221;
  -moz-box-shadow: 0 2px 6px #805221;
  -webkit-box-shadow: 0 2px 6px #805221;
}
.page-special-doubutsuno_mori .article-image {
  width: 167px !important;
}
.page-special-doubutsuno_mori .entry-small .article-image-wrapper,
.page-special-doubutsuno_mori .entry-small .article-image {
  width: 100px !important;
  height: 60px !important;
}
.page-special-doubutsuno_mori .hotentry-list .article a {
  color: #333;
}
.page-special-doubutsuno_mori .hotentry-list .entry-title {
  color: #805221;
}
.page-special-doubutsuno_mori .entry-big,
.page-special-doubutsuno_mori .entry-small,
.page-special-doubutsuno_mori .entry-medium,
.page-special-doubutsuno_mori .entry-left {
  border-color: #c18c54 !important;
}
.page-special-doubutsuno_mori .register-wrapper p {
  font-size: 12px;
  font-weight: bold;
  color: #2b7434;
}
.page-keyword-campaign-index #container {
  width: 900px;
}
.page-keyword-campaign-entries #container {
  width: 940px;
}
.page-keyword-campaign-index,
.page-keyword-campaign-entries {
  background: #f7f8f9;
}
.page-keyword-campaign-index #container,
.page-keyword-campaign-entries #container {
  margin: 30px auto;
  background: #fff;
  border: 1px solid #dfe5e7;
  padding: 30px;
  font-size: 90%;
}
.page-keyword-campaign-index h1,
.page-keyword-campaign-entries h1 {
  text-align: center;
  margin: 0 0 20px;
  padding: 20px 0;
  border-top: 1px solid #dfe5e7;
  border-bottom: 1px solid #dfe5e7;
  line-height: 1.3;
}
.page-keyword-campaign-index h1 a,
.page-keyword-campaign-entries h1 a {
  color: #3d3f44;
}
.page-keyword-campaign-index .campaign-social-buttons,
.page-keyword-campaign-entries .campaign-social-buttons {
  margin: 20px 0;
  text-align: right;
}
.page-keyword-campaign-index .campaign-social-buttons iframe,
.page-keyword-campaign-entries .campaign-social-buttons iframe,
.page-keyword-campaign-index .campaign-social-buttons .fb-like,
.page-keyword-campaign-entries .campaign-social-buttons .fb-like,
.page-keyword-campaign-index .campaign-social-buttons div,
.page-keyword-campaign-entries .campaign-social-buttons div {
  vertical-align: middle !important;
}
.page-keyword-campaign-index .campaign-image-container img,
.page-keyword-campaign-entries .campaign-image-container img {
  width: 100%;
}
.page-keyword-campaign-index table ul,
.page-keyword-campaign-entries table ul,
.page-keyword-campaign-index table ol,
.page-keyword-campaign-entries table ol {
  margin: 0 0 10px 1.5em;
  padding: 0;
  line-height: 1.7;
}
.page-keyword-campaign-index table ul li ul,
.page-keyword-campaign-entries table ul li ul,
.page-keyword-campaign-index table ol li ul,
.page-keyword-campaign-entries table ol li ul,
.page-keyword-campaign-index table ul li ol,
.page-keyword-campaign-entries table ul li ol,
.page-keyword-campaign-index table ol li ol,
.page-keyword-campaign-entries table ol li ol {
  margin-bottom: 0;
}
.page-keyword-campaign-index table p,
.page-keyword-campaign-entries table p {
  font-size: 100%;
  color: #3d3f44;
  line-height: 1.5;
  margin: 0;
}
.page-keyword-campaign-index .list,
.page-keyword-campaign-entries .list {
  margin-bottom: 20px;
}
.page-keyword-campaign-index .list .blog-title,
.page-keyword-campaign-entries .list .blog-title {
  display: block;
  font-size: 16px;
  margin-bottom: 7px;
  font-weight: bold;
  line-height: 1.2;
}
.page-keyword-campaign-index .list .blog-title a,
.page-keyword-campaign-entries .list .blog-title a {
  color: #3d3f44;
}
.page-keyword-campaign-index .list li,
.page-keyword-campaign-entries .list li {
  display: block;
  *zoom: 1;
  padding: 15px 0;
}
.page-keyword-campaign-index .list li:after,
.page-keyword-campaign-entries .list li:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.page-keyword-campaign-index .list .article,
.page-keyword-campaign-entries .list .article {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 3px;
  color: #666;
  word-wrap: break-word;
  word-break: break-all;
}
.page-keyword-campaign-index .list .meta,
.page-keyword-campaign-entries .list .meta {
  display: block;
  font-size: 12px;
  margin-top: 7px;
  line-height: 1.5;
  color: #9aa5ab;
}
.page-keyword-campaign-index .list .meta .blog-icon,
.page-keyword-campaign-entries .list .meta .blog-icon {
  vertical-align: middle;
  margin-right: 7px;
}
.page-keyword-campaign-index .list .meta a,
.page-keyword-campaign-entries .list .meta a {
  color: #9aa5ab;
}
.page-keyword-campaign-index .list .entry-image,
.page-keyword-campaign-entries .list .entry-image {
  float: right;
  width: 100px;
  height: 100px;
  margin-left: 10px;
  margin-bottom: 0;
  border: 1px solid #dfe5e7;
  background-position: center;
  background-size: cover;
}
.page-keyword-campaign-index .campaign-entry-button-container,
.page-keyword-campaign-entries .campaign-entry-button-container {
  text-align: center;
  margin-bottom: 1em;
}
.page-keyword-campaign-index .campaign-entry-button-container .campaign-entry-button,
.page-keyword-campaign-entries .campaign-entry-button-container .campaign-entry-button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 10px;
}
.page-keyword-campaign-index .section-diary,
.page-keyword-campaign-entries .section-diary {
  margin-bottom: 0;
}
.page-odai-entries {
  background: #f7f8f9;
}
.page-odai-entries #container {
  width: 940px;
  margin: 30px auto;
  background: #fff;
  border: 1px solid #dfe5e7;
  padding: 30px;
  font-size: 90%;
}
.page-odai-entries .odai-title {
  text-align: center;
  margin: 0 0 20px;
  padding: 20px 0;
  border-top: 1px solid #dfe5e7;
  border-bottom: 1px solid #dfe5e7;
}
.page-odai-entries .odai-title h1 {
  line-height: 1.3;
}
.page-odai-entries .odai-title a {
  color: #3d3f44;
}
.page-odai-entries .odai-info {
  margin: 1em auto auto;
  font-size: 14px;
}
.page-odai-entries .odai-info-key {
  font-weight: bold;
  color: #9aa5ab;
}
.page-odai-entries .odai-info-value {
  color: #999;
}
.page-odai-entries .odai-info .odai-owner {
  font-weight: bold;
}
.page-odai-entries .odai-info img {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  vertical-align: middle;
}
.page-odai-entries .post-odai-entry {
  font-size: 18px;
  color: #4eacd1;
  margin-left: 18px;
  float: right;
}
.page-odai-entries .odai-invitation {
  border-bottom: 1px solid #dfe5e7;
  padding: 0 0 20px 0;
  margin-bottom: 30px;
}
.page-odai-entries .odai-invitation h3 {
  margin: 0 0 1em;
  padding: 0;
  display: block;
  *zoom: 1;
  font-size: 16px;
}
.page-odai-entries .odai-invitation h3:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.page-odai-entries .odai-invitation p {
  color: #808080;
  line-height: 1.5em;
}
.page-odai-entries .list {
  margin-bottom: 20px;
}
.page-odai-entries .list .blog-title {
  display: block;
  font-size: 16px;
  margin-bottom: 7px;
  font-weight: bold;
  line-height: 1.2;
}
.page-odai-entries .list .blog-title a {
  color: #3d3f44;
}
.page-odai-entries .list li {
  display: block;
  *zoom: 1;
  padding: 15px 0;
}
.page-odai-entries .list li:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.page-odai-entries .list .article {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 3px;
  color: #666;
  word-wrap: break-word;
  word-break: break-all;
}
.page-odai-entries .list .meta {
  display: block;
  font-size: 12px;
  margin-top: 7px;
  line-height: 1.5;
  color: #9aa5ab;
}
.page-odai-entries .list .meta .blog-icon {
  vertical-align: middle;
  margin-right: 7px;
}
.page-odai-entries .list .meta a {
  color: #9aa5ab;
}
.page-odai-entries .list .entry-image {
  float: right;
  width: 100px;
  height: 100px;
  margin-left: 10px;
  margin-bottom: 0;
  border: 1px solid #dfe5e7;
  background-position: center;
  background-size: cover;
}
.page-odai-entries .odai-entry-button-container {
  text-align: center;
  margin-bottom: 1em;
}
.page-odai-entries .odai-entry-button-container .odai-entry-button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 10px;
}
.entry-content {
  /* @HATENA-SYNTAX */
  /* asin */
}
.entry-content p {
  margin: 0.7em 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.5em 0;
  line-height: 1.5;
}
.entry-content h1 {
  font-size: 160%;
}
.entry-content h2 {
  font-size: 150%;
}
.entry-content h3 {
  font-size: 140%;
}
.entry-content h4 {
  font-size: 120%;
}
.entry-content h5 {
  font-size: 110%;
}
.entry-content h6 {
  font-size: 100%;
}
.entry-content h2,
.entry-content h3 {
  border-bottom: 1px solid #dfe5e7;
}
.entry-content ul,
.entry-content ol,
.entry-content dd {
  margin: 0 0 0 1.5em;
  padding: 0;
  line-height: 1.7;
}
.entry-content blockquote {
  padding: 10px;
  margin: 1em 0;
  border: 1px solid #ccc;
}
.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 {
  font-size: 12px;
  padding: 10px;
  white-space: pre-wrap;
  border: 1px solid #ccc;
  font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
  line-height: 1.3;
}
.entry-content a.keyword {
  text-decoration: none;
  border-bottom: 1px solid #DEDEDE;
  color: #222;
}
.entry-content pre.lang-aa {
  font-size: 14px;
  line-height: 15px;
}
.entry-content .hatena-asin-detail li {
  line-height: 1.4;
}
.entry-content .section {
  margin: 0;
}
.entry-content img.hatena-fotolife {
  cursor: pointer;
}
.entry-content .hatena-image-right {
  float: right;
  margin: 0 0 1em 1em;
}
.entry-content .hatena-image-left {
  float: left;
  margin: 0 1em 1em 0;
}
.entry-content pre.code {
  font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
  line-height: 1.5;
}
.entry-content .footnote-delimiter {
  padding-right: 0.5em;
}
.entry-content .hatena-asin-detail {
  margin: 1em 0;
  padding: 0.8em 0.6em;
  border: 1px solid #ddd;
  border-image: initial;
  font-size: 90%;
}
.entry-content .hatena-asin-detail .hatena-asin-detail-image {
  float: left;
  margin-right: 15px;
}
.entry-content .hatena-asin-detail .hatena-asin-detail-title {
  margin-top: 0;
  font-weight: bold;
}
.entry-content .hatena-asin-detail p {
  text-indent: 0;
}
.entry-content .hatena-asin-detail ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.entry-content .hatena-asin-detail .hatena-asin-detail-foot {
  clear: left;
}
.page-famous-blogs-top #service-header h1 {
  background-position: 0 0;
  padding-left: 50px;
  line-height: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-image: url('/images/service/service-header-icon-famous.png?version=ae06126f60fce2cff72e1b00b8972b50e30c8d8b');
  background-size: 50px 50px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .page-famous-blogs-top #service-header h1 {
    background-image: url('/images/service/service-header-icon-famous@2x.png?version=e5f3bf492b2e29caea054a030ee5d72f356cbf73');
  }
}
.button-nav {
  list-style: none;
  margin-bottom: 10px;
}
.button-nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 7px 7px 0;
}
.page-famous-blogs-top #main h2 .description {
  float: none;
  display: inline;
  font-size: 12px;
  font-weight: normal;
}
.list-blog-user li,
.list-subscribing-entries li {
  position: relative;
  padding: 15px 0 !important;
}
.list-blog-user li:first-child,
.list-subscribing-entries li:first-child {
  padding-top: 0 !important;
}
.list-blog-user li:first-child .user-icon,
.list-subscribing-entries li:first-child .user-icon {
  top: 0;
}
.list-blog-user .user-icon,
.list-subscribing-entries .user-icon {
  position: absolute;
  top: 15px;
  left: 0;
  width: 64px;
  height: 64px;
  -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;
}
.list-blog-user .item,
.list-subscribing-entries .item {
  padding-left: 80px;
  display: block;
  *zoom: 1;
}
.list-blog-user .item:after,
.list-subscribing-entries .item:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.list-blog-user .item .user-name-wrapper,
.list-subscribing-entries .item .user-name-wrapper {
  display: block;
  margin-bottom: 8px;
  line-height: 1.2;
  word-wrap: break-word;
}
.list-blog-user .item .user-name,
.list-subscribing-entries .item .user-name {
  font-size: 18px;
  color: #3d3f44;
  font-weight: bold;
}
.list-blog-user .item .user-id,
.list-subscribing-entries .item .user-id {
  color: #9aa5ab;
  font-size: 12px;
  margin-left: .5em;
}
.list-blog-user .item .entry-title,
.list-subscribing-entries .item .entry-title {
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 0;
}
#sidebar .contact p {
  margin-bottom: 1em;
}
.page-store input[type="text"],
#popular-themes input[type="text"],
.page-store input[type="url"],
#popular-themes input[type="url"],
.page-store input[type=password],
#popular-themes input[type=password],
.page-store input[type=email],
#popular-themes input[type=email],
.page-store input[type=number],
#popular-themes input[type=number],
.page-store input[type=search],
#popular-themes input[type=search],
.page-store input[type=tel],
#popular-themes input[type=tel],
.page-store textarea,
#popular-themes textarea {
  width: 100%;
}
.page-store .thumbnails,
#popular-themes .thumbnails {
  margin-left: -20px;
  list-style: none;
  display: block;
  *zoom: 1;
}
.page-store .thumbnails:after,
#popular-themes .thumbnails:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.page-store .thumbnails > li,
#popular-themes .thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
  -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;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.page-store .thumbnails > li.adx,
#popular-themes .thumbnails > li.adx {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 0 0 #ffffff;
  -moz-box-shadow: 0 0 0 #ffffff;
  -webkit-box-shadow: 0 0 0 #ffffff;
  height: 258px;
}
.page-store .thumbnails .theme-thumb,
#popular-themes .thumbnails .theme-thumb {
  overflow: hidden;
  background: #f7f8f9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -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;
  border-bottom: 1px solid #dfe5e7;
  background-size: cover;
  background-position: center;
}
.page-store .thumbnails .theme-thumb img,
#popular-themes .thumbnails .theme-thumb img {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.page-store .thumbnails .theme-meta,
#popular-themes .thumbnails .theme-meta {
  margin: 0 10px;
  padding: 10px 0;
  height: 15px;
  font-size: 13px;
  color: #9aa5ab;
  line-height: 1.5;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.page-store .thumbnails .theme-meta a,
#popular-themes .thumbnails .theme-meta a {
  color: #9aa5ab;
}
.page-store .thumbnails .theme-meta .badge,
#popular-themes .thumbnails .theme-meta .badge {
  font-size: 70%;
  padding: 1px 3px;
  vertical-align: baseline;
}
.page-store .thumbnails .theme-meta .theme-name,
#popular-themes .thumbnails .theme-meta .theme-name {
  margin-right: 5px;
}
.page-store .thumbnails .theme-meta .theme-name a,
#popular-themes .thumbnails .theme-meta .theme-name a {
  color: #3d3f44;
  font-weight: bold;
}
.page-store .thumbnails .theme-meta .author,
#popular-themes .thumbnails .theme-meta .author {
  font-size: 12px;
  margin-bottom: 3px;
}
.page-store .thumbnails .span2 .theme-thumb,
#popular-themes .thumbnails .span2 .theme-thumb {
  width: 140px;
  height: 104px;
}
.page-store .thumbnails .theme-card .theme-thumb,
#popular-themes .thumbnails .theme-card .theme-thumb {
  width: 300px;
  height: 223px;
}
.page-store .thumbnails .theme-card-big .theme-thumb,
#popular-themes .thumbnails .theme-card-big .theme-thumb {
  width: 620px;
  height: 460px;
  margin-right: 20px;
}
.page-store .thumbnails .theme-card-big .theme-meta,
#popular-themes .thumbnails .theme-card-big .theme-meta {
  height: 56px;
  line-height: 1.4;
}
.page-store .thumbnails .theme-card-big .theme-meta .theme-name,
#popular-themes .thumbnails .theme-card-big .theme-meta .theme-name {
  font-size: 20px;
}
.page-store .thumbnails .theme-card-big .theme-meta .install-count,
#popular-themes .thumbnails .theme-card-big .theme-meta .install-count {
  margin-top: 5px;
  display: block;
}
.global-page #popular-themes .theme-card {
  width: 193px;
}
.global-page #popular-themes .theme-card .theme-thumb {
  width: 193px;
  height: 143px;
}
.page-store #service-header h1 {
  background-size: 50px 50px;
  background-position: 0 0;
  padding-left: 50px;
  height: 50px;
  line-height: 50px;
  background-repeat: no-repeat;
  background-image: url('/images/service/service-header-icon-theme.png');
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .page-store #service-header h1 {
    background-image: url('/images/service/service-header-icon-theme@2x.png');
  }
}
.page-store .main {
  width: 960px;
  margin-right: -20px;
  display: block;
  *zoom: 1;
}
.page-store .main:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.page-store .main img {
  max-width: 100%;
}
.page-store aside.section {
  font-size: 13px;
  padding: 10px;
  border: 1px solid #dfe5e7;
  background: #f7f8f9;
  -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;
}
.page-store aside.section a {
  color: #4eacd1 !important;
}
.page-store aside.section .list {
  margin-bottom: 0;
  line-height: 1.5;
}
.page-store aside.section .list ul {
  margin: 10px 0;
  padding-left: 2em;
}
.page-store aside.section .list ul li {
  list-style: circle;
  line-height: 1.5;
  border: none;
  padding: 0;
}
.page-store .thumbnails li {
  position: relative;
}
.page-store .ribbon {
  display: inline;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  position: absolute;
  overflow: hidden;
  width: 110px;
  height: 110px;
  top: -5px;
  right: -5px;
}
.page-store .ribbon .ribbon-content {
  position: absolute;
  display: inline-block;
  right: -25px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2), inset 0px 5px 30px rgba(255, 255, 255, 0.2);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  top: 22px;
  background: #bbb;
  width: 100px;
  padding: 0px 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.page-store .ribbon:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -17px;
  right: 66px;
  z-index: -1;
  border: 17px solid;
  border-color: transparent transparent #888 transparent;
}
.page-store .ribbon:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 74px;
  z-index: -1;
  right: -10px;
  border: 17px solid;
  border-color: #888 transparent transparent transparent;
}
.page-store .ribbon.ranking-1 .ribbon-content {
  background: #ffb419;
}
.page-store .ribbon.ranking-1:before {
  border-color: transparent transparent #684624 transparent;
}
.page-store .ribbon.ranking-1:after {
  border-color: #684624 transparent transparent transparent;
}
.page-store .ribbon.ranking-2 .ribbon-content {
  background: #8a8a8a;
}
.page-store .ribbon.ranking-2:before {
  border-color: transparent transparent #454545 transparent;
}
.page-store .ribbon.ranking-2:after {
  border-color: #454545 transparent transparent transparent;
}
.page-store .ribbon.ranking-3 .ribbon-content {
  background: #a47f59;
}
.page-store .ribbon.ranking-3:before {
  border-color: transparent transparent #5f4c39 transparent;
}
.page-store .ribbon.ranking-3:after {
  border-color: #5f4c39 transparent transparent transparent;
}
.page-store .pager {
  font-size: 12px;
  text-align: center;
}
.page-store .pager a,
.page-store .pager span {
  padding: 6px 8px;
  margin: 1px;
  color: #999;
  -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;
  border: 1px solid #f7f8f9;
}
.page-store .pager a:hover {
  border: 1px solid #dfe5e7;
  color: #666;
  text-decoration: none;
}
.page-store .pager .current {
  background-color: #4eacd1;
  color: #fff;
  border: 1px solid #4eacd1;
}
.page-store .pager .page,
.page-store .pager .current {
  display: inline-block;
  min-width: 1.2em;
}
.page-store .badge {
  font-style: normal;
  vertical-align: middle;
}
.page-store .badge.new {
  background-color: #ccc;
}
.page-store .badge.recommend {
  background-color: #4eacd1;
}
.page-store .badge.popular {
  background-color: #ff6485;
}
.page-store .badge.official {
  background-color: #f0ad4e;
}
.page-store .page-store-permalink .theme-name {
  font-size: 24px;
  padding-bottom: 30px;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.page-store .page-store-permalink .theme-name a {
  color: #3d3f44;
}
.page-store .page-store-permalink .theme-screenshot {
  width: 100%;
}
.page-store .page-store-permalink .theme-screenshot .theme-image {
  width: 100%;
  height: 460px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -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;
}
.page-store .page-store-permalink .nav-tabs {
  font-size: 14px;
}
.page-store .entry-content {
  font-size: 90%;
  line-height: 1.7;
}
.page-store .entry-content h2 {
  font-size: 150% !important;
  border-bottom: 1px solid #dfe5e7 !important;
  padding: 0 !important;
}
.page-store #sidebar h1 {
  font-size: 150%;
  margin-bottom: 1em;
}
.page-store #sidebar p {
  line-height: 1.5;
  margin-bottom: 10px;
}
.page-store #sidebar li .number {
  color: #4eacd1;
  font-size: 20px;
  margin-right: 5px;
}
.page-store #sidebar li .number.theme-install-0 {
  color: #3d3f44;
  font-size: 13px;
  margin-right: 5px;
  font-weight: normal;
}
.page-store #sidebar .theme-user-favicon {
  vertical-align: bottom;
}
.page-store #sidebar .theme-user-name {
  font-size: 20px;
}
.page-store #sidebar .blog-title-dropdown-window {
  border: 1px solid #dfe5e7;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  display: none;
}
.page-store #sidebar .blog-title-dropdown-window h1 {
  padding: 8px;
  color: #3d3f44;
  background: #fff;
  display: block;
  font-size: 13px;
  margin: 0;
  border-bottom: 1px solid #dfe5e7;
}
.page-store #sidebar .blog-title-dropdown-window ul {
  margin: 0;
}
.page-store #sidebar .blog-title-dropdown-window li {
  padding: 0;
  list-style: none;
}
.page-store #sidebar .blog-title-dropdown-window li a {
  padding: 8px;
  color: #3d3f44;
  background: #fff;
  display: block;
}
.page-store #sidebar .blog-title-dropdown-window li a:hover {
  background: #f7f8f9;
  text-decoration: none;
}
.page-store #sidebar .blog-title-dropdown-window .dropdown-guest {
  margin: 10px;
}
.page-store #sidebar .login-hatena-btn,
.page-store #sidebar .register-blog-btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #4f5051 !important;
  background-color: #f7f8f9;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #dfe5e7;
  -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;
  color: #fff !important;
  background: #4eacd1;
  border: 1px solid transparent;
}
.page-store #sidebar .login-hatena-btn:hover,
.page-store #sidebar .register-blog-btn:hover {
  border-color: #c8d2d6;
  background-color: #eef0f2;
  text-decoration: none !important;
}
.page-store #sidebar .login-hatena-btn:hover,
.page-store #sidebar .register-blog-btn:hover {
  border: 1px solid transparent;
  background: #339bc3;
}
.page-store #sidebar .btn-large {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.page-store .section-user-list li {
  font-size: 13px;
  padding-left: 45px;
  position: relative;
  line-height: 1.5;
}
.page-store .section-user-list .install-user-icon {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 8px;
  left: 0;
}
.page-store .section-user-list li:first-child .install-user-icon {
  top: 0px;
}
.page-store .section-user-list .username a {
  font-weight: bold;
  color: #3d3f44;
}
.page-store .show-all {
  text-align: center;
}
.page-store .theme-manage-list li {
  display: block;
  *zoom: 1;
  padding: 15px 0;
}
.page-store .theme-manage-list li:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.page-store .theme-manage-list h3 {
  margin: .5em 0;
}
.page-store .theme-manage-list .theme-thumb {
  overflow: hidden;
  width: 300px;
  height: 230px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -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;
  background-size: cover;
  background-position: center;
}
.page-store .theme-manage-list .theme-thumb img {
  width: 100%;
}
.page-store .theme-manage-list .theme-meta {
  font-size: 12px;
}
.page-store .theme-manage-list .theme-meta li {
  padding: 8px 0;
}
.page-store .table-theme-installed .theme-thumb {
  width: 150px;
  height: 115px;
  overflow: hidden;
  background: #f7f8f9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -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;
  background-size: cover;
  background-position: center;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.page-store .table-theme-installed td {
  vertical-align: top;
  font-size: 13px;
}
.page-store .table-theme-installed .td-theme-thumb {
  width: 150px;
}
.page-store .table-theme-installed .td-theme-meta h3 {
  font-size: 15px;
  margin-bottom: 10px;
}
.page-store .table-theme-installed .td-theme-meta h3 a {
  color: #3d3f44;
}
.page-store .table-theme-installed .td-theme-meta .badge {
  vertical-align: baseline;
  margin-right: .5em;
}
.page-store textarea#theme-description {
  height: 100px;
}
.page-store input#theme-name {
  font-size: 200%;
}
.page-store .theme-post-notice {
  margin-bottom: 10px;
}
.page-store aside .screenshot {
  margin-top: 10px;
}
.page-store aside .screenshot img {
  max-width: 100%;
}
.page-store ul.radioform {
  list-style: none;
}
.page-store ul.radioform li {
  margin: 10px 0;
  position: relative;
}
.page-store span.radio,
.page-store label.radio {
  font-weight: bold;
  font-size: 14px;
  margin-right: 10px;
  margin-left: 2px;
}
.page-store .show-deed {
  font-size: 13px;
  position: absolute;
  right: 0px;
  top: 2px;
}
.page-store .deed {
  padding: 20px;
  border: 1px solid #dfe5e7;
  background-color: #f7f8f9;
  font-size: 13px;
  margin-top: 10px;
}
.page-store .deed dt {
  font-weight: bold;
}
.page-store .deed ul {
  padding-left: 2em;
}
.page-store .deed p {
  margin-bottom: 10px;
}
.page-store .show-more {
  margin-bottom: 10px;
}
.page-store .show-more a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #4f5051 !important;
  background-color: #f7f8f9;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #dfe5e7;
  -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;
}
.page-store .show-more a:hover {
  border-color: #c8d2d6;
  background-color: #eef0f2;
  text-decoration: none !important;
}
.page-store #theme-permission .permission {
  margin-bottom: 10px;
}
.page-store #theme-permission .badge {
  vertical-align: text-top;
}
.page-store #theme-permission .notice {
  margin-top: 10px;
}
/* page-404 Forbidden */
.page-store-404 #container {
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-store-404 .center {
  text-align: center;
}
.page-store-404 .center h1 {
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 10px;
}
.page-store-404 .center h2 {
  font-weight: normal;
  font-size: 100%;
  margin-bottom: 20px;
}
.page-store-404 .theme-screenshot {
  width: 300px;
  height: 240px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -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-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  text-align: center;
}
.page-store-404 .theme-screenshot .theme-thumb {
  font-size: 50px;
  line-height: 200px;
  font-family: monospace;
  background: #f7f8f9;
  color: #dce1e3;
  border-bottom: 1px solid #dfe5e7;
  text-shadow: 0 2px 0 #ffffff;
  -moz-text-shadow: 0 2px 0 #ffffff;
  -webkit-text-shadow: 0 2px 0 #ffffff;
}
.page-store-404 .theme-screenshot .theme-meta {
  margin: 0 10px;
  padding: 10px 0;
  height: 15px;
  font-size: 13px;
  color: #999999;
  line-height: 1.5;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #fff;
  color: #3d3f44;
  text-align: left;
}
.page-store-404 .theme-screenshot .theme-meta .theme-name {
  font-weight: bold;
}
.topic-box.staff-only {
  background-color: #eee;
}
.topic-box .thumbnails {
  margin-left: -20px;
  list-style: none;
  display: block;
  *zoom: 1;
}
.topic-box .thumbnails:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.topic-box .thumbnails > li {
  float: left;
  height: 150px;
  margin-bottom: 5px;
  margin-left: 20px;
}
.topic-box .thumbnails > li:first-child {
  padding-top: 15px !important;
}
.topic-box .thumbnails > li:last-child {
  border-bottom: 1px solid #dfe5e7 !important;
}
.topic-box .topic-header {
  display: block;
  *zoom: 1;
  margin-bottom: 15px;
}
.topic-box .topic-header:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.topic-box h1 a {
  color: #3d3f44;
}
.topic-box .topic-month {
  background: #3d3f44;
  color: #fff;
  -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;
  width: 60px;
  float: left;
  margin-right: 10px;
}
.topic-box .topic-month span {
  display: block;
  text-align: center;
}
.topic-box .topic-month .month {
  font-size: 20px;
  padding-top: 5px;
}
.topic-box .topic-month .year {
  font-size: 12px;
  padding: 3px 0 5px 0;
}
.topic-box h1 {
  float: left;
  font-weight: normal;
  line-height: 45px;
}
.ui-tabs .ui-tabs-hide {
  display: none;
}
.section.post-entry .btn-primary {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
  font-size: 14px;
}
/* 海外向けのスタイルはこちら */
.page-global-top-foreign {
  font-family: 'Open Sans';
  background: url('/images/foreign/bg.jpg?version=9935268947bd4c9a5db18a1631909ef2047f31dd');
  font-weight: 400;
}
.page-global-top-foreign header {
  color: #fff;
}
.page-global-top-foreign header .header-nav li a {
  color: #fff !important;
}
.page-global-top-foreign header .header-nav li a:hover {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.page-global-top-foreign .big-container {
  box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.2);
  background: #eee;
}
.page-global-top-foreign .big-container .big-container-inner {
  width: 940px;
  height: 310px;
  margin: 0 auto;
  padding: 70px 0;
}
.page-global-top-foreign #main {
  margin: 100px 0px;
}
.page-global-top-foreign .heading-text h1 {
  font-weight: 300;
  font-size: 3.5em;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  -moz-text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  -webkit-text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  color: #fff;
  line-height: 1.2;
}
.page-global-top-foreign .heading-text h2 {
  color: #fff;
  font-weight: 300;
  border: none !important;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.page-global-top-foreign .heading-text .heading {
  padding-bottom: 10px;
}
.page-global-top-foreign .btn-large {
  font-size: 28px;
  font-weight: 300;
}
.page-global-top-foreign .blogs-list {
  list-style: none;
  margin-left: 560px;
}
.page-global-top-foreign .blogs-list h3 {
  font-weight: 300;
}
.page-global-top-foreign .blogs-list li {
  margin: 0 0 1em 0;
  font-weight: 300;
  font-size: 1.6em;
  line-height: 1.2;
}
.page-circle-global input[type="text"],
.circle-page input[type="text"],
.page-circle-global input[type="url"],
.circle-page input[type="url"],
.page-circle-global input[type=password],
.circle-page input[type=password],
.page-circle-global input[type=email],
.circle-page input[type=email],
.page-circle-global input[type=number],
.circle-page input[type=number],
.page-circle-global input[type=search],
.circle-page input[type=search],
.page-circle-global input[type=tel],
.circle-page input[type=tel],
.page-circle-global textarea,
.circle-page textarea {
  width: 100%;
}
.super-category-icon {
  width: 40px;
  height: 40px;
  background-image: url('/images/circle/super-category-icon.png?version=7c405e895f5eac497648ddb9120b6662eb56e30a');
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-repeat: repeat-y;
}
.super-category-icon.category-entertainment {
  background-position: 0 0px;
}
.super-category-icon.category-showbiz {
  background-position: 0 -40px;
}
.super-category-icon.category-sports {
  background-position: 0 -80px;
}
.super-category-icon.category-games {
  background-position: 0 -120px;
}
.super-category-icon.category-animation-and-comics {
  background-position: 0 -160px;
}
.super-category-icon.category-hobbies {
  background-position: 0 -200px;
}
.super-category-icon.category-computers {
  background-position: 0 -240px;
}
.super-category-icon.category-gourmet {
  background-position: 0 -280px;
}
.super-category-icon.category-style {
  background-position: 0 -320px;
}
.super-category-icon.category-life {
  background-position: 0 -360px;
}
.super-category-icon.category-learning-and-culture {
  background-position: 0 -400px;
}
.super-category-icon.category-regional {
  background-position: 0 -440px;
}
.super-category-icon.category-etc {
  background-position: 0 -480px;
}
.super-category-icon-mini {
  width: 20px;
  height: 20px;
  background-image: url('/images/circle/super-category-icon-mini.png?version=3480beaf58c048543bbcaee92610356332ea05d7');
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: text-bottom;
}
.super-category-icon-mini.category-entertainment {
  background-position: 0 0px;
}
.super-category-icon-mini.category-showbiz {
  background-position: 0 -20px;
}
.super-category-icon-mini.category-sports {
  background-position: 0 -40px;
}
.super-category-icon-mini.category-games {
  background-position: 0 -60px;
}
.super-category-icon-mini.category-animation-and-comics {
  background-position: 0 -80px;
}
.super-category-icon-mini.category-hobbies {
  background-position: 0 -100px;
}
.super-category-icon-mini.category-computers {
  background-position: 0 -120px;
}
.super-category-icon-mini.category-gourmet {
  background-position: 0 -140px;
}
.super-category-icon-mini.category-style {
  background-position: 0 -160px;
}
.super-category-icon-mini.category-life {
  background-position: 0 -180px;
}
.super-category-icon-mini.category-learning-and-culture {
  background-position: 0 -200px;
}
.super-category-icon-mini.category-regional {
  background-position: 0 -220px;
}
.super-category-icon-mini.category-etc {
  background-position: 0 -240px;
}
.super-category-icon-mini.category-hot {
  background-position: 0 -260px;
}
.super-category-icon-mini.category-recent {
  background-position: 0 -280px;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .super-category-icon {
    background-image: url('/images/circle/super-category-icon@2x.png?version=39bbec9d4f2fe869897c9128df17626a80922653');
    background-size: 40px auto;
  }
  .super-category-icon-mini {
    background-image: url('/images/circle/super-category-icon-mini@2x.png?version=5c8e7d00243d938edd7886a1544cd603839b4c0d');
    background-size: 20px auto;
  }
}
.page-circle-global #service-header h1 {
  background-size: 50px 50px;
  background-position: 0 0;
  padding-left: 50px;
  line-height: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-image: url('/images/circle/service-header-icon-circle.png?version=874aa29dcb8f36fba70632cdfc2c12140211c2c8');
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .page-circle-global #service-header h1 {
    background-image: url('/images/circle/service-header-icon-circle@2x.png?version=3a715909740182a355bd7130507ba9a3538431c7');
  }
}
.super-category-icons {
  word-wrap: break-word;
}
.super-category-icons [class*="span"] {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 20px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6f6f6));
  background: -ms-linear-gradient(top, #ffffff, #f6f6f6);
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  border: 1px solid #dfe5e7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.super-category-icons [class*="span"]:hover {
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb));
  background: -ms-linear-gradient(top, #ffffff, #ebebeb);
  background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
}
.super-category-icons [class*="span"] a {
  display: block;
  padding: 3px 0 10px 0;
}
.super-category-icons [class*="span"] a:hover {
  text-decoration: none;
  color: #4eacd1;
}
.super-category-icons a {
  color: #3d3f44;
}
.super-category-icons .super-category-icon {
  margin: 0 auto;
}
.category-list {
  word-wrap: break-word;
  font-size: 0;
}
.category-list h3 {
  font-size: 14px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dfe5e7;
}
.category-list a {
  color: #3d3f44;
}
.category-list .span2 {
  vertical-align: top;
  font-size: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: none;
}
.category-list ul {
  font-size: 12px;
  line-height: 1.7;
  list-style: none;
}
.circle-list {
  line-height: 1.3;
}
.circle-list a {
  color: #3d3f44;
}
.circle-list li {
  position: relative;
}
.circle-list .list-content {
  margin-left: 70px;
  min-height: 60px;
}
.circle-list .circle-icon {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 8px;
  left: 0;
  -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;
}
.circle-list li:first-child .circle-icon {
  top: 0;
}
.circle-list .circle-name {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}
.circle-list .circle-description {
  display: block;
  font-size: 13px;
  margin: 5px 0 0 0;
}
.circle-list .circle-meta {
  font-size: 12px;
  color: #9aa5ab;
}
.circle-list li {
  display: block;
  *zoom: 1;
}
.circle-list li:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
#main .circle-list .circle-name {
  font-size: 16px;
}
.breadcrumb a {
  color: #3d3f44;
  font-weight: bold;
}
.category-child-list {
  margin-bottom: 20px;
}
.category-child-list li {
  list-style: none;
  display: inline;
  font-size: 13px;
  line-height: 1.7;
  padding-right: .7em;
  margin-right: .3em;
  border-right: 1px solid #dfe5e7;
}
.page-circle-global .search-form {
  position: relative;
}
.page-circle-global .search-button {
  width: 20px;
  height: 20px;
  background: transparent url('/images/theme/search.png?version=5ce19ab982799e9f1225e7acae034e9d43b6e6b6') no-repeat right center;
  border: none;
  outline: none;
  text-indent: -9999px;
  position: absolute;
  top: 7px;
  right: 5px;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  filter: alpha(opacity=50);
}
.page-circle-global .search-button:hover {
  -moz-opacity: 0.85;
  opacity: 0.85;
  -khtml-opacity: 0.85;
  -webkit-opacity: 0.85;
  filter: alpha(opacity=85);
}
.page-circle-global #main .search-button {
  top: 12px;
  right: 7px;
}
#sidebar .btn-large {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}
#sidebar .btn-large:last-child {
  margin-bottom: 0;
}
.btn-rounded {
  display: inline-block;
  background-color: #b3c4c3;
  padding: .6em 2em;
  font-size: 13px;
  color: #fff !important;
  line-height: 1.5;
  font-weight: bold;
  border: none;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn-rounded:hover {
  text-decoration: none !important;
  background-color: #9cb2b1;
  border: none;
}
.btn-rounded.btn-large {
  padding: 1em 2.5em;
  font-size: 15px;
}
.btn-rounded.btn-primary {
  background-color: #4eacd1;
}
.btn-rounded.btn-primary:hover {
  background-color: #3aa3cc;
}
.btn-rounded.btn-register {
  background-color: #5aba90;
}
.btn-rounded.btn-register:hover {
  background-color: #4ab184;
}
.guide-case-nav {
  width: 940px;
  margin: auto;
  padding-top: 2em;
  text-align: right;
}
.guide-case-nav ul {
  margin: 0;
  padding: 0;
}
.guide-case-nav li {
  display: inline-block;
  font-size: 90%;
}
.guide-case-nav li a {
  color: #fff;
  border-bottom: 4px solid rgba(255, 255, 255, 0.7);
  margin-left: 1.5em;
}
.guide-case-nav li a:hover {
  text-decoration: none;
  color: #ebebeb;
}
.guide-case-bg-gray {
  background-color: #f7f8f9;
}
.guide-case-container {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 0;
  font-family: "proxima-nova", 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #717c7b;
  font-size: 90%;
}
.guide-case-container p {
  margin-bottom: 1em;
}
.guide-case-container .badge {
  background: #4f5656;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 11px;
  padding: 0 .5em;
  vertical-align: top;
}
.guide-case-container h1,
.guide-case-container h2,
.guide-case-container h3,
.guide-case-container h4,
.guide-case-container h5 {
  color: #4f5656;
}
.guide-case-container .container-header-subtitle {
  display: block;
  color: #b3c4c3;
  letter-spacing: .5em;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 1em;
  font-size: 80%;
}
.guide-case-container h1 {
  text-align: center;
  letter-spacing: .05em;
  margin: 0 0 1.5em 0;
}
.guide-case-container h3 {
  margin-bottom: 1em;
  font-size: 110%;
}
.guide-case-container h4 {
  margin-bottom: 1em;
  font-size: 100%;
}
.guide-case-container .span4 p {
  font-size: 90%;
}
.guide-case-container .span3 p {
  font-size: 85%;
}
.guide-case-container .aside {
  width: 75%;
  margin: 2.5em auto;
  padding: 1.5em 0;
  padding-left: 100px;
  border-top: 1px solid #dfe5e7;
  border-bottom: 1px solid #dfe5e7;
  position: relative;
}
.guide-case-container .aside > * {
  text-align: left;
}
.guide-case-container .aside img {
  position: absolute;
  top: 3em;
  left: 0;
}
.guide-case-container .aside h1 {
  text-align: left;
  letter-spacing: 0;
  font-size: 120%;
  margin-bottom: .5em;
}
.guide-case-header {
  background-color: #000;
  background-size: cover;
  height: 550px;
  color: #fff;
  position: relative;
  text-align: center;
}
.guide-case-header .guide-case-container {
  padding: 0;
}
.guide-case-header .guide-case-header-inner {
  height: 340px;
  padding: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -170px;
}
.guide-case-header p {
  font-size: 105%;
  color: #fff;
}
.guide-case-feature-section .guide-case-container {
  position: relative;
  display: block;
  *zoom: 1;
}
.guide-case-feature-section .guide-case-container:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.guide-case-feature-section .guide-feature-img {
  position: absolute;
  top: 0;
  right: 500px;
}
.guide-case-feature-section .guide-feature-content {
  width: 470px;
  float: right;
  margin-top: 3em;
}
.guide-case-feature-section h1 {
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0 0 .5em 0;
  text-align: left;
}
.guide-case-subfeature .guide-case-container {
  padding-bottom: 0;
}
.guide-case-subfeature h3 {
  text-align: center;
}
.guide-case-subfeature .feature-image {
  margin-bottom: 1em;
  text-align: center;
}
.guide-case-subfeature .btn-wrapper {
  margin: 1em 0;
  text-align: center;
}
.guide-case-subfeature .feature-2 .feature-image {
  text-align: left;
  margin-bottom: .5em;
}
#guide-creator-header {
  background: #000000 url('/images/guide/case/creator/guide-creator-header.jpg?version=5dd5c7f4bf21ae7ed167be5138a686519da138a0') no-repeat center;
  text-align: left;
}
#guide-creator-header h1 {
  margin: 0;
  color: #fff;
  text-align: left;
}
#guide-creator-header h1 .line1 {
  font-family: 'Nothing You Could Do', cursive;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 0;
}
#guide-creator-header h1 .line2 {
  font-size: 112px;
  display: block;
  line-height: 1.1em;
  letter-spacing: 0;
}
.guide-creator-app .guide-case-container {
  position: relative;
  min-height: 600px;
  padding: 0;
  display: block;
  *zoom: 1;
}
.guide-creator-app .guide-case-container:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.guide-creator-app .container-header-subtitle,
.guide-creator-app h1 {
  text-align: left;
}
.guide-creator-app .guide-creator-app-img {
  position: absolute;
  top: 0;
  right: 500px;
  background-image: url('/images/guide/case/creator/ios-app.jpg?version=084d157b401b1d6cedbfc528810f17c046d3cc6c');
  width: 632px;
  height: 600px;
}
.guide-creator-app .guide-creator-app-content {
  width: 470px;
  float: right;
  margin-top: 120px;
}
@media (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 768px), (min-resolution: 2dppx) and (min-device-width: 768px) {
  .guide-creator-app .guide-creator-app-img {
    background-image: url('/images/guide/case/creator/ios-app@2x.jpg?version=1c202eff62880e1f45cbe9f4cb6dc24e5a0eacd6');
    background-size: 632px 600px;
  }
}
.guide-creator-creator {
  background-color: #f7f8f9;
}
.guide-creator-creator blockquote {
  font-family: serif;
  font-style: italic;
  font-size: 120%;
  line-height: 1.7;
  margin-bottom: 1em;
}
.guide-creator-creator strong {
  font-size: 120%;
  color: #4f5656;
  display: block;
  margin-bottom: .5em;
}
.guide-creator-creator small a {
  color: #9aa5ab;
}
.guide-creator-getstarted {
  text-align: center;
  padding: 3em 0;
}
.guide-creator-getstarted h1 {
  font-size: 340%;
  margin-bottom: 10px;
}
.badge.badge-media-header {
  background-color: #b1ff58;
  color: #717c7b;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 70px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  padding: 0;
  position: absolute;
  top: -20px;
  left: 240px;
}
#guide-media-header {
  background: #000000 url('/images/guide/case/media/guide-media-header.jpg?version=77cbeabb5810c7c2b6d30a58035c36f1bd56354b') no-repeat center;
}
#guide-media-header .guide-case-container {
  position: relative;
}
#guide-media-header h1 {
  margin: 0 0 .5em;
  color: #fff;
}
#guide-media-header h1 .line1 {
  display: block;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 1em;
  text-transform: uppercase;
}
#guide-media-header h1 .line2 {
  font-size: 112px;
  display: block;
  line-height: 1.2em;
  letter-spacing: .05em;
  font-family: 'Nothing You Could Do', cursive;
}
#guide-media-header p {
  font-size: 90%;
}
#guide-media-header .guide-case-header-description-line1 {
  font-size: 200%;
  display: block;
  line-height: 1.4;
  margin-bottom: .5em;
}
.page-guide-media .guide-case-subfeature .guide-case-container {
  padding-top: 0;
}
.guide-case-feature-section.overview .guide-case-container {
  height: 355px;
}
.guide-case-feature-section.overview .guide-feature-img {
  top: 3em;
}
.guide-case-feature-section.seo .guide-case-container {
  height: 453px;
}
.guide-case-feature-section.seo .guide-feature-content {
  float: left;
  width: 400px;
}
.guide-case-feature-section.seo .guide-feature-img {
  right: 0;
  top: 3em;
}
.guide-media-case .row h1,
.guide-media-case .row h2 {
  text-align: center;
}
.guide-media-case .row h1 {
  font-size: 160%;
  margin: 0 0 .5em 0;
}
.guide-media-case .row h2 {
  font-size: 90%;
}
.guide-media-case .row .guide-case-image img {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.guide-media-case .btn-wrapper {
  text-align: center;
}
.guide-case-voice {
  margin: 3em auto;
  width: 70%;
}
.guide-case-voice blockquote {
  font-family: serif;
  font-style: italic;
  font-size: 120%;
  line-height: 1.7;
  margin-bottom: 1em;
}
.guide-case-voice strong {
  font-size: 120%;
  color: #4f5656;
  display: block;
  margin-bottom: .5em;
}
.guide-case-voice small a {
  color: #9aa5ab;
  line-height: 1.5;
}
.guide-media-request {
  text-align: center;
}
.page-guide-media .section-case,
.page-guide-creator .section-case {
  margin: 0;
}
.guide-case-thumb {
  width: 220px;
  margin: 0 10px;
  display: inline-block;
  vertical-align: top;
}
.guide-case-thumb h3 {
  margin: .5em 0;
  font-size: 13px;
}
.guide-case-thumb h3 a {
  color: #3d3f44;
}
.guide-case-thumb img {
  max-width: 100%;
}
.page-guide {
  color: #808080;
}
.page-guide h1,
.page-guide h2,
.page-guide h3 {
  color: #4c4c4c;
}
.page-guide a.guide-link {
  margin: 30px 0 0 0;
  padding: 0 8px 10px;
  border-bottom: 4px solid #c1d4d6;
  font-weight: bold;
  font-size: 16px;
  color: #2FB6B3;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.page-guide a.guide-link:hover {
  text-decoration: none;
  border-bottom: 4px solid #a2bfc2;
}
.page-guide .guide-section-inner {
  width: 960px;
  margin: 0 auto;
  display: block;
  *zoom: 1;
}
.page-guide .guide-section-inner:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.page-guide .guide-header {
  background: #e6efef url('/images/guide/guide/header-image.png?version=97b8eff8d9d3007d50b866d99353f53d46655b1f') no-repeat center center;
  min-height: 560px;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .page-guide .guide-header {
    background: #e6efef url('/images/guide/guide/header-image@2x.png?version=e8e78c037c5016da70c5370770f1bfc5c2b94e9c') no-repeat center center;
    background-size: 1325px 631px;
  }
}
.page-guide nav {
  padding: 30px 0;
  display: block;
  *zoom: 1;
}
.page-guide nav:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.page-guide nav ul {
  float: right;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.page-guide nav li {
  float: left;
  margin: 0 0 0 20px;
}
.page-guide nav li a {
  padding: 0 5px 8px;
  border-bottom: 4px solid #c1d4d6;
  font-weight: bold;
  font-size: 14px;
  color: #4c4c4c;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.page-guide nav li a:hover {
  text-decoration: none;
  border-bottom: 4px solid #a2bfc2;
}
.page-guide .head-title {
  float: right;
}
.page-guide .head-title h1 {
  font-size: 40px;
  font-weight: normal;
  line-height: 1.2;
  margin: 10px 0;
}
.page-guide .head-title p {
  margin: 8px 0;
  font-size: 16px;
}
.page-guide section {
  text-align: center;
}
.page-guide section h2 {
  font-size: 40px;
  margin: 10px 0;
  line-height: 1.2;
  font-weight: normal;
  letter-spacing: .03em;
}
.page-guide section p {
  font-size: 18px;
  margin: 0;
}
.page-guide .blog-main {
  text-align: center;
  padding: 70px 0 50px;
  display: block;
  *zoom: 1;
}
.page-guide .blog-main:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.page-guide .blog-main-figure {
  margin: 50px 0 0;
  display: block;
  *zoom: 1;
}
.page-guide .blog-main-figure:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.page-guide .blog-main-figure h3 {
  font-size: 20px;
  margin: 30px 0 10px;
}
.page-guide .blog-main-figure p {
  font-size: 16px;
}
.page-guide .write-blog {
  width: 50%;
  float: left;
}
.page-guide .write-blog-image {
  margin: 0 auto;
}
.page-guide .write-blog-image img {
  width: 344px;
  height: 285px;
}
.page-guide .comment-star {
  width: 50%;
  float: left;
}
.page-guide .comment-star-image {
  width: 312px;
  height: 285px;
  margin: 0 auto;
}
.page-guide .comment-star-image img {
  width: 312px;
  height: 264px;
}
.page-guide #blog-features {
  padding: 50px 0 70px;
}
.page-guide .blog-features-figure {
  text-align: left;
  margin: 50px 0 0 0;
  display: block;
  *zoom: 1;
}
.page-guide .blog-features-figure:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.page-guide .blog-features-figure h3 {
  margin: 15px 0;
  font-size: 26px;
}
.page-guide .blog-features-figure p {
  font-size: 16px;
}
.page-guide .blog-features-figure section {
  margin: 0 0 40px;
  display: block;
  *zoom: 1;
}
.page-guide .blog-features-figure section:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.page-guide .key-features-image {
  float: left;
  width: 400px;
  height: 290px;
}
.page-guide .features-text {
  width: 450px;
  float: right;
  text-align: left;
  margin: 50px 0 0 0;
}
.page-guide .feature-curation-image {
  background: url('/images/guide/guide/feature-curation.png?version=0f36539fd728351773acca17d9e84718cc770449');
  width: 460px;
  height: 345px;
  float: left;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .page-guide .feature-curation-image {
    background: url('/images/guide/guide/feature-curation@2x.png?version=0c7125ea6002c733f9ebd3d58435b6eb2fdaaaac');
    background-size: 460px 345px;
  }
}
.page-guide .feature-design .feature-design-image {
  float: right;
  background: url('/images/guide/guide/feature-design.png?version=e8bedf275b979a911f364683630f797d1ae2aec4');
  width: 460px;
  height: 345px;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .page-guide .feature-design .feature-design-image {
    background: url('/images/guide/guide/feature-design@2x.png?version=7f4775179f078455247dae4e80910538f1c36423');
    background-size: 460px 345px;
  }
}
.page-guide .feature-design .features-text {
  float: left;
}
.page-guide .feature-iphone-image {
  background: url('/images/guide/guide/feature-iphone.png?version=3e583ddbc76e8e1ee48864260cfbf5db55f6bb6e');
  width: 443px;
  height: 329px;
  float: left;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .page-guide .feature-iphone-image {
    background: url('/images/guide/guide/feature-iphone@2x.png?version=f335bd994f45e159006b0d0c00ad87373c82adf0');
    background-size: 443px 329px;
  }
}
.page-guide .blog-features-sub {
  margin: 50px 0 0 0;
  text-align: left;
}
.page-guide .blog-features-sub .row {
  margin: 0 0 30px 0;
}
.page-guide .blog-features-sub h3 {
  font-size: 14px;
  margin: 5px 0;
  display: inline-block;
}
.page-guide .blog-features-sub p {
  font-size: 14px;
  margin: 5px 0 0 0;
}
.page-guide .blog-features-sub .guide-feature-icon {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.page-guide .blog-import {
  margin: 50px 0;
  display: block;
  *zoom: 1;
}
.page-guide .blog-import:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.page-guide .blog-import h3 {
  font-weight: normal;
}
.page-guide .blog-import img {
  float: left;
  width: 183px;
  height: 109px;
  margin: 30px 0 0 90px;
}
.page-guide .blog-import-text {
  float: right;
  width: 580px;
  text-align: left;
}
.page-guide .blog-import-text h3 {
  font-size: 24px;
}
.page-guide .blog-import-text p {
  font-size: 16px;
}
.page-guide .start-blog {
  text-align: center;
  margin: 100px 0 100px;
}
.page-guide .start-blog p {
  font-size: 18px;
  margin: 0 0 20px 0;
}
.page-guide .section-case {
  margin: 50px 0;
}
.page-guide .section-case h1 {
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 1em;
}
.page-guide #main-pro {
  text-align: left;
  padding: 70px 0 50px;
  background: #f9f9f9;
}
.page-guide section.pro-features {
  background: #f9f9f9;
  padding: 50px 0 70px;
}
.page-guide section.pro-features h3 {
  margin: 5px 0;
}
.page-guide section.pro-features p {
  font-size: 14px;
}
.page-guide .section {
  margin: 0 0 30px 0;
}
.page-guide .pro-features-image {
  width: 150px;
  height: 100px;
  margin: 0 0 5px 0 !important;
}
.page-guide .pro-image {
  float: right;
}
.page-guide .pro-image img {
  width: 405px;
  height: 382px;
}
.page-guide .pro-text {
  float: left;
  width: 450px;
  margin: 20px 0 0 0;
}
.page-guide .pro-text .btn {
  margin: 25px 0 0 0;
}
.page-guide .plan-comparison {
  padding: 70px 0;
}
.page-guide .plus-features {
  margin: 30px 0 0 0;
}
.page-guide .plus-features tr {
  background: #fff;
}
.page-guide .plus-features tr:nth-child(2n) {
  background: #f9f9f9;
}
.page-guide .plus-features th {
  padding: 15px 20px;
  border: 1px solid #ccc;
  border-left-style: none;
}
.page-guide .plus-features td {
  border: 1px solid #ccc;
  font-size: 16px;
  padding: 10px 0;
}
.page-guide .plus-features th.row-first {
  visibility: hidden;
}
.page-guide .plus-features td.primary-first-row {
  padding: 0 10px 20px;
  border-top-style: none;
}
.page-guide .plus-features td.primary-first-row img {
  margin: 0 auto 10px auto;
}
.page-guide .plus-features td.primary-first-row:before {
  content: "";
  width: 100%;
  height: 8px;
  background: #42AAA7;
  display: block;
  margin: 0 0 15px 0;
}
.page-guide .plus-features td.primary {
  color: #42AAA7;
  background: inherit;
}
.page-guide .plus-features .pro-price {
  color: #42AAA7;
  font-size: 16px;
  padding: 5px;
  width: 60%;
  margin: 0 auto;
}
.page-guide .plus-features .pro-price .price {
  font-size: 40px;
}
.page-guide .plus-features .pro-price .year {
  margin: 5px 0 0 0;
  display: inline-block;
}
.page-guide .plus-features .pro-price-notice {
  color: #808080;
}
.page-guide .plus-features .pro-price-notice a {
  color: #808080;
}
.page-guide .plus-features td.secondary-first-row {
  padding: 0 10px;
  border-top-style: none;
  border-right-style: none;
  vertical-align: top;
}
.page-guide .plus-features td.secondary-first-row:before {
  content: "";
  width: 100%;
  height: 8px;
  background: #808080;
  display: block;
  margin: 0 0 15px 0;
}
.page-guide .plus-features td.secondary {
  color: #808080;
  border-right-style: none;
}
.page-guide .plus-features .free-price {
  color: #808080;
  font-size: 20px;
  padding: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.page-guide .plus-features .last-row {
  border-bottom-style: none;
}
.page-guide .plus-course {
  margin: 50px 0 !important;
}
.page-guide .plus-course dt {
  color: #4c4c4c;
}
.page-guide .plus-course .sign {
  font-weight: bold;
  margin: 0 3px;
  font-size: 30px;
  color: #42AAA7;
}
.page-guide .plus-course .blue {
  color: #42AAA7;
}
.page-guide .plus-course .course-notice {
  padding: 10px 0 0 0;
}
.page-guide .admin-notice {
  border: none;
  background: #fff;
}
.page-guide .admin-notice img {
  float: none;
}
.page-guide .admin-notice-text {
  float: right;
  width: 580px;
  text-align: left;
}
.page-guide .admin-notice-text h3 {
  font-size: 24px;
}
.page-guide .admin-notice-text p {
  font-size: 16px;
}
.page-guide .register-blog {
  background: #e6efef;
  padding: 70px 0;
}
.page-guide .register-blog h2 {
  margin: 0 0 10px 0;
  font-size: 180% !important;
}
.page-guide .register-blog p {
  margin: 0 0 20px 0;
}
.page-compare h2 {
  font-size: 150% !important;
  letter-spacing: 0 !important;
  font-weight: bold !important;
}
.page-compare h3 {
  margin: 0 0 10px 0;
}
.page-compare .plan-comparison {
  padding: 50px 0;
}
.page-compare p {
  line-height: 1.4;
}
.page-compare table {
  line-height: 1.4;
}
.page-compare .plus-features th {
  font-size: 14px;
  vertical-align: middle;
}
.page-compare .plus-features td {
  padding: 20px;
  vertical-align: middle;
}
.page-compare .primary-first-row {
  width: 45%;
}
.page-compare .primary-first-row span {
  display: block;
  font-weight: normal;
}
.page-compare .secondary-first-row {
  width: 30%;
}
.page-compare .secondary-first-row span {
  display: block;
  font-weight: normal;
}
.page-compare .secondary-first-row img {
  margin: 20px auto;
}
.page-compare a.guide-link {
  margin: 10px 0 0 0;
  padding: 0 8px 4px;
  line-height: 1.4;
}
.page-compare a.guide-link-primary {
  text-decoration: underline;
  color: #23b6b4;
}
.page-compare a.guide-link-primary:hover {
  color: #34d8d6;
}
.page-compare .note {
  color: #9a9a9a;
  font-size: 80%;
  font-weight: normal;
  display: block;
}
.page-compare .blog-import {
  margin: 60px 0 30px 0;
}
.page-compare .blog-import img {
  margin: 10px 50px 0 70px;
}
.page-compare .blog-import-text {
  width: 600px;
  float: left;
}
.page-compare .blog-import-text p {
  margin: 0 0 10px 0;
}
.page-compare .register-blog {
  padding: 50px 0;
}
.guide-compare-header {
  text-align: center;
  background: #e6efef;
  padding: 50px 0;
}
.guide-compare-header h1 {
  font-size: 220%;
  margin: 0 0 20px 0;
}
.guide-compare-header .description {
  font-size: 110%;
}
.guide-compare-header strong {
  color: #565656;
}
.guide-compare-header .btn {
  margin: 20px 0 0 0;
}
.page-guide-app {
  color: #4d4d4d;
}
.page-guide-app .content-inner {
  width: 960px;
  margin: 0 auto;
}
.page-guide-app .content-main {
  background: #edf2f2;
  text-align: center;
  padding: 10px 0 70px;
}
.page-guide-app .thin {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 0 0;
}
.page-guide-app .intro {
  margin: 20px 0 0 0;
}
.page-guide-app .intro p {
  font-size: 16px;
}
.page-guide-app .intro img {
  margin: 20px 5px 0;
}
.page-guide-app .app-image {
  margin: 50px 0 0 0;
}
.page-guide-app .app-image .device {
  height: 560px;
}
.page-guide-app .device-wrapper {
  position: relative;
}
.page-guide-app .download-banner {
  margin-bottom: 1em;
}
.page-guide-app .new {
  top: -10px;
  right: 70px;
  background: #369ecf;
  position: absolute;
  width: 90px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 35px 0;
  -webkit-border-top-right-radius: 45px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 45px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 45px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.page-guide-app .content-function {
  margin: 40px 0;
}
.page-guide-app .content-function .span4 {
  text-align: center;
}
.page-guide-app .content-function h3 {
  margin: 0 0 .5em 0;
}
.page-guide-app .content-function img {
  margin: 25px 0;
}
.page-guide-app .content-function p {
  text-align: left;
}
.page-guide-app .download-app {
  background: #edf2f2;
  text-align: center;
  padding: 70px 0;
}
.page-guide-app .download-app img {
  margin: 0 5px;
}
.page-policy .l-policy-header {
  background-color: #4eacd1;
  color: #fff;
  margin-bottom: 3em;
}
.page-policy .l-policy-header a {
  color: #fff;
}
.page-policy .l-policy-header .l-policy-header-inner {
  padding: 3em 0;
}
.page-policy .l-policy-header h1 {
  font-size: 300%;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
}
.page-policy .l-policy-content {
  font-size: 95%;
  line-height: 1.8em;
}
.page-policy .l-policy-content section {
  margin-bottom: 4em;
}
.page-policy .l-policy-content p {
  margin: 0 0 1.5em 0;
}
.page-policy .l-policy-content img,
.page-policy .l-policy-content video {
  max-width: 100%;
  height: auto;
}
.page-policy .l-policy-content h1,
.page-policy .l-policy-content h2,
.page-policy .l-policy-content h3,
.page-policy .l-policy-content h4,
.page-policy .l-policy-content h5,
.page-policy .l-policy-content h6 {
  margin: 0 0 0.8em 0;
  line-height: 1.5;
}
.page-policy .l-policy-content h1 {
  font-size: 220%;
  font-weight: normal;
  color: #9aa5ab;
}
.page-policy .l-policy-content h2 {
  font-size: 150%;
}
.page-policy .l-policy-content h3 {
  font-size: 140%;
}
.page-policy .l-policy-content h4 {
  font-size: 130%;
}
.page-policy .l-policy-content h5 {
  font-size: 100%;
}
.page-policy .l-policy-content h6 {
  font-size: 100%;
}
.page-policy .l-policy-content ul,
.page-policy .l-policy-content ol,
.page-policy .l-policy-content dd {
  margin: 0 0 1em 1.5em;
  padding: 0 0 0 1em;
}
.page-policy .l-policy-content ul li ul,
.page-policy .l-policy-content ol li ul,
.page-policy .l-policy-content dd li ul,
.page-policy .l-policy-content ul li ol,
.page-policy .l-policy-content ol li ol,
.page-policy .l-policy-content dd li ol {
  margin-bottom: 0;
}
.page-policy .l-policy-content table {
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1em;
  margin-bottom: 1em;
  width: 100%;
  overflow: auto;
  display: block;
}
.page-policy .l-policy-content table th,
.page-policy .l-policy-content table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.page-policy .l-policy-content table th {
  background: #fafafa;
}
.page-policy .l-policy-content .hatena-asin-detail li {
  line-height: 1.4;
}
.page-policy .l-policy-content blockquote {
  margin: 1.5em 3em;
  padding: 5px 20px;
  border-left: 2px solid #aaa;
  color: #777;
}
.page-policy .l-policy-content blockquote p:last-child {
  margin-bottom: 0;
}
.page-policy .l-policy-content pre,
.page-policy .l-policy-content code {
  font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.page-policy .l-policy-content pre {
  padding: 15px;
  background: #f7f8f9;
  border: none;
  border-radius: 3px;
  word-wrap: normal;
  overflow-x: auto;
  font-size: 100%;
  line-height: 1.3;
}
.page-policy .l-policy-content pre > code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: none;
  background-color: transparent;
  font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.page-policy .l-sidebar ul {
  list-style: none;
  margin: 0 0 2em;
  padding: 1em;
  background-color: #f7f8f9;
}
.page-policy .l-sidebar li a {
  display: block;
  padding: .5em 0;
}
/*
Common.LESS
Description: ユーザーのブログ、service、admin の全てで読みこまれるスタイル
Author: Hatena Blog Team
*/
/* 広告消すボタンからPROに誘導する */
.modal-window-background {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 100;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  filter: alpha(opacity=50);
}
a.open-pro-modal {
  visibility: hidden;
}
.pro-modal-container {
  position: fixed;
  width: 500px;
  height: 250px;
  z-index: 110;
  background-color: #ffffff;
}
.favicon {
  margin-right: .3em;
  vertical-align: text-top;
}
