@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?12207505");
  src: url("../font/fontello.eot?12207505#iefix") format("embedded-opentype"), url("../font/fontello.woff?12207505") format("woff"), url("../font/fontello.ttf?12207505") format("truetype"), url("../font/fontello.svg?12207505#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?12207505#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-search:before {
  content: '\e800'; }

/* '' */
.icon-rss:before {
  content: '\e801'; }

/* '' */
.icon-more:before {
  content: '\e802'; }

/* '' */
.icon-balloon:before {
  content: '\e803'; }

/* '' */
.icon-quotation:before {
  content: '\e804'; }

/* '' */
.icon-twitter:before {
  content: '\e805'; }

/* '' */
.icon-facebook:before {
  content: '\e806'; }

/* '' */
.icon-gplus:before {
  content: '\e808'; }

/* '' */
.icon-mixi:before {
  content: '\e80a'; }

/* '' */
.icon-vkontakte:before {
  content: '\e80b'; }

/* '' */
body {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
  word-break: break-all;
  color: #333;
  padding-bottom: 40px; }

a {
  color: #000; }

/* css sprite */
.number-of-comments:before, .number-of-comments:after,
.new .number-of-comments,
#to-top,
#NewsContainer #MainBody figure.photo.icon-loupe:after, .share-button,
#new-comment > div:after,
.segmental-menu a.current:after {
  background-image: url(../img/pc_sprite.png);
  background-repeat: no-repeat; }

/* layout */
#siteHeader {
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: -36px; }

#PAGEBODY {
  width: 1000px;
  margin: 36px auto 0; }

#BODY {
  width: 1000px; }

#BODYLEFT {
  float: left;
  width: 670px; }

#PAGEWATCH #BODYLEFT {
  padding-bottom: 90px; }

#BODYRIGHT {
  float: right;
  width: 300px; }

/* number of comments */
@-moz-keyframes jump-number-of-comments {
  0% {
    -moz-transform: translateY(0px);
    transform: translateY(0px); }
  40% {
    -moz-transform: translateY(-12px);
    transform: translateY(-12px); }
  75% {
    -moz-transform: translateY(0px);
    transform: translateY(0px); }
  90% {
    -moz-transform: translateY(-4px);
    transform: translateY(-4px); }
  100% {
    -moz-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes jump-number-of-comments {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  40% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px); }
  75% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  90% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes jump-number-of-comments {
  0% {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  40% {
    -moz-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px); }
  75% {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  90% {
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  100% {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes jump-number-of-comments-offset {
  0% {
    -moz-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1); }
  40% {
    -moz-transform: translateY(17px) scale(0.5);
    transform: translateY(17px) scale(0.5); }
  75% {
    -moz-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1); }
  90% {
    -moz-transform: translateY(6px) scale(0.8);
    transform: translateY(6px) scale(0.8); }
  100% {
    -moz-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1); } }
@-webkit-keyframes jump-number-of-comments-offset {
  0% {
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1); }
  40% {
    -webkit-transform: translateY(17px) scale(0.5);
    transform: translateY(17px) scale(0.5); }
  75% {
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1); }
  90% {
    -webkit-transform: translateY(6px) scale(0.8);
    transform: translateY(6px) scale(0.8); }
  100% {
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1); } }
@keyframes jump-number-of-comments-offset {
  0% {
    -moz-transform: translateY(0px) scale(1);
    -ms-transform: translateY(0px) scale(1);
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1); }
  40% {
    -moz-transform: translateY(17px) scale(0.5);
    -ms-transform: translateY(17px) scale(0.5);
    -webkit-transform: translateY(17px) scale(0.5);
    transform: translateY(17px) scale(0.5); }
  75% {
    -moz-transform: translateY(0px) scale(1);
    -ms-transform: translateY(0px) scale(1);
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1); }
  90% {
    -moz-transform: translateY(6px) scale(0.8);
    -ms-transform: translateY(6px) scale(0.8);
    -webkit-transform: translateY(6px) scale(0.8);
    transform: translateY(6px) scale(0.8); }
  100% {
    -moz-transform: translateY(0px) scale(1);
    -ms-transform: translateY(0px) scale(1);
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1); } }
.number-of-comments {
  text-align: center;
  color: #fff;
  background-image: url(../img/number-of-comments-balloon.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
  display: block;
  width: 60px;
  height: 40px;
  font-weight: bold;
  font-size: 12px;
  line-height: 25px;
  z-index: 51;
  position: relative;
  -moz-transform-origin: 50% 90% 50%;
  -ms-transform-origin: 50% 90% 50%;
  -webkit-transform-origin: 50% 90% 50%;
  transform-origin: 50% 90% 50%; }
.number-of-comments:before, .number-of-comments:after {
  content: "";
  display: block;
  width: 60px;
  height: 40px;
  z-index: 50;
  position: absolute;
  top: 0;
  left: 0; }
.number-of-comments:before {
  background-position: -120px 0; }
.number-of-comments:after {
  background-position: -60px 0; }
.number-of-comments:hover, .number-of-comments.jumping {
  text-decoration: none;
  -moz-animation-name: jump-number-of-comments;
  -webkit-animation-name: jump-number-of-comments;
  animation-name: jump-number-of-comments;
  -moz-animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -moz-animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -moz-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }
.number-of-comments:hover:after, .number-of-comments.jumping:after {
  -moz-animation-name: jump-number-of-comments-offset;
  -webkit-animation-name: jump-number-of-comments-offset;
  animation-name: jump-number-of-comments-offset;
  -moz-animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -moz-animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -moz-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }
.number-of-comments.jumping {
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }
.number-of-comments.jumping:after {
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }
.number-of-comments unit {
  display: block;
  position: absolute;
  top: 28px;
  left: 59%;
  color: #888;
  font-size: 7px;
  font-weight: normal;
  line-height: 9px;
  width: 100%;
  text-align: left; }

a.number-of-comments {
  text-decoration: none;
  color: #fff !important; }

/* header */
#BODYHEAD {
  height: 86px;
  position: relative; }
#BODYHEAD h1 {
  position: absolute;
  left: 0;
  top: 18px; }
#BODYHEAD form#SEARCH_FORM {
  position: absolute;
  left: 272px;
  top: 27px; }
#BODYHEAD form#SEARCH_FORM:before {
  font-family: "fontello";
  content: '\e800';
  position: absolute;
  top: 3px;
  right: 0;
  display: block;
  width: 36px;
  line-height: 20px;
  font-size: 12px;
  color: #666;
  text-align: center;
  z-index: 1;
  pointer-events: none; }
#BODYHEAD #search-field {
  height: 18px;
  line-height: 18px;
  padding: 2px 34px 2px 5px;
  width: 200px;
  border-radius: 4px;
  border: solid 2px #666;
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); }
#BODYHEAD #search-button {
  position: absolute;
  right: 2px;
  top: 2px;
  border: none;
  border-left: solid 1px #999;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  width: 32px;
  height: 22px;
  background-color: #f7f7f5;
  cursor: pointer;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1ZTRkZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f5), color-stop(100%, #e5e4df));
  background-image: -moz-linear-gradient(top, #f7f7f5, #e5e4df);
  background-image: -webkit-linear-gradient(top, #f7f7f5, #e5e4df);
  background-image: linear-gradient(to bottom, #f7f7f5, #e5e4df); }

#pc_news_general_468x60_north, #pc_news_watch_468x60_north {
  position: absolute;
  right: 0;
  top: 10px; }

/* main column */
.main-column {
  position: relative; }
.main-column header.section-title {
  position: relative;
  border-bottom: solid 2px #333;
  padding-top: 10px; }
.main-column header.section-title h2 {
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 10px; }
.main-column header.section-title a.icon-rss {
  position: absolute;
  right: 0;
  color: #ff7f00;
  top: 18px;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none; }

#COMMENT a.icon-rss {
  top: 52px; }

/* headlines */
.headlines ul li, .headlines ol li {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 12px 70px 12px 0px;
  margin-top: -1px;
  position: relative; }
.headlines ul li:hover, .headlines ol li:hover {
  background-color: #f8f8f8; }
.headlines ul li a, .headlines ol li a {
  text-decoration: none; }
.headlines ul li .honmon-anchor, .headlines ol li .honmon-anchor {
  display: table;
  width: 100%; }
.headlines ul li .honmon-anchor > div, .headlines ol li .honmon-anchor > div {
  display: table-cell;
  vertical-align: middle; }
.headlines ul li .thumbnail, .headlines ol li .thumbnail {
  width: 60px;
  text-align: center;
  background-color: #f5f4ef; }
.headlines ul li .thumbnail img, .headlines ol li .thumbnail img {
  max-width: 100%;
  max-height: 64px;
  width: auto;
  height: auto;
  vertical-align: middle; }
.headlines ul li .words h2, .headlines ol li .words h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 2px; }
.headlines ul li .words time, .headlines ol li .words time {
  color: #999;
  font-size: 12px;
  line-height: 16px; }
.headlines ul li .thumbnail + .words, .headlines ol li .thumbnail + .words {
  padding-left: 16px; }
.headlines ul li .number-of-comments, .headlines ol li .number-of-comments {
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -20px; }
.headlines ul li.new .number-of-comments, .headlines ol li.new .number-of-comments {
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  top: 0;
  right: 0;
  margin-top: 0;
  background-position: 0 -40px;
  -moz-background-size: auto !important;
  -o-background-size: auto !important;
  -webkit-background-size: auto !important;
  background-size: auto !important; }
.headlines ul li.new .number-of-comments:before, .headlines ul li.new .number-of-comments:after, .headlines ol li.new .number-of-comments:before, .headlines ol li.new .number-of-comments:after {
  content: none; }
.headlines ul li.new .number-of-comments:hover, .headlines ol li.new .number-of-comments:hover {
  -moz-animation-name: none;
  -webkit-animation-name: none;
  animation-name: none; }
.headlines ul li.date, .headlines ol li.date {
  background-color: #f5f4ef;
  font-size: 12px;
  line-height: 30px;
  padding: 0 16px; }
.headlines header + ol li:first-child, .headlines header + ul li:first-child {
  border-top-color: #333; }

#PAGERANKING .main-column {
  counter-reset: ranking; }
#PAGERANKING .main-column li {
  padding-left: 56px; }
#PAGERANKING .main-column li:before {
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
  counter-increment: ranking;
  content: counter(ranking);
  position: absolute;
  left: 4px;
  top: 50%;
  margin-top: -15px;
  line-height: 30px; }

/* watch */
header.with-number-of-comments {
  padding-bottom: 8px; }
header.with-number-of-comments .table-layout > div:first-child {
  width: 70px; }

#MainBody {
  padding: 20px 0 0;
  font-size: 16px;
  line-height: 30px; }
#MainBody figure.photo {
  float: left;
  background-color: #fff;
  margin: 5px 20px 20px 0;
  max-width: 300px;
  position: relative;
  left: 4px;
  cursor: pointer;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25); }
#MainBody figure.photo img {
  max-width: 300px; }
#MainBody figure.photo figcaption {
  padding: 2px 10px 12px;
  font-size: 12px;
  line-height: 14px; }
#MainBody figure.photo cite {
  font-size: 10px;
  line-height: 12px;
  display: block;
  padding: 0 10px 12px;
  margin-top: -4px;
  color: #999; }
#MainBody figure.photo.icon-loupe {
  cursor: pointer; }
#MainBody figure.photo.icon-loupe:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  bottom: 9px;
  right: 8px;
  background-position: -100px -40px; }
#MainBody h2, #MainBody h3, #MainBody h4, #MainBody b, #MainBody strong {
  font-weight: bold; }
#MainBody p, #MainBody blockquote {
  margin-bottom: 30px; }
#MainBody blockquote {
  background-color: #eee;
  padding: 10px 16px;
  border-radius: 10px; }
#MainBody blockquote:before {
  font-family: "fontello";
  content: "\e804";
  color: #aaa;
  position: relative;
  font-size: 18px;
  margin-right: -18px;
  top: -18px; }
#MainBody center {
  text-align: left; }
#MainBody font {
  color: #333;
  font-size: 16px;
  line-height: 30px; }

#NewsContainer header.section-title {
  height: auto; }
#NewsContainer header.section-title h2 {
  position: relative;
  top: -4px;
  font-size: 24px;
  line-height: 28px; }
#NewsContainer header.section-title small {
  color: #999;
  font-size: 12px;
  line-height: 16px; }
#NewsContainer header.section-title small a {
  color: #999; }
#NewsContainer aside {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 24px; }
#NewsContainer aside h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  border-bottom: solid 1px #333;
  padding: 0 2px;
  margin-bottom: 12px; }
#NewsContainer aside ul, #NewsContainer aside dl {
  padding-bottom: 15px; }
#NewsContainer aside ul li {
  line-height: 18px;
  padding: 6px 2px; }
#NewsContainer aside ul li:before {
  content: "▶";
  margin-right: .8em;
  font-size: 10px; }
#NewsContainer aside dl dt, #NewsContainer aside dl dd {
  position: relative;
  padding-left: 20px;
  line-height: 18px;
  margin-bottom: 12px; }
#NewsContainer aside dl dt:before, #NewsContainer aside dl dd:before {
  display: inline-block;
  border-radius: 10px;
  position: absolute;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
#NewsContainer aside dl dt {
  font-size: 16px;
  font-weight: bold; }
#NewsContainer aside dl dt:before {
  content: "";
  width: 12px;
  height: 12px;
  border: solid 3px #000;
  top: 3px;
  left: 0; }
#NewsContainer aside dl dd {
  font-size: 14px; }
#NewsContainer aside dl dd:before {
  content: "▶";
  margin-right: .8em;
  font-size: 10px;
  top: 0px;
  left: 1px; }
#NewsContainer aside iframe {
  margin: 0 15px 10px 0; }
#NewsContainer aside p {
  margin-bottom: 14px; }
#NewsContainer aside strong {
  font-weight: bold; }

#HiddenArea {
  overflow: hidden;
  height: 768px;
  -moz-transition-property: height;
  -o-transition-property: height;
  -webkit-transition-property: height;
  transition-property: height;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
#HiddenArea.shownArea {
  overflow: visible;
  height: auto;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

#show-all-button {
  width: 100%;
  z-index: 100;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(75%, #ffffff));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff 75%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff 75%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 75%);
  position: relative;
  height: 120px;
  margin-top: -120px; }
#show-all-button > .inner {
  text-align: center;
  border: solid 2px #666;
  background-color: #fff;
  width: 60%;
  border-radius: 15px;
  display: block;
  position: relative;
  top: 80px;
  left: 20%;
  font-size: 12px;
  line-height: 30px;
  cursor: pointer;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1ZTNkZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e5e3de));
  background-image: -moz-linear-gradient(top, #ffffff, #e5e3de);
  background-image: -webkit-linear-gradient(top, #ffffff, #e5e3de);
  background-image: linear-gradient(to bottom, #ffffff, #e5e3de);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); }
#show-all-button > .inner span {
  color: #999;
  padding-left: .5em; }

#share {
  padding-top: 25px;
  text-align: center; }

.share-button {
  width: 133px;
  height: 36px;
  display: inline-block;
  margin-left: 1px;
  cursor: pointer; }
.share-button:hover {
  opacity: .7; }
.share-button.twitter {
  background-position: 50% -103px; }
.share-button.facebook {
  background-position: 50% -143px; }
.share-button.google-plus {
  background-position: 50% -183px; }
.share-button.hatebu {
  background-position: 50% -223px; }
.share-button.mixi {
  background-position: 50% -263px; }
.share-button a {
  display: block;
  width: 100%;
  height: 100%; }

#COMMENT {
  padding-top: 32px; }
#COMMENT header.section-title h2 {
  font-size: 16px;
  margin-bottom: 5px; }
#COMMENT header.section-title h3 {
  font-size: 14px;
  margin-right: 20px;
  line-height: 18px; }

#comment-post-window {
  position: fixed;
  bottom: 10px;
  width: 694px;
  height: 100px;
  margin-left: -12px;
  z-index: 200; }
#comment-post-window.transmitting:after {
  content: url(../img/pc_loading.gif);
  position: absolute;
  top: 18px;
  left: 50%;
  margin-left: -18px; }
#comment-post-window form {
  display: block;
  position: relative;
  height: 92px;
  border-radius: 4px;
  padding: 8px 8px 0 48px;
  background-color: #fff;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5); }
#comment-post-window form img.portrait {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 36px; }
#comment-post-window form textarea#twitter-field {
  padding: 4px 12px;
  width: 600px;
  height: 40px;
  position: absolute;
  top: 10px;
  left: 56px;
  border: solid 1px #ccc;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none; }
#comment-post-window form textarea#twitter-field:focus {
  border: solid 1px #ff7f00;
  -moz-box-shadow: 0 0 5px #ff9933;
  -webkit-box-shadow: 0 0 5px #ff9933;
  box-shadow: 0 0 5px #ff9933; }
#comment-post-window form textarea#twitter-field:disabled {
  text-align: center;
  line-height: 40px; }
#comment-post-window form #comment-post-remains {
  position: absolute;
  top: 74px;
  right: 116px;
  font-size: 10px;
  line-height: 12px;
  text-align: right; }
#comment-post-window form input[type="submit"] {
  position: absolute;
  color: #fff;
  background-color: #ff7f00;
  width: 97px;
  height: 26px;
  border-radius: 12px;
  border: none;
  font-weight: bold;
  line-height: 22px;
  font-size: 13px;
  top: 66px;
  right: 10px;
  cursor: pointer;
  outline: none; }
#comment-post-window form input[type="submit"]:hover {
  background-color: #e67200; }
#comment-post-window .disable p.message {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 0;
  z-index: 202; }
#comment-post-window .disable p.message:before {
  content: "";
  position: absolute;
  top: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 248, 239, 0.5);
  z-index: 201; }

#NewsContainer a, #COMMENT h3 a, .comment-container a {
  color: #999; }

#PAGEPERSONAL .main-column .articles a.comment-reference h3 {
  color: #333; }

#PAGEPERSONAL .main-column .articles .news-title a {
  display: block; }

/* new comment */
#new-comment {
  position: absolute;
  z-index: 300;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  display: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
#new-comment.showing {
  display: block;
  -webkit-user-select: auto;
  user-select: auto;
  pointer-events: auto; }
#new-comment > div {
  position: relative;
  background-color: #fff8d6;
  border-radius: 4px;
  padding: 16px 13px 12px 68px;
  min-height: 38px;
  opacity: .0;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4); }
#new-comment > div:after {
  content: "";
  display: block;
  width: 25px;
  height: 16px;
  position: absolute;
  bottom: -16px;
  left: 322px;
  background-position: -140px -40px; }
#new-comment > div img {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 12px;
  left: 12px; }
#new-comment > div p {
  font-size: 12px;
  line-height: 14px; }

/* comments list */
.comments-list > li {
  padding: 10px 0;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  margin-top: -1px;
  position: relative; }
.comments-list > li img.commenter-portrait {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 10px;
  left: 0; }
.comments-list > li .comment-container {
  padding-left: 50px; }
.comments-list > li .comment-container .name-and-date {
  color: #999;
  line-height: 18px;
  font-size: 14px; }
.comments-list > li .comment-container .name-and-date a.icon-twitter {
  text-decoration: none;
  color: #55acee !important; }
.comments-list > li .comment-container .name-and-date time {
  font-size: 12px; }
.comments-list > li .comment-container .comment-body {
  font-size: 16px;
  line-height: 20px; }

.comment-reference {
  margin-top: 8px;
  margin-left: 48px;
  border: solid 1px #ccc;
  display: table;
  width: 620px;
  text-decoration: none;
  cursor: pointer;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.comment-reference.nicovideo {
  padding: 10px; }
.comment-reference.nicovideo embed {
  margin: 0 auto;
  display: block; }
.comment-reference .left, .comment-reference .right {
  display: table-cell;
  vertical-align: middle; }
.comment-reference .left {
  background-color: #333;
  width: 120px;
  text-align: center; }
.comment-reference .right {
  padding: 14px 10px; }
.comment-reference .thumbnail {
  max-width: 120px;
  max-height: 100px;
  height: auto; }
.comment-reference .category {
  font-size: 10px;
  line-height: 16px;
  background-color: #555;
  border-radius: 8px;
  color: #fff;
  top: -2px;
  padding: 0 9px;
  position: relative;
  display: inline-block;
  margin-right: .5em;
  vertical-align: middle; }
.comment-reference h3 {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 2px; }
.comment-reference small {
  font-size: 10px;
  line-height: 12px;
  display: block;
  color: #999;
  margin-bottom: 6px; }
.comment-reference p {
  font-size: 14px;
  line-height: 16px; }

/* enlarged photo */
#enlarged-photo {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIi8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-radial-gradient(center center, rgba(0, 0, 0, 0.75) 0%, #000000 100%);
  background-image: -webkit-radial-gradient(center center, rgba(0, 0, 0, 0.75) 0%, #000000 100%);
  background-image: radial-gradient(center center, rgba(0, 0, 0, 0.75) 0%, #000000 100%);
  z-index: 10000;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s; }
#enlarged-photo.showing {
  opacity: 1;
  visibility: visible; }
#enlarged-photo .inner {
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%) scale(0.85);
  -ms-transform: translate(-50%, -50%) scale(0.85);
  -webkit-transform: translate(-50%, -50%) scale(0.85);
  transform: translate(-50%, -50%) scale(0.85);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s; }
#enlarged-photo.showing .inner {
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1); }
#enlarged-photo > * {
  line-height: 140%;
  color: #ccc; }
#enlarged-photo h2 {
  padding: 6px 0 0;
  font-size: 14px;
  font-weight: normal; }
#enlarged-photo cite, #enlarged-photo time {
  padding: 6px 0;
  font-size: 10px;
  font-style: normal; }
#enlarged-photo img {
  max-width: 100%;
  display: block;
  margin: 0 auto; }

/* 404 */
#PAGENOTE .main-column {
  width: 520px;
  margin: 40px auto; }
#PAGENOTE .main-column header.section-title {
  border-bottom: none; }
#PAGENOTE #MainBody {
  padding-top: 0; }

/* personal */
#PAGEPERSONAL .articles {
  border-bottom: solid 1px #ccc; }
#PAGEPERSONAL .articles .news + .news {
  border-top: solid 2px #333; }
#PAGEPERSONAL .articles .news .news-title {
  padding: 12px 70px 12px 0px;
  position: relative; }
#PAGEPERSONAL .articles .news .news-title:hover {
  background-color: #f8f8f8; }
#PAGEPERSONAL .articles .news .news-title a {
  text-decoration: none;
  color: #333; }
#PAGEPERSONAL .articles .news .news-title a h3 {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold; }
#PAGEPERSONAL .articles .news .news-title a time {
  color: #999;
  font-size: 10px;
  line-height: 14px; }
#PAGEPERSONAL .articles .news .news-title .number-of-comments {
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -20px; }
#PAGEPERSONAL .articles .news .comments-list li {
  border-top: solid 1px #ccc;
  border-bottom: none; }

/* empty */
.main-column .empty, .main-column .disable {
  background-color: #fff;
  margin-top: 6px;
  text-align: center;
  padding: 60px 0 70px;
  font-size: 12px;
  color: #999; }

/* media list */
.media-list li {
  width: 223px;
  height: 98px;
  float: left;
  border-bottom: solid 1px #ccc;
  text-align: center; }
.media-list li:hover {
  background-color: #f5f4ef; }
.media-list li a {
  display: block;
  color: #999; }
.media-list li img {
  margin: 25px 0 5px; }
.media-list li h3 {
  font-size: 12px;
  line-height: 20px; }
.media-list li h3 a {
  height: 35px; }

#PAGEPOLICY .main-column p.intro {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  padding: 30px 27px;
  border-bottom: solid 1px #ccc; }
#PAGEPOLICY .main-column ol {
  padding: 20px 0 0 10px; }
#PAGEPOLICY .main-column li {
  padding-left: 12px; }
#PAGEPOLICY .main-column img {
  margin: 0 auto 20px; }

/* sidebar */
#BODYRIGHT .inner {
  width: 300px; }
#BODYRIGHT .inner > * + * {
  margin-top: 12px; }

.sidebar-item a {
  text-decoration: none; }
.sidebar-item a:hover {
  text-decoration: underline; }
.sidebar-item h2 {
  border-bottom: solid 2px #333;
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px; }
.sidebar-item ul li, .sidebar-item ol li {
  border-bottom: dashed 1px #ccc;
  padding: 8px 0;
  font-size: 14px;
  line-height: 16px;
  position: relative; }
.sidebar-item ul li .icon-balloon, .sidebar-item ol li .icon-balloon {
  font-size: 10px;
  padding: 2px 0;
  white-space: nowrap; }
.sidebar-item ul li .icon-balloon:before, .sidebar-item ol li .icon-balloon:before {
  color: #ff7f00;
  font-size: 12px; }
.sidebar-item ul li .icon-balloon:hover:before, .sidebar-item ol li .icon-balloon:hover:before {
  text-decoration: none; }
.sidebar-item ul li .icon-balloon.popularity, .sidebar-item ol li .icon-balloon.popularity {
  padding: 2px 3px;
  border-radius: 5px;
  background-color: #fff7c4; }
.sidebar-item ul li:last-child, .sidebar-item ol li:last-child {
  border-bottom: solid 1px #999; }
.sidebar-item ol {
  counter-reset: ranking; }
.sidebar-item ol li {
  padding-left: 30px; }
.sidebar-item ol li:before {
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  counter-increment: ranking;
  content: counter(ranking);
  position: absolute;
  left: 4px;
  top: 10px; }
.sidebar-item .more {
  text-align: right; }
.sidebar-item .icon-more {
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  vertical-align: middle; }
.sidebar-item .icon-more:before {
  font-size: 18px;
  position: relative;
  top: 2px; }
.sidebar-item .icon-more:hover:before {
  text-decoration: none; }

#SIDEBAR_ANNOUNCEMENT {
  border: solid 1px #ccc;
  padding: 10px 16px;
  position: relative; }
#SIDEBAR_ANNOUNCEMENT:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-top: 6px solid #ccc;
  border-right: 6px solid #fff;
  border-bottom: 6px solid #fff;
  border-left: 6px solid #ccc; }
#SIDEBAR_ANNOUNCEMENT h2 {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  margin-bottom: 6px; }
#SIDEBAR_ANNOUNCEMENT ul li {
  font-size: 12px;
  line-height: 16px;
  padding: 2px 0 2px 16px;
  text-indent: -16px; }
#SIDEBAR_ANNOUNCEMENT ul li:before {
  font-size: 10px;
  content: '▶';
  display: inline-block;
  width: 16px;
  text-indent: 0;
  position: relative; }
#SIDEBAR_ANNOUNCEMENT ul li .icon-new {
  text-decoration: none;
  font-weight: bold;
  color: #E20000;
  font-size: 10px;
  margin-left: .5em; }

#SIDEBAR_SNS > a {
  display: block;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 40px;
  padding: 0 16px;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.4);
  border-bottom-width: 2px;
  border-bottom-style: solid;
  text-decoration: none;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3); }
#SIDEBAR_SNS > a:before {
  font-size: 18px;
  margin-right: 16px;
  position: relative;
  top: 2px; }
#SIDEBAR_SNS > a:hover {
  text-decoration: none;
  opacity: 0.8; }
#SIDEBAR_SNS > a.twitter {
  background-color: #55acee;
  border-bottom-color: #1689e0; }
#SIDEBAR_SNS > a.facebook {
  background-color: #3b5998;
  border-bottom-color: #263961; }
#SIDEBAR_SNS > a + a {
  margin-top: 6px; }

#copyright {
  font-size: 12px;
  line-height: 16px;
  margin: 30px 0 0;
  text-align: center; }

.auto-update {
  position: relative;
  margin-bottom: 100px !important; }
.auto-update:after {
  content: url(../img/pc_loading.gif);
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -56px;
  left: 50%;
  margin-left: -15px; }

/* segmental menu */
.segmental-menu {
  border-radius: 4px;
  height: 38px;
  font-size: 14px;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
  margin: 12px 0 6px;
  width: 668px;
  position: relative;
  z-index: 1;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4); }
.segmental-menu a {
  display: inline-block;
  color: #333;
  width: 222px;
  text-decoration: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q5ZDlkOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #d9d9d9));
  background-image: -moz-linear-gradient(top, #f2f2f2, #d9d9d9);
  background-image: -webkit-linear-gradient(top, #f2f2f2, #d9d9d9);
  background-image: linear-gradient(to bottom, #f2f2f2, #d9d9d9); }
.segmental-menu a.current, .segmental-menu a:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f1f1f1));
  background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: linear-gradient(to bottom, #ffffff, #f1f1f1);
  text-decoration: none; }
.segmental-menu a.current {
  position: relative; }
.segmental-menu a.current:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -9px;
  display: block;
  width: 19px;
  height: 10px;
  background-position: -120px -40px; }
.segmental-menu a:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }
.segmental-menu a:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }
.segmental-menu a + a {
  border-left: solid 1px #ccc; }

/* ad */
.pc_news_general_list_468x60_middle, .pc_news_watch_list_468x60_middle {
  text-align: center;
  height: 60px;
  padding: 8px 0; }
.pc_news_general_list_468x60_middle > *, .pc_news_watch_list_468x60_middle > * {
  display: inline-block; }

#pc_news_general_300x60_text_east, #pc_news_watch_300x60_text_east {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px; }
#pc_news_general_300x60_text_east p, #pc_news_watch_300x60_text_east p {
  margin-bottom: 2px; }
#pc_news_general_300x60_text_east p a, #pc_news_watch_300x60_text_east p a {
  color: #33609c; }

#news_pc_skyscraper {
  text-align: center; }

#news_pc_text_ads {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.05em;
  padding: 4px 0;
  margin-right: -2em; }
#news_pc_text_ads li:before {
  content: "PR";
  margin-right: 2px;
  font-weight: bold;
  color: #33609c; }

#WATCH_MIDDLE_BANNER_468x60 {
  text-align: center; }

.adaptv-inread-container {
  padding: 8px 0 16px;
  margin: 40px auto 0;
  width: 640px; }

.adaptv-inread {
  position: relative;
  margin-top: 60px; }
.adaptv-inread:before {
  content: "PR";
  width: 670px;
  display: block;
  color: #333;
  border-bottom: solid 2px #333;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 16px;
  position: absolute;
  top: -40px;
  left: -15px; }

/* misc. */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.hidden {
  display: none; }

.clearfix {
  display: inline-table; }

.table-layout {
  display: table;
  width: 100%; }
.table-layout > * {
  display: table-cell;
  vertical-align: middle; }

.align-center {
  text-align: center !important; }

#to-top {
  position: fixed;
  display: block;
  width: 37px;
  height: 38px;
  background-position: -60px -40px;
  bottom: 20px;
  right: 20px; }
