@charset "UTF-8";
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
/*
html5doctor.com Reset Stylesheet
v1.4.1
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/
a {
  outline: none;
  text-decoration: none;
  color: #000;
}

a, p {
  word-break: break-all;
  word-wrap: break-word;
}

* {
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1;
}

body {
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic","Osaka",sans-serif;
}

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

img {
  vertical-align: top;
}

ul, ol {
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

article {
  clear: both;
}

#contents {
  background-image: url(../img/contents_bg.pc.gif);
  background-attachment: fixed;
  min-height: 900px;
}

#gotop:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

#gotop span {
  background-image: url(../img/sprite.png?a);
  background-position: -50px -137px;
  width: 50px;
  height: 50px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  cursor: pointer;
  float: right;
}

#gotop span:hover {
  opacity: 0.6;
}

#categoryNavigation {
  width: 1404px;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 1366px) {
  #categoryNavigation {
    width: 1326px;
  }
}

#categoryNavigation .categoryList {
  display: table;
  margin: 0 auto;
  padding: 15px 0;
}

#categoryNavigation .categoryList li {
  display: table-cell;
  width: 120px;
  padding: 0 2px;
  text-align: center;
}

#categoryNavigation .categoryList li a, #categoryNavigation .categoryList li span {
  display: block;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
}

#categoryNavigation .categoryList li .current {
  background-color: #ffdd00;
  position: relative;
}

#categoryNavigation .categoryList li .current:after {
  border: 10px solid transparent;
  border-top-color: #ffdd00;
  border-bottom-width: 0;
  bottom: -10px;
  content: " ";
  display: block;
  left: 50px;
  position: absolute;
  width: 0;
}

#bread {
  margin-bottom: 20px;
}

#bread a {
  font-size: 16px;
  text-decoration: underline;
}

#bread a:hover {
  text-decoration: none;
}

#bread h1 {
  display: inline;
  font-weight: normal;
}

#pageNav {
  text-align: center;
  margin: 20px 0;
}

#pageNav li {
  display: inline-block;
  font-size: 16px;
}

#pageNav li.link {
  font-weight: bold;
}

#pageNav li a, #pageNav li.current span {
  display: inline-block;
  padding: 8px 12px;
  font-weight: bold;
}

#pageNav li a:hover, #pageNav li.current span {
  background-color: #ffdd00;
}

#pageNav li.prev a, #pageNav li.next a {
  font-weight: normal;
}

#AttentionArticle .indexItem {
  position: relative;
}

#AttentionArticle .indexItem a:hover .articleTitle {
  background-color: #ffdd00;
}

#AttentionArticle .articleTool {
  overflow: hidden;
  padding: 3px 10px 0 10px;
}

#AttentionArticle .articleTool .articleTitle {
  font-size: 14px;
  line-height: 1.4;
}

#AttentionArticle .articleTool .subInfo {
  line-height: 1.8;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 11px;
  text-align: right;
  position: absolute;
  bottom: 0px;
  right: 1em;
}

#AttentionArticle .mainContentsTitle {
  display: table;
  width: 100%;
  border-top: 4px solid #1e1e1e;
  border-bottom: 4px solid #1e1e1e;
  margin-bottom: 10px;
}

#AttentionArticle .mainContentsTitle span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  font-weight: bold;
}

#AttentionArticle .mainContentsTitle:before {
  display: table-cell;
  content: "";
  background-color: #ffdd00;
  background-image: url(../img/sprite.png?a);
  background-position: 0px -37px;
  width: 50px;
  height: 50px;
}

#AttentionArticle .mainContentsTitle .goDetail {
  text-align: right;
}

#AttentionArticle .mainContentsTitle .icon {
  background-image: url(../img/sprite.png?a);
  background-position: -205px -187px;
  width: 25px;
  height: 25px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

#AttentionArticle .mainContentsTitle a:hover {
  opacity: 0.6;
}

#AttentionArticle .ArticleBox {
  margin-right: -20px;
}

#AttentionArticle .ArticleBox:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

#AttentionArticle .ArticleBox .indexItem {
  float: left;
  margin-right: 20px;
}

#article #AttentionArticle {
  margin-bottom: 1em;
}

#article #AttentionArticle .indexItem {
  width: 412px;
}

.asideArticleList:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

.asideArticleList .item {
  margin-bottom: 10px;
}

.asideArticleList .item a {
  display: block;
  background-color: #fff;
}

.asideArticleList .item a:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

.asideArticleList .item a:hover {
  background-color: #ffdd00;
}

.asideArticleList .item a .photo {
  width: 110px;
  float: left;
  position: relative;
  overflow: hidden;
}

.asideArticleList .item a .photo img {
  width: 110px;
}

.asideArticleList .item a .photo .BadgeText {
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 25px;
  left: 0;
  top: 0;
  text-align: center;
  background: #3b3b3b;
  color: #ffffff;
}

.asideArticleList .item a .photo .BadgeText span {
  display: block;
  font-family: Verdana;
  margin-top: 3px;
  font-size: 14px;
}

.asideArticleList .item a .articleTool {
  overflow: hidden;
  padding: 0 10px;
}

.asideArticleList .item a .articleTool .articleTitle {
  font-weight: normal;
  font-size: 14px;
  margin-top: 10px;
}

.asideArticleList .item a .articleTool .subInfo {
  font-size: 10px;
  color: #868686;
  margin-top: 5px;
  margin-right: 10px;
  text-align: right;
}

#ranking {
  margin-bottom: 20px;
}

#ranking .asideArticleList:last-child {
  display: none;
}

#ranking .asideTitle {
  display: table;
  width: 100%;
  border-top: 4px solid #1e1e1e;
  border-bottom: 4px solid #1e1e1e;
  margin-bottom: 10px;
}

#ranking .asideTitle span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  font-weight: bold;
}

#ranking .asideTitle:before {
  display: table-cell;
  content: "";
  background-color: #ffdd00;
  background-image: url(../img/sprite.png?a);
  background-position: 0px -137px;
  width: 50px;
  height: 50px;
}

#ranking .asideTitle .goDetail {
  text-align: right;
}

#ranking .asideTitle .icon {
  background-image: url(../img/sprite.png?a);
  background-position: -205px -187px;
  width: 25px;
  height: 25px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

#ranking .asideTitle a:hover {
  opacity: 0.6;
}

#ranking #rankingSelectTab {
  display: table;
  margin-bottom: 20px;
}

#ranking #rankingSelectTab li {
  display: table-cell;
}

#ranking #rankingSelectTab li:nth-of-type(1) {
  padding-right: 15px;
}

#ranking #rankingSelectTab li span {
  width: 160px;
  display: block;
  padding: 10px 0;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

#ranking #rankingSelectTab li span.current {
  background-color: #ffdd00;
  position: relative;
  cursor: auto;
}

#ranking #rankingSelectTab li span.current:after {
  border: 10px solid transparent;
  border-top-color: #ffdd00;
  border-bottom-width: 0;
  bottom: -10px;
  content: " ";
  display: block;
  left: 70px;
  position: absolute;
  width: 0;
}

#ranking .item:nth-of-type(1) a .photo .BadgeText {
  width: 30px;
  height: 30px;
  background-color: #c6a936;
}

#ranking .item:nth-of-type(1) a .photo .BadgeText span {
  font-size: 18px;
  font-weight: bold;
}

#ranking .item:nth-of-type(2) a .photo .BadgeText {
  width: 30px;
  height: 30px;
  background-color: #999999;
}

#ranking .item:nth-of-type(2) a .photo .BadgeText span {
  font-size: 18px;
  font-weight: bold;
}

#ranking .item:nth-of-type(3) a .photo .BadgeText {
  width: 30px;
  height: 30px;
  background-color: #a67755;
}

#ranking .item:nth-of-type(3) a .photo .BadgeText span {
  font-size: 18px;
  font-weight: bold;
}

#relatedArticle {
  margin-bottom: 20px;
}

#relatedArticle .asideTitle {
  display: table;
  width: 100%;
  border-top: 4px solid #1e1e1e;
  border-bottom: 4px solid #1e1e1e;
  margin-bottom: 10px;
}

#relatedArticle .asideTitle span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  font-weight: bold;
}

#relatedArticle .asideTitle:before {
  display: table-cell;
  content: "";
  background-color: #ffdd00;
  background-image: url(../img/sprite.png?a);
  background-position: -200px -87px;
  width: 50px;
  height: 50px;
}

#relatedArticle .asideTitle .goDetail {
  text-align: right;
}

#relatedArticle .asideTitle .icon {
  background-image: url(../img/sprite.png?a);
  background-position: -205px -187px;
  width: 25px;
  height: 25px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

#relatedArticle .asideTitle a:hover {
  opacity: 0.6;
}

#relatedArticle .asideTextList {
  margin-bottom: 10px;
  background-color: #fff;
}

#relatedArticle .asideTextList .item a {
  display: block;
  padding: 10px;
}

#relatedArticle .asideTextList .item a:hover {
  background-color: #ffdd00;
}

#relatedArticle .asideTextList .item a .articleTool {
  position: relative;
}

#relatedArticle .asideTextList .item a .articleTool:after {
  background-image: url(../img/sprite.png?a);
  background-position: -320px -153px;
  width: 15px;
  height: 15px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

#relatedArticle .asideTextList .item a .articleTool .articleTitle {
  font-size: 14px;
  line-height: 1.2;
  padding-left: 20px;
}

#relatedArticle .media_list {
  text-align: right;
  position: relative;
  padding-right: 0.5em;
}

#relatedArticle .media_list a:before {
  content: ">>";
}

#relatedArticle .media_list a:hover {
  background-color: #ffdd00;
}

#editorPickup {
  margin-bottom: 20px;
}

#editorPickup .asideTitle {
  display: table;
  width: 100%;
  border-top: 4px solid #1e1e1e;
  border-bottom: 4px solid #1e1e1e;
  margin-bottom: 10px;
}

#editorPickup .asideTitle span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  font-weight: bold;
}

#editorPickup .asideTitle:before {
  display: table-cell;
  content: "";
  background-color: #ffdd00;
  background-image: url(../img/sprite.png?a);
  background-position: -200px -87px;
  width: 50px;
  height: 50px;
}

#editorPickup .asideTitle .goDetail {
  text-align: right;
}

#editorPickup .asideTitle .icon {
  background-image: url(../img/sprite.png?a);
  background-position: -205px -187px;
  width: 25px;
  height: 25px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

#editorPickup .asideTitle a:hover {
  opacity: 0.6;
}

#recommendForYou {
  margin-bottom: 20px;
}

#recommendForYou .asideTitle {
  display: table;
  width: 100%;
  border-top: 4px solid #1e1e1e;
  border-bottom: 4px solid #1e1e1e;
  margin-bottom: 10px;
}

#recommendForYou .asideTitle span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  font-weight: bold;
}

#recommendForYou .asideTitle:before {
  display: table-cell;
  content: "";
  background-color: #ffdd00;
  background-image: url(../img/sprite.png?a);
  background-position: -150px -37px;
  width: 50px;
  height: 50px;
}

#recommendForYou .asideTitle .goDetail {
  text-align: right;
}

#recommendForYou .asideTitle .icon {
  background-image: url(../img/sprite.png?a);
  background-position: -205px -187px;
  width: 25px;
  height: 25px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

#recommendForYou .asideTitle a:hover {
  opacity: 0.6;
}

#adHead {
  text-align: right;
  margin-bottom: 10px;
}

.adArea {
  text-align: center;
  margin-bottom: 20px;
  min-height: 250px;
}

ul.listad {
  min-height: 280px;
  margin-bottom: 0px;
}

ul.listad li {
  float: left;
  padding-left: 80px;
}

.mikataAD {
  margin-bottom: 20px;
  text-align: center;
}

.ad_pickup_under {
  text-align: center;
}

.ad_pickup_under > div {
  display: inline-block;
  margin: 0 40px;
}

#contentsInner {
  position: relative;
}

body#article #contents #contentsInner #mainContents {
  position: relative;
}

.fixAside {
  position: fixed;
  bottom: 0;
}

.stopAside {
  position: absolute;
  bottom: 0;
}

#siteHeader {
  width: 100%;
  min-width: 1404px;
  padding: 20px 0;
  border-bottom: 5px solid #1e1e1e;
}

@media screen and (max-width: 1366px) {
  #siteHeader {
    min-width: 1326px;
  }
}

#siteHeader #headerInner {
  width: 1404px;
  margin: 0 auto;
}

@media screen and (max-width: 1366px) {
  #siteHeader #headerInner {
    width: 1326px;
  }
}

#siteHeader #headerInner:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

#siteHeader #headerInner .headContents {
  width: 336px;
  float: left;
}

#siteHeader #headerInner .headContents .headCatchText {
  font-size: 12px;
  margin-bottom: 15px;
  font-weight: normal;
  line-height: 1.4;
  white-space: nowrap;
}

#siteHeader #headerInner .headContents .headCatchText span {
  font-weight: bold;
  display: block;
}

#siteHeader #headerInner .headContents .headLogo a span {
  background-image: url(../img/sprite.png?a);
  background-position: 0px 0px;
  width: 336px;
  height: 37px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
}

#siteHeader #headerInner .headContents .headLogo a span:hover {
  opacity: 0.6;
}

#siteHeader #headerInner .headContents .siteName {
  position: relative;
  text-align: center;
  display: block;
  margin-top: 3px;
}

#siteHeader #headerInner .headContents .siteName:before {
  content: "";
  display: block;
  border-top: solid 2px #231815;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}

#siteHeader #headerInner .headContents .siteName span {
  position: relative;
  background: #ffffff;
  padding: 0 6px;
  z-index: 2;
  font-weight: bold;
}

#siteHeader #headerInner .headtools {
  width: 970px;
  float: right;
}

#siteHeader #headerInner .headtools .headOfficialBtns {
  float: right;
}

#siteHeader #headerInner .headtools .headOfficialBtns:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

#siteHeader #headerInner .headtools .headOfficialBtns li {
  float: left;
  margin-right: 1px;
}

#siteHeader #headerInner .headtools .headOfficialBtns li#fb a span {
  background-image: url(../img/sprite.png?a);
  background-position: -40px -187px;
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
}

#siteHeader #headerInner .headtools .headOfficialBtns li#tw a span {
  background-image: url(../img/sprite.png?a);
  background-position: 0px -187px;
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
}

#siteHeader #headerInner .headtools .headOfficialBtns li#go a span {
  background-image: url(../img/sprite.png?a);
  background-position: -240px -137px;
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
}

#siteHeader #headerInner .headtools .headOfficialBtns li#fe a span {
  background-image: url(../img/sprite.png?a);
  background-position: -200px -137px;
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
}

#siteHeader #headerInner .headtools .headOfficialBtns li#ln a span {
  background-image: url(../img/sprite.png?a);
  background-position: -280px -137px;
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
}

#siteHeader #headerInner .headtools .headOfficialBtns li a span:hover {
  opacity: 0.6;
}

#siteHeader #headerInner .headtools #searchBox {
  float: left;
  width: 790px;
  border: 1px solid #adadad;
}

#siteHeader #headerInner .headtools #searchBox .searchText {
  width: 750px;
  height: 38px;
  border: none;
  padding: 0 8px;
  font-size: 16px;
}

#siteFooter {
  width: 100%;
  min-width: 1404px;
  padding: 20px 0;
  background-color: #1e1e1e;
  color: #ffffff;
}

@media screen and (max-width: 1366px) {
  #siteFooter {
    min-width: 1326px;
  }
}

#siteFooter a {
  color: #ffffff;
  font-size: 13px;
}

#siteFooter a:hover {
  color: #a8a8a8;
  text-decoration: underline;
}

#siteFooter #footerInner {
  width: 1404px;
  margin: 0 auto;
}

@media screen and (max-width: 1366px) {
  #siteFooter #footerInner {
    width: 1326px;
  }
}

#siteFooter #footerInner:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

#siteFooter #footerInner .footerContents {
  display: inline;
}

#siteFooter #footerInner .footerContents li {
  display: inline;
  margin-right: 20px;
}

#siteFooter #footerInner .copyright {
  float: right;
  color: #a8a8a8;
  font-size: 12px;
}

#siteFooter #footerInner .copyright a {
  color: #a8a8a8;
}

#popularTags {
  background-color: #1e1e1e;
  color: #ffffff;
}

#popularTags .popularTagsTitle, #popularTags .TagsInner {
  width: 1401px;
  margin: 0 auto;
}

#popularTags .popularTagsTitle {
  padding-top: 20px;
  font-size: 12px;
  color: #FFF;
}

#popularTags .TagsInner {
  padding-bottom: 20px;
  border-bottom: #666 1px solid;
}

#popularTags .TagsInner #tagRank li {
  display: inline-block;
  margin: 10px 10px 0 0;
  line-height: 1;
}

#popularTags .TagsInner #tagRank li a {
  display: block;
  padding: 8px 6px 6px 6px;
  background-color: #3b3b3b;
  font-size: 13px;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
}

#popularTags .TagsInner #tagRank li a:hover {
  text-decoration: none;
  background-color: #e9c91f;
  color: #000;
}

/*===============================
margin padding
===============================*/
.mt-0 {
  margin-top: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

/*===============================
float clear
===============================*/
.float-right {
  float: right;
  margin: 0 0 0 15px;
}

.float-left {
  float: left;
  margin: 0 15px 0 0;
}

.clear {
  clear: both !important;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

/*===============================
table
===============================*/
.table {
  display: table;
}

/*===============================
text-align
===============================*/
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

/*===============================
text-decoration
===============================*/
.under {
  text-decoration: underline;
}

.lineth {
  text-decoration: line-through;
}

body#index #contents #contentsInner {
  width: 1404px;
  margin: 0 auto;
}

@media screen and (max-width: 1366px) {
  body#index #contents #contentsInner {
    width: 1326px;
  }
}

body#index #contents #contentsInner:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

body#index #contents #contentsInner .topMainArea {
  width: 692px;
  float: left;
}

@media screen and (max-width: 1366px) {
  body#index #contents #contentsInner .topMainArea {
    width: 640px;
  }
}

body#index #contents #contentsInner .topContentsFirst {
  width: 336px;
  float: left;
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 1366px) {
  body#index #contents #contentsInner .topContentsFirst {
    width: 310px;
  }
}

body#index #contents #contentsInner .topContentsFirst figure.photo {
  max-height: 148px;
}

body#index #contents #contentsInner .topContentsSecond {
  width: 1048px;
  float: left;
  margin-bottom: 30px;
}

@media screen and (max-width: 1366px) {
  body#index #contents #contentsInner .topContentsSecond {
    width: 970px;
  }
}

body#index #contents #contentsInner .topContentsSecond .subColumn {
  float: right;
  margin-right: 20px;
}

body#index #contents #contentsInner .topContentsSecond .subColumn:first-child {
  margin-right: 0;
}

body#index #contents #contentsInner .topContentsThird {
  width: 336px;
  overflow: hidden;
}

body#index #contents #contentsInner .topContentsFourth {
  width: 692px;
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1366px) {
  body#index #contents #contentsInner .topContentsFourth {
    width: 653px;
  }
}

body#index #contents #contentsInner .topContentsFourth:nth-of-type(odd) {
  margin-left: 0;
}

.impactContents {
  margin-bottom: 10px;
}

.impactContents:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

.impactContents .largeArea {
  width: 336px;
  height: 376px;
  overflow: hidden;
  float: left;
  position: relative;
}

@media screen and (max-width: 1366px) {
  .impactContents .largeArea {
    width: 310px;
  }
}

.impactContents .largeArea .photo {
  width: 100%;
  height: 375px;
  background-color: #fff;
}

.impactContents .largeArea .photo img {
  width: 100%;
}

.impactContents .largeArea .articleTitle {
  position: absolute;
  width: 100%;
  z-index: 10;
  bottom: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2;
  color: #fff;
}

.impactContents .largeArea a:hover .articleTitle {
  background: rgba(0, 0, 0, 0.4);
}

.impactContents .titleList {
  width: 356px;
  height: 376px;
  overflow: hidden;
  float: left;
  background-color: #ffdd00;
}

@media screen and (max-width: 1366px) {
  .impactContents .titleList {
    width: 330px;
  }
}

.impactContents .titleList li {
  border-top: #fff 1px solid;
  max-height: 62px;
}

.impactContents .titleList li:nth-child(1) {
  border-top: none;
}

.impactContents .titleList li:nth-child(n+7) {
  display: none;
}

.impactContents .titleList li a {
  display: block;
  height: 62px;
  overflow: hidden;
  padding: 10px 10px 8px 20px;
  font-size: 18px;
  line-height: 1.3;
}

.impactContents .titleList li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1366px) {
  .impactContents .titleList li a {
    width: 330px;
    font-size: 17px;
  }
}

#originalArticle .titleList {
  background-color: #d0d0d0;
}

.indexItem {
  position: relative;
  width: 336px;
  margin: 0 0 10px 0;
  background-color: #fff;
  min-height: 86px;
}

@media screen and (max-width: 1366px) {
  .indexItem {
    width: 310px;
  }
}

.indexItem .photo {
  width: 110px;
  float: left;
  position: relative;
  overflow: hidden;
}

.indexItem .photo img {
  width: 110px;
}

.indexItem .articleTool {
  overflow: hidden;
  padding: 3px 10px 0 10px;
}

.indexItem .articleTool .articleTitle a {
  font-size: 14px;
  line-height: 1.4;
}

.indexItem .articleTool .articleTitle a:hover {
  background-color: #ffdd00;
}

.indexItem .articleTool .subInfo {
  position: absolute;
  width: 84px;
  bottom: 8px;
  right: 4px;
  line-height: 1;
  text-align: left;
  overflow: hidden;
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.indexItem .articleTool .subInfo .articleDate {
  display: inline;
  margin-right: 10px;
  font-size: 10px;
  line-height: 1;
  color: #6e6e6e;
}

.indexItem .articleTool .subInfo .vendorName {
  display: inline;
  line-height: 1;
}

.indexItem .articleTool .subInfo .vendorName a {
  text-decoration: underline;
  color: #6e6e6e;
}

.indexItem .articleTool .subInfo .vendorName a span {
  font-size: 9px;
}

.indexItem .articleTool .subInfo .vendorName a:hover {
  text-decoration: none;
}

.indexItem .articleTool .prTag {
  line-height: 1.8;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 11px;
  text-align: right;
  position: absolute;
  bottom: 0px;
  right: 1em;
}

.indexItem.large {
  height: 278px;
  border-top: #1e1e1e 4px solid;
  border-bottom: #1e1e1e 4px solid;
  padding: 10px 0;
  margin-bottom: 15px;
  background: none;
  overflow: hidden;
}

.indexItem.large .photo {
  width: 336px;
  text-align: center;
  overflow: hidden;
}

.indexItem.large .photo img {
  width: 230px;
  border: #fff 5px solid;
}

.indexItem.large .articleTool {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.indexItem.large .articleTool .articleTitle a {
  font-size: 19px;
}

.indexItem.large .articleTool .subInfo {
  width: 100%;
  text-align: right;
}

.indexItem.large .articleTool .subInfo a {
  font-size: 14px;
}

@media screen and (max-width: 1366px) {
  .topContentsSecond .impactContents .titleList {
    width: 330px;
  }
}

@media screen and (max-width: 1366px) {
  .topContentsFourth .impactContents .titleList {
    width: 343px;
  }
}

.topContentsSecond .impactContents .titleList,
.topContentsFourth .impactContents .titleList {
  background-color: #fff;
}

.topContentsSecond .impactContents .titleList li,
.topContentsFourth .impactContents .titleList li {
  border-top-color: #d6d6d6;
}

#entertainment .mainContentsTitle {
  display: table;
  width: 100%;
  border-top: 4px solid #1e1e1e;
  border-bottom: 4px solid #1e1e1e;
  margin-bottom: 10px;
}

#entertainment .mainContentsTitle span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  font-weight: bold;
}

#entertainment .mainContentsTitle:before {
  display: table-cell;
  content: "";
  background-color: #ffdd00;
  background-image: url(../img/sprite.png?a);
  background-position: -50px -37px;
  width: 50px;
  height: 50px;
}

#entertainment .mainContentsTitle .goDetail {
  text-align: right;
}

#entertainment .mainContentsTitle .icon {
  background-image: url(../img/sprite.png?a);
  background-position: -205px -187px;
  width: 25px;
  height: 25px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

#entertainment .mainContentsTitle a:hover {
  opacity: 0.6;
}

#sports .mainContentsTitle {
  display: table;
  width: 100%;
  border-top: 4px solid #1e1e1e;
  border-bottom: 4px solid #1e1e1e;
  margin-bottom: 10px;
}

#sports .mainContentsTitle span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  font-weight: bold;
}

#sports .mainContentsTitle:before {
  display: table-cell;
  content: "";
  background-color: #ffdd00;
  background-image: url(../img/sprite.png?a);
  background-position: -100px -137px;
  width: 50px;
  height: 50px;
}

#sports .mainContentsTitle .goDetail {
  text-align: right;
}

#sports .mainContentsTitle .icon {
  background-image: url(../img/sprite.png?a);
  background-position: -205px -187px;
  width: 25px;
  height: 25px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

#sports .mainContentsTitle a:hover {
  opacity: 0.6;
}

#prompt .mainContentsTitle {
  display: table;
  width: 100%;
  border-top: 4px solid #1e1e1e;
  border-bottom: 4px solid #1e1e1e;
  margin-bottom: 10px;
}

#prompt .mainContentsTitle span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  font-weight: bold;
}

#prompt .mainContentsTitle:before {
  display: table-cell;
  content: "";
  background-color: #ffdd00;
  background-image: url(../img/sprite.png?a);
  background-position: -100px -37px;
  width: 50px;
  height: 50px;
}

#prompt .mainContentsTitle .goDetail {
  text-align: right;
}

#prompt .mainContentsTitle .icon {
  background-image: url(../img/sprite.png?a);
  background-position: -205px -187px;
  width: 25px;
  height: 25px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

#prompt .mainContentsTitle a:hover {
  opacity: 0.6;
}

#culture .mainContentsTitle {
  display: table;
  width: 100%;
  border-top: 4px solid #1e1e1e;
  border-bottom: 4px solid #1e1e1e;
  margin-bottom: 10px;
}

#culture .mainContentsTitle span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  font-weight: bold;
}

#culture .mainContentsTitle:before {
  display: table-cell;
  content: "";
  background-color: #ffdd00;
  background-image: url(../img/sprite.png?a);
  background-position: -250px -87px;
  width: 50px;
  height: 50px;
}

#culture .mainContentsTitle .goDetail {
  text-align: right;
}

#culture .mainContentsTitle .icon {
  background-image: url(../img/sprite.png?a);
  background-position: -205px -187px;
  width: 25px;
  height: 25px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

#culture .mainContentsTitle a:hover {
  opacity: 0.6;
}

#it .mainContentsTitle {
  display: table;
  width: 100%;
  border-top: 4px solid #1e1e1e;
  border-bottom: 4px solid #1e1e1e;
  margin-bottom: 10px;
}

#it .mainContentsTitle span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  font-weight: bold;
}

#it .mainContentsTitle:before {
  display: table-cell;
  content: "";
  background-color: #ffdd00;
  background-image: url(../img/sprite.png?a);
  background-position: 0px -87px;
  width: 50px;
  height: 50px;
}

#it .mainContentsTitle .goDetail {
  text-align: right;
}

#it .mainContentsTitle .icon {
  background-image: url(../img/sprite.png?a);
  background-position: -205px -187px;
  width: 25px;
  height: 25px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

#it .mainContentsTitle a:hover {
  opacity: 0.6;
}

#foreign .mainContentsTitle {
  display: table;
  width: 100%;
  border-top: 4px solid #1e1e1e;
  border-bottom: 4px solid #1e1e1e;
  margin-bottom: 10px;
}

#foreign .mainContentsTitle span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  font-weight: bold;
}

#foreign .mainContentsTitle:before {
  display: table-cell;
  content: "";
  background-color: #ffdd00;
  background-image: url(../img/sprite.png?a);
  background-position: -150px -137px;
  width: 50px;
  height: 50px;
}

#foreign .mainContentsTitle .goDetail {
  text-align: right;
}

#foreign .mainContentsTitle .icon {
  background-image: url(../img/sprite.png?a);
  background-position: -205px -187px;
  width: 25px;
  height: 25px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

#foreign .mainContentsTitle a:hover {
  opacity: 0.6;
}

#girl .mainContentsTitle {
  display: table;
  width: 100%;
  border-top: 4px solid #1e1e1e;
  border-bottom: 4px solid #1e1e1e;
  margin-bottom: 10px;
}

#girl .mainContentsTitle span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  font-weight: bold;
}

#girl .mainContentsTitle:before {
  display: table-cell;
  content: "";
  background-color: #ffdd00;
  background-image: url(../img/sprite.png?a);
  background-position: -200px -37px;
  width: 50px;
  height: 50px;
}

#girl .mainContentsTitle .goDetail {
  text-align: right;
}

#girl .mainContentsTitle .icon {
  background-image: url(../img/sprite.png?a);
  background-position: -205px -187px;
  width: 25px;
  height: 25px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

#girl .mainContentsTitle a:hover {
  opacity: 0.6;
}

#money .mainContentsTitle {
  display: table;
  width: 100%;
  border-top: 4px solid #1e1e1e;
  border-bottom: 4px solid #1e1e1e;
  margin-bottom: 10px;
}

#money .mainContentsTitle span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  font-weight: bold;
}

#money .mainContentsTitle:before {
  display: table-cell;
  content: "";
  background-color: #ffdd00;
  background-image: url(../img/sprite.png?a);
  background-position: -250px -37px;
  width: 50px;
  height: 50px;
}

#money .mainContentsTitle .goDetail {
  text-align: right;
}

#money .mainContentsTitle .icon {
  background-image: url(../img/sprite.png?a);
  background-position: -205px -187px;
  width: 25px;
  height: 25px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

#money .mainContentsTitle a:hover {
  opacity: 0.6;
}

#serial .mainContentsTitle {
  display: table;
  width: 100%;
  border-top: 4px solid #1e1e1e;
  border-bottom: 4px solid #1e1e1e;
  margin-bottom: 10px;
}

#serial .mainContentsTitle span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  font-weight: bold;
}

#serial .mainContentsTitle:before {
  display: table-cell;
  content: "";
  background-color: #ffdd00;
  background-image: url(../img/sprite.png?a);
  background-position: -100px -87px;
  width: 50px;
  height: 50px;
}

#serial .mainContentsTitle .goDetail {
  text-align: right;
}

#serial .mainContentsTitle .icon {
  background-image: url(../img/sprite.png?a);
  background-position: -205px -187px;
  width: 25px;
  height: 25px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

#serial .mainContentsTitle a:hover {
  opacity: 0.6;
}

#adTopA .adInner, #adTopA .rectangle, #adTopB .adInner, #adTopB .rectangle, #adTopC .adInner, #adTopC .rectangle {
  width: 336px;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}

#adTopB .adInner, #adTopB .rectangle, #adTopC .adInner, #adTopC .rectangle {
  height: 280px;
}

#adTopC {
  float: right;
}

#adTopC:before, #adTopC:after {
  width: 336px;
  height: 55px;
  display: block;
  content: "";
  background: url(../img/dotPattern.pc.png);
}

#adTopC:before {
  margin-bottom: 27px;
}

#adTopC:after {
  margin-top: 27px;
}

body#list #contents #contentsInner {
  width: 1200px;
  margin: 0 auto;
}

body#list #contents #contentsInner:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

body#list #contents #contentsInner #mainContents {
  width: 844px;
  float: left;
}

body#list #contents #contentsInner #subContents {
  width: 336px;
  float: right;
}

#ArticleTimeline .item {
  margin-bottom: 20px;
  background-color: #fff;
}

#ArticleTimeline .item:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

#ArticleTimeline .item .photo {
  width: 200px;
  float: left;
  position: relative;
  overflow: hidden;
}

#ArticleTimeline .item .photo img {
  width: 200px;
}

#ArticleTimeline .item .photo .BadgeText {
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 25px;
  left: 0;
  top: 0;
  text-align: center;
  background: #3b3b3b;
  color: #ffffff;
}

#ArticleTimeline .item .photo .BadgeText span {
  display: block;
  font-family: Verdana;
  margin-top: 3px;
  font-size: 14px;
}

#ArticleTimeline .item .articleTool {
  overflow: hidden;
  padding: 20px 20px 0 20px;
}

#ArticleTimeline .item .articleTool .articleTitle {
  margin-bottom: 5px;
}

#ArticleTimeline .item .articleTool .articleTitle a {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
}

#ArticleTimeline .item .articleTool .articleTitle a:hover {
  background-color: #ffdd00;
}

#ArticleTimeline .item .articleTool .subInfo {
  text-align: right;
}

#ArticleTimeline .item .articleTool .subInfo .articleDate {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  line-height: 1;
  color: #6e6e6e;
}

#ArticleTimeline .item .articleTool .subInfo .vendorName {
  display: inline-block;
  border-left: 1px solid #6e6e6e;
  padding-left: 10px;
  line-height: 1;
}

#ArticleTimeline .item .articleTool .subInfo .vendorName a {
  font-size: 14px;
  text-decoration: underline;
  color: #6e6e6e;
}

#ArticleTimeline .item .articleTool .subInfo .vendorName a:hover {
  text-decoration: none;
}

#ArticleTimeline .item .articleTag {
  margin-top: 10px;
  margin-left: 40px;
}

#ArticleTimeline .item .articleTag dt, #ArticleTimeline .item .articleTag dd {
  display: inline-block;
  font-size: 12px;
}

#ArticleTimeline .item .articleTag dt {
  margin-left: -40px;
}

#ArticleTimeline .item .articleTag dd {
  margin-right: 5px;
  margin-bottom: 5px;
}

#ArticleTimeline .item .articleTag dd a {
  display: inline-block;
  padding: 6px;
  background-color: #3b3b3b;
  font-weight: normal;
  line-height: 1;
  color: #fff;
}

#ArticleTimeline .item .articleTag dd a:hover {
  background-color: #ffdd00;
  color: #000;
}

#ArticleTimeline .item .photo {
  max-height: 150px;
  overflow: hidden;
}

body#article #contents #contentsInner {
  width: 1332px;
  margin: 0 auto;
}

body#article #contents #contentsInner:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

body#article #contents #contentsInner #mainContents {
  width: 976px;
  float: left;
}

body#article #contents #contentsInner #mainContents .entryMainBox {
  width: 845px;
  float: right;
}

body#article #contents #contentsInner #mainContents .entryMainBox #articleBody {
  background-color: #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

body#article #contents #contentsInner #mainContents .entryMainBox #articleBody .adArea {
  margin-bottom: 0;
  min-height: auto;
}

body#article #contents #contentsInner #mainContents .entryMainBox .foot_text {
  margin-top: 20px;
}

body#article #contents #contentsInner #entrySideSns {
  width: 120px;
  float: left;
  padding: 10px 0 10px 0;
  background-color: #ababab;
  position: relative;
  text-align: center;
}

body#article #contents #contentsInner #entrySideSns #sideFacebook {
  margin-top: 5px;
}

body#article #contents #contentsInner #entrySideSns #sideHatebu {
  margin-top: 10px;
}

body#article #contents #contentsInner #entrySideSns #sideGoogle {
  margin-top: 5px;
}

body#article #contents #contentsInner #entrySideSns #sideLine {
  margin-bottom: 10px;
}

body#article #contents #contentsInner #entrySideSns .readAllIcon {
  margin: 10px 20px 0;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
}

body#article #contents #contentsInner #entrySideSns .readAllIcon a {
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

body#article #contents #contentsInner #entrySideSns .readAllIcon a:before {
  display: block;
  margin: 0 auto 5px;
  width: 36px;
  height: 40px;
  content: '';
  background-image: url(../img/icon_doc.png);
  background-repeat: no-repeat;
  background-size: 36px 40px;
}

body#article #contents #contentsInner #subContents {
  width: 336px;
  float: right;
}

.articleHeader {
  padding: 20px 40px;
}

.articleHeader .articleHeaderTitle {
  font-size: 32px;
  line-height: 1.4;
  font-weight: bold;
}

.articleHeader .articleHeaderTitle span {
  font-size: 13px;
}

.articleHeader .subInfo {
  text-align: right;
}

.articleHeader .subInfo .articleDate {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  line-height: 1;
  color: #6e6e6e;
}

.articleHeader .subInfo .vendorName {
  display: inline-block;
  border-left: 1px solid #6e6e6e;
  padding-left: 10px;
  line-height: 1;
}

.articleHeader .subInfo .vendorName a {
  font-size: 14px;
  text-decoration: underline;
  color: #6e6e6e;
}

.articleHeader .subInfo .vendorName a:hover {
  text-decoration: none;
}

.articleHeader .articleTag {
  margin-top: 10px;
  margin-left: 40px;
}

.articleHeader .articleTag dt, .articleHeader .articleTag dd {
  display: inline-block;
  font-size: 12px;
}

.articleHeader .articleTag dt {
  margin-left: -40px;
}

.articleHeader .articleTag dd {
  margin-right: 5px;
  margin-bottom: 5px;
}

.articleHeader .articleTag dd a {
  display: inline-block;
  padding: 6px;
  background-color: #3b3b3b;
  line-height: 1;
  font-weight: normal;
  color: #fff;
}

.articleHeader .articleTag dd a:hover {
  background-color: #ffdd00;
  color: #000;
}

#articleIntro {
  padding: 0 40px 0 40px;
}

#articleIntro .articleImage {
  float: left;
  margin-right: 20px;
  position: relative;
  width: auto;
}

#articleIntro .readMore {
  padding-bottom: 10px;
}

#articleDetail .textarea {
  padding: 40px 40px 0;
  line-height: 1.75;
}

#articleDetail .textarea p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.75;
  word-break: break-all;
  word-wrap: break-word;
}

#articleDetail .textarea a {
  color: #1a0dab;
  text-decoration: none;
}

#articleDetail .textarea a:hover {
  text-decoration: underline;
}

#articleDetail .textarea h2 {
  font-size: 18px;
  border-bottom: 4px solid #ffdd00;
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  position: relative;
  line-height: 1.4;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#articleDetail .textarea h3 {
  margin: 0 0 20px 0;
  font-size: 16px;
  border-left: 7px solid #ffdd00;
  padding: 0 0 0 10px;
  line-height: 1.4;
  font-weight: bold;
}

#articleDetail .textarea .subtitle {
  margin-left: -20px;
  padding: 10px 20px 10px 20px;
  font-size: 22px;
  color: #10afd1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 4px solid #10afd1;
  background: url(../img/bg_subtitle.png) 0 0 repeat;
  text-shadow: 0px -1px #fff, 1px 0px #fff, 0px 1px #fff, -1px 1px #fff;
}

#articleDetail .textarea .txtCaution {
  color: red;
}

#articleDetail .textarea blockquote {
  font-size: 16px;
  background: #eae9eb;
  padding: 45px 30px;
  position: relative;
}

#articleDetail .textarea blockquote:before {
  content: "“";
  font-size: 600%;
  line-height: 1em;
  color: #9d9d9d;
  position: absolute;
  left: 0;
  top: 0;
}

#articleDetail .textarea blockquote:after {
  content: "”";
  font-size: 600%;
  line-height: 0em;
  color: #9d9d9d;
  position: absolute;
  right: 0;
  bottom: 0;
}

#articleDetail .textarea cite {
  font-size: 15px;
  color: #9d9d9d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#articleDetail .textarea .writer {
  background: #f2f1f1;
  margin: 0 0 15px 0;
}

#articleDetail .textarea .writer img {
  width: 120px;
  height: 120px;
  float: left;
  margin: 0 15px 0 0;
}

#articleDetail .textarea .writer h1 {
  position: relative;
  background: #000000;
  color: #fff;
  padding: 10px 5px 10px 30px;
  font-size: 16px;
  font-weight: bold;
}

#articleDetail .textarea .writer h1:before {
  content: "";
  background-image: url(../img/sprite.png?a);
  background-position: -320px -137px;
  width: 15px;
  height: 16px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  position: absolute;
  margin: 0 10px 0 5px;
  left: 0;
}

#articleDetail .textarea .writer .box-wrap {
  padding: 15px 15px;
}

#articleDetail .textarea .writer p {
  font-size: 14px;
  line-height: 1.6;
}

#articleDetail .textarea .writer .writer-title {
  font-weight: bold;
  margin: 0 0 5px 0;
}

#articleDetail .textarea .writer_list p {
  font-size: 14px;
  line-height: 1.6;
}

#articleDetail .textarea .writer_list .writer-title {
  font-weight: bold;
  margin: 20px 0 0 0;
}

#articleDetail .textarea .writer .writer-name,
#articleDetail .textarea .writer_list .writer-name {
  margin: 5px 0;
  font-size: 22px;
  font-weight: bold;
}

#articleDetail .textarea .writer_list .writer-name {
  margin: 0 0 10px 0;
  font-size: 22px;
  font-weight: bold;
}

#articleDetail .textarea .writer h2 {
  margin: 0 0 5px 0;
  font-size: 14px;
  border-bottom: none;
  position: relative;
  display: block;
}

#articleDetail .textarea .writer h2:before, #articleDetail .textarea .writer h2:after {
  content: "";
  border: none;
  bottom: 0;
  position: relative;
  left: 0;
}

#articleDetail .textarea .writer ol li {
  list-style-type: none;
  margin-left: 0;
}

#articleDetail .textarea .writer .publish-date {
  margin: 0 5px 0 0;
  padding: 0 0;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  color: #9d9d9d;
  float: none;
}

#articleDetail .textarea dl.profile {
  border: 3px solid #000;
}

#articleDetail .textarea dl.profile dt {
  position: relative;
  padding: 7px 10px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background: #000;
}

#articleDetail .textarea dl.profile dd {
  margin: 15px 15px;
  font-size: 14px;
  line-height: 1.6;
}

#articleDetail .textarea dl.profile dd a:hover {
  color: #000;
}

#articleDetail .textarea #slider {
  background-color: #222121;
  margin-bottom: 10px;
}

#articleDetail .textarea #slider img {
  border: none;
  max-height: 450px;
}

#articleDetail .textarea #slider-view {
  position: relative;
  padding: 0 60px;
}

#articleDetail .textarea #slider-view-wrap {
  position: relative;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 645px;
  height: 450px;
  z-index: 1;
}

#articleDetail .textarea #slider-view-ctrl {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#articleDetail .textarea #slider-view-prev,
#articleDetail .textarea #slider-view-next {
  position: absolute;
  top: 230px;
  width: 45px;
  height: 45px;
  cursor: pointer;
}

#articleDetail .textarea #slider-view-prev {
  left: 15px;
  background-image: url(../img/sprite.png?a);
  background-position: -180px -187px;
  width: 25px;
  height: 25px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
}

#articleDetail .textarea #slider-view-prev.is-disabled {
  background-image: url(../img/sprite.png?a);
  background-position: -130px -187px;
  width: 25px;
  height: 25px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
}

#articleDetail .textarea #slider-view-next {
  right: 15px;
  background-image: url(../img/sprite.png?a);
  background-position: -300px -87px;
  width: 25px;
  height: 25px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
}

#articleDetail .textarea #slider-view-next.is-disabled {
  background-image: url(../img/sprite.png?a);
  background-position: -205px -187px;
  width: 25px;
  height: 25px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
}

#articleDetail .textarea #slider-view-count {
  position: absolute;
  left: 3px;
  top: 3px;
  background-color: #2b2b2b;
  color: #ffffff;
  font-size: 14px;
  text-align: right;
  line-height: 30px;
  width: 75px;
  height: 30px;
  padding-right: 15px;
}

#articleDetail .textarea #slider-list {
  position: relative;
  background-color: #1c1c1c;
  padding: 22px 0 31px;
}

#articleDetail .textarea #slider-list-wrap {
  position: relative;
  width: 645px;
  height: 70px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
}

#articleDetail .textarea #slider-list-wrap ul {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  width: 1000%;
}

#articleDetail .textarea #slider-list-wrap ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}

#articleDetail .textarea #slider-list-wrap ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

#articleDetail .textarea #slider-list-wrap ul li a img {
  max-width: 80px;
  max-height: 65px;
}

#articleDetail .textarea #slider-list-wrap ul li a.is-current:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  border: #e9ca1f solid 2px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

#articleDetail .textarea #slider-list-wrap ul li a img {
  max-width: 80px;
  max-height: 65px;
}

#articleDetail .textarea #slider-list-wrap ul li a:hover {
  background-color: transparent;
}

#articleDetail .textarea #slider-list-ctrl {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#articleDetail .textarea #slider-list-prev,
#articleDetail .textarea #slider-list-next {
  position: absolute;
  top: 22px;
  width: 30px;
  height: 64px;
  cursor: pointer;
}

#articleDetail .textarea #slider-list-prev {
  left: 7px;
}

#articleDetail .textarea #slider-list-next {
  right: 7px;
}

#articleDetail .textarea #slider-list-prev.is-disabled,
#articleDetail .textarea #slider-list-next.is-disabled {
  cursor: default;
}

#articleDetail .textarea #slider-list-prev:after,
#articleDetail .textarea #slider-list-next:after {
  content: "";
  display: block;
  border: transparent solid 7px;
  width: 0;
  height: 0;
}

#articleDetail .textarea #slider-list-prev:after {
  border-right-color: #ffffff;
  margin: 26px 0 0 4px;
}

#articleDetail .textarea #slider-list-next:after {
  border-left-color: #ffffff;
  margin: 26px 0 0 14px;
}

#articleDetail .textarea #slider-list-prev.is-disabled:after {
  border-right-color: #878585;
}

#articleDetail .textarea #slider-list-next.is-disabled:after {
  border-left-color: #878585;
}

#articleDetail .textarea #slider-list-navi {
  display: inherit;
  font-size: 0;
  text-align: center;
  margin-top: 100px;
}

#articleDetail .textarea #slider-list-navi li {
  display: inline-block;
  background-color: #8e8e8e;
  width: 6px;
  height: 6px;
  margin: 0 7px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
}

#articleDetail .textarea #slider-list-navi li.is-current {
  background-color: #e9c91f;
}

#articleDetail .textarea img {
  max-width: 100%;
}

.articleImage {
  width: 845px;
  overflow: hidden;
  text-align: center;
}

.articleImage a {
  display: inline-block;
  position: relative;
}

.articleImage a .icon {
  background-image: url(../img/sprite.png?a);
  background-position: -50px -87px;
  width: 50px;
  height: 50px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.articleImage .imageCaption {
  margin-top: 10px;
  color: #999;
  text-align: center;
}

.articleImage .intro {
  max-width: 342px;
}

.readMore {
  clear: both;
  width: 700px;
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
  padding-bottom: 10px;
}

.readMore a {
  position: relative;
  text-align: center;
  display: block;
  background: #ffdd00;
  padding: 20px 35px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #000;
}

.readMore a .large {
  font-size: 20px;
  font-size: 20px;
  display: block;
  margin-top: 10px;
}

.readMore a:after {
  background-image: url(../img/sprite.png?a);
  background-position: -205px -187px;
  width: 25px;
  height: 25px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
}

.readAll {
  text-align: center;
  margin-bottom: 20px;
}

.readAll a {
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
}

.readAll a:hover {
  background-color: #ffdd00;
}

.goCommentBtn {
  clear: both;
  width: 500px;
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
}

.goCommentBtn a {
  position: relative;
  text-align: center;
  display: block;
  background: #f1f1f1;
  padding: 20px 35px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #000;
}

.goCommentBtn a .large {
  font-size: 20px;
  font-size: 20px;
  display: block;
  margin-top: 10px;
}

.goCommentBtn a:after {
  background-image: url(../img/sprite.png?a);
  background-position: -300px -112px;
  width: 25px;
  height: 25px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
}

.goCommentBtn .icon {
  background-image: url(../img/sprite.png?a);
  background-position: -300px -37px;
  width: 28px;
  height: 28px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 20px;
}

#articleEntryListBoxTop {
  margin-bottom: 20px;
}

#articleEntryListBoxTop:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

#articleEntryListBoxTop .mainContentsTitle {
  display: table;
  width: 100%;
  border-top: 4px solid #1e1e1e;
  border-bottom: 4px solid #1e1e1e;
  margin-bottom: 10px;
}

#articleEntryListBoxTop .mainContentsTitle span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  font-weight: bold;
}

#articleEntryListBoxTop .mainContentsTitle:before {
  display: table-cell;
  content: "";
  background-color: #ffdd00;
  background-image: url(../img/sprite.png?a);
  background-position: 0px -137px;
  width: 50px;
  height: 50px;
}

#articleEntryListBoxTop .mainContentsTitle .goDetail {
  text-align: right;
}

#articleEntryListBoxTop .mainContentsTitle .icon {
  background-image: url(../img/sprite.png?a);
  background-position: -205px -187px;
  width: 25px;
  height: 25px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

#articleEntryListBoxTop .mainContentsTitle a:hover {
  opacity: 0.6;
}

#articleEntryListBoxTop .editorPickup {
  display: table;
  width: 100%;
  border-top: 4px solid #1e1e1e;
  border-bottom: 4px solid #1e1e1e;
  margin-bottom: 10px;
}

#articleEntryListBoxTop .editorPickup span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  font-weight: bold;
}

#articleEntryListBoxTop .editorPickup:before {
  display: table-cell;
  content: "";
  background-color: #ffdd00;
  background-image: url(../img/sprite.png?a);
  background-position: -200px -87px;
  width: 50px;
  height: 50px;
}

#articleEntryListBoxTop .editorPickup .goDetail {
  text-align: right;
}

#articleEntryListBoxTop .editorPickup .icon {
  background-image: url(../img/sprite.png?a);
  background-position: -205px -187px;
  width: 25px;
  height: 25px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

#articleEntryListBoxTop .editorPickup a:hover {
  opacity: 0.6;
}

#articleEntryListBoxTop ul.mainContentsLinkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: lex-start;
  -ms-flex-pack: lex-start;
  justify-content: lex-start;
  padding-top: 10px;
}

#articleEntryListBoxTop ul.mainContentsLinkList li {
  width: 200px;
  margin: 0 14px 20px 0;
}

#articleEntryListBoxTop ul.mainContentsLinkList li:nth-child(4n) {
  margin-right: 0;
}

#articleEntryListBoxTop ul.mainContentsLinkList li a {
  display: block;
  font-size: 14px;
  line-height: 1.2;
}

#articleEntryListBoxTop ul.mainContentsLinkList li a:hover {
  background-color: #ffdd00;
}

#articleEntryListBoxTop ul.mainContentsLinkList li a .articleTool {
  padding-top: 10px;
}

#articleEntryListBoxBottom:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

#articleEntryListBoxBottom .mainContentsTitle {
  display: table;
  width: 100%;
  border-top: 4px solid #1e1e1e;
  border-bottom: 4px solid #1e1e1e;
  margin-bottom: 10px;
}

#articleEntryListBoxBottom .mainContentsTitle span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  font-weight: bold;
}

#articleEntryListBoxBottom .mainContentsTitle:before {
  display: table-cell;
  content: "";
  background-color: #ffdd00;
  background-image: url(../img/sprite.png?a);
  background-position: 0px -137px;
  width: 50px;
  height: 50px;
}

#articleEntryListBoxBottom .mainContentsTitle .goDetail {
  text-align: right;
}

#articleEntryListBoxBottom .mainContentsTitle .icon {
  background-image: url(../img/sprite.png?a);
  background-position: -205px -187px;
  width: 25px;
  height: 25px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

#articleEntryListBoxBottom .mainContentsTitle a:hover {
  opacity: 0.6;
}

#articleEntryListBoxBottom .editorPickup {
  display: table;
  width: 100%;
  border-top: 4px solid #1e1e1e;
  border-bottom: 4px solid #1e1e1e;
  margin-bottom: 10px;
}

#articleEntryListBoxBottom .editorPickup span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  font-weight: bold;
}

#articleEntryListBoxBottom .editorPickup:before {
  display: table-cell;
  content: "";
  background-color: #ffdd00;
  background-image: url(../img/sprite.png?a);
  background-position: -200px -87px;
  width: 50px;
  height: 50px;
}

#articleEntryListBoxBottom .editorPickup .goDetail {
  text-align: right;
}

#articleEntryListBoxBottom .editorPickup .icon {
  background-image: url(../img/sprite.png?a);
  background-position: -205px -187px;
  width: 25px;
  height: 25px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

#articleEntryListBoxBottom .editorPickup a:hover {
  opacity: 0.6;
}

.normalMenu {
  position: absolute !important;
}

.fixMenu {
  position: fixed !important;
  top: 0;
}

.stopMenu {
  position: absolute !important;
  bottom: 0;
  left: 0;
  z-index: 10;
}

body#other #contents #contentsInner {
  width: 1200px;
  margin: 0 auto;
}

body#other #contents #contentsInner:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

body#other #contents #contentsInner #mainContents {
  width: 844px;
  float: left;
}

body#other #contents #contentsInner #mainContents #articleBody {
  background-color: #fff;
}

body#other #contents #contentsInner #subContents {
  width: 336px;
  float: right;
}

#rankingContentsSelectTab {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 30px;
}

#rankingContentsSelectTab li {
  display: table-cell;
  padding-left: 3px;
}

#rankingContentsSelectTab li:nth-of-type(1) {
  padding-left: 0;
}

#rankingContentsSelectTab li span, #rankingContentsSelectTab li a {
  display: block;
  padding: 10px 0;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}

#rankingContentsSelectTab li span.current, #rankingContentsSelectTab li a.current {
  background-color: #ffdd00;
  position: relative;
  cursor: auto;
}

#rankingContentsSelectTab li span.current:after, #rankingContentsSelectTab li a.current:after {
  border: 10px solid transparent;
  border-top-color: #ffdd00;
  border-bottom-width: 0;
  bottom: -10px;
  content: " ";
  display: block;
  left: 26.5px;
  position: absolute;
  width: 0;
}

#ArticleTimeline.ranking .item:nth-of-type(1) .photo .BadgeText {
  width: 30px;
  height: 30px;
  background-color: #c6a936;
}

#ArticleTimeline.ranking .item:nth-of-type(1) .photo .BadgeText span {
  font-size: 18px;
  font-weight: bold;
}

#ArticleTimeline.ranking .item:nth-of-type(2) .photo .BadgeText {
  width: 30px;
  height: 30px;
  background-color: #999999;
}

#ArticleTimeline.ranking .item:nth-of-type(2) .photo .BadgeText span {
  font-size: 18px;
  font-weight: bold;
}

#ArticleTimeline.ranking .item:nth-of-type(3) .photo .BadgeText {
  width: 30px;
  height: 30px;
  background-color: #a67755;
}

#ArticleTimeline.ranking .item:nth-of-type(3) .photo .BadgeText span {
  font-size: 18px;
  font-weight: bold;
}

#venderList:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

#venderList .item {
  width: 211px;
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
}

#venderList .item a {
  display: block;
  min-height: 175px;
  text-align: center;
  background-color: #fff;
  padding: 5px;
}

#venderList .item a:hover {
  background-color: #ffdd00;
}

#venderList .item a .photo {
  width: 191px;
  height: 100px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#venderList .item a .photo img {
  width: 100px;
}

#venderList .item a .venderName {
  margin-top: 10px;
  font-size: 12px;
}

#venderList .item:nth-of-type(4n +1) {
  clear: both;
}

#formArea {
  padding: 0 40px 40px 40px;
}

#formArea dt span {
  font-weight: bold;
}

#formArea dt em {
  font-style: normal;
  padding-left: 4px;
}

#formArea dd {
  margin-bottom: 8px;
}

#formArea .txtCaution {
  color: red;
}

#formArea input,
#formArea textarea {
  width: 100%;
  height: 35px;
  border: 1px solid #e1e1e1;
  background: #FFF;
  padding: 8px;
  font-size: 16px;
}

#formArea textarea {
  height: 200px;
}

#formArea #confirm:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

#formArea #confirm input {
  float: left;
  width: 49%;
  background: #000;
  font-size: 13px;
  color: #fff;
  box-shadow: none;
}

#formArea #confirm input:last-child {
  float: right;
}

#formArea ul.errortext {
  color: #ff0000;
  margin-bottom: 2em;
  border: #ff0000 solid 1px;
  padding: 1em;
}

#formArea dl.confirm {
  margin-bottom: 3em;
  border-bottom: #ccc dashed 1px;
}

#formArea dl.confirm dt {
  border-bottom: #ccc solid 1px;
  margin-bottom: 1em;
}

#formArea dl.confirm dd {
  margin-bottom: 1em;
}

#formArea div#complete h2 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 1em;
}

#nfpage .center-block h1 {
  font-size: 30px;
  font-weight: bold;
}

#nfpage .center-block .headerSearch input.searchText {
  line-height: 2em;
  font-size: 16px;
  padding: 4px;
}

#nfpage .main-area h1 {
  font-size: 26px;
  margin-bottom: 1em;
}
