@import "/css/touch/hatena-touch.css" only screen and (max-width: 640px);

@import "/css/common/portal-touch.css" only screen and (max-width: 640px);

@import "/css/common/portal-touch-dsi.css" only screen and (max-width: 240px);
@charset 'UTF-8';
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */

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

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

}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */

  font-size: 100%;
  /* 2 */

  margin: 0;
  /* 3 */

}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input#username-validate-button {
  margin-top: 2px;
}
div.switch-ssl {
  padding: 5px 0 5px 0;
  float: right;
  white-space: nowrap;
  text-align: right;
}
div.appendix {
  padding: 5px;
  text-align: center;
}
a.icon-arrow {
  background: url(/statics/css/hatena/icon-arrow.gif) 0 50% no-repeat;
  padding-left: 12px;
}
.main {
  padding-top: 5px;
  width: 447px;
  float: left;
  font-size: 90%;
}
a.leftlink {
  display: block;
  height: 105px;
  width: 85px;
  float: left;
  margin-left: 10px;
  _margin-left: 5px;
  margin-top: 10px;
}
ul.service-selector {
  margin: 0;
  padding: 0;
}
ul.service-selector li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.external-service-favicon {
  vertical-align: middle;
  margin-right: 3px;
  margin-bottom: 3px;
}
.verifier {
  text-align: center;
  font-weight: bold;
  font-size: 200%;
}
.verifier pre {
  font-family: 'helvetica', 'arial', sans-serif;
}
#header .header-notify .notify-count {
  top: -4px !important;
}
.back-nav {
  padding-top: 10px;
}
.service-list .bt-area {
  width: 850px;
  margin: 30px auto 0;
}
.service-list .bt-area ul {
  margin: 25px 0 0 100px;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.service-list .bt-area li {
  width: 175px;
  float: left;
  padding-bottom: 10px;
  text-align: left;
  font-size: 14px;
}
.service-list .bt-area li img {
  vertical-align: middle;
  margin-right: 3px;
}
.ten-hidden {
  display: none;
}
@media only screen and (max-width: 640px) {
  div#body {
    margin: 0 6px;
  }
  #container {
    width: 100%;
    overflow: hidden;
  }
  label[for="auto_login"] {
    display: block;
    margin: 0 0 10px 0;
    font-size: 90%;
  }
  label[for="auto_login"] + br {
    display: none;
  }
  label[for="magazine"] {
    display: block;
    margin-bottom: 5px;
  }
  label[for="magazine"] + a {
    font-size: 90%;
    margin-left: 30px;
    display: inline-block;
  }
  #username-validate {
    padding-top: 5px;
    text-align: center;
  }
  select {
    max-width: 100%;
    font-size: 80%;
  }
  span.require {
    color: #666;
    font-size: 70%;
    font-weight: normal;
  }
  p#terms-and-privacy-policy {
    font-size: 80%;
    margin-bottom: 5px;
  }
  textarea,
  input[type="password"],
  input[type="text"] {
    padding: 7px;
    width: 100%;
  }
  img.plus-image {
    width: 100%;
  }
  div.notice-international {
    font-size: 80%;
    color: #900;
    line-height: 1;
    margin-bottom: 5px;
  }
  div.service-list {
    padding: 10px;
  }
  div.service-list div.bt-area {
    zoom: 0.6;
  }
  div.service-list p[align="right"] {
    padding-top: 10px;
    text-align: center;
    font-size: 80%;
  }
  .dummy-title {
    margin-left: 10px;
    font-weight: bold;
    font-size: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .consumer-logo {
    float: right;
    margin-left: 5px;
    margin-bottom: 5px;
    max-width: 40%;
    max-height: 10em;
  }
  .back-nav {
    text-align: center;
    font-size: 80%;
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .captcha-image {
    max-width: 280px;
  }
  h2.title {
    font-size: 100%;
  }
  .page-title {
    margin-top: 0;
    padding: 8px !important;
  }
  .page-title > img:first-child {
    width: 48px;
    height: 48px;
  }
  div.serviec-icon-name p {
    display: inline;
  }
  div.serviec-icon-name img {
    vertical-align: middle;
    margin: 5px 0;
  }
  #config-container textarea {
    width: 98%;
  }
  .switch-ssl {
    padding: 3px 0;
    text-align: right;
  }
  .switch-ssl img {
    vertical-align: middle;
    margin-bottom: 4px;
  }
  .section.service img {
    display: none;
  }
  .section.service div.serviec-icon-name p,
  .section.service div.serviec-icon-name {
    display: inline;
  }
  .switch-ssl img {
    display: none;
  }
  .serviec-icon-name img {
    display: none;
  }
  .serviec-icon-name,
  serviec-icon-name * {
    display: inline;
  }
  .engineer-label {
    color: #fff;
    font-weight: bold;
    background: #5279e7;
    display: inline-block;
    padding: 1px 3px;
  }
}
@media only screen and (max-width: 240px) {
  div#body {
    width: 220px;
  }
  tr {
    width: 220px;
  }
  textarea,
  input[type="password"],
  input[type="text"] {
    width: 80%;
  }
  #langselector {
    border: 5px solid #5279E7 !important;
    font-size: 120%;
    left: 8px !important;
    top: 85px !important;
    padding: 7px !important;
    width: 200px !important;
  }
}
body {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5em;
  color: #333333;
  background: #f5f5f5;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
}
label {
  cursor: pointer;
}
img {
  border: 0;
}
#header {
  height: 37px;
  font-size: 75%;
  background: #fff;
  border-bottom: 2px solid #f0f0f0;
  padding: 6px 0 0 5%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  #header {
    display: none;
  }
}
.touch-heading {
  display: none;
}
@media only screen and (max-width: 640px) {
  .touch-heading {
    display: block;
    color: #fff;
    background: #3d70bd url(/images/servuces_bg.gif);
    font-size: 80%;
    text-align: center;
    -webkit-box-shadow: 0 1px 2px #000;
    min-height: 46px;
    margin: 0;
  }
  .touch-heading span {
    display: block;
    background: url(/images/smartphone/logo-header.png) 10px 15px no-repeat;
    padding: 12px 10px 0 120px;
    text-align: right;
    height: 100%;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
    letter-spacing: 1;
    font-size: 90%;
  }
}
#langselector-button {
  display: inline;
  font-size: 100%;
  position: absolute;
  right: 5%;
  top: 6px;
}
#langselector-button span {
  background: url(/css/hatena/dropdown.gif) center right no-repeat;
  padding-left: 3px;
  padding-right: 12px;
  display: block;
  cursor: pointer;
}
#langselector-button a {
  padding-left: 9px;
  background: none;
  text-decoration: none;
}
#langselector {
  z-index: 1000000;
  position: absolute;
  border: 1px solid #ccc !important;
  margin: 0 !important;
  padding: 0 0 3px 0!important;
  font-size: 100%!important;
  width: 150px;
  top: 33px !important;
  background: #fff;
  right: 0;
  display: none;
}
#langselector #langselector-title {
  padding: 3px 0 5px 3px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  margin: 5px 3px 0 3px;
  line-height: 1.5;
  color: #000;
}
#langselector ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#langselector li {
  padding: 3px 7px;
  line-height: 1.5;
  margin: 0;
  display: block !important;
  text-align: left;
}
#langselector li a {
  color: #333;
  display: block;
  text-decoration: none;
}
#langselector li a:hover {
  text-decoration: underline;
}
#langselector .selected {
  background: #eff3ff;
  margin: 0 3px;
  padding-left: 4px;
  padding-right: 3px;
  font-weight: bold;
}
#langselector.shown {
  display: block;
}
@media only screen and (max-width: 640px) {
  #langselector-button-touch {
    background: url(http://h.hatena.ne.jp/images/lang.png) 0 50% no-repeat;
  }
  #langselector-touch {
    display: none;
    position: absolute;
    bottom: 0;
    background: white;
    color: black;
    left: 20%;
    right: 20%;
    min-width: 8em;
    margin-bottom: 2.3em;
    border: 1px solid #ccc;
    padding: 0 0 3px 0;
    text-align: left;
    font-size: 100%;
  }
  #langselector-touch ul li {
    padding: 3px 7px;
    line-height: 1.5;
    margin: 0;
    display: block;
    text-align: left;
    padding-left: 0;
  }
  #langselector-touch ul li a {
    display: block;
  }
  li.selected {
    background: #eee;
  }
  #langselector-touch.shown {
    display: block;
  }
  #langselector-title {
    clear: both;
  }
  #langselector-title-touch {
    padding: 3px 0 5px 3px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin: 5px 3px 0 3px;
    line-height: 1.5;
  }
  #langselector ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #langselector li {
    cursor: pointer;
    color: #5279e7;
    margin-right: 8px;
    float: left;
    padding-bottom: 4px;
  }
  #langselector li:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 640px) {
  #body {
    margin: 0 10px;
  }
}
#container {
  margin: 0px auto;
  font-size: 90%;
}
.oauth-message {
  max-width: 394px;
  margin: 20px auto 0;
  background: #eff3ff;
  padding: 14px 10px;
  text-align: left;
  border: 1px solid #e0e9fa;
}
@media only screen and (max-width: 640px) {
  .oauth-message {
    max-width: 414px;
    font-size: 90%;
    padding: 5px 10px;
  }
}
.oauth-message p {
  margin: 0;
  padding: 0;
}
.body-box {
  max-width: 414px;
  margin: 0 auto 30px;
  background: #fff;
  padding: 20px 32px 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0 1px 4px #dddddd;
  -webkit-box-shadow: 0 1px 4px #dddddd;
  box-shadow: 0 1px 4px #dddddd;
}
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.login-title {
  text-align: center;
  color: #333333;
  font-size: 24px;
  margin: 25px 0px 20px;
  font-weight: bold;
}
.input-item {
  border: 1px solid #aaa;
  overflow: hidden;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 1px 3px #dddddd;
  -webkit-box-shadow: inset 0 1px 3px #dddddd;
  box-shadow: inset 0 1px 3px #dddddd;
  margin: 20px 0 0 0;
}
.input-item-inner {
  width: 100%;
  overflow: hidden;
  float: left;
  position: relative;
}
.input-item-inner input {
  border: none;
  padding: .75em 5px;
  background: transparent;
  float: left;
  vertical-align: bottom;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
}
.input-item-inner input::-webkit-input-placeholder {
  color: #9eb9d0;
}
.input-item-inner input::-moz-placeholder {
  color: #9eb9d0;
}
.placeholder {
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.placeholder.has-some {
  display: none;
}
.placeholder label {
  cursor: text;
  display: block;
  color: #9eb9d0;
}
.config-button {
  padding: 10px 0;
  clear: both;
  text-align: left;
  position: relative;
}
.config-button p {
  margin: 0;
}
.auto-login {
  margin: 5px 0 10px;
}
.checkbox-text {
  position: relative;
  cursor: pointer;
}
.js .checkbox-text {
  display: block;
  padding: 0 0 0 28px;
}
.tabindex:hover {
  color: #333;
  text-decoration: none;
}
.checkbox-tab {
  display: none;
}
.js .checkbox-tab,
.js .checkbox-tab label {
  position: absolute;
  top: 15px;
  left: -2px;
  width: 24px;
  height: 24px;
  display: block;
}
.js .checkbox-tab:hover,
.js .checkbox-tab label:hover,
.js .checkbox-tab:focus,
.js .checkbox-tab label:focus {
  background: transparent;
}
.js .checkbox-tab:focus,
.js .checkbox-tab label:focus {
  outline: 1px solid green;
}
.js #cookie .checkbox-tab,
.js #cookie .checkbox-tab label {
  top: 12px;
}
.checkbox-text-inner {
  max-height: 130px;
  overflow-y: auto;
}
.js .checkbox-text-inner {
  display: block;
}
.on,
.off {
  visibility: hidden;
  position: absolute;
}
.on + label:before,
.off + label:before {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 1em;
  float: left;
  margin: 2px 8px 0 -28px;
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  box-sizing: border-box;
  border-radius: 4px;
}
.off + label:before {
  content: '';
}
.on + label:before {
  content: '';
  background: #5279e7 url("/images/wwwridge/checkbox.png") no-repeat left top;
  -moz-box-shadow: inset 0 1px 3px #3c68e4;
  -webkit-box-shadow: inset 0 1px 3px #3c68e4;
  box-shadow: inset 0 1px 3px #3c68e4;
  border-color: #2556e1;
}
.submit-button {
  border: none;
  background: #5279e7;
  padding: 15px 20px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
  width: 100%;
  letter-spacing: 1px;
  transition: all 0.1s ease-in;
  display: block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 5px 0 0 0;
}
.submit-button:hover,
.submit-button:focus {
  background: #3c68e4 !important;
  text-decoration: none;
}
.submit-button:focus {
  outline: solid 2px green;
}
#google-plus-login-button {
  text-align: center;
  margin: 0;
}
#google-plus-login-button img {
  vertical-align: bottom;
}
#alternate-message {
  text-align: center;
  letter-spacing: 1px;
  color: #aaa;
  margin: 20px 0;
  background: url(/images/wwwridge/border.png) repeat-x left center;
  overflow: hidden;
  clear: both;
}
#alternate-message span {
  display: inline-block;
  background: #fff;
  padding: 0 30px 0 30px;
}
.other-service-login-button form input[type="submit"] {
  background-size: contain;
  background-repeat: no-repeat;
  width: 220px;
  height: 44px;
  margin-top: 10px;
  padding: 0;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  border: 0;
}
.other-service-login-button.facebook-login-button form input[type="submit"] {
  background-image: url('/images/wwwridge/facebook-login@2x.png');
}
.other-service-login-button.twitter-login-button form input[type="submit"] {
  background-image: url('/images/wwwridge/twitter-login@2x.png');
}
.other-service-login-button.mixi-login-button form input[type="submit"] {
  background-image: url('/images/wwwridge/mixi-login@2x.png');
}
@media only screen and (max-width: 640px) {
  .other-service-login-button {
    display: block;
    text-align: center;
  }
}
.notice {
  max-width: 400px;
  padding: 0 2em;
  margin: 0 auto 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
.notice li {
  list-style-type: none;
  text-indent: -0.7em;
  font-size: .8em;
  color: #888888;
}
.notice li:before {
  content: '•';
  margin: 0 .3em 0 0;
}
@media only screen and (max-width: 640px) {
  .notice {
    margin: 0 auto 10px;
  }
}
#footer {
  font-size: 90%;
  margin: 20px auto 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 640px) {
  #footer {
    margin-bottom: 0;
    font-size: 70%;
    text-align: center;
    padding: 10px;
  }
}
#copyright {
  padding: 10px;
  text-align: center;
  color: #999;
  font-size: 90%;
}
@media only screen and (max-width: 640px) {
  #copyright {
    font-size: 70%;
  }
}
@media only screen and (max-width: 640px) {
  #footer-menu {
    position: relative;
  }
}
.common-menu,
.footer-bar {
  display: none;
}
@media only screen and (max-width: 640px) {
  .footer-bar {
    display: block;
    text-align: left;
    font-size: 90%;
  }
}
