
@charset "utf-8";

/* [PC] 基本レイアウト(大枠)用CSS */
/*
プロパティは常に同じ順序で並べる
1.位置情報系(position, top, right, z-index, display, float等)
2.サイズ(width, height, padding, margin)
3.文字系(font, line-height, letter-spacing, color- text-align等)
4.背景(background, border等)
5.その他(animation, transition等)
*/
/*
------------------------------------------------------
枠設計
------------------------------------------------------
*/
body {
  position: relative;
  color: #2a2928;
  min-width:1222px;
}
/*
a:hover img {
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  opacity: 0.60;
}
*/
.global-container a {
  color: #2169c2;
  text-decoration: none;
}
/*
------------------------------------------------------
フォント
------------------------------------------------------
*/
.font-oswald {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.5px;
  font-weight: 300;
}

.font-mincho {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/*
------------------------------------------------------
グローバルナビ上部
------------------------------------------------------
*/

.lb-opened .globalnavi1 .navi-wrap > ul,
.lb-opened .globalnavi1 .navi-wrap > .sub,
.lb-opened .globalnavi1 .navi-wrap > .search,
.lb-opened .globalnavi1 .navi-wrap > .logo {
  opacity: 0.6;
}
.globalnavi1{
  width: 100%;
  background-color: #202226;
  color: #fff;
  font-size: 81%;
  min-width:1222px;
  position:relative;
}
.globalnavi1 .navi-wrap{
  position:static;
  width: 1212px;
  margin: 0 auto;
}

.globalnavi1 .logo {
  display: none;
}

.globalnavi1 li {
  margin-right: 1px;
  float: left;
}

.globalnavi1 li a {
  display: block;
  padding: 12px 15px;
  color: #fff;
  text-decoration: none;
}

.globalnavi1 li a:hover,
.globalnavi1 li .current {
  color: #000;
  background-color: #e7e9ec;
}


.globalnavi1 .sub{
  display:none;
  position:absolute;
  top:44px;
  left:0px;
  width:100%;
  color: #000;
  background-color: #e7e9ec;
  z-index:10;
}

.globalnavi1 .sub a{
  display:block;
  margin:0px;
  padding:13px 16px 12px 16px;
  color:#000;
}
.globalnavi1 .sub a:first-child {
  padding:13px 16px 12px 12px;
}
.globalnavi1 .sub a:hover {
  padding-bottom:9px;
  border-bottom:3px solid #999;
}

.globalnavi1 .sub span.inner {
  display: block;
  margin: 0 auto;
  width: 1212px;
}

.globalnavi1 .search {
  float:right;
  top: 3px;
  right: 6px;
  width: 38px;
  height: 25px;
  line-height: 25px;
  padding: 7px 0;
  text-align: center;
  cursor: pointer;
  margin-top: 3px;
}

.globalnavi1 .search.current,
.globalnavi1 .search:hover {
  background-color: #4e4f51;
  border-radius: 2px;
}

/* グローバルナビ上部｜検索エリア */

.globalnavi1 .word-search {
  position: absolute;
  top: 45px;
  right: 0;
  z-index: 20;
  width: 100%;
  padding-top: 6px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/globalnavi1_login_bg2.png) 1182px 0 no-repeat;
  display: none;
}

.globalnavi1 .word-search .box-wrap {
  position: relative;
  padding: 39px 21px 24px 13px;
  font-size: 110%;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/globalnavi1_login_bg1.png) 0 0 repeat;
  overflow: hidden;
  _zoom: 1;
}

.globalnavi1 .word-search .close {
  position: absolute;
  top: 16px;
  right: 14px;
  cursor: pointer;
}

.globalnavi1 .word-search .search-area {
  text-align: center;
}

.globalnavi1 .word-search .search-area input[type=text] {
  width: 505px;
  height: 41px;
  padding: 8px 16px 6px;
  margin-left: 6px;
  font-size: 120%;
  box-sizing: border-box;
  -webkit-appearance: none;
  background: none;
  background-color: #fff;
  border: 0;
}
.globalnavi1 .word-search .search-area input[type=search] {
  width: 505px;
  height: 41px;
  padding: 8px 16px 6px;
  margin-left: 6px;
  font-size: 120%;
  box-sizing: border-box;
  -webkit-appearance: none;
  background: none;
  background-color: #fff;
  border: 0;
}

.globalnavi1 .word-search .search-area input[type=submit] {
  width: 130px;
  height: 40px;
  padding: 4px 5px 3px 52px;
  margin-left: 6px;
  font-size: 115%;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.5px;
  font-weight: 300;
  text-align: left;
  box-sizing: border-box;
  -webkit-appearance: none;
  background: none;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/header_search_submit_bg.png) 24px 10px no-repeat #3c3c3c;
  color: #fff;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
}

.globalnavi1 .word-search .search-area input[type=submit]:hover {
  background-image: url(https://number.ismcdn.jp/common/numberweb/v4/images/header_search_submit_bg_on.png);
  background-color: #000;
}

.globalnavi1 .word-search .attention-word {
  padding: 27px 0 0 227px;
  margin-top: 35px;
  font-size: 105%;
  color: #000;
  border-top: 1px solid #a3a3a3;
}

.globalnavi1 .word-search .attention-word dt {
  padding-top: 6px;
  letter-spacing: 1px;
  float: left;
}

.globalnavi1 .word-search .attention-word dd {
  margin-left: 130px;
}

.globalnavi1 .word-search .attention-word dd a {
  display: inline-block;
  padding: 6px 13px 4px;
  margin-right: 7px;
  border-radius: 2px;
  text-decoration: none;
  color: #fff;
  background-color: #545558;
}

.globalnavi1 .word-search .attention-word dd a:hover {
  background-color: #000;
}


/* グローバルナビ上部｜スクロール時 */

.globalnavi1-scroll .logo {
  float: left;
  padding-top: 14px;
  margin-right: 15px;
  display: inherit;
}

.globalnavi1-scroll .logo a:hover img {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
}

.globalnavi1-scroll li a {
  padding: 16px 10px;
}

.globalnavi1-scroll .search {
  top: 6px;
}



/*
------------------------------------------------------
グローバルナビ下部
------------------------------------------------------
*/

.globalnavi2 {
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#dd000000,EndColorStr=#dd000000);
  background-color: rgba(0,0,0,0.75);
}

.globalnavi2:not(:target){
    filter: none;
}

.globalnavi2 .navi-wrap {
  position: relative;
  width: 1212px;
  padding: 10px 0 4px;
  margin: 0 auto;
  font-size: 75%;
}

.globalnavi2 ul {
  float: right;
}

.globalnavi2 li {
  float: left;
  margin-left: 25px;
  line-height: 20px;
}

.globalnavi2 li a {
  color: #ddd;
  text-decoration: none;
}

.globalnavi2 li a:hover {
  color: #b8b8b8;
}

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

.globalnavi2 .link-icon1 a {
  padding-left: 12px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/globalnavi1_link_icon1.png) 0 5px no-repeat;
}

.globalnavi2 .link-icon2 a {
  padding-right: 12px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/globalnavi1_link_icon2.png) right 5px no-repeat;
}

.globalnavi2 .link-icon3 a {
  padding-left: 12px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/globalnavi1_link_icon3.png) 0 6px no-repeat;
}

/* グローバルナビ下部｜ログイン */
.globalnavi2 .navi-login {
  position: absolute;
  top: 29px;
  right: 0;
  z-index: 20;
  width: 325px;
  padding-top: 6px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/globalnavi1_login_bg2.png) 250px 0 no-repeat;
  display: none;
}

.globalnavi2 .navi-login .login-wrap {
  padding: 23px 20px 8px;
  font-size: 110%;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/globalnavi1_login_bg1.png) 0 0 repeat;
}

.globalnavi2 .navi-login input[type="text"],
.globalnavi2 .navi-login input[type="password"] {
  width: 265px;
  padding: 4px 10px;
  border: 0;
  background-color: #fff;
  -webkit-appearance: none;
}

.globalnavi2 .navi-login input[type="submit"] {
  border: 0;
  display: block;
  width: 285px;
  height: 41px;
  text-indent: -9999px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/globalnavi2_login_button_02.png) 0 0 no-repeat;
  cursor: pointer;
  overflow: hidden;
  -webkit-appearance: none;
}

.globalnavi2 .navi-login input[type="submit"]:hover {
  background-position: 0 -41px;
}

.globalnavi2 .navi-login ul {
  margin-bottom: 10px;
  float: none;
  border: 3px double #998641;
  padding: 15px 0 13px 0;
  background-color: rgba(255,255,255,0.6);
}

.globalnavi2 .navi-login .category-list {
  float: left;
  line-height: 25px;
  margin-left: 10px;
}

.globalnavi2 .navi-login .category-list li {
  margin-left: 10px;
  display: block;
  float: none;
}

.globalnavi2 .navi-login dd {
  margin-bottom: 15px;
  clear: both;
}

.globalnavi2 .navi-login dd a {
  background: rgba(0, 0, 0, 0) url("https://number.ismcdn.jp/common/numberweb/v4/images/link_icon04.png") no-repeat scroll 0 4px;
  color: #000;
  padding-left: 13px;
  text-decoration: none;
}

.globalnavi2 .navi-login dd a:hover {
  text-decoration: underline;
}

.globalnavi2 .navi-login .lost-pass {
  margin-bottom: 30px;
  font-size: 91%;
  text-align: right;
}

.globalnavi2 .navi-login .lost-pass a {
  color: #000;
}

.globalnavi2 .navi-login .lost-pass a:hover {
  text-decoration: none;
}

.globalnavi2 .navi-login .registration {
  text-indent: -9999px;
  overflow: hidden;
}

.globalnavi2 .navi-login .registration a {
  border: 0;
  display: block;
  width: 285px;
  height: 41px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/globalnavi2_login_button_02.png) -285px 0 no-repeat;
  overflow: hidden;
}

.globalnavi2 .navi-login .registration a:hover {
  background-position: -285px -41px;
}


/* グローバルナビ下部｜その他コンテンツ */

.lb-opened .globalnavi2 .top-navi {
  opacity: 0.6;
}

.globalnavi2 .other-contents {
  position: absolute;
  top: 29px;
  right: 0;
  z-index: 20;
  width: 100%;
  padding-top: 6px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/globalnavi1_login_bg2.png) 800px 0 no-repeat;
  display: none;
}

.globalnavi2 .other-contents .box-wrap {
  position: relative;
  padding: 37px 55px 35px;
  font-size: 110%;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/globalnavi1_login_bg1.png) 0 0 repeat;
  overflow: hidden;
  _zoom: 1;
}

.globalnavi2 .other-contents .close {
  position: absolute;
  top: 16px;
  right: 14px;
  cursor: pointer;
}

.globalnavi2 .other-contents ul,
.globalnavi2 .other-contents li {
  float: none;
  padding: 0;
  margin: 0;
}

.globalnavi2 .other-contents .contents-1 {
  float: left;
  width: 696px;
  overflow: hidden;
}

.globalnavi2 .other-contents .contents-1 dd {
  width: 705px;
}

.globalnavi2 .other-contents .contents-2 {
  float: right;
  width: 383px;
}

.globalnavi2 .other-contents dt {
  position: relative;
  padding-bottom: 2px;
  margin-bottom: 11px;
  font-size: 110%;
  font-weight: 300;
  color: #333;
  border-bottom: 1px solid #a3a3a3;
}

.globalnavi2 .other-contents dt .border {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 10px;
  height: 1px;
  line-height: 1px;
  background-color: #4e4e4e;
}

.globalnavi2 .other-contents dd {
  font-size: 100%;
}

.globalnavi2 .other-contents dd .link-list {
  padding-top: 9px;
}

.globalnavi2 .other-contents dd .link-list li {
  margin-bottom: 5px;
}

.globalnavi2 .other-contents dd .link-list li:last-child {
  margin-bottom: 0;
}

.globalnavi2 .other-contents dd .link-list a {
  color: #000;
  padding-left: 13px;
  text-decoration: none;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/link_icon04.png) 0 4px no-repeat;
}

.globalnavi2 .other-contents dd .link-list a:hover {
  text-decoration: underline;
}

.globalnavi2 .other-contents dd .category-list {
  float: left;
  width: 220px;
  margin-right: 15px;
}

/*
------------------------------------------------------
グローバルナビ上部 マウスオーバー子カテゴリ表示時
------------------------------------------------------
*/

.lb-opened .globalnavi-child .navi-wrap > ul{
  opacity: 0.6;
}

.globalnavi-child{
  position: absolute;
  top:45px;
  width: 100%;
  height: 45px;
  background-color: #e7e9ec;
  color: #000;
  font-size: 81%;
  min-width:1222px;
  display: none;
}

.globalnavi-child .navi-wrap{
  position: relative;
  width: 1212px;
  margin: 0 auto;
}

.globalnavi-child li{
  margin-right: 1px;
  float: left;
}

.globalnavi-child li a{
  display: block;
  padding: 12px 15px;
  color: #000;
  text-decoration: none;
}

.globalnavi-child li a:hover,
.globalnavi-child li .current{
  color: #fff;
  background-color: #202226;
}

/*
------------------------------------------------------
グローバルナビ上部 マウスオーバーパネル表示時
------------------------------------------------------
*/

.lb-opened .globalnavi-panel .top-navi {
  opacity: 0.6;
}

.globalnavi-panel .panel-01 {
  position: absolute;
  top: 45px;
  right: 0;
  z-index: 20;
  width: 100%;
  //padding-top: 6px;
  //background: url(https://number.ismcdn.jp/common/numberweb/v4/images/globalnavi1_login_bg2.png) 800px 0 no-repeat;
  display: none;
}

.globalnavi-panel .panel-01 .box-wrap {
  position: relative;
  padding: 37px 55px 35px;
  font-size: 110%;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/globalnavi1_login_bg1.png) 0 0 repeat;
  overflow: hidden;
  _zoom: 1;
}

.globalnavi-panel .panel-01 .close {
  position: absolute;
  top: 16px;
  right: 14px;
  cursor: pointer;
}

.globalnavi-panel .panel-01 ul,
.globalnavi-panel .panel-01 li {
  float: none;
  padding: 0;
  margin: 0;
}

.globalnavi-panel .panel-01 .contents-1 {
  float: left;
  width: 696px;
  overflow: hidden;
}

.globalnavi-panel .panel-01 .contents-1 dd {
  width: 705px;
}

.globalnavi-panel .panel-01 .contents-2 {
  float: right;
  width: 383px;
}

.globalnavi-panel .panel-01 dt {
  position: relative;
  padding-bottom: 2px;
  margin-bottom: 11px;
  font-size: 110%;
  font-weight: 300;
  color: #333;
  border-bottom: 1px solid #a3a3a3;
}

.globalnavi-panel .panel-01 dt .border {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 10px;
  height: 1px;
  line-height: 1px;
  background-color: #4e4e4e;
}

.globalnavi-panel .panel-01 dd {
  font-size: 100%;
}

.globalnavi-panel .panel-01 dd .link-list {
  padding-top: 9px;
}

.globalnavi-panel .panel-01 dd .link-list li {
  margin-bottom: 5px;
}

.globalnavi-panel .panel-01 dd .link-list li:last-child {
  margin-bottom: 0;
}

.globalnavi-panel .panel-01 dd .link-list a {
  color: #000;
  padding-left: 13px;
  text-decoration: none;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/link_icon04.png) 0 4px no-repeat;
}

.globalnavi-panel .panel-01 dd .link-list a:hover {
  text-decoration: underline;
}

.globalnavi-panel .panel-01 dd .category-list {
  float: left;
  width: 220px;
  margin-right: 15px;
}

.globalnavi-panel .panel-02 {
  position: absolute;
  top: 45px;
  right: 0;
  z-index: 20;
  width: 100%;
  //padding-top: 6px;
  //background: url(https://number.ismcdn.jp/common/numberweb/v4/images/globalnavi1_login_bg2.png) 800px 0 no-repeat;
  display: none;
}

.globalnavi-panel .panel-02 .box-wrap {
  position: relative;
  padding: 37px 55px 35px;
  font-size: 110%;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/globalnavi1_login_bg1.png) 0 0 repeat;
  overflow: hidden;
  _zoom: 1;
}

.globalnavi-panel .panel-02 .close {
  position: absolute;
  top: 16px;
  right: 14px;
  cursor: pointer;
}

.globalnavi-panel .panel-02 ul,
.globalnavi-panel .panel-02 li {
  float: none;
  padding: 0;
  margin: 0;
}

/*
------------------------------------------------------
headerエリア
------------------------------------------------------
*/

.global-header {
  padding-top: 79px;
  background-color: #000;
}

.global-header .header-wrap {
  padding: 12px 0 12px;
  width: 1212px;
  margin: 0 auto;
}

.global-header .logo {
  float: left;
  padding: 5px 0 39px 17px;
}

.global-header .logo a:hover img {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
}

/*
------------------------------------------------------
固定ナビ
------------------------------------------------------
*/

.fixed-navi {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}


/*
------------------------------------------------------
ぱんくず
------------------------------------------------------
*/

.rcrumbs {
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/rcrumbs_bg.png) 0 0 repeat;
}

.rcrumbs .rcrumbs-wrap {
  width: 1212px;
  height: 26px;
  margin: 0 auto;
  overflow: hidden;
}

.rcrumbs ul {
  height: 26px;
}

.rcrumbs ul li {
  position: relative;
  float: left;
  padding-top: 1px;
  height: 25px;
  line-height: 25px;
  padding-right: 20px;
  margin-right: 10px;
  font-size: 75%;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/rcrumbs_next.png) right center no-repeat;
  overflow: hidden;
}

.rcrumbs ul li img {
  vertical-align: middle;
}

.rcrumbs ul li a {
  display: block;
  position: relative;
  height: 25px;
  float: left;
  color: #000;
  text-decoration: none;
}

.rcrumbs ul li a:hover {
  text-decoration: underline;
}

.rcrumbs ul li img {
  margin-top: 5px;
  vertical-align: top;
}

.rcrumbs ul li span {
  display: block;
  overflow: hidden;
}

.rcrumbs ul .first {
  height: 26px;
  line-height: 26px;
  padding-top: 0;
  padding-left: 15px;
}

.rcrumbs ul .last {
  padding-right: 0;
  margin-right: 0;
  background: none;
}

.rcrumbs ul li .chevronOverlay {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: none;
  height: 26px;
  width: 20px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/rcrumbs_next2.png) right center no-repeat;
}


/*
------------------------------------------------------
コンテンツエリア
------------------------------------------------------
*/

.container-wrap {
  width: 1212px;
  padding-bottom: 85px;
  margin: 0 auto;
}

/* 下層｜レイアウト */
.sub-container-main {
  padding: 15px 10px 0 10px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/sub_container_bg.png) 0 0 repeat;
}

.main-article {
  float: left;
  width: 904px;
}

.main-article-inner {
  padding: 40px 35px;
  background-color: #fff;
}

.main-article-inner section {
  margin-bottom: 35px;
}

.main-article a,.main-article-inner a {
  color: #2169c2;
  text-decoration: none;
}

.main-article-inner a:hover {
  color: #2ca7ed;
  text-decoration: underline;
}

.main-article-inner p,
.main-article-inner ul,
.main-article-inner dl {
  font-size: 93%;
}

/* 下層｜h1タイトル｜スタイル1 */

.container-h1-style1 {
  position: relative;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 225%;
  border-bottom: 1px solid #aaacb0;
}

.container-h1-style1 span {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
  line-height: 1px;
  background-color: #2a2928;
}

/* 下層｜h1タイトル｜スタイル2 */

.container-h1-style2 {

  position: relative;
  padding: 8px 0 5px;
  margin-bottom: 16px;
  font-size: 162%;
  font-weight: normal;
  border-bottom: 1px solid #aaacb0;
}

.container-h1-style2 span {
  position: absolute; 	
  bottom: -1px; 	
  left: 0; 	
  width: 68px; 	
  height: 1px; 	
  line-height: 1px; 	
  background-color: #2a2928; 	
} 	
  
.container-h1-style3 { 	
  position: relative;
  padding: 8px 0 5px 50px; 
  margin-bottom: 16px;
  font-size: 162%;
  font-weight: normal;
  border-bottom: 1px solid #aaacb0;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/title/column_category_icon.png) 0 2px no-repeat;
}

.container-h1-style3 span {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 68px;
  height: 1px;
  line-height: 1px;
  background-color: #2a2928;
}  

.container-h1-style4 { 	
  position: relative;
  padding: 8px 0 5px 50px; 
  margin-bottom: 16px;
  font-size: 162%;
  font-weight: normal;
  border-bottom: 1px solid #aaacb0;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/title/pr_category_icon.png) 0 2px no-repeat;
}

.container-h1-style4 span {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 68px;
  height: 1px;
  line-height: 1px;
  background-color: #2a2928;
}

.container-h1-style5 {
  position: relative;
  padding: 8px 0 5px 50px; 
  margin-bottom: 16px;
  font-size: 162%;
  font-weight: normal;
  border-bottom: 1px solid #aaacb0;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/title/info_category_icon.png) 0 2px no-repeat;
}

.container-h1-style5 span {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 68px;
  height: 1px;
  line-height: 1px;
  background-color: #2a2928;
} 

/* 下層｜h2タイトル｜スタイル1 */

.container-h2-style1 {
  position: relative;
  padding: 7px 13px 5px;
  margin-bottom: 20px;
  font-size: 112%;
  font-weight: normal;
  color: #fff;
  background-color: #202226;
}

/* 下層｜h3タイトル｜スタイル1 */

.container-h3-style1 {
  position: relative;
  padding: 0 0 4px;
  margin-bottom: 16px;
  font-size: 118%;
  font-weight: bold;
  border-bottom: 1px solid #aaacb0;
}

.container-h3-style1:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 11px;
  height: 1px;
  line-height: 1px;
  content: '　';
  background-color: #2a2928;
}

/* アンカーリンク先 */
.target-anchor {
  position: relative;
  top: -50px;
}


/*
------------------------------------------------------
サイドエリア
------------------------------------------------------
*/

/* サイドエリア｜基本構造 */
.side-news {
  width: 300px;
  float: right;
}

/* サイドエリア｜side-news-style1（レコメンド、インフォメーション） side-news-style3（PRTIMES等上部赤三角なし） */
.side-news-style1 {
  position: relative;
  margin-bottom: 4px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/top/news-style1_bg.png) center 4px no-repeat #fff;
}
.side-news-style3 {
  position: relative;
  padding-top: 1px;
  margin-bottom: 4px;
  background: center 4px no-repeat #fff;
}

.side-news-style1 h3,
.side-news-style3 h3 {
  padding: 25px 10px 23px 10px;
  line-height: 40px;
  font-size: 193%;
  font-weight: normal;
  text-align: center;
}

.side-news-style1 .border,
.side-news-style3 .border {
  position: absolute;
  top: 84px;
  left: 140px;
  width: 20px;
  height: 1px;
  line-height: 1px;
  background-color: #7f7f7f;
}

.side-news-style1 li,
.side-news-style3 li {
  border-top: 1px solid #d9d9d9;
  font-size: 81%;
}

.side-news-style1 li a,
.side-news-style3 li a{
  display: block;
  padding: 12px 17px;
  text-decoration: none;
  color: #000;
  overflow: hidden;
  _zoom: 1;
}

.side-news-style1 li a:hover,
.side-news-style3 li a:hover {
  text-decoration: underline;
}

.side-news-style1 li figure,
.side-news-style3 li figure {
  float: left;
  width: 80px;
  height: 60px;
  background-color: #fff;
  overflow: hidden;
}

.side-news-style1 li figure img,
.side-news-style3 li figure img {
  width: 80px;
  height: auto;
}

.side-news-style1 li p,
.side-news-style3 li p {
  margin-left: 90px;
  line-height: 1.5;
}

/*INFORMATION from prtimes*/
.side-news-style3 .pr-times{
  margin:4px;
  border:2px solid #d9d9d9;
}
.side-news-style3 .pr-times h3{
  position:relative;
  margin:3px;
  padding:8px 10px;
  line-height:1em;
  color:#fff;
  background-color:#232324;
  font-size:97%;
  text-align:left;
}
.side-news-style3 .pr-times h3 span{
  font-weight:100;
}
.side-news-style3 .pr-times h3 a.more{
  display:block;
  position:absolute;
  padding-right:10px;
  top:8px;
  right:10px;
  font-size:80%;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/globalnavi1_link_icon1.png) right center no-repeat;
  color:#fff;
  text-decoration:none;
}
.side-news-style3 .pr-times h3 a:hover.more{
  text-decoration:underline;
}
.side-news-style3 .pr-times ul{
  margin-bottom:4px;
}
.side-news-style3 .pr-times ul li:first-child{
  border:none;
}
.side-news-style3 .pr-times ul li figure {
    background-color: #fff;
    float: left;
    height: 60px;
    overflow: hidden;
    width: 80px;
    margin-right:10px;
}
.side-news-style3 .pr-times ul li .date{
  font-size:89%;
}
.side-news-style3 .pr-times ul li p{
  margin-left:0px;
}


/* サイドエリア｜ニューススタイル2（SNSランキング） */
.side-news-style2 {
  margin-bottom: 4px;
  color: #fff;
  border: 3px solid #2c2c2d;
  background-color: #232324;
}

.side-news-style2 .box-wrap {
  position: relative;
  padding-bottom: 12px;
  border: 1px solid #39393a;
}

.side-news-style2 h3 {
  padding: 20px 10px 15px;
  line-height: 40px;
  font-size: 200%;
  font-weight: normal;
  text-align: center;
  letter-spacing: 2px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/top/news-style2_bg.png) 5px 52px no-repeat;
}

.side-news-style2 h3 span {
  display: block;
  font-size: 62%;
  font-weight: 300;
  letter-spacing: 5px;
  line-height: 1.2;
}

.side-news-style2 h4 {
  padding: 27px 10px 20px;
  line-height: 40px;
  font-size: 200%;
  font-weight: normal;
  text-align: center;
  letter-spacing: 2px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/top/news-style2_bg.png) 5px 35px no-repeat;
}

.side-news-style2 .border {
  position: absolute;
  top: 92px;
  left: 135px;
  width: 20px;
  height: 1px;
  line-height: 1px;
  background-color: #7b7b7c;
}

.side-news-style2 input[type="radio"]{
  display:none;
}

.side-news-style2 .tab_area{
  font-size:0;
  margin:0 0 0 10px;
}

.side-news-style2 .tab_area label{
  width:68px;
  margin:0;
  display:inline-block;
  padding:4px 0;
  color:#999;
  background:#232324;
  text-align:center;
  font-size:13px;
  cursor:pointer;
  transition:ease 0.2s opacity;
}

.side-news-style2 .tab_area label:hover{
  color: #cfaf3f;
}

.side-news-style2 .panel_area{
  margin-top:22px;
  width:100%;
  background:#232324;
}

.side-news-style2 .tab_panel {
  width:100%; 
  display:none;
}

.side-news-style2 #tab1:checked ~ .tab_area .tab1_label{background:#232324; color:#cfaf3f; border-bottom:2px solid #b8a359; margin-bottom:-2px;}
.side-news-style2 #tab1:checked ~ .panel_area #panel1{display:block;}
.side-news-style2 #tab2:checked ~ .tab_area .tab2_label{background:#232324; color:#cfaf3f; border-bottom:2px solid #b8a359; margin-bottom:-2px;}
.side-news-style2 #tab2:checked ~ .panel_area #panel2{display:block;}
.side-news-style2 #tab3:checked ~ .tab_area .tab3_label{background:#232324; color:#cfaf3f; border-bottom:2px solid #b8a359; margin-bottom:-2px;}
.side-news-style2 #tab3:checked ~ .panel_area #panel3{display:block;}
.side-news-style2 #tab4:checked ~ .tab_area .tab4_label{background:#232324; color:#cfaf3f; border-bottom:2px solid #b8a359; margin-bottom:-2px;}
.side-news-style2 #tab4:checked ~ .panel_area #panel4{display:block;}

.side-news-style2 .panel_area .tab_panel li {
  position: relative;
  padding-left:30px;
  padding-right:20px;
  margin:0;
}

.side-news-style2 .panel_area .tab_panel li:after {
  position: absolute;
  top: 0;
  left: 10px;
  width: 35px;
  line-height: 1;
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  letter-spacing: 0.5px;
  font-weight: 300;
  color: #b8a359;
}

.side-news-style2 .panel_area .tab_panel li:nth-child(1):after {
  padding-left: 5px;
  content: '1';
}

.side-news-style2 .panel_area .tab_panel li:nth-child(2):after {
  padding-left: 5px;
  content: '2';
}

.side-news-style2 .panel_area .tab_panel li:nth-child(3):after {
  padding-left: 5px;
  content: '3';
}

.side-news-style2 .panel_area .tab_panel li:nth-child(4):after {
  padding-left: 5px;
  content: '4';
  color: #cdcdcd;
}

.side-news-style2 .panel_area .tab_panel li:nth-child(5):after {
  padding-left: 5px;
  content: '5';
  color: #cdcdcd;
}

.side-news-style2 .panel_area .tab_panel li a {
  display: block;
  padding: 0px 0px 20px 15px;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  _zoom: 1;
  font-size: 81%;
}

.side-news-style2 .panel_area .tab_panel li a:hover {
  text-decoration: underline;
}


/* サイドエリア｜マガジン最新号 */
.magazine-box-style {
  padding: 2px;
  margin-bottom: 4px;
  color: #fff;
  background-color: #030303;
  border: 3px solid #3b3b3b;
}

.magazine-box-style .box-wrap {
  height: 319px;
  padding: 18px 19px 0;
  border: 1px solid #2e2e2e;
  overflow: hidden;
}

.magazine-box-style h3 {
  margin-bottom: 20px;
  font-size: 227%;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
}

.magazine-box-style h3 .font-oswald {
  letter-spacing: 2px;
}

.magazine-box-style h3 .short-text {
  display: block;
  font-size: 31%;
  font-weight: normal;
  letter-spacing: 2px;
}

.magazine-box-style h3 .short-text .border {
  display: inline-block;
  width: 12px;
  height: 1px;
  margin: -2px 7px 0;
  line-height: 2px;
  vertical-align: middle;
  background-color: #7a7a7a;
}

.magazine-box-style ul {
  width: 270px;
}

.magazine-box-style li {
  float: left;
  width: 115px;
  margin: 0 20px 0 0;
  font-size: 75%;
  text-align: center;
}

.magazine-box-style li a {
  display: block;
  text-decoration: none;
  color: #fff;
}

.magazine-box-style figure,
.magazine-box-style .date {
  margin-bottom: 8px;
}
.magazine-box-style figure img {
  width: 100%;
  max-width: 113px;
  height: auto;
}
.magazine-box-style .button {
  padding: 3px 5px;
  border: 1px solid #e6e6e6;
}

.magazine-box-style li a:hover .button {
  background-color: #fff;
  color: #000;
}

.magazine-box-style .button-teiki {
  color:#fff;
  padding: 4px 0px 4px;
  text-align: center;
  font-size: 13px;
  background-color:#1f1f1f;
  margin: 10px 0px 15px;
}

.magazine-box-style a:hover .button-teiki {
  background-color: #fff;
  color: #000;
}


/*
------------------------------------------------------
footerエリア
------------------------------------------------------
*/

.global-footer {
  clear: both;
  min-width: 1212px;
  border-top: 3px solid #28292a;
  background-color: #1e1f20;
}

.global-footer .footer-wrap {
  padding: 30px 0 50px;
  width: 1212px;
  margin: 0 auto;
  font-size: 81%;
  overflow: hidden;
  _zoom: 1;
}

.global-footer .link-list a {
  color: #fff;
  padding-left: 13px;
  text-decoration: none;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/link_icon01.png) 0 5px no-repeat;
}

.global-footer .link-list a:hover {
  text-decoration: underline;
}

/* バックナンバー */
.global-footer .backnumber {
  float: left;
  width: 850px;
  min-height: 245px;
  padding: 0 16px;
  border-right: 1px solid #404041;
}

.global-footer .backnumber dl {
  float: left;
  width: 220px;
  padding-top: 5px;
  margin-right: 25px;
  overflow: hidden;
}

.global-footer .backnumber dt {
  position: relative;
  padding-bottom: 2px;
  margin-bottom: 11px;
  font-size: 93%;
  color: #999;
  border-bottom: 1px solid #404041;
}

.global-footer .backnumber dt span {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 10px;
  height: 1px;
  line-height: 1px;
  background-color: #8a8a8a;
}

.global-footer .backnumber dd figure {
  margin-bottom: 20px;
}

.global-footer .backnumber .link-list li {
  margin-bottom: 10px;
}

.global-footer .backnumber .sns-box {
  width: 320px;
}

.global-footer .backnumber .sns-box dd ul {
  width: 329px;
  overflow: hidden;
  _zoom: 1;
}

.global-footer .backnumber .sns-box dd li {
  float: left;
  margin: 0 15px 15px 0;
}

/* NumberWeb リンク */

.global-footer .number-web {
  float: left;
  width: 216px;
  padding: 15px 0 0 36px;
}

.global-footer .number-web .logo {
  margin-bottom: 30px;
}

.global-footer .number-web .link-list li {
  margin-bottom: 10px;
}

/* 競技サイトマップ */

.global-footer .sportsmap {
  border-top: 1px solid #404041;
}

.global-footer .sportsmap .sportsmap-link {
  padding: 20px 0 20px;
  width: 1212px;
  margin: 0 auto;
  overflow: hidden;
  _zoom: 1;
}

.global-footer .sportsmap .sportsmap-link .logo {
  float: left;
  padding-left: 180px;
  margin-right: 27px;
}

.global-footer .sportsmap .sportsmap-link ul {
  float: left;
  padding-top: 8px;
}

.global-footer .sportsmap .sportsmap-link li {
  float: left;
  font-size: 75%;
  color: #6d6d6e;
}

.global-footer .sportsmap .sportsmap-link li a {
  display: inline-block;
  margin: 0 10px;
  text-decoration: none;
  color: #6d6d6e;
}

.global-footer .sportsmap .sportsmap-link li a:hover {
  text-decoration: underline;
}

/* コーポレート */

.global-footer .corpolate {
  border-top: 1px solid #404041;
}

.global-footer .corpolate .corpolate-link {
  padding: 42px 0 20px;
  width: 1212px;
  margin: 0 auto;
  overflow: hidden;
  _zoom: 1;
}

.global-footer .corpolate .corpolate-link .logo {
  float: left;
  padding-left: 180px;
  margin-right: 27px;
}

.global-footer .corpolate .corpolate-link ul {
  float: left;
  padding-top: 8px;
}

.global-footer .corpolate .corpolate-link li {
  float: left;
  font-size: 75%;
  color: #6d6d6e;
}

.global-footer .corpolate .corpolate-link li a {
  display: inline-block;
  margin: 0 10px;
  text-decoration: none;
  color: #6d6d6e;
}

.global-footer .corpolate .corpolate-link li a:hover {
  text-decoration: underline;
}

/* コピーライト */

.global-footer .copyright {
  min-width: 1212px;
  padding: 15px 0 10px;
  margin: 0 auto;
  text-align: center;
  font-size: 75%;
  color: #6d6d6e;
}

/*
------------------------------------------------------
ページトップ
------------------------------------------------------
*/

.fixed-pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  display: none;
}

.fixed-pagetop .pagetop-button a {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/page_top.png) 0 0 no-repeat;
  overflow: hidden;
}

.fixed-pagetop .pagetop-button a:hover {
  background-position: 0 -40px;
}

.fixed-pagetop .back-button {
  margin-bottom: 1px;
}

.fixed-pagetop .back-button a {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/page_top.png) -40px 0 no-repeat;
  overflow: hidden;
}

.fixed-pagetop .back-button a:hover {
  background-position: -40px -40px;
}


/*
------------------------------------------------------
ライトボックス用
------------------------------------------------------
*/

.light-box-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 19;
  display: none;
}

.light-box-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 19;
  display: none;
}

/* [PC] 共通部品CSS（single／archive／pageで使用可能） */
/*
プロパティは常に同じ順序で並べる
1.位置情報系(position, top, right, z-index, display, float等)
2.サイズ(width, height, padding, margin)
3.文字系(font, line-height, letter-spacing, color- text-align等)
4.背景(background, border等)
5.その他(animation, transition等)
*/
/*
------------------------------------------------------
single／archive／page 共通部品
------------------------------------------------------
*/

/* 記事上部用SNSエリア */
.single-sns-01 {
  position: absolute;
  bottom: 1px;
  right: 10px;
  width: 650px;
}

.single-sns-01 ul {
  float: right;
}

.single-sns-01 li {
  float: left;
  height: 20px;
  line-height: 20px;
  margin-left: 12px;
}
.single-sns-01 .sns-button-twitter {
  margin-right: 12px;
}
.single-sns-01 .sns_twitter_horizontal {
  position:relative;
  bottom:0;
}
.single-sns-01 .sns_twitter_horizontal a {
  position:relative;
  bottom:5px;
  font-size:10px;
  border:1px solid #999;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  padding:1px 6px 0px;
  background-color:#fff;
  margin-left:2px;
}
.single-sns-01 .sns_twitter_horizontal a:before {
  content:"";
  display:inline-block;
  border:4px solid transparent;
  border-right-color:#777;
  position:absolute;
  left:-8px;
  top:40%;
  margin-top:-3px;
}
.single-sns-01 .sns_twitter_horizontal a:after {
  content:"";
  display:inline-block;
  border:3px solid transparent;
  border-right-color:#fff;
  position:absolute;
  left:-6px;
  top:40%;
  margin-top:-2px;
}

.single-sns-01 .sns-button-gplusone {
  width: 80px;
}

.single-sns-01 .sns-button-hatena {
  margin-left: 0;
}

.single-sns-01 .sns-button-pocket {
  width: 90px;
}
.single-sns-01 .sns-button-pinterest {
  width: 70px;
}

.article-top-02 .single-sns-01 {
  width: auto;
  position: inherit;
}
/* 記事上部用SNSエリア バルーン型 */
.single-sns-03 {
  float: right;
  bottom: 1px;
  right: 0;
  width: 350px;
  margin-top: 20px
}

.single-sns-03 ul {
  float: right;
}

.single-sns-03 li {
  float: left;
  height: 20px;
  line-height: 20px;
  margin-left: 12px;
}
.single-sns-03 .sns-button-twitter {
  margin-right: 12px;
}

.single-sns-03 .sns-button-gplusone {
  width: 80px;
}

.single-sns-03 .sns-button-hatena {
  margin-left: 0;
}

.single-sns-03 .sns-button-pocket {
  width: 90px;
}
.single-sns-03 .sns-button-pinterest {
  width: 50px;
  padding-top:40px;
}
/* 記事下部用SNSエリア */

.single-sns-02 {
   position: relative;
   padding:10px 0 10px;
   clear: both;
}

.single-sns-02 h5 {
  line-height: 1.3;
  padding-bottom: 5px;
  margin-bottom: 30px;
  font-family: 'Oswald', sans-serif;
  font-size: 125%;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  color: #7b7b7b;
  border-bottom: 1px solid #c4c4c4;
}

.single-sns-02 ul {
   position: relative;
   left: 50%;
   float: left;
}

.single-sns-02 li {
   position: relative;
   left: -50%;
  float: left;
  height: 20px;
  line-height: 20px;
  margin: 0 12px;
}

.single-sns-02 .sns_twitter_horizontal {
  position:relative;
  bottom:0;
}
.single-sns-02 .sns_twitter_horizontal a {
  position:relative;
  bottom:5px;
  font-size:11px;
  border:1px solid #999;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  padding:3px 6px 2px;
  background-color:#fff;
  margin-left:2px;
}
.single-sns-02 .sns_twitter_horizontal a:before {
  content:"";
  display:inline-block;
  border:4px solid transparent;
  border-right-color:#777;
  position:absolute;
  left:-8px;
  top:40%;
  margin-top:-2px;
}
.single-sns-02 .sns_twitter_horizontal a:after {
  content:"";
  display:inline-block;
  border:3px solid transparent;
  border-right-color:#fff;
  position:absolute;
  left:-6px;
  top:40%;
  margin-top:-1px;
}

.single-sns-02 .sns-button-gplusone {
  width: 80px;
}

.single-sns-02 .sns-button-hatena {
  margin-left: 0;
}

.single-sns-02 .sns-button-pocket {
  width: 90px;
}

/* 著者プロフィールSNS */

.archive-sns-01 {
   position: relative;
   margin-top:10px;
   padding:0;
   clear: both;
}

.archive-sns-01 h5 {
  line-height: 1.3;
  padding-bottom: 5px;
  margin-bottom: 30px;
  font-family: 'Oswald', sans-serif;
  font-size: 125%;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  color: #7b7b7b;
  border-bottom: 1px solid #c4c4c4;
}

.archive-sns-01 ul {
   position: relative;
   left: 84%;
   float: left;
}

.archive-sns-01 li {
   position: relative;
   left: -50%;
  float: left;
  height: 20px;
  line-height: 20px;
  margin: 0 12px;
}

.archive-sns-01 .sns_twitter_horizontal {
  position:relative;
  bottom:0;
}
.archive-sns-01 .sns_twitter_horizontal a {
  position:relative;
  bottom:5px;
  font-size:11px;
  border:1px solid #999;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  padding:3px 6px 2px;
  background-color:#fff;
  margin-left:2px;
}
.archive-sns-01 .sns_twitter_horizontal a:before {
  content:"";
  display:inline-block;
  border:4px solid transparent;
  border-right-color:#777;
  position:absolute;
  left:-8px;
  top:40%;
  margin-top:-2px;
}
.archive-sns-01 .sns_twitter_horizontal a:after {
  content:"";
  display:inline-block;
  border:3px solid transparent;
  border-right-color:#fff;
  position:absolute;
  left:-6px;
  top:40%;
  margin-top:-1px;
}

.archive-sns-01 .sns-button-gplusone {
  width: 80px;
}

.archive-sns-01 .sns-button-hatena {
  margin-left: 0;
}

.archive-sns-01 .sns-button-pocket {
  width: 90px;
}

/* 検索結果下SNS表示 */

.archive-sns-02 {
   position: relative;
   padding:0;
   clear: both;
}

.archive-sns-02 h5 {
  line-height: 1.3;
  padding-bottom: 5px;
  margin-bottom: 30px;
  font-family: 'Oswald', sans-serif;
  font-size: 125%;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  color: #7b7b7b;
  border-bottom: 1px solid #c4c4c4;
}

.archive-sns-02 ul {
   position: relative;
   left: 80%;
   float: left;
}

.archive-sns-02 li {
   position: relative;
   left: -50%;
  float: left;
  height: 20px;
  line-height: 20px;
  margin: 0 12px;
}

.archive-sns-02 .sns_twitter_horizontal {
  position:relative;
  bottom:0;
}
.archive-sns-02 .sns_twitter_horizontal a {
  position:relative;
  bottom:5px;
  font-size:11px;
  border:1px solid #999;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  padding:3px 6px 2px;
  background-color:#fff;
  margin-left:2px;
}
.archive-sns-02 .sns_twitter_horizontal a:before {
  content:"";
  display:inline-block;
  border:4px solid transparent;
  border-right-color:#777;
  position:absolute;
  left:-8px;
  top:40%;
  margin-top:-2px;
}
.archive-sns-02 .sns_twitter_horizontal a:after {
  content:"";
  display:inline-block;
  border:3px solid transparent;
  border-right-color:#fff;
  position:absolute;
  left:-6px;
  top:40%;
  margin-top:-1px;
}

.archive-sns-02 .sns-button-gplusone {
  width: 80px;
}

.archive-sns-02 .sns-button-hatena {
  margin-left: 0;
}

.archive-sns-02 .sns-button-pocket {
  width: 90px;
}
/* 検索結果下SNS表示 */

.archive-sns-03 {
   position: relative;
   padding:0;
   clear: both;
}

.archive-sns-03 h5 {
  line-height: 1.3;
  padding-bottom: 5px;
  margin-bottom: 30px;
  font-family: 'Oswald', sans-serif;
  font-size: 125%;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  color: #7b7b7b;
  border-bottom: 1px solid #c4c4c4;
}

.archive-sns-03 ul {
   position: relative;
   float: left;
}

.archive-sns-03 li {
  position: relative;
  float: left;
  width:240px;
  height: 20px;
  line-height: 20px;
  margin: 0 12px;
}

/* 「Number SNS」ページ SNSアイコン */

.sns-icon-tw a {
  background: rgba(0, 0, 0, 0) url("https://number.ismcdn.jp/common/numberweb/v4/images/footer_back_sns_tw.png") no-repeat scroll 0 0 / 20px 20px;
  padding: 0 0 0 24px;
}
.sns-icon-fb a {
  background: rgba(0, 0, 0, 0) url("https://number.ismcdn.jp/common/numberweb/v4/images/footer_back_sns_fb.png") no-repeat scroll 0 0 / 20px 20px;
  padding: 0 0 0 24px;
}
.sns-icon-gp a {
  background: rgba(0, 0, 0, 0) url("https://number.ismcdn.jp/common/numberweb/v4/images/footer_back_sns_gp.png") no-repeat scroll 0 0 / 20px 20px;
  padding: 0 0 0 24px;
}
.sns-icon-ig a {
  background: rgba(0, 0, 0, 0) url("https://number.ismcdn.jp/common/numberweb/v4/images/footer_back_sns_ig.png") no-repeat scroll 0 0 / 20px 20px;
  padding: 0 0 0 24px;
}


/* 前頁＆次頁誘導エリア backnumber meigen*/

.prev-next-pagination {
  padding: 0 151px 0 152px;
  margin: 50px 0 45px;
}

.prev-next-pagination li {
  float: left;
  width: 300px;
  line-height: 22px;
  text-align: center;
}

.prev-next-pagination .prev {
  border-right: 1px solid #8a8d91;
}

.prev-next-pagination li a {
  padding: 4px 10px 2px;
  text-decoration: none;
  color: #000;
}

.prev-next-pagination li a:hover {
  background-color: #545558;
  color: #fff;
  border-radius: 4px;
}

.prev-next-pagination li span {
  display: inline-block;
  margin-top: -6px;
  font-family: 'Oswald', sans-serif;
  font-size: 92%;
  font-weight: 300;
  vertical-align: middle;
}

.prev-next-pagination .prev span {
  margin-right: 10px;
}

.prev-next-pagination .next span {
  margin-left: 10px;
}

/* 前頁＆次頁誘導エリア article*/

.prev-next-article {
  padding: 0 50px 0 50px;
  margin: 50px 0 45px;
}

.prev-next-article li {
  float: left;
  width: 370px;
  line-height: 22px;
  text-align: center;
}

.prev-next-article .prev {
  border-right: 1px solid #8a8d91;
}

.prev-next-article .prev a {
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/prev-article_arrow.png) 0 10px/21px 34px no-repeat;
  display:block;
}

.prev-next-article .next a {
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/next-article_arrow.png) right 10px/21px 34px no-repeat;
  display:block;
}

.prev-next-article li a {
  padding: 4px 10px 2px;
  text-decoration: none;
  color: #000;
  line-height:1.5em;
}

.prev-next-article li a:hover {
  text-decoration:underline;
}

.prev-next-article li span {
  display: inline-block;
  margin-top: -6px;
  font-family: 'Oswald', sans-serif;
  font-size: 85%;
  font-weight: 300;
  vertical-align: middle;
}

.prev-next-article .prev span {
  margin-right: 10px;
}

.prev-next-article .next span {
  margin-left: 10px;
}

/* ページ繰り */

.list-pagination-outer {
  margin: 30px 0 20px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 118%;
  clear: both;
  text-align: center;
}

.list-pagination span {
  display: inline-block;
  line-height: 1.2;
  margin: 0 6px;
}

.list-pagination .prev {
  margin-right: 90px;
  color: #aaadb2;
}

.list-pagination .next {
  margin-left: 90px;
  color: #aaadb2;
}

.list-pagination span a {
  display: inline-block;
  padding: 7px 8px;
  color: #2a2928;
  text-decoration: none;
}

.list-pagination .current,
.list-pagination span a:hover {
  padding: 7px 8px;
  color: #fff;
  background-color: #545558;
  border-radius: 3px;
}

.list-pagination span.current a {
  padding: 0;
}

/* ページ繰り 新バージョン　2016.12.20*/

.list-pagination-outer-02 {
  margin: 30px 0 20px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 118%;
  clear: both;
  text-align: center;
}

.list-pagination-02 span {
  display: inline-block;
  line-height: 1.2;
  margin: 0 3px;
}

.list-pagination-02 .prev {
  margin-right: 15px;
  color: #aaadb2;
  font-size: 95%;
}
.list-pagination-02 .prev-none {
  margin-right: 15px;
  color: #b8b8b8;
  padding: 10px 15px 10px 15px;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  font-size: 95%;
}

.list-pagination-02 .next {
  margin-left: 15px;
  color: #aaadb2;
  font-size: 95%;
}
.list-pagination-02 .next-none {
  margin-left: 15px;
  color: #b8b8b8;
  padding: 10px 15px 10px 15px;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  font-size: 95%;
}

.list-pagination-02 span a {
  display: inline-block;
  padding: 10px 23px 10px 23px;
  color: #2a2928;
  text-decoration: none;
  border: 1px solid #999;
  border-radius: 5px;
}
.list-pagination-02 span.prev a,
.list-pagination-02 span.prev a:hover {
  padding: 10px 15px 10px 15px;
}
.list-pagination-02 span.next a,
.list-pagination-02 span.next a:hover {
  padding: 10px 15px 10px 15px;
}

.list-pagination-02 .current {
  padding: 11px 25px 11px 25px;
  color: #fff;
  background-color: #545558;
  border-radius: 5px;
}

.list-pagination-02 span a:hover {
  padding: 10px 23px 10px 23px;
  color: #fff;
  background-color: #545558;
  border-radius: 5px;
}

.list-pagination-append-02 {
  font-size: 14px;
  font-weight: normal;
  color: #666;
  margin: 8px 0 0 0;
  font-family: 'Oswald', sans-serif;
}
/*フォトギャラリー用20170306*/
.list-pagination-outer-03 {
  margin: 30px 0 20px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 118%;
  clear: both;
  text-align: center;
}

.list-pagination-03 span {
  display: inline-block;
  line-height: 1.2;
  margin: 0 3px;
}

.list-pagination-03 .prev {
  margin-right: 15px;
  color: #aaadb2;
  font-size: 95%;
}
.list-pagination-03 .prev-none {
  margin-right: 15px;
  color: #b8b8b8;
  padding: 10px 15px 10px 15px;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  font-size: 95%;
}

.list-pagination-03 .next {
  margin-left: 15px;
  color: #aaadb2;
  font-size: 95%;
}
.list-pagination-03 .next-none {
  margin-left: 15px;
  color: #b8b8b8;
  padding: 10px 15px 10px 15px;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  font-size: 95%;
}

.list-pagination-03 span a {
  display: inline-block;
  padding: 10px 23px 10px 23px;
  color: #2a2928;
  text-decoration: none;
  border: 1px solid #999;
  border-radius: 5px;
}
.list-pagination-03 span.prev a,
.list-pagination-03 span.prev a:hover {
  padding: 10px 15px 10px 15px;
}
.list-pagination-03 span.next a,
.list-pagination-03 span.next a:hover {
  padding: 10px 15px 10px 15px;
}

.list-pagination-03 .current {
  padding: 11px 25px 11px 25px;
  color: #fff;
  background-color: #545558;
  border-radius: 5px;
}

.list-pagination-03 span a:hover {
  padding: 10px 23px 10px 23px;
  color: #fff;
  background-color: #545558;
  border-radius: 5px;
}

.list-pagination-03 .counter{
  font-size: 14px;
  font-weight: normal;
  color: #666;
  margin: 8px 0 0 0;
  font-family: 'Oswald', sans-serif;
}

/* 検索BOX */

.search-input-box {
  padding: 20px 25px;
  margin-bottom: 25px;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ee000000,EndColorStr=#ee000000);
  background-color: rgba(0,0,0,0.05);
}

.search-input-box(:target){
    filter: none;
}

.search-input-box .page-inputtext {
  width: 290px;
  height: 25px;
  padding: 2px 7px 1px;
  margin-right: 6px;
  font-size: 87.5%;
  box-sizing: border-box;
  -webkit-appearance: none;
  border: 1px solid #e2e9ef;
  border-top: 1px solid #acadb2;
  border-radius: 2px;
}

.search-input-box .page-keywordbtn {
  margin-right: 8px;
}

.search-input-box input[type=button] {
  width: 23px;
  height: 23px;
  text-indent: -1000em;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/search-question.png) 0 0 no-repeat;
  border: medium none;
}

.search-input-box .search-area {
  float: left;
  width: 415px;
}

.search-input-box .radio-button {
  padding-top: 2px;
  margin-left: 430px;
  font-size: 87.5%;
}

.search-input-box .radio-button input[type=radio] {
  margin: 0 43px 0 4px;
}

.search-count-box {
  margin-bottom: 20px;
  font-size: 92%;
}

.search-count-box .name strong {
  font-weight: normal;
}

.search-count-box .count strong {
  margin: 0 4px;
  font-weight: normal;
  color: #cc0000;
}


/* 名言｜検索BOX */

.saying-search-navi {
  padding: 16px 25px;
  margin-bottom: 15px;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ee000000,EndColorStr=#ee000000);
  background-color: rgba(0,0,0,0.05);
}

.saying-search-navi(:target){
    filter: none;
}

.saying-search-navi table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

.saying-search-navi th {
  padding: 7px 17px 7px 0;
  font-size: 93%;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  color: #000;
}

.saying-search-navi td {
  padding: 7px 17px 7px 0;
  font-size: 93%;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  color: #000;
}

.saying-search-navi select,
.saying-search-navi input {
  font-size: 93%;
  color: #000;
}

.saying-search-navi selset {
  border: 1px solid #e3e4e9;
  border-top: 1px solid #acadb2;
  border-radius: 2px;
}

.saying-search-navi .search_button {
  border: 0px;
  width: 50px;
  height: 25px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/search_submit01.png) left top no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  select {
    margin-top: -2px;
    -webkit-appearance: menulist-button;
  }
}

.saying-search-navi input[type=text] {
  width: 285px;
  height: 25px;
  padding: 2px 7px 1px;
  font-size: 87.5%;
  box-sizing: border-box;
  -webkit-appearance: none;
  border: 1px solid #e2e9ef;
  border-top: 1px solid #acadb2;
  border-radius: 2px;
}

.saying-search-navi input[type=image] {
  margin-left: 5px;
}


/* 雑誌バックナンバー｜検索BOX */
.magazine-search-navi {
  padding: 13px 0 6px 20px;
  margin-bottom: 15px;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ee000000,EndColorStr=#ee000000);
  background-color: rgba(0,0,0,0.05);
}

.magazine-search-navi(:target){
    filter: none;
}

.magazine-search-navi table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

.magazine-search-navi th {
  padding: 8px 17px 0 0;
  font-size: 87%;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  color: #000;
}

.magazine-search-navi td {
  font-size: 87%;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  color: #000;
}

.magazine-search-navi .cel1 {
  padding-top: 7px;
}

.magazine-search-navi selset {
  font-size: 14px;
  color: #000;
}

.magazine-search-navi selset {
  border: 1px solid #e3e4e9;
  border-top: 1px solid #acadb2;
  border-radius: 2px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  select {
    margin-top: -3px;
    -webkit-appearance: menulist-button;
  }
}

.magazine-search-navi li {
  float: left;
  padding-bottom: 5px;
  margin-right: 20px;
  font-size: 87.5%;
}

.magazine-search-navi li.last {
  margin-right: 0;
}

.magazine-search-navi li a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #000;
}

.magazine-search-navi li.current,
.magazine-search-navi li:hover {
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/archive/navi_current_bg.png) center bottom no-repeat;
}

.magazine-search-navi li.current a,
.magazine-search-navi li:hover a {
  color: #fff;
  background-color: #545558;
  border-radius: 2px;
}

/* リオ五輪｜関連キーワード */

.article-related-word {
  margin:35px 50px 10px 50px;
}
.article-related-word dl {
}
.article-related-word dt {
  font-weight:bold;
  margin-bottom:8px;
}
.article-related-word dd {
  display:inline;
}
.article-related-word dd a {
  background-color: #545558;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  margin-right: 7px;
  padding: 6px 13px 4px;
  text-decoration: none;
  margin-bottom:6px;
}
.article-related-word dd a:hover {
  background-color: #000;
}

/* リストキーワードページ */

.article-listkeyword-link {
  margin:10px 0px 10px 0px;
}
.article-listkeyword-link dl {
}
.article-listkeyword-link dt {
  font-weight:bold;
  margin-bottom:8px;
}
.article-listkeyword-link dd {
  display:inline;
}
.article-listkeyword-link dd a {
  background-color: #545558;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  margin-right: 7px;
  padding: 6px 13px 4px;
  text-decoration: none;
  margin-bottom:6px;
}
.article-listkeyword-link dd a:hover {
  background-color: #000;
}

/* リオ五輪｜特設コーナー */
.olympic2016 {
  background-color:#00280d;
}
.olympic2016 .fixed-navi {
  background-color:#00280d;
}
.olympic2016 .globalnavi1 {
  background-color:#034b1b;
}
.olympic2016 .globalnavi1 li a:hover,
.olympic2016 .globalnavi1 li .current {
  color: #034b1b;
  background-color: #fed639;
}
.olympic2016 .globalnavi2 {
  background-color:#00280d;
}
.olympic2016 .global-header {
  background-color:#00280d;
}
.olympic2016 h1 span {
  display:none;
}
.olympic2016 .head-box {
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/special/olympic2016/pc/top_head_para.jpg) left top no-repeat;
  width:1212px;
  height:131px;
  margin-bottom:20px;
}
.olympic2016 .head-box ul {
  position:relative;
  left:4px;
  top:89px;
  clear:both;
}
.olympic2016 .head-box li a {
  background-color:#034b1b;
  color:#fff;
  border-top:3px solid #a7a7a7;
  float:left;
  width:600px;
  height:31px;
  text-align:center;
  font-size:17px;
  font-weight:bold;
  padding-top:6px;
}
.olympic2016 .head-box li a:hover {
  background-color:#006a23;
}
.olympic2016 .head-box li a:first-child {
  margin-right:4px;
}
.olympic2016 .head-box li span {
  font-size:12px;
  margin-left:10px;
  vertical-align:1px;
  color:#fed639;
}
.olympic2016 .rio-sns {
  position: relative;
  float: right;
  top: 92px;
  right: 15px;
}
.olympic2016 .rio-fb {
  float:left;
  margin-right:8px;
}
.olympic2016 .rio-tw {
  float:left;
  margin-top:6px;
}

.olympic2016 .sns-button-twitter {
  margin-right: 12px;
}
.olympic2016 .sns_twitter_horizontal {
  position:relative;
  bottom:0;
  top:5;
}
.olympic2016 .sns_twitter_horizontal a {
  position:relative;
  bottom:5px;
  font-size:10px;
  border:1px solid #999;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  padding:1px 6px 0px;
  background-color:#fff;
  margin-left:2px;
}
.olympic2016 .sns_twitter_horizontal a:before {
  content:"";
  display:inline-block;
  border:4px solid transparent;
  border-right-color:#777;
  position:absolute;
  left:-8px;
  top:40%;
  margin-top:-3px;
}
.olympic2016 .sns_twitter_horizontal a:after {
  content:"";
  display:inline-block;
  border:3px solid transparent;
  border-right-color:#fff;
  position:absolute;
  left:-6px;
  top:40%;
  margin-top:-2px;
}

.olympic2016 .more-news-button_rio {
  clear: both;
  padding-top: 46px;
  margin-bottom: 15px;
  text-align: center;
}
.olympic2016 .more-news-button_rio a {
  width: 460px;
  padding: 20px 0;
  margin: 0 auto;
  font-size: 139%;
  color: #004911;
  background-color: #fec104;
  cursor: pointer;
  display:block;
}
.olympic2016 .more-news-button_rio a:hover {
  color: #004911;
  background-color: #fec104;
  opacity:0.9;
}
.olympic2016 .more-news-button_rio span {
  display: inline-block;
  padding: 0 30px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/special/olympic2016/pc/more_button_icon2_cur_rio.png) right center no-repeat;
}
.olympic2016 .more-news-button_rio a:hover span {
  background-image: url(https://number.ismcdn.jp/common/numberweb/v4/images/special/olympic2016/pc/more_button_icon2_cur_rio.png);
}

/* Numberサポーターズクラブ｜ナビメニュー */
.globalnavi2 .navi-login .nsc-menu-list {
  float: left;
  line-height: 25px;
  margin-left: 10px;
}
.globalnavi2 .navi-login .nsc-menu-list li {
  display: block;
  float: none;
  margin-left: 10px;
}
.globalnavi2 .navi-login .nsc-menu-list li.menu01 a {
  color: #998641;
  background: rgba(0, 0, 0, 0) url(https://number.ismcdn.jp/common/numberweb/v4/images/globalnavi1_link_icon3.png) no-repeat scroll 0 6px;
  font-weight: bold;
  font-size: 13px;
}
.globalnavi2 .navi-login .nsc-menu-list li.menu02 {
  margin-left: 30px;
}
.globalnavi2 .navi-login .nsc-menu-logout {
  background-color: #aaa;
  padding: 6px 5px 5px 20px;
  margin: 20px -20px -10px;
  font-size: 12px;
}
.globalnavi2 .navi-login .nsc-menu-logout a {
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0) url(https://number.ismcdn.jp/common/numberweb/v4/images/globalnavi1_link_icon3_white.png) no-repeat scroll 0 4px;
  padding-left: 10px;
}



