body {
  font-size: 90%;
}
img {
  vertical-align:middle;
}
#header-userinfo {
  font-size:80%;
}
#header-userinfo a {
  font-weight:normal;
}
#header-userinfo img {
  vertical-align:baseline;
  margin-bottom:-2px;
  margin-right:3px;
}
div#container {
  font-size:100%;
}
#footer-menu a {
  font-weight:normal;
}
div.box {
  border: 1px solid blue;
  -webkit-box-flex: 1;
  -webkit-box-sizing: border-box;
  -webkit-box-pack: start;
}
div.hbox {
  border: 1px solid red;
  display: -webkit-inline-box;
  -webkit-box-orient: horizontal;
  -webkit-box-flex: 1;
  -webkit-box-sizing: border-box;
  -webkit-box-pack: start;
}
div.vbox {
  border: 1px solid green;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-box-sizing: border-box;
  -webkit-box-flex: 2;
  -webkit-box-pack: start;
}
ul.entrylist {
  /*-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.6);*/
  background: #fff;
  border-width: 1px 0 0 0;
  clear: both;
  margin: 0 0 20px 0;
  overflow: hidden;
}
ul.entrylist>li:first-child,
ul.entrylist li.entry-first {
  border-top: solid 1px #c7d6dc;
  border-color: #eee;
}
ul.entrylist>li,
ul.comment li,
ul.entrylist li.entry {
  padding: 10px;
  font-size: 75%;
  overflow: hidden;
  border-bottom: solid 1px #c7d6dc;
  border-color: #eee;
  /*
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f9fafa),
    to(#e4ebee)
  );
  */
}
ul.entrylist li a {
  display: block;
  overflow: hidden;
}
ul.entrylist li img.profile-image {
  vertical-align: text-bottom;
}
ul.entrylist li.more {
  margin: 5px auto;
  text-align: center;
  border: none;
}
ul.entrylist li.more a {
  margin: 5px;
  padding: 10px;
  background: none;
  font-weight: bold;
  font-size: 85%;
  -webkit-border-radius: 6px;
  color: #fff;
  display: inline-block;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#427DC4),
    to(#2C6EBD),
    color-stop(0.5, #427DC4),
    color-stop(0.5, #2C6EBD)
  );
  -webkit-box-shadow: 0px 0px 2px #2d3642;
  border: 1px solid #235897;
}
ul.category {
  border: solid 1px #d9d9d9;
  -webkit-border-radius: 8px;
  margin: 5px 10px 17px 10px;
  background: #fefefe;
}
ul.category li {
  font-size: 120%;
  border-bottom: 1px solid #d9d9d9;
}
ul.category li.last {
  border: none;
}
ul.category li a {
  display: block;
  padding: 10px 20px 10px 10px;
  font-weight: bold;
  background:url(/images/touch/arrow-touch.png) right center no-repeat;
}
img.desc-image,
img.entry-image {
  max-width: 80px;
  max-height: 80px;
  float: right;
  margin-left: 10px;
}
span.title {
  font-weight: bold;
  display: block;
  margin-bottom: 2px;
  background:transparent;
  color:#222;
  padding:0;
}
#main-counter {
  font-weight: normal;
  font-size: 60%;
}
img.title-favicon {
  vertical-align:baseline;
  margin-bottom:-2px;
}
span.title a {
  display: block;
}
span.title img {
  vertical-align: baseline;
  margin-bottom: -1px;
  margin-right: 3px;
}
.users {
  font-weight: normal;
  white-space: nowrap;
  font-size: 13px;
  text-decoration: none;
  margin-right: 8px;
}
.users em {
  font-size: 13px;
  text-decoration: none;
}

.users strong {
  font-size: 13px;
  text-decoration: none;
}
.abbr-url {
  color: #666;
  vertical-align: bottom;
  white-space: nowrap;
  width: 1%;
}
#entry-info {
  display: table;
  width: 100%;
  margin-top:0;
  font-size: 13px;
}
.entry-info .profile-images {
  display: inline-block;
  margin-left: 5px;
}
.entry-info .profile-images img {
  margin-left: 2px;
}
.entry-info-link {
  display: inline-block !important;
}
.entry-info .abbr-url {
  width: auto;
}
.entry-info .entry-info-inner {
  display: inline-block;
  margin-right: 6em;
}
ul.entrylist li .entry-info a {
  display: inline;
}
span.user-comment,
.description {
  display: block;
  color: #666;
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px dotted #ddd;
  overflow: hidden;
}
span.user-comment,
ul.entrylist span.description {
  padding: 5px;
  background: #fff;
  background: #f9f9f9;
  border: 1px solid #eee;
  border-top: 1px solid #ddd !important;
  border-left: 1px solid #ddd;
  -webkit-border-radius: 4px;
}
ul.entrylist span.description-container {
  display: block;
  margin-top: 5px;
  border-top: 1px dotted  #ddd;
}
ul.comment span.entry-info {
  padding-bottom: 5px;
  border-bottom: 1px dotted  #ddd;
}
ul.comment span.entry-info a.entry-info-link {
  margin-right: 5px;
}
body.hidedesc ul.entrylist span.description-container {
  display: none;
}
div.autopagerize-notice {
  font-size: 90%;
  margin: 10px;
  padding: 8px;
  text-align: center;
  border: 1px solid #d8e4e4;
  -webkit-border-radius: 4px;
  background-color: #f9fafa;
}
div.autopagerize-notice a {
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold;
}
ul.selector {
  margin: 0 auto 10px auto;
  text-align: center;
  display: table;
  border: 1px solid #AAA;
  -webkit-border-radius: 4px;
  -webkit-box-shadow: 0px 1px 0px #fff;
  overflow: hidden;
  width: 80%;
}
ul.selector li {
  display: table-cell;
  font-weight: normal;
  background-color: transparent;
  width: 50%;
}
ul.noselected li {
  -webkit-box-shadow: none;
  border-right: 1px solid #666;
  border-left: 1px solid #fff;
}
ul.noselected li:first-child {
  border-left: none;
}
ul.noselected li:last-child {
  border-right: none;
}
ul.selector li.selected {
  background-color: rgb(66,125,196);
  -webkit-box-shadow: none;
}
ul.selector li a {
  display: block;
  line-height: 26px !important;
  color: #333;
  font-weight: normal;
}
ul.selector li.selected a {
  color: #fff !important;
}
div.threshold-title {
  text-align: center;
  font-size: 75%;
  color: #666;
  margin-top: 8px;
}
ul.threshold {
  text-align: center;
  display: table;
  margin: 10px  auto;
  font-size: 75%;
  background: -webkit-gradient(
  linear,
  left top,
  left bottom,
  from(#609000),
  to(#83b21d),
  color-stop(0.7, #83b21d),
  color-stop(0.7, #83b21d)
  );
  border: 1px solid #999;
  -webkit-border-radius: 7px;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 0px #fff;
}
div.threshold-title + ul.threshold {
  margin-top: 1px;
}
ul.threshold li {
  display: inline-block;
  line-height: 2;
}
ul.threshold li a {
  display: block;
  padding: 10px;
  border-right: none;
  background: #f6f6f6;
  border-right: 1px solid #999;
  font-weight: bold;
}
ul.threshold li.selected a {
  background: transparent;
  color: #fff;
}
ul.threshold li:first-child a {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
}
ul.threshold li:last-child a {
  border-right: none;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
}
ul.vselector {
  border-top: 1px dotted #ddd;
  margin: auto;
  padding-top: 10px;
  display: block;
  text-align: center;
  font-size: 120%;
}
ul.vselector li {
  display: inline-block;
}
ul.vselector li a {
  display: inline-block;
  font-weight: bold;
  padding: 15px 10px;
}
ul.vselector li.image {
  display: block;
  text-align: center;
}
ul.vselector li.image a {
  padding: 10px;
  line-height: 23px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#427DC4),
    to(#2C6EBD),
    color-stop(0.5, #427DC4),
    color-stop(0.5, #2C6EBD)
);
  -webkit-border-radius: 5px;
  border: 1px solid rgba(0,0,0,0.3);
  border-top: 1px solid rgba(0,0,0,0.1);
  border-left: 1px solid rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 0px 2px  rgba(0,0,0,0.5);
  color: #fff;
}
ul.vselector li a img {
  vertical-align: baseline;
  margin-bottom: -4px;
  margin-right: 5px;
}
div.rdiv {
  border: solid 1px #d9d9d9;
  -webkit-border-radius: 8px;
  margin: 5px 10px 0 10px;
  background: #ffffff;
  padding: 10px;
  font-size: 75%;
}
div.rdiv .title {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  padding: 5px;
}
div.entryinfo-container {
  margin-top:0px;
  margin-bottom:5px;
}
a.buttonlink {
  display: block;
  font-weight: bold;
  font-size: 112%;
  color: #fff;
  text-align: center;
  padding: 8px;
  margin: 10px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#427DC4),
    to(#2C6EBD),
    color-stop(0.5, #427DC4),
    color-stop(0.5, #2C6EBD)
  );
  -webkit-border-radius: 8px;
  border: 1px solid rgba(0,0,0,0.2);
  border-top-color: rgba(255,255,255,0.6);
}
div.comment-container {
  padding: 0 0 8px 0;
}
div.comment-container span.title {
  display: block;
  padding: 12px 0px 10px 10px;
  border-bottom:1px solid #d9d9d9;
}
ul#new-bookmark-list {
  margin-bottom: 0px;
}
ul.similar li,
ul#new-bookmark-list li {
  border-top: 1px dotted #d9d9d9;
  padding: 6px 5px 8px 5px;
  position: relative;
}
ul.similar li.pfi {
  font-size: 75%;
  text-align: right;
}
ul.similar li span.title {
  font-size: 100%;
  margin-bottom: 0;
  padding: 0px;
  display: inline;
}
ul#new-bookmark-list li.private {
  background: #E2E6F1;
  border-color: #aaa;
}
ul#new-bookmark-list li.private a.user-name {
  color: #555;
}
ul#new-bookmark-list li:last-child {
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
}
ul#new-bookmark-list li div.user-container {
  width: 100%;
}
ul#new-bookmark-list li div.user-container {
  display: table;
}
ul#new-bookmark-list li div.user-container .user,
ul#new-bookmark-list li div.user-container .timestamp {
  display: table-cell;
}
ul#new-bookmark-list li .user-name {
  font-weight: bold;
}
ul#new-bookmark-list li .user-icon img {
  vertical-align: bottom;
  margin: 2px;
}
.timestamp,
.user-timestamp {
  font-size: 85%;
  color: #aaa;
}
ul#new-bookmark-list li span.comment {
  font-size: 105%;
  line-height: 1.3;
}
ul#new-bookmark-list li span.tags a {
  color: #66c;
}
ul#new-bookmark-list li span.tags a:after {
  content: ", "
}
ul#new-bookmark-list li span.tags a:last-child:after {
  content: "";
}
div.tags {
  margin: 0px 0;
  line-height: 1.7;
}
div.tags span.global-tag {
  -webkit-border-radius: 4px;
  white-space: nowrap;
}
div.tags span.global-tag a.tag {
  padding: 3px 0 3px 3px;
}
div.tags a {
  color: green;
  font-weight: bold;
}
span.tags {
  color: #66c;
}
a.user-tag {
  color: #66c;
}
div.tags span.tag-count  {
  color: #222;
  font-size: 80%;
  opacity: 0.5;
  margin-left: 1px;
}
div.pagetop {
  text-align: right;
  margin-top: 7px;
  padding-right: 13px;
}
div.pagetop a {
  font-size: 75%;
  font-weight: bold;
  background: url(/images/touch/up-arrow.png) left -2px no-repeat;
  padding-left: 18px;
}
div.pagetop a.menu {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAACSSURBVHjaYvz//z8DNQATA5UAC7qAiYlJMZAqJkJv75kzZ3pxGgQ1hBuIefAY8gWqDq9BIMBz/PhxJktLy3979uxh+vTpE8PXr18ZuLm5Gfj4+BhcXFxAlnzF6zUYABkCooGa/pEVRjBAwEX/iDZo1EVD0EVfgIbw4HHRF2IM6oUm/6+E8hoyh3HQFSNUMwggwADzmmh7r5Te0gAAAABJRU5ErkJggg==)
}
#preloading {
  padding: 20px;
  text-align: center;
}
.comment-loading img {
  vertical-align: middle;
  padding-right: 5px;
}
.comment-complete span {
  display: inline-block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAD6SURBVHjaYvz//z8DNQATA5XAwBgUXM2oCMT2FBkEMoSJifkYMxvTzohmTMOYsGjgAeJSbIYwMP+V4Bf7xy4gwbIJaBgPToOAGviZmVj2AkW7YjoZ56MbIiDOwMDOzsmQ57mVcUUtamyzIHN4OAWzv/58byYgBpRgZ0iI72fkBBpij2xItvumn5rSLgFA5V9wumhhzbsfHlbJIEPAgIObIZxbGMMQL6DUPvQgYcSSIOfM25WSfPLBXLgAKwt+Q8AAZBAWPGf2joT/aTMZ/mfP5fx/7cnuH0AxJxxqwZgBj+T8RftyiDKEkEEgPJkYQ0CYcTTT0s8ggAADAFgT4QKjEpHiAAAAAElFTkSuQmCC) left center no-repeat;
  padding-left: 20px;
  font-weight: bold;
}
.finish {
  background: #eee;
}
.finish-label {
  color: #999;
}
.pager .pager-label {
  background: url(/images/touch/down-arrow.png) left 0px no-repeat;
  padding-left: 20px;
}
li.page-line {
  text-align: center;
}
li.page-line span {
  display: inline-block;
  margin: auto;
  padding: 10px 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAD6SURBVHjaYvz//z8DNQATA5XAwBgUXM2oCMT2FBkEMoSJifkYMxvTzohmTMOYsGjgAeJSbIYwMP+V4Bf7xy4gwbIJaBgPToOAGviZmVj2AkW7YjoZ56MbIiDOwMDOzsmQ57mVcUUtamyzIHN4OAWzv/58byYgBpRgZ0iI72fkBBpij2xItvumn5rSLgFA5V9wumhhzbsfHlbJIEPAgIObIZxbGMMQL6DUPvQgYcSSIOfM25WSfPLBXLgAKwt+Q8AAZBAWPGf2joT/aTMZ/mfP5fx/7cnuH0AxJxxqwZgBj+T8RftyiDKEkEEgPJkYQ0CYcTTT0s8ggAADAFgT4QKjEpHiAAAAAElFTkSuQmCC) 12px center no-repeat;
  padding-left: 32px;
  font-weight: bold;
}
/* }}} */

.gray-layer {
  background-color: rgba(10,10,10,0.7);
  position: absolute;
  width: 100%;
  height: 200%;
  z-index: 1999504;
  display: none;
}
div.note {
  margin: 10px;
  padding: 10px;
  background: #f6e8e8;
  -webkit-border-radius: 4px;
  text-align: center;
  font-weight: bold;
  color: #bf7878;
}
ul.bookmarked_user li {
  border-top: 1px dotted #D9D9D9;
  padding: 6px 5px 8px 5px;
  position: relative;
}

/* bookmarklet {{{ */
#hatena-bookmark-bookmarklet.isLet,
#hatena-bookmark-bookmarklet.isLet a {
  color: #fff;
}
#hatena-bookmark-bookmarklet {
  padding: 0;
  border:0;
}
#hatena-bookmark-bookmarklet.isLet .list {
  background: transparent;
}
#hatena-bookmark-bookmarklet #hatena-bookmark-bookmarklet-header,
#hatena-bookmark-bookmarklet #hatena-body {
  padding: 0px 16px;
}
#hatena-bookmark-bookmarklet.isLet {
  background:transparent;
}
#bookmarklet-form {
  position: relative;
  width: 100%;
}
#hatena-bookmark-bookmarklet.isLet span.title {
  color:#fff;
}
#hatena-bookmark-bookmarklet div.entryinfo-container span.title {
  display: inline;
  font-size: 95%;
}
#hatena-bookmark-bookmarklet div.entryinfo-container span.users  {
  font-size: 90%;
}
#hatena-bookmark-bookmarklet.isLet div.entryinfo-container span.title {
}
#hatena-bookmark-bookmarklet h3 {
  margin: 10px 0 5px 0;
  font-size: 90%;
}
#hatena-bookmark-bookmarklet span.abbr-url {
  font-size: 90%;
  color: #666;
}
#hatena-bookmark-bookmarklet.isLet span.abbr-url {
  color: #ccc;
}
#hatena-bookmark-bookmarklet ul.notice_option,
#hatena-bookmark-bookmarklet div.notice_comment {
  margin-top: 10px;
  font-size: 80%;
  text-align: center;
}
#hatena-bookmark-bookmarklet div.notice_comment {
  margin-bottom: 32px;
}
#hatena-bookmark-bookmarklet ul.notice_option li {
  margin-bottom: 4px;
}
#hatena-bookmark-bookmarklet ul.notice_option a,
#hatena-bookmark-bookmarklet div.notice_comment a {
  color: #666;
  text-decoration: underline;
}
#hatena-bookmark-bookmarklet.isLet ul.notice_option a,
#hatena-bookmark-bookmarklet.isLet div.notice_comment a {
  color: #eee;
}
#hatena-bookmark-bookmarklet.isLet .user-icon-container img {
  width:16px;
  height:16px;
}
#hatena-bookmark-bookmarklet input[type='text'] {
  width: 98%;
  font-size: 90%;
  padding: 10px 5px;
}
#hatena-bookmark-bookmarklet #comment {
  width: 100%;
  height: 5em;
  font-size: 12px;
  padding: 6px 6px;
  resize: vertical;
  box-sizing: border-box;
}
#hatena-bookmark-bookmarklet .bookmarklet-submit-container {
  margin: 0px auto;
  display: block;
  text-align: center;
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid rgba(255,255,255,0.3);
}
#hatena-bookmark-bookmarklet.isLet .bookmarklet-submit-container {
  border-bottom: 1px solid rgba(255,255,255,0.3);
  border-top: none;
}
#hatena-bookmark-bookmarklet.isLet .bookmark.title {
  display: none;
}
#hatena-bookmark-bookmarklet.isLet .tab.bookmark {
  background-color: #2d2d2d;
  border-color: #666;
}
#hatena-bookmark-bookmarklet.isLet #bookmarks-tabs li.selected:after {
  /* isLetでは選択されていることを示すのがこのボーダのみなので気持ち大きめに指定する */
  border-bottom-width: 6px;
}
#hatena-bookmark-bookmarklet.isLet #bookmarks-tabs li span {
  color: #eee;
}
#hatena-bookmark-bookmarklet.isLet #bookmarks-tabs li span span.count {
  background-color: #2c6ebd;
  border-right: none;
}
#hatena-bookmark-bookmarklet label {
  display: block;
  width: 50%;
  padding: 6px 0;
  margin: 0 auto;
  text-align: left;
  float: left;
  font-size: 13px;
}
#hatena-bookmark-bookmarklet label input {
  font-size: 200%;
  vertical-align: middle;
}
#hatena-bookmark-bookmarklet label.disabled {
  color: #aaa;
}
#post_twitter_label span.label-text,
#post_facebook_label span.label-text,
#post_evernote_label span.label-text,
#post_mixi_check_label span.label-text,
#private_label span.label-text,
#read_later_label span.label-text,
#send_mail_label span.label-text {
  background: 2px 50% no-repeat;
  padding-left: 24px;
}
#post_twitter_label span.label-text {
  background-image: url(/images/icon-twitter.png);
}
#post_facebook_label span.label-text {
  background-image: url(/images/icon-facebook.png);
}
#post_evernote_label span.label-text {
  background-image: url(/images/icon-evernote.png);
}
#post_mixi_check_label span.label-text {
  background-image: url(/images/icon-mixi.png);
}
#private_label span.label-text {
  background-image: url(/images/add-private.png);
}
#read_later_label span.label-text {
  background-image: url(/images/add-read-later.png);
}
#send_mail_label span.label-text {
  background-image: url(/images/icon-mail.png);
}
.bookmarklet-submit-options {
  margin-top: 16px;
  padding-top: 8px;
  border-top: 1px solid rgba(255,255,255,0.3);
  zoom: 1;
}
.bookmarklet-submit-options:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#hatena-bookmark-bookmarklet input[type='button'],
#hatena-bookmark-bookmarklet input[type='submit'] {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#427DC4),
    to(#2C6EBD),
    color-stop(0.5, #427DC4),
    color-stop(0.5, #2C6EBD)
);
  -webkit-border-radius: 5px;
  border: 1px solid rgba(0,0,0,0.3);
  border-top: 1px solid rgba(0,0,0,0.1);
  border-left: 1px solid rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 0px 2px  rgba(0,0,0,0.5);
  color: #fff;
  padding: 6px;
  font-weight: bold;
  font-size: 13px;
  width: 100%;
}
#hatena-bookmark-bookmarklet input[type='button'] {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#5a5a5a),
    to(#1a1a1a),
    color-stop(0.5, #3c3c3c),
    color-stop(0.5, #1a1a1a)
);
}
#recommend-tags  {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
#hatena-bookmark-bookmarklet.isLet #recommend-tags  {
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
#hatena-bookmark-bookmarklet span.hatena-bookmark-loadingicon {
  display: block;
  text-align: center;
  margin: 60px auto;
}
.isLet #recommend-tags span.tag {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#444),
    to(#555)
  );
  color: #fff;
  border-color: #444;
}
#recommend-tags span.tag {
  font-size: 12px;
  padding: 6px 12px;
  display: inline-block;
  -webkit-border-radius: 15px;
  margin:4px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#eee),
    to(#ddd)
  );
  color: #999;
  font-weight: bold;
  border: 1px solid #ddd;
  line-height:1;
}
#tag-assist-button {
  display: inline-block;
  font-weight: bold;
  padding: 2px 10px 4px 10px;
  -webkit-border-radius: 4px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#f0f0f0),
    color-stop(0.5, #fff),
    color-stop(0.5, #f0f0f0)
  );
  -webkit-border-radius: 4px;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
  color: #222;
}
.bookmarklet-user {
  font-size: 12px;
  line-height: 20px;
  float: left;
}
.bookmarklet-user img {
  margin-right: 6px;
}
.ipad #recommend-tags span.tag-selected,
.isLet #recommend-tags span.tag-selected,
#recommend-tags span.tag-selected {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#690),
    to(#83b21d)
);
  border-color: #83b21d;
  color: #fff;
  -webkit-box-shadow: 0px 1px 0px #89bd20;
}
#hatena-bookmark-bookmarklet p#entry-info {
  margin-bottom: 12px;
}
#hatena-bookmark-bookmarklet-header {
  font-size: 80%;
  display: table;
  width: 100%;
  margin:10px 0;
}
#hatena-bookmark-bookmarklet-header span {
  display:table-cell;
}
#hatena-bookmark-bookmarklet .bookmarklet-notice {
  font-size: 80%;
  margin: 6px 0;
  color: #666;
  text-align: right;
}
#hatena-bookmark-bookmarklet.isLet .bookmarklet-notice {
  color: #ccc;
}
#hatena-bookmark-bookmarklet-comment {
  margin: 0 16px;
}
#typecounter {
  color: #999;
  font-size: 12px;
  margin: 0 16px;
  text-align: left;
}
.bookmarklet-delete-container {
  padding: 22px !important;
  text-align: center;
}
div.bookmarklet-delete-container {
  border-top: 1px solid rgba(255,255,255,0.3);
}
li.bookmarklet-delete-container {
  border: none !important;
}
.bookmarklet-delete-container a {
  padding: 8px;
  -webkit-border-radius: 4px;
  border: 1px solid #555;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#444),
    to(#555)
  );
  color: #fff !important;
  font-size: 90%;
  margin: 0 5px;
  display: inline-block;
}

.shadow-layer {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: hidden;
  text-align: center;
  background: rgba(0,0,0,0.7);
}

.shadow-layer span {
  display: block;
  padding-top: 20%;
}

.shadow-layer span.error-message {
  padding-top: 1em;
  font-weight: bold;
  color: #f00;
}

.bookmarked-confirm {
  font-size: 90%;
  font-weight: bold;
  background: #fdd;
  color: #222;
  padding: 4px;
  border: 1px solid #cfadad;
  -webkit-border-radius: 4px;
  margin-bottom: 5px;
  display: table;
  width: 100%;
}

.bookmarked-confirm strong {
  font-weight: normal;
}

.bookmarked-confirm span {
  display: table-cell;
  padding: 0 3px;
}

.bookmarked-confirm span:last-child {
  text-align: right;
  white-space: nowrap;
  vertical-align: middle;
}

.bookmarked-confirm a.delete {
  display: inline-block;
  color: #222 !important;
  padding: 7px;
  font-size: 75%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#f0f0f0),
    color-stop(0.5, #fff),
    color-stop(0.5, #f0f0f0)
  );
  -webkit-border-radius: 6px;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}

#hatena-bookmark-bookmarklet.isLet div.register-notice-introduce a,
#hatena-bookmark-bookmarklet.isLet div.register-button-container a,
#hatena-bookmark-bookmarklet.isLet div.register-notice-message a {
  color: #4a88df;
  font-weight: bold;
}

#hatena-bookmark-bookmarklet ul.selector li a {
  font-size:12px;
  line-height:1;
}
#hatena-bookmark-bookmarklet.isLet ul.selector {
  -webkit-box-shadow: none;
  border: 1px solid rgba(255,255,255,0.3);
}

#hatena-bookmark-bookmarklet.isLet ul.selector li {
  background-color: transparent;
}

#hatena-bookmark-bookmarklet.isLet ul.selector li.selected {
  background-color: rgba(66,125,196,0.9);
}

#hatena-bookmark-bookmarklet.isLet ul.selector li a {
  color: rgba(255,255,255,0.7);
}


/* }}} */


#hatena-bookmark-bookmarklet .bookmark-comment-list > li {
  margin-left: 0;
  padding:8px 8px 6px 0;
  border-top:0;
  margin-left: 45px;
  border-bottom:1px solid #d9d9d9;
  font-size:105%;
  line-height:1.3;
  min-height: 36px;
}
#hatena-bookmark-bookmarklet .bookmark-comment-list > li .user-icon-container {
  display:block;
  float:left;
}
#hatena-bookmark-bookmarklet .bookmark-comment-list > li .user-icon-container img {
  width:32px;
  height:32px;
}
#hatena-bookmark-bookmarklet .bookmark-comment-list > li .user-name {
  display:block;
  float:left;
  margin-right:5px;
  font-weight:bold;
  font-size:12px;
  color:#222;
}
#hatena-bookmark-bookmarklet .bookmark-comment-list > li .user-name img {
  margin-bottom:-1px;
  vertical-align:baseline;
}
#hatena-bookmark-bookmarklet .bookmark-comment-list > li .plus-icon {
  margin-left:3px;
}
#hatena-bookmark-bookmarklet .bookmark-comment-list > li .user-tag,
#hatena-bookmark-bookmarklet .bookmark-comment-list > li .user-timestamp {
  font-size:90%;
  font-weight:normal;
  color:#999;
}
#hatena-bookmark-bookmarklet .bookmark-comment-list > li .user-tag {
  min-height:16px;
  margin-top:1px;
  line-height:1.35;
}
#hatena-bookmark-bookmarklet .bookmark-comment-list > li .user-comment {
  display:inline;
  padding:0;
  margin:0 3px 0 0;
  border:0 !important;
  background:transparent;
  font-size:11px;
  font-weight:normal;
  word-break:break-all;
  word-wrap:break-word;
  color:#222;
}
#hatena-bookmark-bookmarklet .bookmark-comment-list > li .user-comment a {
  font-weight:normal;
}
#hatena-bookmark-bookmarklet .bookmark-comment-list > li.comment-complete {
  padding:10px 0 8px;
  text-align:center;
  border-bottom:1px solid #d9d9d9;
  font-size:90%;
  color:#999;
  margin-left: inherit;
  min-height: inherit;
}
#hatena-bookmark-bookmarklet .bookmark-comment-list > li.comment-complete span {
  display:inline;
  background:transparent;
  padding:0;
  font-weight:normal;
}
#hatena-bookmark-bookmarklet #more-link {
  margin: 0;
  padding:0;
}
#hatena-bookmark-bookmarklet #more-link .pager {
  width:auto;
}
#hatena-bookmark-bookmarklet #more-link .more {
  width:auto;
}
#hatena-bookmark-bookmarklet #more-link .button.comment-loading img {
  width:16px;
  height:16px;
  vertical-align:baseline;
  margin-bottom:-3px;
}
#more-link a {
  color:#222;
}
.isLet .finish-navigation {
  background-color: transparent;
  border-bottom: none;
}
.isLet .finish-navigation span.finish,
.isLet .pager-section .readmore,
.isLet .pager-loading {
  background-color: rgba(255,255,255,0.1) !important;
  border-bottom: none;
}
.isLet li.comment-complete {
  background-color: rgba(255,255,255,0.1);
}

/* {{{ bookmarklet-comment */
#hatena-bookmark-bookmarklet.isLet .comment-container {
  margin: 0 0 16px 0;
  background: #000;
  border: 1px solid #333;
  font-size: 80%;
}
#hatena-bookmark-bookmarklet.isLet .comment-container .title {
  color:#ccc;
}
#hatena-bookmark-bookmarklet.isLet a.pager{
  color: #000;
}
#hatena-bookmark-bookmarklet.isLet .comment-container span.title,
#hatena-bookmark-bookmarklet.isLet .bookmark-comment-list > li {
  border-color:#333;
}
#hatena-bookmark-bookmarklet.isLet .bookmark-comment-list > li .user-comment {
  color: #AAA;
}
#hatena-bookmark-bookmarklet.isLet .bookmark-comment-list > li .user-name {
  color:#FFF;
}
#hatena-bookmark-bookmarklet.isLet .bookmark-comment-list > li .user-tag {
  color:#7F7FEA;
}
#hatena-bookmark-bookmarklet.isLet .pager-section .readmore,
#hatena-bookmark-bookmarklet.isLet .finish-navigation span.finish {
  background-image: none !important;
  color: #CCC !important;
  border-bottom: none;
}
ul.app-banner-list {
  margin: 16px 0;
  border-radius: 4px;
}
li.app-banner-unit>a {
  height: 25px;
  padding: 10px 15px 15px 48px;
}
li.app-banner-unit h3.app-title {
  margin: 0 !important;
  font-size: 12px !important;
  line-height: 14px !important;
  padding-bottom: 1px !important;
}
li.app-banner-unit .description {
  border-top: none;
  padding: 0;
  margin: 0;
  font-size: 11px !important;
}
li.app-banner-unit ul.data li.thumbnail img {
  width: 32px;
  height: 32px;
}
.isLet li.app-banner-unit h3.app-title {
  color: #FFF;
}

/* }}} */
div.tooltip {
  margin: 0;
  position: absolute;
  background: #fff;
  z-index: 1999503;
  padding: 6px;
  max-width: 250px;
  /*
  border: 1px solid #eee;
  */
  -webkit-border-radius: 4px;
  -webkit-box-shadow: 2px 2px 7px rgba(0,0,0,0.8);
}

div.tooltip span.username {
  padding: 0 3px;
}

/* register-notice {{{ */
div.register-notice {
  font-size: 90%;
}

div.register-notice-message {
  margin: 10px;
}

div.register-notice-more {
  margin: 10px 0;
  text-align: center;
  font-weight: bold;
}

div.login-button-container {
  text-align: center;
  background-color: #4a88df;
  padding: 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 24px 8px;
  font-size: 90%;
}

div.register-button-container {
  margin: 24px auto;
  text-align: center;
}

div.register-notice-introduce {
  padding: 10px;
  margin: 10px;
  background: #eee;
  border: 1px solid #ddd;
  -webkit-border-radius: 6px;
}

#hatena-bookmark-bookmarklet.isLet div.register-notice-introduce {
  background: rgba(255,255,255,0.2);
  border: 1px solid rgba(255,255,255,0.4);
}

div.register-notice-introduce-title {
  font-size: 112%;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}

div.register-notice ul.app-banner-list {
  margin: 15px 5px 5px 5px;
  border-color: #646464;
}

div.register-notice li.app-banner-unit > a {
  height: 30px;
  padding: 10px 25px 10px 56px;
  border-bottom: none;
}

#hatena-bookmark-bookmarklet div.register-notice li.app-banner-unit h3 {
  margin: 0 0 2px 0;
  padding: 0;
  color: #FFF;
  font-size: 11px;
}

#hatena-bookmark-bookmarklet div.register-notice li.app-banner-unit h3 a {
  font-size: 90%;
}

div.register-notice li.app-banner-unit li.thumbnail {
  top: 2px;
  left: 2px;
}

div.register-notice li.app-banner-unit li.description {
  font-size: 10px;
  margin: 0;
  padding: 0;
  border: none;
}

/* }}} */

img.noshare {
  vertical-align: baseline;
}

span.twitter img {
  vertical-align: bottom;
  margin-bottom: 1px;
  margin-right: 1px;
}

span.twitter .click-count {
  font-size: 95%;
}

img.hatena-star-star {
  vertical-align: middle;
}

span.asin-description,
span.asin-availability,
span.asin-ourprice,
span.asin-author {
  display: block;
}

span.asin-author {
  font-weight: bold;
}

span.discount ins,
span.asin-ourprice {
  color: #900;
  font-weight: bold;
}

span.discount span.discountpercent {
  color: #900;
}

span.discount ins {
  text-decoration: none;
  font-size: 120%;
}

span.asin-ourprice span.timestamp {
  font-weight: normal;
}

span.asin-availability {
  margin-bottom: 5px;
}

ul.asin-list {
  text-align: center;
  padding: 10px;
}

ul.asin-list li {
  display: inline-block;
  vertical-align: top;
}

ul.asin-list li a.asin-image-container {
  display: block;
  height: 60px;
  width: 60px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 3px;
}

ul.its-list li a.asin-image-container {
  border: 0;
}

ul.asin-list li span.users {
  font-size: 80%;
}

.hatena-counter {
  display: none;
}

/* itunes {{{ */

img.entry-artwork,
ul.itunes li img.entry-image {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
  -webkit-mask-box-image: url(/images/itunes/mask60.png) 10 10 10 10;
}

ul.itunes li a span.title {
  display: table-cell;
  padding-right: 4.5em;
}

ul.vselector li.its a {
  padding: 10px 33px;
  margin-top: 10px;
  line-height: 23px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f5f5f5),
    to(#e0e0e0),
    color-stop(0.5, #e8e8e8),
    color-stop(0.5, #e0e0e0)
);
  -webkit-border-radius: 6px;
  border: 1px solid #c7c7c7;
  -webkit-box-shadow: 0px 0px 1px  rgba(0,0,0,0.5);
  color: #333;
}

ul.its {
  margin-top: 5px;
}

/* }}} */

div.check-container {
  text-align: center;
  padding: 5px 0 10px 0;
  font-size: 90%;
}


div.check-container select {
  font-size: 90%;
  width: 10em;
}

ul.tab-selector {
  display: table;
  width: 100%;
  margin-bottom: 15px;
  margin-top: -10px;
}

ul.tab-selector li {
  display: table-cell;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: center;
  font-size: 90%;
  letter-spacing: -1px;
  font-weight: bold;

  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f9f9f9),
    to(#eee),
    color-stop(0.5, #fff),
    color-stop(0.5, #eee)
  );
}

ul.tab-selector li a {
  display: block;
  width: 100%;
  padding: 15px 0;
  color: #999;
}

ul.tab-selector li.selected a {
  color: #222;
}

ul.tab-selector li.selected {
  border-bottom: none;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#aaa),
    to(#f9f9f9),
    color-stop(0.1, #eee),
    color-stop(0.5, #f9f9f9)
  );
}

div.admob-container {
  margin: -5px;
}

.b-admob {
  padding: 3px 0px 15px 0px;
}
#main-view {
  padding-top: 10px;
}
#monolith-ad {
  text-align: center;
  padding-bottom: 3px;
}

#nend {
    display: none;
    text-align: center;
    padding-bottom: 5px;
}

#nend img {
    border: 1px solid #D9D9D9;
}
#title-edit {
  margin:16px 0 6px 0px;
  font-size: 14px;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#title-edit span.title {
  display: inline;
}

img.desc-image {
  float: right;
  margin-left: 10px;
  max-height: 80px;
  max-width: 80px;
}

p.news-info-desc {
  text-align: center;
  font-size: 75%;
  margin-top: -5px;
  padding-bottom: 10px;
}

#nend_adspace_2_2 {
  height: 48px;
  zoom: 0.9375;
  margin-bottom: 10px;
}

.ad-recommend-app {
  margin-top:20px;
  border-bottom:1px solid #ddd;
  text-align:left;
  background:#fff url(/images/touch_ad_label_background.png) repeat-x 0 0;
  background-size:1px 27px;
  -webkit-background-size:1px 27px;
  -moz-background-size:1px 27px;
}
.ad-recommend-app a {
  position:relative;
  display:block;
}
.ad-recommend-app a:after {
  position:absolute;
  display:block;
  right:10px;
  top:58%;
  width:9px;
  height:13px;
  content:' ';
  background:url(http://www.hatena.ne.jp/images/touch/arrow-right_2x.png) no-repeat 0 0;
  background-size: 9px 13px;
  -webkit-background-size: 9px 13px;
  -moz-background-size: 9px 13px;
}
.ad-recommend-app img,
.ad-recommend-app iframe {
  width:320px;
  height:auto;
}
/* {{{ ipad */

body.ipad {
  background: #fff;
}
body.ipad #header-userinfo {
  padding-top:8px;
  margin-bottom:5px;
  text-align:right;
  display:block;
}
body.ipad #header-userinfo a {
  color: #222;
}
body#hatena-bookmark-bookmarklet.ipad {
  height: auto;
}
body#hatena-bookmark-bookmarklet.ipad #header,
body#hatena-bookmark-bookmarklet.ipad .pagetop,
body#hatena-bookmark-bookmarklet.ipad #footer,
body#hatena-bookmark-bookmarklet.ipad #footer-menu {
  display: none;
}
body#hatena-bookmark-bookmarklet.ipad #header + * {
  margin-top: 0;
}
body#hatena-bookmark-bookmarklet.ipad .notice_comment {
  margin: 0;
}
.ipad .comment-container {
  border: none;
  margin: 0;
  background: transparent;
}
.ipad div.comment-container span.title {
  padding: 0;
}
.ipad #title-edit span.title {
  font-size: 100%;
}
/* }}} */

/* {{{ iphone App */

.iphone#hatena-bookmark-bookmarklet {
  border-top:0;
}
.iphone#hatena-bookmark-bookmarklet h1,
.iphone#hatena-bookmark-bookmarklet #header,
.iphone#hatena-bookmark-bookmarklet #hatena-bookmark-bookmarklet-header,
.iphone#hatena-bookmark-bookmarklet #hatena-bookmark-bookmarklet-tab,
.iphone#hatena-bookmark-bookmarklet .bookmarklet-delete-container,
.iphone#hatena-bookmark-bookmarklet #footer,
.iphone#hatena-bookmark-bookmarklet #footer-menu {
  display: none;
}
.iphone#hatena-bookmark-bookmarklet .comment-container .title {
  -webkit-border-radius: 0px;
}
.iphone#hatena-bookmark-bookmarklet .comment-container .title-bkuma {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 0;
  padding: 12px 9px 10px;
  background: #f5f5f5 -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ddd));
}
.iphone#hatena-bookmark-bookmarklet #main-counter {
  font-size:75%;
  margin-left:5px;
}
.iphone#hatena-bookmark-bookmarklet #hatena-body,
.iphone#hatena-bookmark-bookmarklet .comment-container {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius:0;
}

.iphone#hatena-bookmark-bookmarklet span.twitter img {
  margin-bottom: 0;
}
.iphone#hatena-bookmark-bookmarklet span.retweet-count {
  background-position: 0 -3px;
}

/* }}} */


/* ==========HELP========== */
#header.iphone-app-bookmarklet-header {
  padding-top:12px;
  text-align:center;
  font-weight:bold;
  font-size:105%;
  color:#fff;
  line-height:1;
}
#iphone-app-bookmarklet-container .helpicon {
  margin:-6px 2px 0;
}
#iphone-app-bookmarklet-container #step-container {
  overflow: hidden;
  width: 320px;
  margin: 0 auto;
}
#iphone-app-bookmarklet-container #step-container-inner {
  width: 1000px;
  -webkit-transition: 0.3s ease-in-out;
}
/* TRANSITION START */
#iphone-app-bookmarklet-container #step1:target #step-container-inner {
  -webkit-transform: translateX(0);
}
#iphone-app-bookmarklet-container #step2:target #step-container-inner {
  -webkit-transform: translateX(-320px);
}
#iphone-app-bookmarklet-container #step3:target #step-container-inner {
  -webkit-transform: translateX(-640px);
}
/* TRANSITION END */
#iphone-app-bookmarklet-container .section {
  float: left;
  width: 320px;
  padding: 7px 0 0;
  border: 0;
  margin: 0;
  background: transparent;
}
#iphone-app-bookmarklet-container .bookmarklet-flow {
  text-align: center;
}
#iphone-app-bookmarklet-container .section-body {
  position: relative;
  width: 274px;
  height: 220px;
  margin: 5px auto 0;
  padding: 9px 12px;
  border: 1px solid #ccc;
  font-size: 85%;
  line-height: 1.4;
  background: #fff;
  letter-spacing: -1px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
#iphone-app-bookmarklet-container .section-body p {
  font-size: 100%;
  line-height: 1.4;
  margin: 5px 0 0;
}
#iphone-app-bookmarklet-container .section-body .note {
  font-size: 90%;
  line-height: 1.5;
  color: #2C6EBD;
}
#iphone-app-bookmarklet-container .flow-image {
  text-align: center;
}
#iphone-app-bookmarklet-container #section1 .flow-image {
  padding-top: 7px;
}
#iphone-app-bookmarklet-container #section2 .flow-image {
  padding-top: 6px;
}
#iphone-app-bookmarklet-container #section3 .flow-image {
  padding-top: 5px;
}
#iphone-app-bookmarklet-container .section-footer {
  position: relative;
  margin-top: -15px;
}
#iphone-app-bookmarklet-container #section1 .section-footer {
  margin-left: 45.5%;
}
#iphone-app-bookmarklet-container #section2 .section-footer,
#iphone-app-bookmarklet-container #section3 .section-footer {
  margin-left: 65%;
}
#iphone-app-bookmarklet-container div.step-left,
#iphone-app-bookmarklet-container div.step-right {
  position: absolute;
  margin-top: 200px;
}
#iphone-app-bookmarklet-container div.step-right {
  right: 12px;
}
/* ==========OTHERS========== */
#adingo-cosmi {
  overflow:hidden;
  width:0;
  height:0;
}
