  @charset "UTF-8";
body {
  font-size: 12px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif !important;
  color: #333;
  line-height: 1.6em;
  position: relative;
  overflow-y: scroll;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #555;
  text-decoration: none;
}

img {
  vertical-align: top;
}

div:after, ul:after, li:after, dl:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}
.clr hr {
  display: none;
}

.split, #navInner #logo, #pageNav > span a, #entryheader .subInfo .readitlater span, #lp-navinner #logo {
  display: block;
  overflow: hidden;
  background: url(../img/bg2.png) no-repeat;
  text-indent: 100%;
  white-space: nowrap;
}

.dotText, #mainvisual #text #textInner p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#wrapper, #contents, #header, #navInner, #footer {
  width: 1000px;
  margin: 0 auto;
}

#contents {
  position: relative;
  top: 55px;
  z-index: 90;
  padding: 20px 0px 60px;
}

/* header
****************************************************************************/
#header {
  padding-top: 14px;
}
#header h1, #header #copyText {
  float: left;
  width: 597px;
  font-size: 14px;
  font-weight: bold;
}
#header #headTool {
  float: right;
  width: 403px;
}
#header #register-bt-top {
  float: left;
  width: 90px;
  font-size: 12px;
  text-align: center;
}
#header #official-box {
  float: left;
}
#header #official-box.official-login {
  padding: 0px 0px 0px 90px;
}

#header #official-twitter,
#header #official-facebook,
#header #official-google,
#header #official-RSS {
  display: block;
  margin: 2px 6px 0px 0px;
  float: left;
  height: 22px;
  width: 22px;
}
#header #official-box hr {
  display: none;
}

#header #register-bt-top a {
  padding: 4px 0px 3px;
  background: #e60012;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #fff;
  display: block;
}
#header #register-bt-top a:hover {
 background: #ac000d;
  text-decoration: none;
}
#header #headTool form {
  float: right;
  width: 188px;
  height: 21px;
  padding: 2px 2px 2px 4px;
  border: 1px solid #bbb;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}
#header #headTool form input[type=text] {
  width: 164px;
  height: 21px;
  border: none;
}
#header #headTool form input[type=image] {
  display: inline-block;
  vertical-align: middle;
  padding-right: 2px;
}




/* global nav
****************************************************************************/
#nav {
  width: 100%;
  position: absolute;
  top: 35px;
  z-index: 100;
}

#navInner #logo {
  float: left;
  width: 142px;
  height: 57px;
  background-position: 0 0;
}
#navInner #logo a {
  display: block;
  width: 142px;
  height: 57px;
}
#navInner ul {
  float: right;
  width: 847px;
  margin-top: 36px;
  border-right: 2px solid #a6a6a6;
}
#navInner ul li {
  float: left;
  width: 119px;
  height: 17px;
  border-left: 2px solid #a6a6a6;
}
#navInner ul li a {
  display: block;
  width: 119px;
  height: 17px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
#navInner ul li a:hover {
  color: #e60012;
}
#navInner ul#memberLink {
  padding: 0px;
  width: 119px;
  border: none;
  margin:0;
  padding: 3px 0 0 0;
  background: url(../img/common/menu_bk.png);
  overflow: hidden;
}
#navInner #memberLink li {
  border: none;
  float: none;
  height: auto;
}
#navInner #memberLink li a {
  border: none;
  height: auto;
  font-size: 13px;
  font-weight: normal;
  margin: 0px;
  padding: 3px 0px 3px 16px;
  width: 103px;
  text-align: left;
  background: url(../img/common/arrow_gm.png) no-repeat 6px center;
}
#navInner ul#memberLink {
  display: none;
}

#navInner ul li#free {
}
#navInner ul li#column {
}
#navInner ul li#interview {
}
#navInner ul li#gravure {
}
#navInner ul li#backnumber {
}
#navInner ul li#about {
}
#navInner ul li#login {
}
#navInner ul li#free:hover {
}
#navInner ul li#column:hover {
}
#navInner ul li#interview:hover {
}
#navInner ul li#gravure:hover {
}
#navInner ul li#backnumber:hover {
}
#navInner ul li#about:hover {
}
#navInner ul li#login:hover {
}





/* top main visual
****************************************************************************/
#mainvisual {
  width: 500px;
  float: left;
  padding-bottom: 30px;
  position: relative;
}
#mainvisual .mainvisualBox {
  overflow: hidden;
  width: 500px;
  height: 550px;
  position: relative;
  background: #2e2a29;
}
#mainvisual .mainvisualBox #photoInner {
  position: absolute;
  top: 0;
  left: 0;
}
#mainvisual .mainvisualBox #photoInner a {
  display: block;
  float: left;
  width: 500px;
  height: 550px;
  overflow: hidden;
  background: #2e2a29;
  text-align: center;
}
#mainvisual .mainvisualBox #photoInner a img {
}
#mainvisual .mainvisualBox #text {
  position: absolute;
  left: 0;
  bottom: 0;
}
#mainvisual .mainvisualBox #text #textInner {
  height: 50px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
}
#mainvisual .mainvisualBox #text #textInner p {
  float: left;
  width: 480px;
  padding: 16px 10px 0 10px;
}
#mainvisual .mainvisualBox #text #textInner a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  width: 480px;
  font-size: 12px;
  color: #fff;
}
#mainvisual .mainvisualBox #text #textInner a:hover {
  text-decoration: underline;
}
#mainvisual .mover {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 245px;
  cursor: pointer;
}
#mainvisual #moveLeft {
  background-position: -203px 0;
  left: 0;
}
#mainvisual #moveRight {
  background-position: -243px 0;
  right: 0;
}
#photoInner a img {
  filter: alpha(opacity=100);
  -moz-opacity:1;
  opacity:1;
}
    


/* archive
****************************************************************************/
#archive {
  float: left;
  width: 680px;
  
}

#subNav {
  width: 680px;
  margin: 20px 0 30px 0;
  border-top: 1px solid #000;
  font-weight: bold;
}
#subNav div {
  padding: 15px;
  font-size: 15px;
  text-align: center;
}
#subNav ul {
  width: 679px;
  height: 31px;
  background: #000;
  text-align: center;
}
#subNav ul li {
  display: block;
  float: left;
  width: 112px;
  margin-left: 1px;
  background: #fff;
  font-size: 14px;
  position: relative;
}
#subNav ul li.current, #subNav ul li:hover {
  border-bottom: 4px solid #e60012;
}
#subNav ul li.current a:after, #subNav ul li:hover a:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid #e60012;
  border-bottom: 0 solid #fff;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  position: absolute;
  bottom: -14px;
  left: 51px;
}
#subNav ul li a {
  display: block;
  padding: 6px 0;
}

#entryTL {
  width: 680px;
  position: relative;
}
#entryTL > div {
  /* 
  position: absolute;
  top: 0;
  left: 0;
    */
}
#entryTL > div#entryLoad {
  display: block;
  width: 680px;
  padding-top: 60px;
  text-align: center;
}
#entryTL .entry {
  clear: both;
  width: 680px;
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 2px dotted #999;
  position: relative;
}
#entryTL .entry .txt {
  float: right;
  width: 540px;
}
#entryTL .entry .txt .catIcon {
  float: left;
  width: 86px;
  padding-top: 3px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
#entryTL .entry .txt .catIcon.iconIttoku {
  border: 1px solid #fab400;
  color: #fab400;
}
#entryTL .entry .txt .catIcon.iconNitoku {
  border: 1px solid #eda5dc;
  color: #eda5dc;
}
#entryTL .entry .txt .catIcon.iconRensai {
  border: 1px solid #c295c4;
  color: #c295c4;
}
#entryTL .entry .txt .catIcon.iconNews {
  border: 1px solid #c7db18;
  color: #c7db18;
}
#entryTL .entry .txt .catIcon.iconInterview {
  border: 1px solid #b6dddb;
  color: #b6dddb;
}
#entryTL .entry .txt .subTitle {
  float: right;
  width: 444px;
  padding: 5px 0 0 8px;
  font-size: 16px;
  font-weight: bold;
  color: #898989;
}
#entryTL .entry .txt h2, #entryTL .entry .txt h3 {
  clear: both;
  width: 550px;
  padding: 8px 0 8px 0;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2em;
}
#entryTL .entry .txt h2 a:hover, #entryTL .entry .txt h3 a:hover {
  text-decoration: underline;
}
#entryTL .entry .txt .entryTags {
  margin-bottom: 8px;
}
#entryTL .entry .txt .entryTags span:after {
  content: " | ";
}
#entryTL .entry .txt .entryTags span:last-child:after {
  content: "";
}
#entryTL .entry .txt .entryTags a {
  color: #11499e;
}
#entryTL .entry .txt .entryTags a:hover {
  color: #678ec9;
  text-decoration: underline;
}
#entryTL .entry .txt p {
  margin-bottom: 8px;
  font-size: 13px;
}
#entryTL .entry .txt .subInfo .readmore {
  float: right;
  width: 80px;
  text-align: right;
  position: relative;
}
#entryTL .entry .txt .subInfo .readmore:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid black;
  border-right: 0 solid transparent;
  position: absolute;
  top: 4px;
  left: 7px;
}
#entryTL .entry .txt .subInfo .readmore a {
  color: #11499e;
}
#entryTL .entry .txt .subInfo .readmore a:hover {
  color: #678ec9;
  text-decoration: underline;
}
#entryTL .entry .txt .subInfo .entryDate {
  float: left;
  width: 100px;
}
#entryTL .entry:last-child {
  border-bottom: none;
}
#entryTL .entry .newFree {
  margin: 11px 8px 8px 3px;
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  top: -2px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#entryTL .entry .newFree.new {
  color: #fff;
}
#entryTL .entry .newFree.new:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 27px solid red;
  border-bottom: 27px solid transparent;
  border-left: 27px solid red;
  border-right: 27px solid transparent;
  position: absolute;
  top: -5px;
  left: -12px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#entryTL .entry .newFree.free:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 27px solid #f0ff00;
  border-bottom: 27px solid transparent;
  border-left: 27px solid #f0ff00;
  border-right: 27px solid transparent;
  position: absolute;
  top: -5px;
  left: -12px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#entryTL .entry .newFree span {
  position: relative;
  z-index: 2;
}
#entryTL .entry .photo {
  overflow: hidden;
  float: left;
  width: 126px;
  height: 160px;
}
/*
#entryTL .gotoLatest {
  width: 250px;
  height: 36px;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
}
#entryTL .gotoLatest a {
  display: block;
  width: 250px;
  height: 25px;
  padding-top: 11px;
  border-bottom: 3px solid #000;
  background: #666;
  color: #fff;
}
#entryTL .gotoLatest a:hover {
  border-bottom: 3px solid #000;
  background: #000;
}
*/
#entryTL .gotoLatest {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 40px 0px 0px;
}
#entryTL .gotoLatest a {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #999999;
  background: #FFF;
  color: #000;
  padding: 7px 24px;
}
#entryTL .gotoLatest a:hover {
  color: #fff;
 background: #e60012;
}

.index #entryTL > div {
  display: none;
}

.archive-ad {
  margin: 0px;
  padding: 10px 20px 40px;
  text-align: center;
}



#pageNav {
  clear: both;
  width: 100%;
  font-size: 16px;
  text-align: center;
  padding: 20px 0px 50px;
  position: relative;
  z-index: 100;
}
#pageNav span,
#pageNav a {
  display: inline-block;
  *display:inline;
  zoom: 1;
  vertical-align: middle;
}
#pageNav #nav-title {
  font-weight: bold;
}
#pageNav .previousTxt,
#pageNav .nextTxt {
  width: 10px;
  height: 15px;
  padding: 0px 8px;
}
#pageNav .nextTxt a {
  width: 10px;
  height: 15px;
  background-position: 0px -176px;
}
#pageNav .previousTxt a {
  width: 10px;
  height: 15px;
  background-position: -10px -176px;
}
#pageNav a.link_page {
  padding: 6px 8px 4px;
}
#pageNav a.link_page:hover {
  text-decoration: underline;
}
#pageNav .current_page {
  padding: 6px 10px 4px;
  background: #000;
  color: #fff;
}


#bread {
  margin-bottom: 20px;
}
#bread a:hover {
  text-decoration: underline;
}

/* entry
****************************************************************************/
#entryMain {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #333;
}

#entryheader .catIcon {
  float: left;
  width: 86px;
  padding-top: 3px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
#entryheader .catIcon.iconIttoku {
  border: 1px solid #fab400;
  color: #fab400;
}
#entryheader .catIcon.iconNitoku {
  border: 1px solid #eda5dc;
  color: #eda5dc;
}
#entryheader .catIcon.iconRensai {
  border: 1px solid #c295c4;
  color: #c295c4;
}
#entryheader .catIcon.iconNews {
  border: 1px solid #c7db18;
  color: #c7db18;
}
#entryheader .catIcon.iconInterview {
  border: 1px solid #b6dddb;
  color: #b6dddb;
}
#entryheader .subTitle {
  float: right;
  width: 584px;
  padding: 5px 0 0 8px;
  font-size: 16px;
  font-weight: bold;
  color: #898989;
}
#entryheader h1 {
  clear: both;
  width: 680px;
  padding: 8px 0 8px 0;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2em;
}
#entryheader h1 a:hover {
  text-decoration: underline;
}
#entryheader .entryTags {
  margin-bottom: 8px;
}
#entryheader .entryTags span:after {
  content: " | ";
}
#entryheader .entryTags span:last-child:after {
  content: "";
}
#entryheader .entryTags a {
  color: #11499e;
}
#entryheader .entryTags a:hover {
  color: #678ec9;
  text-decoration: underline;
}
#entryheader .subInfo .readitlater {
  float: left;
  width: 130px;
  line-height: 1.4em;
    font-weight: bold;
  color: #92a0a8;
}
#entryheader .subInfo .readitlater span {
  float: left;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-position: -158px 0px;
}
#entryheader .subInfo .readitlater.before span {
  background-position: -283px 0px;
}


#entryheader .subInfo .readitlater a {
  color: #000000;
}
#entryheader .subInfo .readitlater a:hover {
  color: #92a0a8;
}
#entryheader .subInfo .entryDate {
  float: right;
  width: 100px;
}

#entryHeaderAd {
  margin: 20px auto 0 auto;
  width: 468px;
}

#entryBody {
  margin-top: 20px;
}
#entryBody p {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.8em;
}
#entryBody strong {
  font-size: larger;
  font-weight: bold;
  color:#000;
}
#entryBody pre.right {
  float: right;
  margin: 0 0 20px 20px;
  white-space: normal;
  display: block;
}
#entryBody pre.left {
  float: left;
  margin: 0 20px 20px 0;
  white-space: normal;
  display: block;
}
#entryBody pre.center {
  display: block;
  margin: 0 auto 20px;
  text-align: center;
  white-space: normal;
}
#entryBody pre .stxt {
  white-space: pre-wrap;
  word-wrap: break-word;
}
#entryBody .komidashi {
  margin: 20px 0;
  padding: 10px 0;
  border-top: 2px solid #B38E5C;
  border-bottom: 2px solid #B38E5C;
}
#entryBody .komidashi h4 {
  padding: 0 12px;
  color: #B38E5C;
  font-size: 16px;
}
#entryBody .box-contents {
  width: 680px;
  margin: 20px 0;
  border-radius: 8px;
  background: #E8EBEA;
}
#entryBody .box-contents .box-contents-in {
  white-space: normal;
  padding: 24px;
}
#entryBody .box-contents .box-contents-in .box-title {
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #B38E5C;
  line-height: 1.4em;
}
#entryBody .box-contents .box-contents-in big {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3em;
}
#entryBody .box-contents .box-contents-in .clr {
  clear: both;
}
#entryBody .box-contents .box-contents-in .clr hr {
  display: none;
}
#entryBody .memo {
  overflow: hidden;
  float: right;
  width: 215px;
  margin: 0 0 20px 20px;
  background: url(../img/entry/memo_mid.gif) repeat-y 0px 0px;
  line-height: 1.5em;
  white-space: normal;
  word-wrap: break-word;
}
#entryBody .memo .memo-cont {
  padding: 16px 12px 8px 30px;
  background: url(../img/entry/memo_top.gif) no-repeat 0px 0px;
  white-space: normal;
  word-wrap: break-word;
}
#entryBody .memo .memo-cont .memo-icon {
  vertical-align: baseline;
}
#entryBody .memo hr {
  display: none;
}


#sns {
  margin-bottom: 20px;
}
#sns li {
  display: table-cell;
  float: left;
  padding: 0px 10px 0px 0px;
}
#sns li.twitter {
}
#sns li.googleplus {
}
#sns li.googleplus > div {
  vertical-align: middle !important;
}
#sns li.facebook {
  width: 108px;
  overflow: hidden;
  padding: 0px 5px 0px 0px;
}
.clr {
  clear: both;
}


/*
#loginArea {
  padding: 50px 0 30px 0;
  text-align: center;
}
#loginArea #memberLongin {
  margin-bottom: 30px;
}
#loginArea #memberLongin a {
  font-size: 16px;
  color: #e60012;
}
#loginArea #memberLongin a:hover {
  color: #ac000d;
}
#loginArea #notMember {
  width: 180px;
  height: 68px;
  margin: 0 auto;
}
#loginArea #notMember a {
  box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 7px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 7px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 7px 0px;
  display: block;
  width: 160px;
  height: 48px;
  padding: 10px;
  background: #e60012;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.6em;
  color: #fff;
}
#loginArea #notMember a:hover {
  background: #ac000d;
}
*/



#login-more,
#into-more {
  background: url(../img/common/arrow_bl.png) no-repeat 0px center;
  font-size: 15px;
  margin: 20px 0px;
  padding: 0px 0px 0px 16px;
}
#into-more {
  margin: 0px 0px 20px;
}
#login-more a {
  color: #11499e;
}
#login-more a:hover {
  color: #678ec9;
  text-decoration: underline;
}
#loginArea {
  padding: 10px 0 50px;
  text-align: center;
}
#loginArea #into-member,
#loginArea #article-buy {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  width: 350px;
  display: inline-block;
  *display:inline;
  zoom: 1;
  vertical-align: top;
  margin: 0 auto;
}

#loginArea #into-member a {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #e60012;
  color: #fff;
  width: 350px;
  padding: 30px 0px;
  display: block;
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
}
#loginArea #article-buy a {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #31CCB2;
  background: #FFF url(../img/common/purchase_icon.png) no-repeat 15px center;
  color: #000;
  width: 348px;
  margin-top:15px;
  padding: 25px 0px;
  display: block;
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
}
#loginArea #into-member a:hover {
 background: #ac000d;
  text-decoration: none;
}
#loginArea #article-buy a:hover {
  background: #eee url(../img/common/purchase_icon.png) no-repeat 15px center;
  text-decoration: none;
}
#loginArea #article-buy span {
  display: inline-block;
  padding: 6px 3px 0;
  font-weight: normal;
  font-size: 11px;
  text-align: left;
  line-height: 1.4em;
}




#relateEntry {
  width: 680px;
  margin-bottom: 40px;
}
#relateEntry .boxTitle {
  margin-bottom: 8px;
  padding-left: 10px;
  border-left: 5px solid #e60012;
  font-size: 18px;
  font-weight: bold;
}
#relateEntry li {
  position: relative;
  margin-bottom: 6px;
  padding: 0 0 0 12px;
  font-size: 15px;
}
#relateEntry li:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid black;
  border-right: 0 solid transparent;
  position: absolute;
  top: 5px;
  left: 0;
}
#relateEntry li a {
  color: #11499e;
}
#relateEntry li a:hover {
  color: #678ec9;
  text-decoration: underline;
}
#archive #entryRanking {
  display: none;
}
#entryRanking {
  font-size: 15px;
}
#entryRanking .boxTitle {
  margin-bottom: 8px;
  padding-left: 10px;
  border-left: 5px solid #e60012;
  font-size: 18px;
  font-weight: bold;
}
#entryRanking li {
  line-height: 1.4em;
  margin: 0px 0px 10px;
}
#entryRanking ol {
  counter-reset: ranking_order;
}
#entryRanking ol li {
  padding-left: 25px !important;
}
#entryRanking ol li:before {
  counter-increment: ranking_order !important;
  content: counter(ranking_order) !important;
  top: 1px !important;
  left: 0 !important;
  border: none !important;
  height: 19px !important;
  width: 19px !important;
  line-height: 20px;
  text-align: center;
  background-color: #999;
  color: #FFF;
}
#entryRanking ol li:nth-of-type(1):before{ background-color: #A0926C; }
#entryRanking ol li:nth-of-type(2):before{ background-color: #7F7D97; }
#entryRanking ol li:nth-of-type(3):before{ background-color: #A17A6A; }
#entryRanking li strong {
  display: block;
  float: left;
  width: 40px;
  font-weight: bold;
  font-size: 16px;
}
#entryRanking li strong em {
  font-size: 12px;
  font-style: normal;
}
#entryRanking li span {
  display: block;
  float: left;
  width: 270px;
}
#entryRanking li span a {
  color: #11499e;
}
#entryRanking li span a:hover {
  color: #678ec9;
    text-decoration: underline;
}
#entryRanking li span em.day {
  color: #7a7b8d;
  font-size: 15px;
  font-style: normal;
  padding: 0px 0px 0px 14px;
  display: none;
}
#entryRanking li.r1 strong {
  color: #f8ba2b;
}
#entryRanking li.r2 strong {
  color: #bcbcbc;
}
#entryRanking li.r3 strong {
  color: #d7702b;
}

#entryRanking.Ranking-top {
  width: 100%;
  clear: both;
  float: none;
  padding: 80px 0px 40px;
}
#entryRanking.Ranking-top .boxTitle {
  margin-bottom: 15px;
}
#entryRanking.Ranking-top li {
  margin: 0px 0px 15px;
}
#entryRanking.Ranking-top li span {
  width: 640px;
}
#entryRanking.Ranking-top span em.day {
  display: inline;
}


#freeEntry {
  font-size: 15px;
}
#freeEntry .boxTitle {
  margin-bottom: 8px;
  padding-left: 10px;
  border-left: 5px solid #e60012;
  font-size: 18px;
  font-weight: bold;
}
#freeEntry .bookEtry {
  float: left;
  width: 333px;
  height: 90px;
  margin-right: 14px;
  overflow: hidden;
}
#freeEntry .bookEtry:nth-of-type(odd){
  margin-right: 0;
}
#freeEntry .bookEtry a {
  color: #11499e;
}
#freeEntry .bookEtry a:hover {
  color: #678ec9;
  text-decoration: underline;
}
#freeEntry .bookEtry .text {
  float: right;
  width: 243px;
}
#freeEntry .bookEtry .photo {
  position: relative;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
#freeEntry .bookEtry .photo img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  height: 80px;
}

#outbrainRelateLink {
  clear:both;
  width:100%;
  padding-top:30px;
}
#outbrainRelateLink .ob_org_header {
  display:inline-block;
  margin-bottom:8px;
}

.beforeLogin .readitlater {
  opacity: 0.5;
}
#relation-site-link .logly-lift {
  float:left;
  width:325px;
  margin-bottom:10px;
}
#relation-site-link .logly-lift:nth-child(2n+1) {
  clear:both;
  margin-right:30px;
}
#relation-site-link .logly-lift-ad-image {
  width:85px;
  float:left;
}
#relation-site-link .logly-lift-ad-image img {
  width:100%;
}
.logly-lift-ad-content {
  float:right;
  width:225px;
}
.logly-lift-ad-content a {
  font-size:14px;
  color:#11499E;
}
.logly-lift-ad-content a:hover {
  color: #678EC9;
  text-decoration: underline;
}
.logly-lift-ad-content .rsicon {
  margin-left:6px;
}


/* aside
****************************************************************************/
#aside {
  float: right;
  width: 300px;
  font-size: 14px;
}
#aside .ad {
  margin: 20px 0;
  text-align: center;
}
#aside #asideInner {
  padding: 0px;
  background: #f5f5f5;
  text-align: center;
  margin: 20px 0px 0px;
}
#aside .ad-aside {
  padding: 20px 0px 0px;
  margin: 0px;
  display: block;
}
#aside #asideInner > div {
  width: 280px;
  padding: 20px 0;
  border-bottom: 1px dotted #333;
  margin: 10px auto;
}
#aside #asideInner > div h3 {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
}
#aside #asideInner > div .photo {
  margin-bottom: 16px;
}
#aside #asideInner > div li {
  margin-top: 5px;
  padding-left: 18px;
  text-align: left;
  position: relative;
}
#aside #asideInner > div li:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid black;
  border-right: 0 solid transparent;
  position: absolute;
  top: 4px;
  left: 7px;
}
#aside #asideInner > div a {
  color: #11499e;
}
#aside #asideInner > div a:hover {
  color: #678ec9;
}
#aside #asideInner > div:last-child {
  border: none;
}
#aside #latestMagazine img {
  margin-bottom: 8px;
  box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 7px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 7px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 7px 0px;
}

/* gallery
****************************************************************************/
#dark {
  display: none;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
}
#dark #darkInner {
  width: 90%;
  margin: 50px auto 0 auto;
  padding: 30px;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
}
#dark #darkInner img {
  width: 100%;
}

.gallery #archive {
  width: 100%;
  font-size: 14px;
}
.gallery #bread {
  font-size: 12px;
}
.gallery #archive #galleryThumbs {
  padding: 20px 38px;
  background: #2e2a29;
  border-bottom: 2px solid #666;
}
.gallery #archive #galleryThumbs > a {
  display: block;
  float: left;
  width: 15px;
  height: 56px;
}
.gallery #archive #galleryThumbs > a.prev {
  background-position: 0 -191px;
}
.gallery #archive #galleryThumbs > a.next {
  background-position: -15px -191px;
}
.gallery #archive #galleryThumbs .galleryThumbsBox {
  overflow: hidden;
  float: left;
  width: 890px;
  height: 56px;
  margin-left: 3px;
  position: relative;
}
.gallery #archive #galleryThumbs .galleryThumbsBox ul {
  position: absolute;
  top: 0;
  left: 0;
}
.gallery #archive #galleryThumbs .galleryThumbsBox li {
  overflow: hidden;
  display: block;
  float: left;
  width: 84px;
  height: 54px;
  margin-right: 3px;
  border: 1px solid #666;
  display: block;
}


/*
.gallery #archive #galleryLarge {
  margin-bottom: 30px;
  background: #2e2a29;
  position: relative;
}
.gallery #archive #galleryLarge .galleryPhoto {
  display: none;
  position: absolute;
  top: 0;
  left: 115px;
}
.gallery #archive #galleryLarge .galleryPhoto h2 {
  padding: 6px 0 8px 14px;
  position: relative;
}
.gallery #archive #galleryLarge .galleryPhoto h2:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #e60012;
  border-right: 0 solid transparent;
  position: absolute;
  top: 10px;
  left: 0;
}
.gallery #archive #galleryLarge .galleryPhoto h2 a {
  color: #fff;
}
.gallery #archive #galleryLarge .galleryPhoto h2 a:hover {
  text-decoration: underline;
}
.gallery #archive #galleryLarge .galleryPhoto > div {
  position: relative;
}
.gallery #archive #galleryLarge .galleryPhoto > div > a {
  position: absolute;
}
*/


.gallery #archive #galleryLarge {
  margin-bottom: 30px;
  background: #2e2a29;
  position: relative;
}
.gallery #archive #galleryLarge .galleryPhoto {
  text-align: center;
}
.gallery #archive #galleryLarge .galleryPhoto > div {
  padding: 20px 0px;
  display: none;
}

.gallery #archive #galleryLarge .photoCaption {
  padding: 6px 0 8px 0px;
  position: relative;
  text-align: left;
  width: 770px;
  margin: 0px auto;
  display: block;
}
.gallery #archive #galleryLarge .photoCaption:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #e60012;
  border-right: 0 solid transparent;
  position: absolute;
  top: 10px;
  left: 0;
}
.gallery #archive #galleryLarge .galleryPhoto h2 {
  padding: 0px 0px 0px 14px;
  color: #fff;
}
.gallery #archive #galleryLarge .galleryPhoto h2 a {
  color: #fff;
}
.gallery #archive #galleryLarge .galleryPhoto h2 a:hover {
  text-decoration: underline;
}

.gallery #archive #galleryLarge .galleryPhoto > div > a.photoPrev {
  width: 40px;
  height: 40px;
  background-position: -71px -176px;
  top: 275px;
  left: 0px;
  position: absolute;
}
.gallery #archive #galleryLarge .galleryPhoto > div > a.photoPrev:hover {
  opacity: 0.7;
}
.gallery #archive #galleryLarge .galleryPhoto > div > a.photoNext {
  width: 40px;
  height: 40px;
  background-position: -111px -176px;
  top: 275px;
  right: 0px;
  position: absolute;
}
.gallery #archive #galleryLarge .galleryPhoto > div > a.photoNext:hover {
  opacity: 0.7;
}
.gallery #archive #galleryLarge .galleryPhoto > div > a.photoZoom {
  width: 40px;
  height: 39px;
  background-position: -31px -176px;
  top: 0px;
  right: 0px;
  position: absolute;
}
.gallery #archive #galleryLarge .galleryPhoto > div > a.photoZoom:hover {
  opacity: 0.7;
}
.gallery #archive #galleryMain {
  padding-bottom: 30px;
  position: relative;
}
.gallery #archive #galleryMain .galleryMainBox {
  overflow: hidden;
  width: 1000px;
  height: 550px;
  position: relative;
}
.gallery #archive #galleryMain .galleryMainBox #galleryPhotoInner {
  position: absolute;
  top: 0;
  left: 0;
}
.gallery #archive #galleryMain .galleryMainBox #galleryPhotoInner a {
  display: block;
  float: left;
  width: 1000px;
  height: 550px;
  overflow: hidden;
  background: #2e2a29;
  text-align: center;
}
.gallery #archive #galleryMain .galleryMainBox #galleryPhotoInner a img {
}
.gallery #archive #galleryMain .galleryMainBox #galleryText {
  position: absolute;
  left: 0;
  bottom: 0;
}
.gallery #archive #galleryMain .galleryMainBox #galleryText #galleryTextInner {
  height: 45px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
}
.gallery #archive #galleryMain .galleryMainBox #galleryText #galleryTextInner a {
  display: block;
  float: left;
  width: 990px;
  height: 31px;
  padding: 14px 0 0 10px;
  font-size: 16px;
  color: #fff;
}
.gallery #archive #galleryMain .galleryMainBox #galleryText #galleryTextInner a:hover {
  text-decoration: underline;
}
.gallery #archive #galleryMain .mover {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 255px;
  cursor: pointer;
}
.gallery #archive #galleryMain #moveLeft {
  background-position: -203px 0;
  left: 0;
}
.gallery #archive #galleryMain #moveRight {
  background-position: -243px 0;
  right: 0;
}
.gallery #archive .galleryPickupBox {
  position:relative;
  overflow: hidden;
  float: left;
  width: 316px;
  margin-right: 26px;
  padding-bottom: 30px;
}
.gallery #archive .galleryPickupBox:last-child {
  margin-right: 0;
}
.gallery #archive .galleryPickupBox .photo {
  width: 316px;
  max-height: 316px;
  overflow: hidden;
  margin-bottom: 6px;
}
.gallery #archive .galleryPickupBox .photo img{
  width:100%;
}
.gallery #archive .galleryPickupBox .rankNumber{
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  padding: 10px 10px 10px 0px;
  top: -7px;
  left: 5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.gallery #archive .galleryPickupBox .rankNumber:before{
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 27px solid;
  border-bottom: 27px solid transparent;
  border-left: 27px solid;
  border-right: 27px solid transparent;
  position: absolute;
  top: 6px;
  left: -17px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gallery #archive .galleryPickupBox .rankNumber > span{
  position: relative;
  z-index: 2;
  color:#fff;
}
.gallery #archive .galleryPickupBox:nth-of-type(1) .rankNumber:before{
  border-top-color: #f8ba2b;
  border-left-color: #f8ba2b;
}
.gallery #archive .galleryPickupBox:nth-of-type(2) .rankNumber:before{
  border-top-color: #bcbcbc;
  border-left-color: #bcbcbc;
}
.gallery #archive .galleryPickupBox:nth-of-type(3) .rankNumber:before{
  border-top-color: #d7702b;
  border-left-color: #d7702b;
}
.gallery #archive .galleryArchiveBox {
  float: left;
  width: 147px;
  margin-right: 23.6px;
  padding-bottom: 20px;
}
.gallery #archive .galleryArchiveBox:nth-child(6n) {
  margin-right: 0;
}
.gallery #archive .galleryArchiveBox .photo {
  overflow: hidden;
  width: 145px;
  height: 95px;
  border: 1px solid #afafaf;
}
.gallery #archive .galleryArchiveBox .txt span{
  color:red;
}
.gallery #archive .gaSubTitle {
  padding: 0 0 8px 14px;
  font-size: 16px;
  position: relative;
}
.gallery #archive .gaSubTitle:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #e60012;
  border-right: 0 solid transparent;
  position: absolute;
  top: 3px;
  left: 0;
}




img.grnouser {
  filter: alpha(opacity=55);
  -moz-opacity:0.5;
  opacity:0.5;
}
#gallery-box .carousel li a,
#gallery-box .carousel li img.grnouser{
  width:84px;
  display: block;
  margin-right: 5px;
}





/* footer
****************************************************************************/
#footer {
  clear: both;
  padding-top: 100px;
  position: relative;
  z-index: 10;
}
#footer #mediaLink {
  text-align: center;
}
#footer #mediaLink li {
  display: inline-block;
}
#footer #mediaLink li a{
  font-size: 11px;
}
#footer #mediaLink li:before {
  display: inline;
  content: "｜";
  height: auto;
  visibility: visible;
}
#footer #mediaLink li:first-child:before{
  display:none;
}
#footer #premiumLink {
  display: flex;
  justify-content: center;
  padding: 20px 0 0 65px;
}
#footer #premiumLink li {
  padding: 2px 14px;
  border-left: 1px solid #000;
  font-size: 13px;
}
#footer #premiumLink li:last-child {
  border-right: 1px solid #000;
}
#footer #copyright {
  padding-top: 20px;
  text-align: center;
  font-size: 13px;
}

/* backnumber
****************************************************************************/
#backnumberList {
  padding-bottom: 20px;
}
#backnumberList div.box {
  float: left;
  width: 310px;
  padding: 30px 0;
  border-top: 1px solid #000;
  font-size: 14px;
  text-align: center;
  position: relative;
}
#backnumberList div.box.box:hover {
  background: rgba(245, 245, 245, 1.0);
}
#backnumberList div.box:nth-child(2n) {
  float: right;
}
#backnumberList div.box:hover .link {
  display: block;
  width: 310px;
  position: absolute;
  top: 0;
  left: 0;
}
#backnumberList div.box:hover .link a {
  display: block;
  width: 310px;
  /* background: rgba(255, 0, 0, 0.1); */
}
#backnumberList div.box .photo img {
  box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 7px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 7px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 7px 0px;
}
#backnumberList div.box .month {
  margin: 12px 0 18px 0;
}
#backnumberList div.box .tokusyu {
  margin-bottom: 6px;
  font-weight: bold;
}
#backnumberList #backnumberListAd {
  clear: both;
  width: 468px;
  margin: 0 auto;
  padding: 10px 0 40px 0;
}

/*
#bnMokuji #bnIntro {
  width: 640px;
  padding: 19px;
  border: 1px solid #000;
}
*/
#bnMokuji #bnIntro {
  width: 680px;
}
#bnMokuji #bnIntro dl {
  float: right;
  width: 500px;
  font-weight: bold;
}
#bnMokuji #bnIntro dl dt {
  font-size: 14px;
  margin-bottom: 8px;
}
#bnMokuji #bnIntro dl dd {
  font-size: 16px;
  margin-bottom: 20px;
}
#bnMokuji #bnIntro dl dd a {
  font-weight: bold;
}
#bnMokuji #bnIntro .photo {
  float: left;
  width: 120px;
}
#bnMokuji #bnIntro .photo img {
  box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 7px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 7px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 7px 0px;
}
#bnMokuji .tokusyu {
  clear: both;
  width: 100%;
  padding-top: 30px;
}
#bnMokuji .tokusyu .tokusyuTitle {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
}
#bnMokuji .tokusyu .visual {
  margin-bottom: 30px;
}
#bnMokuji .tokusyu .catIcon {
  float: left;
  width: 86px;
  padding-top: 3px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
#bnMokuji .tokusyu .catIcon.iconIttoku {
  border: 1px solid #fab400;
  color: #fab400;
}
#bnMokuji .tokusyu .catIcon.iconNitoku {
  border: 1px solid #eda5dc;
  color: #eda5dc;
}
#bnMokuji .tokusyu .catIcon.iconRensai {
  border: 1px solid #c295c4;
  color: #c295c4;
}
#bnMokuji .tokusyu .catIcon.iconNews {
  border: 1px solid #c7db18;
  color: #c7db18;
}
#bnMokuji .tokusyu .catIcon.iconInterview {
  border: 1px solid #b6dddb;
  color: #b6dddb;
}
#bnMokuji .tokusyu .tokusyuBody {
  clear: both;
  float: left;
  width: 540px;
}
#bnMokuji .tokusyu .tokusyuBody .mokuji-bold {
  font-size: 15px;
  font-weight: bold;
}
#bnMokuji .tokusyu .tokusyuBody .mokuji-text {
  padding: 10px 0 24px 0;
  font-size: 14px;
}
#bnMokuji .tokusyu .tokusyuBody .mokuji-text li {
  padding-left: 13px;
  position: relative;
}
#bnMokuji .tokusyu .tokusyuBody .mokuji-text li:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid black;
  border-right: 0 solid transparent;
  position: absolute;
  top: 5px;
  left: 0;
}
#bnMokuji .tokusyu .tokusyuBody .mokuji-text li a {
  color: #11499e;
}
#bnMokuji .tokusyu .tokusyuBody .mokuji-text li a:hover {
  color: #678ec9;
}
#bnMokuji .tokusyu .tokusyuImg {
  float: right;
  width: 130px;
}
#bnMokuji .tokusyu .tokusyuImg li {
  padding-bottom: 6px;
}
#bnMokuji .tokusyu#column .tokusyuBody {
  padding-top: 10px;
}

/* etc
****************************************************************************/
#goPageTop {
  display: none;
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 20;
  cursor: pointer;
}
#goPageTop:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-bottom: 40px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  bottom: 20px;
  left: 20px;
  opacity: 0.8;
}

#page-title {
  font-size: 18px;
  font-weight: bold;
  padding: 0px 0px 30px;
}


/* rensai
****************************************************************************/
.entryRs > div {
  display: none;
}
#entryTL > div#entryLoad {
  display: block;
  width: 680px;
  padding-top: 60px;
  text-align: center;
}
#subNavRs {
  width: 680px;
  margin: 20px 0 30px 0;
  font-weight: bold;
}
#subNavRs ul {
  height: 31px;
  text-align: center;
}
#subNavRs ul li{
  display: block;
  float: left;
  width: 165px;
  border-left:#000 1px solid;
  font-size: 14px;
  position:relative;
}
#subNavRs ul li + li{
  border-right:#000 1px solid;
}
#subNavRs ul li.current, #subNavRs ul li:hover {
  border-bottom: 4px solid #e60012;
}
#subNavRs ul li.current a:after, #subNavRs ul li:hover a:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid #e60012;
  border-bottom: 0 solid #fff;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  position: absolute;
  bottom: -14px;
  left: 75px;
}
#subNavRs ul li a {
  display: block;
  padding: 6px 0;
}
.rsBox {
  padding-bottom: 20px;
}
.rsBox div.box {
  float: left;
  width: 320px;
  padding: 30px 0;
  border-top: 1px solid #000;
  font-size: 14px;
  text-align: center;
  position: relative;
}
.rsBox div.box:hover {
  background: rgba(245, 245, 245, 1.0);
}
.rsBox div.box:nth-child(2n) {
  float: right;
}
.rsBox div.box:last-child{
  border-bottom: 1px solid #000;
}
.rsBox div.box:nth-last-child(2){
  border-bottom: 1px solid #000;
}
.rsBox div.box:hover .link a {
  display: block;
  width: 320px;
  min-height:230px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.photoRs{
  float: left;
  margin:0 10px 10px 0;
}
.boxRs{
  text-align: left !important;
  width:310px !important;
  min-height:120px !important;
  max-height:180px !important;
  padding-left:10px !important;
}
.boxRsInner{
  display:table;
  width:300px;
  height:85px;
  text-align: left !important;
}
.titleBoxRs{
  display:table-cell;
  width:205px;
  height:85px;
    vertical-align:middle;
    text-align: left !important;
}
.subTitleRs{
  font-size: 14px;
  font-weight: bold;
  color: #898989;
  line-height: 1.2em;
  margin-top:-5px;
  margin-bottom:2px;
  letter-spacing: -0.3px;
  text-align: left !important;
}
.titleRs{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2em;
  text-align: left !important;
}
.txtRs{
  clear:both;
  letter-spacing: 0.05em;
  padding-right:5px;
  font-size:12px;
  word-break: normal;
  word-wrap: break-word;
  display: block;
}
.readmore {
  float: right;
  width: 80px;
  text-align: right;
  position: relative;
  font-size: 13px;
  padding-right:5px;
  line-height: 1.5em;
}
.readmore:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid black;
  border-right: 0 solid transparent;
  position: absolute;
  top: 4px;
  left: 2px;
}
.readmore a {
  color: #11499e;
  position:relative;
  z-index:2;
}
.readmore a:hover {
  color: #678ec9;
  text-decoration: underline;
}



/* howto
****************************************************************************/
.howto{
  position: relative;
  margin: 45px auto 60px;
}

.howto h2{
  height: 43px;
  margin: 0 0 28px 0;
  padding: 0;
  color: #414141;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #000;
  background: #f5f5f5;
}

.howto span{
  display: inline-block;
  padding: 0 18px;
  height: 43px;
  line-height: 43px;
}

.howto span.tnum{
  width: 45px;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: #e60012;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.chart a{ color: #2e6fb9; }
.chart a:hover{ color: #555; }

.chart img{
  margin-left: 18px;
}

#chart_index,
#chart_bn,
#chart_rensai,
#chart_gravure,
#chart_bm,
#chart_sp {
  position: relative;
}

#chart_index ol, #chart_index li,
#chart_bn ol, #chart_bn li,
#chart_rensai ol, #chart_rensai li,
#chart_gravure ol, #chart_gravure li,
#chart_bm ol, #chart_bm li,
#chart_sp ol, #chart_sp li {
  position: absolute;
}

#chart_index{ height: 468px; }
#chart_index ol{ top: 267px; left: 329px; }
#chart_index li{ width: 315px; }
#chart_index ol .ex2{
  position: absolute;
  top: 187px;
  text-align: center;
}

#chart_bn{ height: 464px; }
#chart_bn ol{ top: 450px; }
#chart_bn li{ width: 274px; }
#chart_bn ol .ex1{ left: 18px; }
#chart_bn ol .ex2{ left: 342px; }
#chart_bn ol .ex3{ left: 679px; }

#chart_rensai{ height: 480px; }
#chart_rensai ol{ top: 449px; }
#chart_rensai li{ width: 274px; }
#chart_rensai ol .ex1{ left: 18px; }
#chart_rensai ol .ex2{ left: 342px; }
#chart_rensai ol .ex3{ left: 679px; }

#chart_gravure{ height: 480px; }
#chart_gravure ol{ top: 326px; }
#chart_gravure li{ width: 274px; }
#chart_gravure ol .ex1{ top: 124px; left: 18px; }
#chart_gravure ol .ex2{ top: 124px; left: 349px; }
#chart_gravure ol .ex3{ top: 0; left: 679px; }

#chart_bm{ height: 480px; }
#chart_bm ol{ top: 424px; }
#chart_bm li{ width: 274px; }
#chart_bm ol .ex1{ top: 25px; left: 18px; }
#chart_bm ol .ex2{ width: 431px; left: 348px; text-align: center; }

#chart_sp{ height: 593px; }
#chart_sp ol{ top: 563px; }
#chart_sp li{ width: 274px; }
#chart_sp ol .ex1{ left: 18px; }
#chart_sp ol .ex2{ left: 348px; }




/* キャンペーン
****************************************************************************/
#lp-nav {
  width: 100%;
}
#lp-navinner {
  margin: 0px;
  padding: 15px 0px 0px;
}
#lp-navinner #logo {
  width: 142px;
  height: 57px;
  background-position: 0 0;
  margin: 0px;
  padding: 0px;
}
#lp-navinner #logo a {
  display: block;
  width: 142px;
  height: 57px;
  margin: 0px;
  padding: 0px;
}

#lp-mainvisual {
  width:1000px;
  height:550px;
  margin: 0px 0px 20px;
  padding: 0px;
  background:url(/renewal_on.jpg) no-repeat;
}
#lp-mainvisual a {
  display:block;
  width:1000px;
  height:550px;
}
#lp-mainvisual a:hover img {
  display:none;
}
#lp-contents {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0px;
}
.lpSubTitle,
.lpSubTitle2 {
  padding: 0 0 15px 14px;
  font-size: 16px;
  position: relative;
}
.lpSubTitle:before,
.lpSubTitle2:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #e60012;
  border-right: 0 solid transparent;
  position: absolute;
  top: 3px;
  left: 0;
}

.lp-block {
  margin: 0px 0px 26px;
  width: 1000px;
  overflow: hidden;
}
.lp-box {
  width: 232px;
  overflow: hidden;
  display: table-cell;
  padding: 0px 24px 0px 0px;
}
.lp-box img {
}
.lp-photo {
  position: relative;
  height: 300px;
  width: 232px;
  overflow: hidden;
}
.lp-photo .lp-title a {
  color: #fff;
}
.lp-photo .lp-title a:hover {
  text-decoration: underline;
}
.lp-photo .lp-title {
  width: 232px;
  height: 54px;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  bottom: 0;
  position: absolute;
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77000000,EndColorStr=#77000000);
 -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77000000,EndColorStr=#77000000)";
}

.lp-photo .lp-title:not(:target){
  filter: none;
  -ms-filter: none;
}
.lp-photo .lp-title h2 {
  display: table-cell;
  vertical-align: middle;
  height: 54px;
  font-size: 16px;
  color: #fff;
  padding: 0px 8px;
}
* html .lp-photo .lp-title {
      display: inline;
      zoom: 1;
}
*:first-child+html .lp-photo .lp-title {
      display: inline;
      zoom: 1;
}
.lp-box .lp-txt {
  font-size: 13px;
  line-height: 1.7em;
  padding: 6px 0px 0px;
}
.lpSubTitle2 {
  margin: 60px 0px 0px;
}
#lp-contents .lp-txt2 {
  font-size: 13px;
  line-height: 1.7em;
  padding: 0px 0px 18px;
}
#lp-contents #bnIntro {
  width: 680px;
}
#lp-contents #bnIntro dl {
  float: right;
  width: 500px;
  font-weight: bold;
}
#lp-contents #bnIntro dl dt {
  font-size: 14px;
  margin-bottom: 8px;
}
#lp-contents #bnIntro dl dd {
  font-size: 16px;
  margin-bottom: 20px;
}
#lp-contents #bnIntro dl dd a {
  font-weight: bold;
}
#lp-contents #bnIntro .photo {
  float: left;
  width: 120px;
}
#lp-contents #bnIntro .photo img {
  box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 7px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 7px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 7px 0px;
}



/* キャンペーン
****************************************************************************/
.ob_org_header {
  margin-bottom: 8px !important;
  padding-left: 10px !important;
  border-left: 5px solid #e60012 !important;
  font-size: 18px !important;
  font-weight: bold !important;
}
.ob_container {
}
.ob_what {
  padding: 0px 0px 30px !important;
}

.pab20 {
  padding: 10px 0px 20px;
}
.t-center {
  text-align: center;
}



/* entry-ad
****************************************************************************/
#entry-ad {
  padding: 0px 0px 30px;
}
.entry-ad-l {
  float: left;
  width: 300px;
}
.entry-ad-r {
  float: right;
  width: 300px;
}

/* rensai navi */
.categoryNeighbor {
  margin-bottom: 20px;
  width: 100%;
  display: table;
  background-color: #F1F1F1;
}
.categoryNeighbor:after {
  display: none;
}
.categoryNeighbor div {
  display: table-cell;
  width: 50%;
  padding: 15px 10px;
  vertical-align: top;
  text-align: center;
}
.categoryNeighbor div a {
  display: inline-block;
  text-align: left;
  font-size: 14px;
}
.categoryNeighbor div a:before {
  content: '';
  display: block;
  margin: 0 auto 15px;
  height: 40px;
  width: 150px;
  border-radius: 3px;
  background-color: #A0794C;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(/img/common/arrow_next.png);
  background-size: 50px;
}
.categoryNeighbor div:last-child a:before {
  transform: rotate(180deg);
}

#paginator{
  display: table;
  vertical-align: middle;
  margin: 0 auto 30px auto;
}
#paginator > .previousTxt,
#paginator > .current_page,
#paginator > .link_page,
#paginator > .nextTxt{
  float: left;
  margin: 0 5px;
  font-size: 16px;
  line-height: 30px;
  white-space: nowrap;
  text-align: center;
}
#paginator > .previousTxt:before,
#paginator > .nextTxt:after{
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: 6px solid rgba(0, 0, 0, 0);
}
#paginator > .previousTxt:before{
  border-right-color: #e60012;
  margin-right: 5px;
}
#paginator > .nextTxt:after{
  border-left-color: #e60012;
  margin-left: 5px;
}
#paginator > .link_page{
  display: block;
  width: 30px;
  height: 30px;
  background-color: #e60012;
  color: #fff;
}
#paginator > .current_page{
  border: 1px solid #e60012;
  width: 30px;
  height: 30px;
  cursor: default;
  color: #000;
}

#header_contents {
  float: right;
  width: 479px;
  /* height: 550px; */
	height: auto;
  padding-left:10px;
}
#header_contents_inner {
  width: 479px;
	/* height: 548px; */
	height: auto;
  border-bottom: 2px dotted #999;
}
#header_contents #hc_subNav {
  width: 489px;
  height: 31px;
  margin: 0 0 24px 0;
  border-left: 1px solid #000;
  font-weight: bold;
  text-align: center;
}
#header_contents #hc_subNav li {
  display: block;
  float: left;
  width: 112px;
  margin-left: 1px;
  border-right: 1px solid #000;
  font-size: 14px;
  position: relative;
}
#header_contents #hc_subNav li a {
  display: block;
  padding: 6px 0;
}
#header_contents #hc_subNav li.current,
#header_contents #hc_subNav li:hover {
  border-bottom: 4px solid #e60012;
}
#header_contents #hc_subNav li.current a:after,
#header_contents #hc_subNav li:hover a:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid #e60012;
  border-bottom: 0 solid #fff;
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
  position: absolute;
  bottom: -10px;
  left: 51px;
}
.hc_content {
  display: none;
}
.hc_content.current {
  display: block;
}
.hc_content h4 {
  font-size: 20px;
  font-weight: bold;
}
.hc_content .first_post {
  padding: 10px 0;
  border-bottom: 2px dotted #999;
}
.hc_content .first_post .text {
  float:right;
  width:352px;
}
.hc_content .first_post .text h5 {
  font-size:16px;
  font-weight: bold;
  line-height: 1.5em;
  overflow: hidden;
}
.hc_content .first_post .text h5 a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.hc_content .first_post .text h5 a:hover {
  text-decoration: underline;
}
.hc_content .first_post .text p {
  padding-top:8px;
  font-size:14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.hc_content .first_post .text .readmore {
  float: right;
  width: 80px;
  padding-top:6px;
  text-align: right;
  position: relative;
}
.hc_content .first_post .text .readmore:before {
  top: 10px;
}
.hc_content .first_post .photo {
  float:left;
  overflow: hidden;
  width:120px;
  height: 160px;
}
.hc_content .next_posts li {
  padding-top: 12px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5em;
  overflow: hidden;
}
.hc_content .next_posts li a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.hc_content .next_posts li a:hover {
  text-decoration: underline;
}




/* 20210408 ----------------------------------------------------------------- */
.shopcamp {
padding: 30px;
border: 1px solid rgba(190,190,190,1.00);
}
.shopcamp-title {
font-weight: bold;
font-size: 20px;
line-height: 1.5em;
padding: 0px 0px 20px;
text-align: center;
}
.shopcamp-title strong {
font-size: 150%;
line-height: 1.4em;
}
.shopcamp-subtitle {
font-weight: bold;
font-size: 16px;
line-height: 1.6em;
padding: 0px 0px 15px;
}
.camp-button a {
padding: 20px 50px;
display: block;
color: rgba(255,255,255,1.00) !important;
font-weight: bold;
font-size: 20px;
text-align: center;
line-height: 1.4em;
background-color: rgba(210,0,0,1.00);
border-radius: 8px;
text-decoration: none;
margin-left: auto;
margin-right: auto;
width: 50%;
transition: all 0.5s;
}
.camp-button a:hover {
color: rgba(255,255,255,1.00) !important;
background-color: rgba(180,0,3,1.00);
text-decoration: none !important;
}
.camp-button {
padding: 0px 0px 15px;
}
.shopcamp-text {
font-size: 18px;
line-height: 1.6em;
text-align: center;
}
.shopcamp-text strong {
font-weight: bold;
color: rgba(230,0,0,1.00);
font-size: 140%;
}
.text-red {
color: rgba(255,0,0,1.00);
}
.camp-banner {
padding: 0px 0px 10px;
margin: 0px auto;
display: block;
max-width: 320px;
width: 100%;
}
.camp-banner {
	height: auto;
	width: 100%;
	display: block;
}
