@charset "UTF-8";

/* initialize */
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body,h1,h2,h3,h4,h5,h5,p,ul,ol,li,dl,dt,dd,form,textarea,blockquote {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
  font-style: normal;
}
body {
  color: #333333;
  background-color: #FFFFFF;
  font: 16px/1.5 Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, sans-serif;
}
body.os-win div#global-header {
  font-family: Helvetica, Arial, Meiryo, 'メイリオ', sans-serif;
}
body.topiclist-page, body.topic-page {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a img{
  border:none;
}
#header .global-logo a {
  width: 76px;
  height: 34px;
  margin: 0 0 0 20px;
  background-image: url(/images/v3/gh_logo.png);
  background-size: 76px 12px;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio:2),(min-resolution: 2dppx){
  #header .global-logo a {
    background-image: url(/images/v3/gh_logo@2x.png);
  }
}
#header .global-logo a img {
  display: none;
}

::selection {
  background: #5DACF2;
  color: #FFFFFF;
}
::-moz-selection {
  background: #5DACF2;
  color: #FFFFFF;
}
/*
  Chrome ver.36 からIMEで変換中文字の色が ::selection の色になるようになり、
  白文字だと消えたように見えるので対応。
*/
input::selection, textarea::selection {
  background: #5DACF2;
  color: #666666;
}
input::-moz-selection, textarea::-moz-selection {
  background: #5DACF2;
  color: #666666;
}

::-webkit-input-placeholder {
  color: #999;
}
:-moz-placeholder {
   color: #999;
}
/* placeholder for old IEs */
.placeholder-text {
  position: absolute;
  color: #aaa;
  padding: 3px;
  padding-left: 22px;
  cursor: text;
  z-index: 10;
}

/* tag setting */
body.media-page h2,
body.entry h2 {
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  margin: 12px 0 10px 7px;
  padding: 0 25px 0 25px;
  color: #FFFFFF;
  background-color: #ABABAB;
  /* IE 6, 7 対応のためのすぐ下の CSS 指定もセットで扱うこと */
  display: inline-block;
}
body.media-page h2 a,
body.entry h2 a {
  color: #FFFFFF;
  text-decoration: none;
}
/* for IE 6, 7 */
* html body.media-page h2 { display: inline; zoom: 1; }
*+html body.entry h2 { display: inline; zoom: 1; }
div.box3_1 h2 {
  margin: 25px 0 10px 7px;
}
body.entry div.box3_1 h2 {
  margin: 10px 0 10px 7px;
}
blockquote {
  color: #666666;
}

/* form */
form {
  zoom: 1;
}
form:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
input[type="text"], input[type="submit"] {
  -webkit-appearance: none;
}
input.inputtext {
  padding: 0 10px 0 10px;
  font-size: 12px;
  vertical-align: middle;
  border: none;
  background-color: #f5f5f5;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  float: left;
  display: inline;
}
input.search-button {
  width: 60px;
  height: 30px;
  float: left;
  display: block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  background-color: #0091DE;
  border: 1px solid #0071B4;
  margin: 0 0 0 20px;
  background-image: url(/images/v3/icon-search.png);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
@media only screen and (-webkit-min-device-pixel-ratio:2),(min-resolution: 2dppx){
  input.search-button {
    background-image: url(/images/v3/icon-search@2x.png);
  }
}
input.search-button:hover {
  background-color: #00A5DE;
  border-color: #008FDE;
}
div#branding input.inputtext {
  width: 208px;
  height: 30px;
  float: left;
  padding: 0 30px 0 15px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
}
div#branding input.search-button {
  width: 30px;
  height: 30px;
  margin-left: -30px;
  float: left;
  background-color: transparent;
  border: none;
  background-image: url(/images/v3/icon-search-head.png);
  background-size: 16px 16px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
}
@media only screen and (-webkit-min-device-pixel-ratio:2),(min-resolution: 2dppx){
  div#branding input.search-button  {
    background-image: url(/images/v3/icon-search-head@2x.png);
  }
}

/* basic */
span.lazy-loading-message {
  display: inline-block;
  line-height: 16px;
  font-size: 13px;
  color: #999999;
  margin: 20px 20px;
}
span.hatena-bookmark-loadingicon {
  padding-left: 20px;
  background-image: url(/images/v3/loading.gif);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: left center;
}
@media only screen and (-webkit-min-device-pixel-ratio:2),(min-resolution: 2dppx){
  span.hatena-bookmark-loadingicon {
    background-image: url(/images/v3/loading@2x.gif);
  }
}
span.hatena-bookmark-loadingicon img {
  display: none;
}
li.thumbnail a img {
  vertical-align: middle;
}
.ok-message {
  border: 1px solid #008FDE;
  background-color: #e2f4ff;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 18px;
  color: #008FDE;
  margin: 5px 0 20px 0;
}
.error-message {
  border: 1px solid #FF7790;
  background-color: #ffeaee;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 18px;
  color: #FF7790;
  margin: 5px 0 20px 0;
}
#normalized-entry-info {
  border: 1px solid #46a899;
  background-color: #def2ef;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 18px;
  color: #46a899;
  margin: 5px 0 20px 0;
}
#normalized-entry-info p {
  margin-bottom: 2px;
}
#normalized-entry-info p.title {
  font-weight: bold;
  margin-bottom: 5px;
}
#normalized-entry-info a.entrytitle {
  color: #333333;
  text-decoration: none;
  margin: 0 10px 0 3px;
  font-size: 12px;
}
#normalized-entry-info a.favicon.entry-link img {
  vertical-align: middle;
}
#normalized-entry-info a.domain {
  color: #008FDE;
  margin-left: 22px;
}
#normalized-entry-info strong a,
#normalized-entry-info em a {
  color: #FF5050;
  font-style: normal;
  font-weight: normal;
}

/* overlay-panel */
.overlay-panel {
  -webkit-transition: opacity 0.2s ease-out 0s;
  -moz-transition:    opacity 0.2s ease-out 0s;
  -o-transition:      opacity 0.2s ease-out 0s;
  transition:         opacity 0.2s ease-out 0s;
  opacity:      1.0;
  visibility: visible;
}
.overlay-panel.js-hidden {
  -webkit-transition: opacity 0.2s ease-out 0s, visibility 0s ease-out 0.2s;
  -moz-transition:    opacity 0.2s ease-out 0s, visibility 0s ease-out 0.2s;
  -o-transition:      opacity 0.2s ease-out 0s, visibility 0s ease-out 0.2s;
  transition:         opacity 0.2s ease-out 0s, visibility 0s ease-out 0.2s;
  opacity:      0.0;
  visibility: hidden;
}
.overlay-panel {
  width: 230px;
  color: #FFF;
  font-size: 12px;
  line-height: 24px;
  background-color: rgb(24,24,24);
  background-color: rgba(0,0,0,0.8);
  padding: 12px 19px 12px 19px;
  position: fixed;
  top: 54px;
  right: 20px;
  z-index: 100;
  filter: alpha(opacity=80);
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.overlay-panel div.overlay-panel-title {
  font-size: 12px;
  font-weight: bold;
  color: #999;
  margin-bottom: 12px;
  padding: 0 22px 6px 0;
  border-bottom: 1px solid #666;
}
div.overlay-panel-close {
  position: absolute;
  top: 12px;
  right: 19px;
  color: #999;
}
#keyboard-shortcut-help dl {
  position: relative;
  zoom: 1;
}
#keyboard-shortcut-help dl:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#keyboard-shortcut-help dl dt {
  float: left;
  clear: left;
  height: 21px;
  line-height: 21px;
  width: 16px;
  text-align: center;
  margin: 0 14px 6px 0;
  padding: 0 3px;
  border: solid #CCC 1px;
  -webkit-border-radius: 3px;
  border-radius:         3px;
}
#keyboard-shortcut-help dl dd {
  float: left;
  margin-right: 12px;
}

/* layout */
div#container {
  padding: 0 10px 0 10px;
}
body.plain div#container {
  padding: 0;
}
div#main,
div#appendix {
  width: 960px;
  margin: 0 auto 0 auto;
  word-wrap: break-word;
  clear: both;
}
hr.divide {
  border: none;
  border-top: 2px solid #EEEEEE;
  margin: 30px -10px 22px -10px;
  position: relative;
}
#sidebar {
  overflow: visible;
}

/* global-header */
div#global-header {
  width: 100%;
  height: 34px;
  margin: 0 auto 0 auto;
  display: block;
  background-color: #505050;
  z-index: 9999;
}
div#global-header a,
div#global-header a:visited {
  color: #fff;
}
div#global-header #header {
  width: 960px;
  margin: 0 auto 0 auto;
  padding: 0 10px 0 10px;
  font-size: 11px;
  height: inherit;
}
div#global-header a {
  display: inline-block;
}
#header ul.service-menu li {
  padding: 0 7px;
  line-height: 34px !important;
}
div#global-header .show-when-active {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s;
  -o-transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s;
  transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s;
}
body.fixed-header {
  padding-top: 34px;
  _padding-top: 0;
}
body.fixed-header #global-header {
  position: fixed;
  _position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
div#global-header ul.service-menu {
  right: 10px !important;
}
div#gh-branding {
  float: left;
  zoom: 1;
}
div#gh-branding:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
div#gh-branding h1 {
  float: left;
}
div#gh-branding h1 a {
  width: 34px;
  height: 34px;
  display: block;
}
div#gh-branding form {
  background-color: #444444;
  border: 1px solid #606060;
  margin: 4px 0 4px 10px;
  float: left;
}
div#gh-branding form.focus {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
}
div#gh-branding form:hover,
div#gh-branding form.focus,
div#gh-branding form.focus:hover {
  background-color: #333333;
  border: 1px solid #666666;
}
div#gh-branding input.inputtext {
  width: 140px;
  height: 22px;
  padding: 0 32px 0 8px;
  float: left;
  border: none;
  background-color: inherit;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  color: #FFF;
}
div#gh-branding input.search-button {
  width: 32px;
  height: 22px;
  background-image: url(/images/v3/icon-search-gh.png);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  background-color: transparent;
  border: none;
  margin: 0 0 0 -32px;
}
@media only screen and (-webkit-min-device-pixel-ratio:2),(min-resolution: 2dppx){
  div#gh-branding input.search-button {
    background-image: url(/images/v3/icon-search-gh@2x.png);
  }
}
div#gh-branding input.search-button:focus {
  outline: 0px;
}
body.fixed-header #global-header a#gototop {
  color: #FFFFFF;
  line-height: 34px;
  height: 34px;
  display: block;
  float: left;
  padding: 0 20px 0 22px;
  margin-left: 10px;
}
body.fixed-header #global-header.gototop-active {
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
}
body.fixed-header #global-header.gototop-active .show-when-active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity 0.4s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.4s ease 0s, visibility 0s ease 0s;
}
/* footer */
div#footer {
  border-top: 1px solid #EEEEEE;
  background-color: #F9F9F9;
  margin-top: 40px;
  padding-bottom: 12px;
  color: #666666;
}
div#footer a {
  text-decoration: none;
}
div#footer a:hover {
  text-decoration: underline;
}
div#footer ul.linklist a {
  color: #666666;
}
div#footer ul.linklist a:visited {
  color: #999999;
}
div#service-footer {
  width: 960px;
  margin: 24px auto 0 auto;
  font-size: 13px;
  zoom: 1;
}
div#service-footer div.footer-section {
  width: 240px;
  float: left;
  zoom: 1;
}
div#service-footer:after,
div#service-footer div.footer-section:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
div#service-footer div.footer-section.bookmark {
  width: 720px;
}
div#service-footer div.footer-section div.footer-title {
  font-size: 13px;
  font-weight: bold;
  margin: 0 10px 16px 10px;
}
div#service-footer div.footer-section div.footer-title a {
  color: #666666;
}
div#service-footer div.footer-section ul {
  width: 220px;
  margin: 0 10px 0 10px;
  float: left;
}
div#service-footer div.footer-section ul li {
  margin-bottom: 4px;
}
div#copyright {
  width: 960px;
  margin: 50px auto 0 auto;
  font-size: 12px;
  color: #666666;
  text-align: center;
}
div#copyright a {
  color: #666;
}
a.category.headline,
a.category.girls {
  color: #00AAC8;
}
a.category.hotentry,
a.category.general {
  color: #008FDE;
}
a.category.ranking,
a.category.recommend {
  color: #FF5A64;
}
a.category.group1,
div.section_head.group1 h2 {
  color: #A78358;
}
a.category.group2,
div.section_head.group2 h2 {
  color: #068B71;
}
a.category.group3,
div.section_head.group3 h2 {
  color: #81B6F0;
}
a.category.group4,
div.section_head.group4 h2 {
  color: #F5AC0F;
}
a.category.group5,
div.section_head.group5 h2 {
  color: #F5AC0F;
}
