@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;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
p {
  margin: 0;
}
a:link,
a:visited,
a:active,
a:focus {
  color: #009ce0;
  text-decoration: none;
}
a:focus {
  background-color: #ddd;
}
a:hover {
  color: #0481b8;
  text-decoration: underline;
}
.outlink {
  padding: 0 13px 0 0;
  display: inline-block;
  margin: 0 3px 0 0;
  text-indent: 0;
  background: transparent url("/images/wwwridge/external.png") no-repeat center right;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .outlink {
    background: transparent url("/images/wwwridge/external@2x.png") no-repeat center right;
    background-size: 10px 8px;
  }
}
body {
  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;
}
#globalheader-inner,
#footer {
  max-width: 960px;
  margin: 0 auto;
}
#globalheader {
  height: 37px;
  background: #fff;
  border-bottom: 2px solid #f0f0f0;
}
#logo {
  display: inline-block;
  float: left;
  margin: 8px 0 0 6px;
}
#logo a {
  display: block;
}
#logo img {
  vertical-align: top;
  width: 129px;
  height: 20px;
}
.logo-bk {
  display: none;
}
#menu {
  float: right;
  font-size: .8em;
  list-style: none;
  margin: 0;
  height: 20px;
  line-height: 20px;
  margin: 8px 12px 0 0;
}
#menu li {
  display: inline;
  margin-left: 4px;
  color: #333;
}
#menu li a {
  color: #1841ce;
  text-decoration: none;
  vertical-align: middle;
}
#menu li a:hover {
  text-decoration: underline;
}
#menu li.welcome a {
  padding-left: 0;
  background: transparent;
  color: #333;
  font-weight: bold;
}
#langselector-button {
  vertical-align: top !important;
  position: relative;
  outline: none;
}
#langselector-button a {
  padding-right: 12px;
  background: transparent url("/images/wwwridge/langselector.png") no-repeat right center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #langselector-button a {
    background: transparent url("/images/wwwridge/langselector@2x.png") no-repeat right center;
    background-size: 12px 12px;
  }
}
#langselector {
  z-index: 1000;
  position: absolute;
  border: 1px solid #ccc;
  margin: 0;
  padding: 0 0 3px 0;
  font-size: 100%;
  width: 120px;
  top: 30px;
  right: 0;
  background: white;
  display: none;
}
#langselector.shown {
  display: block;
}
#langselector ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#langselector ul li {
  padding: 3px 7px;
  line-height: 1.5;
  margin: 0 2px;
  display: block !important;
  text-align: left;
}
#langselector ul li a {
  color: #333;
  display: block;
  text-decoration: none;
  background: none;
}
#langselector ul li a:hover {
  text-decoration: underline;
}
#langselector ul li.selected {
  background: #eee;
}
#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;
}
#footer {
  margin: 0 auto 20px;
  overflow: hidden;
}
#footer-menu {
  padding: 0;
  overflow: hidden;
  text-align: center;
}
#footer-menu li {
  list-style-type: none;
  margin: 0 1em 0 0;
  font-size: .8em;
  display: inline;
}
#footer-menu li a {
  color: #888;
  text-decoration: none;
}
#footer-menu li:last-child {
  margin: 0;
}
#copyright {
  margin: 0 auto;
  display: block;
  text-align: center;
  color: #888;
}
#hatena-www-oauth-authorize #globalheader {
  background: #ffffff;
  color: #333333;
}
#hatena-www-oauth-authorize #globalheader a {
  color: #333333;
}
#hatena-www-oauth-authorize #globalheader #langselector a {
  color: #555;
}
#hatena-www-oauth-authorize #submit-button {
  background: #80b306;
  color: #ffffff;
}
#hatena-www-oauth-authorize #submit-button:hover,
#hatena-www-oauth-authorize #submit-button:focus {
  background: #518f01 !important;
}
#hatena-www-oauth-authorize #submit-button:focus {
  outline: solid 2px green;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#hatena-www-register-b #globalheader {
  background: #424242;
  color: #ffffff;
}
#hatena-www-register-b #globalheader a {
  color: #ffffff;
}
#hatena-www-register-b #globalheader #langselector a {
  color: #555;
}
#hatena-www-register-b #submit-button {
  background: #0091de;
  color: #ffffff;
}
#hatena-www-register-b #submit-button:hover,
#hatena-www-register-b #submit-button:focus {
  background: #00a5de !important;
}
#hatena-www-register-b #submit-button:focus {
  outline: solid 2px green;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#hatena-www-register-b .logo-w {
  display: none;
}
#hatena-www-register-b .logo-bk {
  display: inline;
}
#hatena-www-register-blog #globalheader {
  background: #333333;
  color: #ffffff;
}
#hatena-www-register-blog #globalheader a {
  color: #ffffff;
}
#hatena-www-register-blog #globalheader #langselector a {
  color: #555;
}
#hatena-www-register-blog #submit-button {
  background: #25b57d;
  color: #ffffff;
}
#hatena-www-register-blog #submit-button:hover,
#hatena-www-register-blog #submit-button:focus {
  background: #2ea074 !important;
}
#hatena-www-register-blog #submit-button:focus {
  outline: solid 2px green;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#hatena-www-register-blog .logo-w {
  display: none;
}
#hatena-www-register-blog .logo-bk {
  display: inline;
}
#hatena-www-register-space #globalheader {
  background: #1a1a1a;
  color: #ffffff;
}
#hatena-www-register-space #globalheader a {
  color: #ffffff;
}
#hatena-www-register-space #globalheader #langselector a {
  color: #555;
}
#hatena-www-register-space #submit-button {
  background: #008fdf;
  color: #ffffff;
}
#hatena-www-register-space #submit-button:hover,
#hatena-www-register-space #submit-button:focus {
  background: #006eac !important;
}
#hatena-www-register-space #submit-button:focus {
  outline: solid 2px green;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#hatena-www-register-space .logo-w {
  display: none;
}
#hatena-www-register-space .logo-bk {
  display: inline;
}
#hatena-www-register-f #globalheader {
  background: #000000;
  color: #ffffff;
}
#hatena-www-register-f #globalheader a {
  color: #ffffff;
}
#hatena-www-register-f #globalheader #langselector a {
  color: #555;
}
#hatena-www-register-f #submit-button {
  background: #80b306;
  color: #ffffff;
}
#hatena-www-register-f #submit-button:hover,
#hatena-www-register-f #submit-button:focus {
  background: #67ae0a !important;
}
#hatena-www-register-f #submit-button:focus {
  outline: solid 2px green;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#hatena-www-register-f .logo-w {
  display: none;
}
#hatena-www-register-f .logo-bk {
  display: inline;
}
#hatena-www-register #globalheader {
  background: #ffffff;
  color: #333333;
}
#hatena-www-register #globalheader a {
  color: #333333;
}
#hatena-www-register #globalheader #langselector a {
  color: #555;
}
#hatena-www-register #submit-button {
  background: #80b306;
  color: #ffffff;
}
#hatena-www-register #submit-button:hover,
#hatena-www-register #submit-button:focus {
  background: #518f01 !important;
}
#hatena-www-register #submit-button:focus {
  outline: solid 2px green;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#header {
  position: relative;
  overflow: hidden;
}
#title {
  max-width: 400px;
  margin: 60px auto 30px;
}
#title h1 {
  text-align: center;
  color: #333333;
  font-size: 24px;
  margin: 0 0 10px;
}
#title h2 {
  font-size: .9em;
  font-weight: normal;
  text-align: center;
}
#title h2 span {
  display: inline-block;
}
#body {
  max-width: 414px;
  margin: 0 auto 60px;
  background: #fff;
  padding: 1.3em 0 2em 0;
  -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;
}
#body > div,
#body > p,
#body > dl,
#body > ul,
#body > noscript p {
  margin-left: 32px;
  margin-right: 32px;
}
#username,
#password,
#mail,
#birthday,
#country-container,
#magazine,
#cookie,
#bookmarkplus,
#captcha {
  position: relative;
}
#google-plus-login-button {
  text-align: center;
  margin-bottom: 8px;
}
#alternate-message {
  text-align: center;
  font-size: .75em;
  letter-spacing: 1px;
  color: #aaa;
  margin: 20px 0 0;
  background: url(/images/wwwridge/border.png) repeat-x left center;
  overflow: hidden;
  clear: both;
  margin: 8px 0 22px 0;
}
#alternate-message span {
  display: inline-block;
  background: #fff;
  padding: 0 5px 0 6px;
}
#private-message {
  text-align: center;
  font-size: .75em;
  letter-spacing: 1px;
  color: #aaa;
  margin: 20px 0 0;
  background: url(/images/wwwridge/border.png) repeat-x left center;
  overflow: hidden;
  background: none;
  clear: both;
  margin: 8px 0 -12px 0;
  font-size: 0.78em;
}
#private-message span {
  display: inline-block;
  background: #fff;
  padding: 0 5px 0 6px;
}
#error-summary,
#cookie-disabled,
#javascript-disabled {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0 20px;
  padding: .75em;
  border: 1px solid #ec0101;
  border-left-width: 40px;
  color: #ec0101;
  font-weight: bold;
  position: relative;
}
#error-summary.hidden,
#cookie-disabled.hidden,
#javascript-disabled.hidden {
  display: none;
}
#error-summary:after,
#cookie-disabled:after,
#javascript-disabled:after {
  content: '';
  background: transparent url("/images/wwwridge/disable.png") no-repeat left top;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: -30px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #error-summary:after,
  #cookie-disabled:after,
  #javascript-disabled:after {
    background: transparent url("/images/wwwridge/disable@2x.png") no-repeat left top;
    background-size: 20px 19px;
  }
}
.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;
}
.input-item:hover {
  border-color: #9eb9d0;
}
.input-item-inner {
  width: 100%;
  overflow: hidden;
  float: left;
}
.input-item-inner input {
  border: none;
  padding: .75em 45px .75em 15px;
  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%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.input-item-inner input:focus {
  outline: none;
}
.input-item-inner input::-webkit-input-placeholder {
  color: #9eb9d0;
}
.input-item-inner input::-moz-placeholder {
  color: #6a8daa;
}
.input-item-inner input:-ms-input-placeholder {
  color: #6a8daa;
}
.input-item-inner input::-ms-clear,
.input-item-inner input::-ms-reveal {
  display: none;
}
.confirmed-item {
  border: 1px solid #aaa;
  overflow: hidden;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #f0f0f0;
}
.confirmed-item:hover {
  border-color: #9eb9d0;
}
.confirmed-item .confirmed-value {
  border: none;
  padding: .75em 45px .75em 15px;
  background: transparent;
  float: left;
  vertical-align: bottom;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  width: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  max-width: 302px;
  margin: 0;
  color: #777;
  height: 2.6em;
  line-height: 1.2em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.confirmed-item .confirmed-value:focus {
  outline: none;
}
.confirmed-item .confirmed-value::-webkit-input-placeholder {
  color: #9eb9d0;
}
.confirmed-item .confirmed-value::-moz-placeholder {
  color: #6a8daa;
}
.confirmed-item .confirmed-value:-ms-input-placeholder {
  color: #6a8daa;
}
.confirmed-item .confirmed-value::-ms-clear,
.confirmed-item .confirmed-value::-ms-reveal {
  display: none;
}
.confirmed-item .confirmed-value b {
  font-size: .7em;
  margin: 0 1em 0 0;
  color: #fff;
  padding: 3px 6px 3px 7px;
  background: #98ba0f;
  letter-spacing: 1px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.placeholder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
#birthday .placeholder {
  float: left;
  width: 0;
  position: static;
}
#country .placeholder {
  line-height: 1;
  font-size: 1em !important;
  top: 2.2em;
  left: 2em;
  background: none !important;
}
#country .placeholder label {
  font-size: 1em;
}
.placeholder.has-some {
  display: none;
}
.placeholder label {
  color: #9eb9d0;
  cursor: text;
  padding: .75em .5em .4em 1em;
  display: block;
}
.checkbox-item {
  margin: 20px auto 0;
}
.checkbox-item .scroll-button.up {
  margin: -12px 0 0;
}
.checkbox-item .scroll-button.up span {
  border: solid #fff;
  border-width: 0 0 1px;
  height: 11px;
  margin: 0 0 0 27px;
}
.checkbox-item .scroll-button.up.scroll-on span {
  border-color: #ccc;
}
.checkbox-item .scroll-button.down {
  margin: 0;
}
.checkbox-item .scroll-button.down span {
  border: solid #fff;
  border-width: 1px 0 0;
  height: 11px;
  margin: 0 0 0 27px;
}
.checkbox-item .scroll-button.down.scroll-on span {
  border-color: #ccc;
}
.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: 0;
  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;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.off + label:before {
  content: '';
  -moz-box-shadow: inset 0 1px 3px #dddddd;
  -webkit-box-shadow: inset 0 1px 3px #dddddd;
  box-shadow: inset 0 1px 3px #dddddd;
}
.on + label:before {
  content: '';
  background: #6bbb02 url("/images/wwwridge/checkbox.png") no-repeat left top;
  -moz-box-shadow: inset 0 1px 3px #008000;
  -webkit-box-shadow: inset 0 1px 3px #008000;
  box-shadow: inset 0 1px 3px #008000;
  border-color: green;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .on + label:before {
    background: #6bbb02 url("/images/wwwridge/checkbox@2x.png") no-repeat left top;
    background-size: 20px 20px;
  }
}
#username,
#password,
#mail,
#birthday {
  margin-top: 20px;
}
.check {
  line-height: 1em;
  position: absolute;
  right: 1em;
  top: 2.4em;
}
.js .check {
  top: .8em;
}
.check .check-ok,
.check .check-ng {
  vertical-align: bottom;
  width: 20px;
  height: 20px;
}
.check .check-validating {
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  margin: 2px 2px 0 0;
}
#country-container {
  overflow: visible;
  margin: 20px 0 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  z-index: 200;
}
.js #country-container {
  padding: 2.7em 0 0;
}
#country {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#country .input-item {
  border: 1px solid #dfdfdf;
  margin: 0;
  background: #fff;
  overflow: hidden;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#country.alternative {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  max-width: 350px;
  z-index: 1000;
  width: 100%;
}
#country.alternative .input-item:hover {
  border-color: #9eb9d0;
}
#country.alternative #country-inner {
  display: block;
  cursor: pointer;
}
#country.alternative .check {
  display: inherit;
}
#country.alternative select {
  clear: both;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#country.open {
  -moz-box-shadow: 0 7px 25px #cccccc;
  -webkit-box-shadow: 0 7px 25px #cccccc;
  box-shadow: 0 7px 25px #cccccc;
}
#country.open .input-item:hover {
  border-color: #dfdfdf;
}
#country.open #country-selector {
  display: block;
}
#country.open #country-inner span {
  background: none;
}
#country.open #country-inner:hover {
  background: #fff;
}
#country.open #country-inner:focus {
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
#country.open + .default-error-message {
  display: none;
}
#country.searching #country-selector .subregion {
  background-image: none;
}
#country.searching #country-selector .subregion p {
  display: none;
}
#country-inner {
  display: none;
  border: none;
  padding: .5em 15px;
  max-width: 350px;
  width: 100%;
  float: left;
  vertical-align: bottom;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
}
#country-inner span {
  max-width: 325px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  color: #888;
  height: 1.5em;
  line-height: 1.5em;
  vertical-align: middle;
  background: transparent url("/images/wwwridge/pulldown.png") no-repeat right center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #country-inner span {
    background: transparent url("/images/wwwridge/pulldown@2x.png") no-repeat right center;
    background-size: 5px 12px;
  }
}
#country-selector {
  display: none;
  padding: 0 5px 5px;
}
#country-selector input {
  border: none;
  padding: .75em 45px .75em 15px;
  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);
  -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;
  border: 1px solid #aaa;
  max-width: 338px;
  width: 100%;
  margin: 0 0 5px;
  padding-left: 40px;
  background: transparent url("/images/wwwridge/search.png") no-repeat 13px 14px;
}
#country-selector input:focus {
  outline: none;
}
#country-selector input::-webkit-input-placeholder {
  color: #9eb9d0;
}
#country-selector input::-moz-placeholder {
  color: #6a8daa;
}
#country-selector input:-ms-input-placeholder {
  color: #6a8daa;
}
#country-selector input::-ms-clear,
#country-selector input::-ms-reveal {
  display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #country-selector input {
    background: transparent url("/images/wwwridge/search@2x.png") no-repeat 13px 14px;
    background-size: 16px 16px;
  }
}
#country-selector input:hover {
  border-color: #9eb9d0;
}
#country-selector .hide {
  display: none;
}
#country-selector .regions {
  clear: both;
  height: 190px;
  overflow-x: hidden;
  overflow-y: auto;
  max-width: 338px;
  width: 100%;
}
#country-selector .regions ul {
  padding: 0;
  margin: 0 5px 0 0;
}
#country-selector .regions li {
  list-style-type: none;
  margin: 0;
}
#country-selector .regions li a {
  color: #888;
  padding: 7px 7px 7px 10px;
  text-decoration: none;
  display: block;
}
#country-selector .regions li a:hover {
  background: #eefbff;
}
#country-selector .regions li.selected {
  background: #f0f0f0;
}
#country-selector p {
  text-align: center;
  font-size: .75em;
  letter-spacing: 1px;
  color: #aaa;
  margin: 20px 0 0;
  background: url(/images/wwwridge/border.png) repeat-x left center;
  overflow: hidden;
  margin: 10px 5px 5px 0;
  height: 1.8em;
}
#country-selector p span {
  display: inline-block;
  background: #fff;
  padding: 0 5px 0 6px;
}
#birthday .input-item {
  min-height: 2.7em;
}
#birthday .input-item-inner {
  display: block;
  max-width: 308px;
  width: 13em;
}
#birthday-title {
  float: left;
  overflow: hidden;
  width: 100%;
}
#birthday-title label {
  color: #9eb9d0;
  cursor: text;
  padding: .65em .5em .5em 1em;
  display: block;
}
#birthday-title a {
  text-decoration: none;
}
label#birthday-title-hassome {
  display: none;
}
#year,
#month,
#day,
.date {
  text-align: center;
  padding: .8em 0 .65em;
  float: left;
  display: inline-block;
}
#year {
  width: 4em;
}
#month {
  width: 3em;
}
#day {
  width: 3em;
}
.date {
  width: 1em;
  line-height: 1.2em;
  color: #aaa;
}
.help-message,
.error-message,
.tooltip-inner {
  position: absolute;
  top: 0;
  left: 366px;
  padding: 7px 12px;
  width: 80%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  height: auto;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 7px 25px #cccccc;
  -webkit-box-shadow: 0 7px 25px #cccccc;
  box-shadow: 0 7px 25px #cccccc;
  z-index: 2000;
  font-size: .9em;
  line-height: 1.5em;
  word-wrap: break-word;
}
.help-message ul,
.error-message ul,
.tooltip-inner ul {
  padding: 0 0 0 1.5em;
  margin: 0;
  overflow: hidden;
}
.help-message b,
.error-message b,
.tooltip-inner b {
  font-weight: bold;
}
.help-message a,
.error-message a,
.tooltip-inner a {
  text-decoration: none;
}
.help-message:after,
.error-message:after,
.tooltip-inner:after,
.help-message:before,
.error-message:before,
.tooltip-inner:before {
  content: '';
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.help-message:before,
.error-message:before,
.tooltip-inner:before {
  left: -17px;
  top: 8px;
  border-width: 9px;
}
.help-message:after,
.error-message:after,
.tooltip-inner:after {
  left: -13px;
  top: 10px;
  border-width: 7px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .help-message:before,
  .error-message:before,
  .tooltip-inner:before {
    left: -18px;
  }
  .help-message:after,
  .error-message:after,
  .tooltip-inner:after {
    left: -14px;
  }
}
.option-error-message,
.default-error-message {
  position: absolute;
  top: 0;
  left: 366px;
  padding: 7px 12px;
  width: 80%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  height: auto;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 7px 25px #cccccc;
  -webkit-box-shadow: 0 7px 25px #cccccc;
  box-shadow: 0 7px 25px #cccccc;
  z-index: 2000;
  font-size: .9em;
  line-height: 1.5em;
  word-wrap: break-word;
  background: #ffd7d7;
  color: #ec0101;
  border: 1px solid #ffc3c3;
  display: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  top: 1px;
  left: 0;
  display: block;
  z-index: 0;
  margin: 12px 0 1px;
}
.option-error-message ul,
.default-error-message ul {
  padding: 0 0 0 1.5em;
  margin: 0;
  overflow: hidden;
}
.option-error-message b,
.default-error-message b {
  font-weight: bold;
}
.option-error-message a,
.default-error-message a {
  text-decoration: none;
}
.option-error-message:after,
.default-error-message:after,
.option-error-message:before,
.default-error-message:before {
  content: '';
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.option-error-message:before,
.default-error-message:before {
  left: -17px;
  top: 8px;
  border-width: 9px;
}
.option-error-message:after,
.default-error-message:after {
  left: -13px;
  top: 10px;
  border-width: 7px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .option-error-message:before,
  .default-error-message:before {
    left: -18px;
  }
  .option-error-message:after,
  .default-error-message:after {
    left: -14px;
  }
}
.option-error-message a,
.default-error-message a {
  color: #ec0101;
  border-bottom: 1px solid #ff8f8f;
}
.option-error-message a:hover,
.default-error-message a:hover {
  border-bottom: 1px solid #ec0101;
}
.option-error-message:before,
.default-error-message:before {
  border-color: transparent;
  border-color: rgba(255, 195, 195, 0);
  border-right-color: #ffc3c3;
}
.option-error-message:after,
.default-error-message:after {
  border-color: transparent;
  border-color: rgba(255, 215, 215, 0);
  border-right-color: #ffd7d7;
}
.option-error-message:before,
.default-error-message:before {
  left: auto;
  right: 16px;
  top: -17px;
  border-color: transparent;
  border-color: rgba(255, 195, 195, 0);
  border-bottom-color: #ffc3c3;
}
.option-error-message:after,
.default-error-message:after {
  left: auto;
  right: 18px;
  top: -13px;
  border-color: transparent;
  border-color: rgba(255, 215, 215, 0);
  border-bottom-color: #ffd7d7;
}
.reason-inuse ul li {
  min-width: 35%;
  margin: 0 2em 0 0;
  float: left;
}
.reason-inuse ul li:nth-child(2n+1) {
  clear: both;
}
#captcha .help-message,
#captcha .error-message {
  top: 6em;
}
code {
  font-family: inherit;
}
#pwd-strength #txt b {
  display: none;
}
#pwd-strength #bar span {
  display: inline-block;
  width: 19%;
  height: 8px;
  margin: 0 1px 0 0;
}
#pwd-strength #bar span:first-child {
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
#pwd-strength #bar span:last-child {
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.ready #pwd0,
.ready #pwd1,
.ready #pwd2,
.ready #pwd3,
.ready #pwd4 {
  background: #cccccc;
}
.ready .ready {
  display: inline !important;
}
.danger #pwd0 {
  background: #ec0101;
}
.danger #pwd1,
.danger #pwd2,
.danger #pwd3,
.danger #pwd4 {
  background: #cccccc;
}
.danger .danger {
  display: inline !important;
}
.caution #pwd0,
.caution #pwd1 {
  background: #ec0101;
}
.caution #pwd2,
.caution #pwd3,
.caution #pwd4 {
  background: #cccccc;
}
.caution .caution {
  display: inline !important;
}
.nice #pwd0,
.nice #pwd1,
.nice #pwd2 {
  background: #ffc610;
}
.nice #pwd3,
.nice #pwd4 {
  background: #cccccc;
}
.nice .nice {
  display: inline !important;
}
.great #pwd0,
.great #pwd1,
.great #pwd2,
.great #pwd3 {
  background: #6bbb02;
}
.great #pwd4 {
  background: #cccccc;
}
.great .great {
  display: inline !important;
}
.excellent #pwd0,
.excellent #pwd1,
.excellent #pwd2,
.excellent #pwd3,
.excellent #pwd4 {
  background: #6bbb02;
}
.excellent .excellent {
  display: inline !important;
}
.help-message,
.tooltip-inner {
  background: #eefbff;
  color: #333333;
  border: 1px solid #bee4ef;
}
.help-message a,
.tooltip-inner a {
  color: #333333;
  border-bottom: 1px solid #888888;
}
.help-message a:hover,
.tooltip-inner a:hover {
  border-bottom: 1px solid #333333;
}
.help-message:before,
.tooltip-inner:before {
  border-color: transparent;
  border-color: rgba(190, 228, 239, 0);
  border-right-color: #bee4ef;
}
.help-message:after,
.tooltip-inner:after {
  border-color: transparent;
  border-color: rgba(238, 251, 255, 0);
  border-right-color: #eefbff;
}
.tooltip-inner {
  display: none;
  width: 70%;
  top: 2em;
  left: 15%;
  margin: 12px 0 0;
}
.tooltip-inner:before {
  left: auto;
  right: 16px;
  top: -17px;
  border-right-color: rgba(190, 228, 239, 0);
  border-bottom-color: #bee4ef;
}
.tooltip-inner:after {
  left: auto;
  right: 18px;
  top: -13px;
  border-right-color: rgba(238, 251, 255, 0);
  border-bottom-color: #eefbff;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .tooltip-inner:before {
    top: -18px;
  }
  .tooltip-inner:after {
    top: -14px;
  }
}
.error-message {
  background: #ffd7d7;
  color: #ec0101;
  border: 1px solid #ffc3c3;
}
.error-message a {
  color: #ec0101;
  border-bottom: 1px solid #ff8f8f;
}
.error-message a:hover {
  border-bottom: 1px solid #ec0101;
}
.error-message:before {
  border-color: transparent;
  border-color: rgba(255, 195, 195, 0);
  border-right-color: #ffc3c3;
}
.error-message:after {
  border-color: transparent;
  border-color: rgba(255, 215, 215, 0);
  border-right-color: #ffd7d7;
}
.tooltip-button {
  width: 15px;
  height: 15px;
  margin: 0 0 -2px 5px;
}
#magazine,
#cookie,
#bookmarkplus {
  font-size: .9em;
}
#magazine span {
  margin: 0 0 0 -0.5em;
}
#magazine .tooltip {
  position: relative;
  width: 100%;
  height: 0;
}
#magazine .tooltip .tooltip-inner {
  display: none;
  top: 0;
  z-index: 5000;
}
#cookie .default-error-message:before {
  left: 23px;
}
#cookie .default-error-message:after {
  left: 25px;
}
#captcha {
  margin: 20px 0 0;
}
#captcha.default-ng.focus .default-error-message {
  display: none;
}
#captcha #captcha-img {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  border: solid #dfdfdf;
  border-width: 1px 1px 0 1px;
  text-align: center;
  overflow: hidden;
  max-height: 6em;
}
#captcha #captcha-img img {
  margin: 2px 0;
  vertical-align: bottom;
  max-height: 6em;
}
#captcha .input-item {
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  position: relative;
  margin: 0;
}
#reloadbtn {
  position: absolute;
  top: 0;
  right: 1em;
  margin: .7em 0 0;
}
#reloadbtn img {
  outline: none;
}
#illegal_registration {
  font-size: .85em;
  margin: 10px 0 0;
  padding: 0 2px 0 5px;
  color: #888888;
}
#illegal_registration a {
  color: inherit;
  text-decoration: underline;
}
#illegal_registration a:hover {
  color: #0481b8;
}
#config-button {
  margin: 20px 0 0 0;
}
#config-button.confirm-config-button {
  margin: 30px 2em 0;
}
#terms-and-privacy-policy {
  font-size: .8em;
  text-align: center;
  margin: 0 0 20px;
  border-top: 1px dotted #ddd;
  padding: 20px 0 0;
}
#terms-and-privacy-policy a {
  color: inherit;
  text-decoration: underline;
}
#terms-and-privacy-policy a:hover {
  color: #0481b8;
}
#submit-button {
  border: none;
  background: #80b306;
  padding: 15px 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  letter-spacing: 1px;
  transition: all 0.1s ease-in;
  display: block;
}
#submit-button:hover,
#submit-button:focus {
  background: #67ae0a !important;
  text-decoration: none;
}
#submit-button:focus {
  outline: solid 2px green;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#notice {
  max-width: 350px;
  padding: 0 2em;
  margin: 60px auto 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#notice li {
  list-style-type: none;
  text-indent: -0.7em;
  font-size: .8em;
  color: #888888;
}
#notice li:before {
  content: '•';
  margin: 0 .3em 0 0;
}
#notice li a {
  color: inherit;
  text-decoration: underline;
}
#notice li a:hover {
  color: #0481b8;
}
#footer {
  margin: 60px auto 30px;
}
#footer small {
  color: #aaa;
}
#confirmlist {
  margin: 0;
}
#confirmlist dt {
  text-align: center;
  font-size: .75em;
  letter-spacing: 1px;
  color: #aaa;
  margin: 20px 0 0;
  background: url(/images/wwwridge/border.png) repeat-x left center;
  overflow: hidden;
  margin: 20px 0 5px;
  text-align: left;
}
#confirmlist dt span {
  display: inline-block;
  background: #fff;
  padding: 0 5px 0 6px;
}
#confirmlist dt:first-child {
  margin: 0 0 5px 0;
}
#confirmlist dt span {
  padding-left: 0;
}
#confirmlist dd {
  margin: 0;
  font-size: 1.1em;
}
#back-button {
  border: none;
  background: #fff;
  color: #009ce0;
  padding: 0;
  margin: 15px 0 1px;
  font-size: .8em;
}
#back-button:hover {
  color: #0481b8;
  border-bottom: 1px solid #0481b8;
  margin: 15px 0 0;
}
#sendmail-image {
  text-align: center;
  margin: 0 0 20px !important;
}
#sendmail-image img {
  vertical-align: bottom;
  width: 112px;
  height: 43px;
  margin: 0 35px 0 0;
}
.resend-body #sub-header {
  text-align: center;
  font-size: .75em;
  letter-spacing: 1px;
  color: #aaa;
  margin: 20px 0 0;
  background: url(/images/wwwridge/border.png) repeat-x left center;
  overflow: hidden;
  margin: 0 32px;
  text-align: left;
}
.resend-body #sub-header span {
  display: inline-block;
  background: #fff;
  padding: 0 5px 0 6px;
}
.resend-body #sub-header span {
  padding-left: 0;
}
.resend-body .input-item {
  margin: 10px 0 0;
}
#container {
  max-width: 414px;
  margin: 0 auto 60px;
  background: #fff;
  padding: 1.3em 0 2em 0;
  -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;
  max-width: 600px;
  margin: 60px auto 30px;
}
#container > div,
#container > p,
#container > dl,
#container > ul,
#container > noscript p {
  margin-left: 32px;
  margin-right: 32px;
}
#container h1 {
  font-size: 1.5em;
  margin: 10px 0 30px;
  text-align: center;
  line-height: 1.5em;
}
#container h1 span {
  display: inline-block;
}
#registered-button a {
  border: none;
  background: #80b306;
  padding: 15px 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  letter-spacing: 1px;
  transition: all 0.1s ease-in;
  display: block;
  width: 80%;
  margin: 20px auto 0;
  text-align: center;
}
#registered-button a:hover,
#registered-button a:focus {
  background: #67ae0a !important;
  text-decoration: none;
}
#registered-button a:focus {
  outline: solid 2px green;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#registered-button a span {
  display: inline-block;
  text-align: left;
}
#recommend-services {
  padding: 0;
  overflow: hidden;
  margin: 0;
}
#recommend-services li {
  list-style-type: none;
  padding: 0;
  float: left;
  width: 50%;
  margin: 2em 0 0;
  padding: 0 1em 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#recommend-services li a {
  overflow: hidden;
  display: block;
  padding: 0 0 0 71px;
  margin: 0;
}
#recommend-services li a:hover {
  text-decoration: none;
}
#recommend-services li .recommend-services-blog {
  background: transparent url("/images/wwwridge/blog.png") no-repeat left top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #recommend-services li .recommend-services-blog {
    background: transparent url("/images/wwwridge/blog@2x.png") no-repeat left top;
    background-size: 56px 56px;
  }
}
#recommend-services li .recommend-services-bookmark {
  background: transparent url("/images/wwwridge/bookmark.png") no-repeat left top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #recommend-services li .recommend-services-bookmark {
    background: transparent url("/images/wwwridge/bookmark@2x.png") no-repeat left top;
    background-size: 56px 56px;
  }
}
#recommend-services li .recommend-services-question {
  background: transparent url("/images/wwwridge/question.png") no-repeat left top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #recommend-services li .recommend-services-question {
    background: transparent url("/images/wwwridge/question@2x.png") no-repeat left top;
    background-size: 56px 56px;
  }
}
#recommend-services li .recommend-services-space {
  background: transparent url("/images/wwwridge/space.png") no-repeat left top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #recommend-services li .recommend-services-space {
    background: transparent url("/images/wwwridge/space@2x.png") no-repeat left top;
    background-size: 56px 56px;
  }
}
#recommend-services li .recommend-services-keyword {
  background: transparent url("/images/wwwridge/keyword.png") no-repeat left top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #recommend-services li .recommend-services-keyword {
    background: transparent url("/images/wwwridge/keyword@2x.png") no-repeat left top;
    background-size: 56px 56px;
  }
}
#recommend-services li .recommend-services-haiku {
  background: transparent url("/images/wwwridge/haiku.png") no-repeat left top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #recommend-services li .recommend-services-haiku {
    background: transparent url("/images/wwwridge/haiku@2x.png") no-repeat left top;
    background-size: 56px 56px;
  }
}
#recommend-services li .recommend-services-bkuma {
  background: transparent url("/images/wwwridge/bkuma.png") no-repeat left top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #recommend-services li .recommend-services-bkuma {
    background: transparent url("/images/wwwridge/bkuma@2x.png") no-repeat left top;
    background-size: 56px 56px;
  }
}
#recommend-services li .recommend-services-news {
  background: transparent url("/images/wwwridge/news.png") no-repeat left top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #recommend-services li .recommend-services-news {
    background: transparent url("/images/wwwridge/news@2x.png") no-repeat left top;
    background-size: 56px 56px;
  }
}
#recommend-services li .recommend-services-text,
#recommend-services li .recommend-services-excerpt {
  display: block;
}
#recommend-services li .recommend-services-title {
  font-size: 1em;
  font-weight: bold;
  color: #333;
}
#recommend-services li .recommend-services-excerpt {
  font-size: .9em;
  color: #555;
}
#recommend-services li.touch {
  display: none;
}
#rule {
  text-align: center;
  margin: 20px 0 0;
}
.help-message,
.error-message,
.option-error-message,
.default-error-message,
.check-ok,
.check-ng,
.check-validating {
  display: none;
}
.focus .help-message {
  display: block;
}
.focus .input-item {
  border: 1px solid #87ceeb !important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: 0 0 5px #cae9ef;
  -webkit-box-shadow: 0 0 5px #cae9ef;
  box-shadow: 0 0 5px #cae9ef;
}
.open.focus .input-item {
  border: 1px solid #dfdfdf !important;
}
.default-ng .check-ok {
  display: none;
}
.default-ng .check-ng {
  display: inherit;
}
.default-ng .default-error-message {
  display: block;
  width: 100%;
}
.ng .check-ok {
  display: none;
}
.ng .check-ng {
  display: inherit;
}
.ng .help-message {
  display: none;
}
.ng .check-validating {
  display: none;
}
.ng .option-error-message {
  display: block;
}
.ng.focus .error-message {
  display: block;
}
.ng .input-item {
  border: 1px solid #ec0101 !important;
  -moz-box-shadow: 0 0 5px #e9b0b0;
  -webkit-box-shadow: 0 0 5px #e9b0b0;
  box-shadow: 0 0 5px #e9b0b0;
}
.ok .check-ok {
  display: inherit;
}
.ok .check-validating {
  display: none;
}
.ok.focus help-message {
  display: block;
}
.validating .check-validating {
  display: inherit;
}
.js #birthday .input-item-inner {
  display: none;
}
#birthday .error-message,
#birthday .help-message,
#birthday .default-error-message {
  text-align: left;
}
#birthday.ok .input-item-inner,
#birthday.focus .input-item-inner,
#birthday.validating .input-item-inner,
#birthday.ng .input-item-inner,
#birthday.default-ng .input-item-inner,
#birthday.has-some .input-item-inner {
  display: block;
}
#birthday.ok,
#birthday.focus,
#birthday.validating,
#birthday.has-some {
  text-align: center;
}
#birthday.ok #birthday-title-default,
#birthday.focus #birthday-title-default,
#birthday.validating #birthday-title-default,
#birthday.has-some #birthday-title-default {
  display: none;
}
#birthday.ok .input-item-inner,
#birthday.focus .input-item-inner,
#birthday.validating .input-item-inner,
#birthday.has-some .input-item-inner {
  margin: 0 auto;
  float: none;
}
#birthday.ng #birthday-title,
#birthday.default-ng #birthday-title {
  width: auto;
}
#birthday.ng #birthday-title-default,
#birthday.default-ng #birthday-title-default {
  display: none;
}
#birthday.ng label#birthday-title-hassome,
#birthday.default-ng label#birthday-title-hassome {
  display: block;
  width: auto;
}
#birthday.ng .input-item-inner,
#birthday.default-ng .input-item-inner {
  margin: 0;
  max-width: 308px;
  display: block;
}
#birthday.ng #year,
#birthday.default-ng #year {
  width: 4em;
}
#birthday.ng #month,
#birthday.default-ng #month {
  width: 3em;
}
#birthday.ng #day,
#birthday.default-ng #day {
  width: 3em;
}
#country check-ok {
  display: block;
}
#country-selector-inner {
  clear: both;
}
.scroll-button {
  display: none;
  cursor: pointer;
}
.scroll-button.up,
.scroll-button.down {
  display: block;
  visibility: hidden;
  height: 12px;
  width: 100%;
}
.scroll-button.up span,
.scroll-button.down span {
  display: block;
  height: 12px;
}
.scroll-button.up span {
  background: transparent url("/images/wwwridge/arrow-up.png") no-repeat center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .scroll-button.up span {
    background: transparent url("/images/wwwridge/arrow-up@2x.png") no-repeat center top;
    background-size: 8px 7px;
  }
}
.scroll-button.down span {
  background: transparent url("/images/wwwridge/arrow-down.png") no-repeat center bottom;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .scroll-button.down span {
    background: transparent url("/images/wwwridge/arrow-down@2x.png") no-repeat center bottom;
    background-size: 8px 7px;
  }
}
.scroll-button.scroll-on.up,
.scroll-button.scroll-on.down {
  visibility: visible;
}
.scroll-button.scroll-off.up,
.scroll-button.scroll-off.down {
  visibility: hidden;
}
@media screen and (max-width: 950px) {
  .help-message,
  .error-message {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    margin: 12px 0 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .help-message:before,
  .error-message:before {
    left: auto;
    right: 16px;
    top: -17px;
  }
  .help-message:after,
  .error-message:after {
    left: auto;
    right: 18px;
    top: -13px;
  }
  .help-message:before {
    border-right-color: rgba(190, 228, 239, 0);
    border-bottom-color: #bee4ef;
  }
  .help-message:after {
    border-right-color: rgba(238, 251, 255, 0);
    border-bottom-color: #eefbff;
  }
  .error-message:before {
    border-right-color: rgba(255, 195, 195, 0);
    border-bottom-color: #ffc3c3;
  }
  .error-message:after {
    border-right-color: rgba(255, 215, 215, 0);
    border-bottom-color: #ffd7d7;
  }
  #captcha .help-message,
  #captcha .error-message {
    top: 0;
  }
}
@media screen and (max-width: 950px) and (-webkit-min-device-pixel-ratio: 0) {
  .help-message:before,
  .error-message:before {
    top: -18px;
  }
  .help-message:after,
  .error-message:after {
    top: -14px;
  }
}
@media screen and (max-width: 600px) {
  #globalheader {
    height: 44px;
  }
  #logo {
    margin: 12px 0 0 6px;
  }
  #menu {
    margin: 10px 12px 0 0;
  }
  #container {
    padding: 2em 1em;
    margin: 6px;
  }
  #container > p,
  #container > ul {
    margin-left: 0;
    margin-right: 0;
  }
  #title,
  #footer {
    margin: 30px auto 15px;
  }
  #body {
    margin-bottom: 0px;
  }
  #notice {
    margin: 30px auto 0;
  }
  .input-item-inner {
    max-width: 312px -20px;
  }
  #recommend-services li {
    display: none;
    float: none;
    width: 100%;
  }
  #recommend-services li.touch {
    display: block;
  }
}
@media screen and (max-width: 420px) {
  #body {
    margin: 0 6px;
  }
  #title,
  #footer {
    margin: 30px 15px 15px;
  }
}
