
@charset "utf-8";
/*
------------------------------------------------------
初期設定
-------------------------------------------------------
*/
*{
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 100%;
}
body{
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic","Osaka－等幅",Verdana,Arial,Helvetica,sans-serif;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  line-height: 1.6;
}
img{
  border: 0;
  vertical-align: bottom;
}
address,caption,cite,code,dfn,em,th,var{
  font-style:normal;
  font-weight:normal;
}
/*
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote{
  font-size: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}
*/
table{
  border-collapse:collapse;
  border-spacing:0;
  empty-cells:show;
  
}
input,label,select,textarea {
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic","Osaka－等幅",Verdana,Arial,Helvetica,sans-serif;
  vertical-align: middle;
}

::-webkit-input-placeholder {
  color: #8d8d8d;
}
 
::-moz-placeholder {
  color: #8d8d8d;
}
 
:-moz-placeholder {
  color: #8d8d8d;
}

:-ms-input-placeholder {
  color: #8d8d8d;
}

/*
------------------------------------------------------
clearfix
-------------------------------------------------------
*/
.clearfix{
  _height: 1px;
  min-height: 1px;
  /*\*//*/height:auto;overflow:hidden;/**/
}
.clearfix:after{
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

/* 
[PC][SP] レスポンシブcss 
記事本文部品（id名 class名変更不可）
*/

/*
------------------------------------------------------
［skin-single-01］記事ページ
------------------------------------------------------
*/
.single {
  padding: 0 60px;
  margin-bottom: 20px;
  letter-spacing: 1.3px;
}

.single-information {
  margin-bottom: 30px;
  letter-spacing: 1.3px;
}

.single-stylenews {
  margin-bottom: 30px;
  letter-spacing: 1.3px;
}

.single a {
  text-decoration: none;
  color: #2169c2;
}
.single a:hover {
  text-decoration: underline;
  color: #2ca7ed;
}
.single-information a {
  text-decoration: none;
  color: #2169c2;
}
.single-information a:hover {
  text-decoration: underline;
  color: #2ca7ed;
}

/*記事本文*/
.single p{
  line-height: 1.6;
  margin: 20px 0;
}

.single p .txt-large {
  font-size: 21px;
}

.single-information p{
  line-height: 1.6;
  margin: 20px 30px;
}

.single-stylenews p {
  line-height: 1.6;
  margin: 20px 30px;
}
.single-stylenews .main-img {
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
.single-information p{
  margin: 20px 1em;
}
}

/*小見出し*/
.single h4{
  line-height: 1.1;
  padding:3px 0 0 11px;
  margin: 30px 0 30px;
  font-size: 162%;
  font-weight: bold;
  /*border-left: 2px solid #535353;*/
  border-left: 6px solid #CCC;
}
.single h1{
  font-size:100%;
  margin-bottom:10px;
}

/*記事はじまり文*/
.article-beginning {
  position: relative;
  padding: 20px 0 30px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 112%;
  color: #666;
}
@media screen and (max-width: 640px) {
.article-beginning {
  position: relative;
  padding: 20px 0 30px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 100%;
  color: #666;
}
}
.article-beginning:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 38px;
  height: 1px;
  line-height: 1px;
  margin-left: -19px;
  content: '　';
  background-color: #909090;
}

/*記事おわり文*/
.article-ending {
  position: relative;
  padding: 30px 0 20px;
  margin: 30px 0;
  font-weight: bold;
  font-size: 112%;
  color: #666;
}
@media screen and (max-width: 640px) {
.article-ending {
  position: relative;
  padding: 30px 0 20px;
  margin: 30px 0;
  font-weight: bold;
  font-size: 100%;
  color: #666;
}
}
.article-ending:after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 38px;
  height: 1px;
  line-height: 1px;
  margin-left: -19px;
  content: '　';
  background-color: #909090;
}

/*登場人物プロフィール*/
.article-cast-profile {
  padding: 30px 30px 30px;
  margin-bottom: 15px;
  background-color: #ededeb;
  overflow: hidden;
  _zoom: 0;
}
.article-cast-profile figure {
  float: left;
  margin: 0 25px 0 0;
}
.article-cast-profile p {
  line-height: 1.5;
  margin: 0;
  font-size: 15px;
  letter-spacing: 1px;
}
.article-cast-profile .name {
  margin-bottom: 5px;
  font-size: 20px;
}
.article-cast-profile .name span {
  margin-left: 10px;
  font-size: 13px;
}

.article-cast-profile02 {
  padding: 30px 30px 30px;
  margin-bottom: 15px;
  background-color: #ededeb;
  overflow: hidden;
  _zoom: 0;
}
.article-cast-profile02 figure {
  float: left;
  margin: 0 25px 0 0;
}
.article-cast-profile02 figure img {
  width: 300px;
}
.article-cast-profile02 p {
  line-height: 1.5;
  margin: 0;
  font-size: 15px;
  letter-spacing: 1px;
}
.article-cast-profile02 .name {
  margin: 10px 0 5px 0;
  font-size: 19px;
}
.article-cast-profile02 .name span {
  margin-left: 10px;
  font-size: 13px;
}
@media screen and (max-width: 640px) {
.article-cast-profile02 {
  padding: 20px 20px 0 20px;
}
.article-cast-profile02 figure {
  float: none;
  margin: 0;
}
.article-cast-profile02 figure img {
  width: auto;
  max-width: 100%;
}
.article-cast-profile02 p {
  font-size: 13px;
  line-height: 1.3em;
}
.article-cast-profile02 .name {
  clear: both;
  margin: 10px 0 -8px 0;
}
}

/* 関連コラム */ 
.article-related-column {
  margin: 20px 0 20px;
}
.article-related-column h3 {
  position: relative;
  line-height: 1.3;
  padding-bottom: 3px;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
.article-related-column h3:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 11px;
  height: 1px;
  line-height: 1px;
  content: '　';
  background-color: #000;
}
.article-related-column li {
  padding: 15px 0 15px;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
}
.article-related-column li a {
  display: inline-block;
  line-height: 1.4;
  padding-left: 13px;
  padding-right: 70px;
  font-weight: bold;
  text-decoration: none;
  color: #2169c2;
  background: url(http://number.ismcdn.jp/common/numberweb/v4/images/link_icon04.png) 0 5px no-repeat;
}
.article-related-column li a:hover {
  text-decoration: underline;
  color: #2ca7ed;
}
.article-related-column p {
  margin: 0;
}
.article-related-column .date {
  line-height: 1.1;
  margin-top: -20px;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-align: right;
}
/*関連コラム・目次ページ用*/
.backnumber-related-column {
  padding: 20px 20px 20px;
  margin: 30px 0 30px;
  background-color: #fff;
}
.backnumber-related-column  h3 {
  position: relative;
  line-height: 1.3;
  padding-bottom: 3px;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
.backnumber-related-column h3:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 11px;
  height: 1px;
  line-height: 1px;
  content: '　';
  background-color: #000;
}
.backnumber-related-column li {
  padding: 15px 0 15px;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
}
.backnumber-related-column li a {
  display: inline-block;
  line-height: 1.4;
  padding-left: 13px;
  padding-right: 70px;
  font-weight: bold;
  text-decoration: none;
  color: #2169c2;
  background: url(http://number.ismcdn.jp/common/numberweb/v4/images/link_icon04.png) 0 5px no-repeat;
}
.backnumber-related-column li a:hover {
  text-decoration: underline;
  color: #2ca7ed;
}
.backnumber-related-column p {
  margin: 0;
}
.backnumber-related-column .date {
  line-height: 1.1;
  margin-top: -20px;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-align: right;
}

/*言わせろナンバー*/
.article-iwasero-number {
  margin-bottom: 60px;
  padding: 20px;
  background-color: #f5f5f5;
}
.article-iwasero-number p {
  margin: 0;
}
.article-iwasero-number .title.accept {
  min-height: 64px;
  padding-left: 81px;
  margin-bottom: 27px;
  background: url(http://number.ismcdn.jp/common/numberweb/v4/images/special_column_icon1.png) 0 0 no-repeat;
}
.article-iwasero-number .title .text1 {
  padding-top: 3px;
  font-size: 22px;
  font-weight: bold;
}
.article-iwasero-number .title .text2 {
  font-size: 15px;
}
.article-iwasero-number li {
  margin-bottom: 10px;
  font-size: 16px;
}
.article-iwasero-number li a {
  display: inline-block;
  line-height: 1.4;
  padding-left: 13px;
  font-weight: bold;
  text-decoration: none;
  color: #2169c2;
  background: url(http://number.ismcdn.jp/common/numberweb/v4/images/link_icon04.png) 0 6px no-repeat;
}
.article-iwasero-number li a:hover {
  text-decoration: underline;
  color: #2ca7ed;
}

/*言わせろナンバー改*/
.article-iwasero {
  background-color: #f3f3f3;
  padding: 17px 16px 13px 16px;
  line-height: 1.3em;
  margin-bottom: 20px;
}

.article-iwasero h3 {
  font-size: 16px;
  display:block;
  margin-bottom:7px;
}

.article-iwasero h3 span.lead {
  font-size: 14px;
  font-weight:normal;
}

.article-iwasero span.subject {
  font-size: 16px;
  display:block;
  font-weight:bold;
}

.article-iwasero span.subject a {
  text-decoration: none;
  color: #2169c2;
  background: transparent url(http://number.ismcdn.jp/common/numberweb/v4/images/link_icon04.png) no-repeat scroll 0 5px;
  padding-left: 13px;
}

.article-iwasero span.subject a:hover {
  text-decoration: underline;
  color: #2ca7ed;
}

@media screen and (max-width: 640px) {
.article-iwasero {
  background-color: #f3f3f3;
  padding: 14px 16px 11px 16px;
  line-height: 1.3em;
  margin-bottom: 20px;
}

.article-iwasero h3 {
  font-size: 13px;
  display:block;
  margin-bottom:7px;
}

.article-iwasero h3 span.lead {
  font-size: 11px;
  font-weight:normal;
}

.article-iwasero span.subject {
  font-size: 13px;
  display:block;
  font-weight:bold;
}

.article-iwasero span.subject a {
  text-decoration: none;
  color: #2169c2;
  background: transparent url(http://number.ismcdn.jp/common/numberweb/v4/images/link_icon04.png) no-repeat scroll 0 2px;
  padding-left: 13px;
}
}

/*雑誌「Number」宣伝枠*/
.article-magazine-number {
  padding: 30px;
  margin-bottom: 30px;
  background-color: #202226;
  color: #fff;
}
.article-magazine-number p {
  margin: 0;
}
.article-magazine-number a {
  text-decoration: underline;
  color: #fff;
}
.article-magazine-number a:hover {
  text-decoration: none;
  color: #c3c3c3;
}
.article-magazine-number .image-area {
  float: left;
  width: 180px;
  text-align: center;
}
.article-magazine-number .image-area .image {
  margin-bottom: 25px;
}
.article-magazine-number .image-area .image img {
  max-width: 180px;
  height: auto;
}
.article-magazine-number .text-area {
  padding-top: 2px;
  margin-left: 210px;
}
.article-magazine-number .text-area .number {
  margin-bottom: 5px;
  font-family: 'Oswald',"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic";
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #a9954d;
}
.article-magazine-number .text-area .title {
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 22px;
  font-weight: bold;
}
.article-magazine-number .text-area .title a {
  color:#fff;
  text-decoration:none;
}
.article-magazine-number .text-area .title a:hover {
  text-decoration:underline;
}
.article-magazine-number .text-area .outline {
  margin-bottom: 15px;
  font-size: 15px;
}
.article-magazine-number .text-area .price {
  font-size: 15px;
}
.article-magazine-number .text-area .price span {
  margin-left: 30px;
}
.article-magazine-number .text-area .price a {
  color:#fff;
  text-decoration:none;
}
.article-magazine-number .text-area .price a:hover {
  text-decoration:underline;
}

/*書籍紹介枠*/
.article-book-introduction {
  padding: 30px 30px 15px 30px;
  margin-bottom: 60px;
  font-size: 15px;
  background-color: #dceef2;
}
.article-book-introduction p {
  margin: 0;
}
.article-book-introduction a {
  text-decoration: none;
  color: #2169c2;
}
.article-book-introduction a:hover{
  text-decoration: underline;
  color: #2ca7ed;
}
.article-book-introduction a:hover {
  text-decoration: underline;
}
.article-book-introduction .image-area {
  float: left;
  width: 180px;
  text-align: center;
}
.article-book-introduction .image-area .image {
  margin-bottom: 25px;
}
.article-book-introduction .image-area .image img {
  max-width: 180px;
  height: auto;
}
.article-book-introduction .text-area {
  padding-top: 2px;
  margin-left: 210px;
}
.article-book-introduction .text-area .title {
  margin-bottom: 3px;
  line-height: 1.3;
  font-size: 22px;
  font-weight: bold;
}
.article-book-introduction .text-area .sub-title {
  font-size: 16px;
}
.article-book-introduction .text-area .outline {
  margin: 15px 0;
}
.article-book-introduction .text-area .other span {
  margin-left: 10px;
}
.article-book-introduction .text-area .other .icon {
  position: relative;
  top: -2px;
  display: inline-block;
  margin: 0;
  font-size: 11px;
}

/*コラムシリーズ「スポーツのお値段」のお値段枠*/
/*
.article-column-onedan {
  margin: 0 -35px 60px;
  padding: 15px 35px;
  background: url(http://number.ismcdn.jp/common/numberweb/v4/images/sub_container_bg.png) 0 0 repeat;
}*/
.article-column-onedan {
  margin-bottom: 60px;
}
.article-column-onedan p {
  margin: 0;
}
.article-column-onedan .box-wrap {
  padding: 4px;
  color: #fff;
  background-color: #000;
}
.article-column-onedan .box-content {
  padding: 5px 15px;
  border: 1px solid #808080;
}
.article-column-onedan .text {
  padding: 45px 0 20px;
  line-height: 1.2;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 42px;
  text-align: center;
}
.article-column-onedan .copy {
  font-size: 16px;
  text-align: right;
  color: #ccc;
}

/*コラムシリーズ「フットボール“新語録”」の語録枠*/
/*
.article-column-football {
  margin: 0 -35px 60px;
  padding: 15px 35px 5px;
  background: url(http://number.ismcdn.jp/common/numberweb/v4/images/sub_container_bg.png) 0 0 repeat;
}*/
.article-column-football {
  margin-bottom: 60px;
}
.article-column-football p {
  margin: 0;
}
/*
.article-column-football .box-wrap {
  padding-bottom: 15px;
  background: url(http://number.ismcdn.jp/common/numberweb/v4/images/single/column_football_bg.png) 0 bottom no-repeat;
}*/
.article-column-football .box-wrap {
  padding: 40px 65px 45px;
  color: #000;
  background-color: #fafafa;
  text-align: center;
}
.article-column-football .text {
  position: relative;
  margin-bottom: 50px;
  line-height: 1.5;
  font-size: 28px;
}
.article-column-football .text:after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 1px;
  line-height: 1px;
  content: '　';
  background-color: #666;
}
.article-column-football .copy {
  line-height: 1.4;
  font-size: 17px;
}

/* StyleNewsなどで利用する関連情報（クライアントサイトへの誘導エリア） */
.style-info {
  margin: 0 30px 60px 30px;
  padding: 25px 30px;
  font-size: 15px;
  background-color: #f7f8fa;
}
.style-info p {
  margin-bottom: 0;
}
.style-info-wrap {
  padding-left: 10px;
  border-left: 2px solid #8c8d8d;
}
.style-info h2 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  line-height: 1.4em;
}
.style-info a {
  padding-right: 16px;
  letter-spacing: 0.3px;
  background: url(http://number.ismcdn.jp/common/numberweb/v4/images/icon_outside.png) right 4px no-repeat;
}
.style-info img {
  float: right;
  margin: -33px -20px 0 0;
  width: 230px;
}

/*商品説明などを囲むボックス*/
.article-box-product {
  padding: 40px 27px;
  margin-bottom: 15px;
  color: #fff;
  background: url(http://number.ismcdn.jp/common/numberweb/v4/images/box_bg01.png) 5px 5px no-repeat #2f343d;
}
.article-box-product p {
  margin: 0;
}
.article-box-product figure img {
  border: 1px solid #c8c8c8;
  width: 270px;
}
.article-box-product figure .button {
  margin-top: 8px;
  font-size: 13px;
}
.article-box-product figure .button a {
  padding-left: 18px;
  background: url(http://number.ismcdn.jp/common/numberweb/v4/images/icon_plus.png) 0 2px no-repeat;
  color: #fff;
}

@media screen and (max-width: 640px) {
.article-box-product .text-area .title {
  font-size: 16px;
}
.article-box-product .text-area .subtitle {
  font-size: 16px;
  margin-top:15px;
}
.article-box-product .text-area .text2 {
  line-height: 1.45;
  font-size: 15px;
  margin-top:10px;
}
}
@media screen and (min-width: 641px) {
.article-box-product .text-area .title {
  font-size: 25px;
}
.article-box-product .text-area .subtitle {
  font-size: 20px;
  margin-top:15px;
}
.article-box-product .text-area .text {
  line-height: 1.45;
  font-size: 15px;
  margin-top:15px;
}
.article-box-product .text-area .text2 {
  line-height: 1.5;
  font-size: 16px;
  margin-top:15px;
}
}
.article-box-product .layout-1 figure {
  float: left;
}
.article-box-product .layout-1 .text-area {
  margin-left: 145px;
}
.article-box-product .layout-2 figure {
  float: right;
  margin-left:20px;
}
.article-box-product .layout-2 .text-area {
  margin-right: 145px;
}
.article-box-product .layout-3 figure {
  float: right;
  width:250px;
  margin-top:30px;
}
.article-box-product .layout-3 .text-area {
  float:left;
  width:440px;
}

@media screen and (max-width: 640px) {
.article-box-product2 {
  padding: 7px 10px 10px 10px;
  margin-bottom: 15px;
  color: #fff;
  background: url(http://number.ismcdn.jp/common/numberweb/v4/images/box_bg01.png) 5px 5px no-repeat #2f343d;
}
.article-box-product2 .text-area .title {
  font-size: 16px;
}
.article-box-product2 .text-area .subtitle {
  font-size: 17px;
  margin-top:15px;
}
.article-box-product2 .text-area .text {
  line-height: 1.45;
  font-size: 13px;
  margin-top:15px;
}
.article-box-product2 .text-area .text2 {
  line-height: 1.45;
  font-size: 15px;
  margin-top:0px;
}
}
@media screen and (min-width: 641px) {
.article-box-product2 {
  padding: 5px 27px 30px;
  margin-bottom: 15px;
  color: #fff;
  background: url(http://number.ismcdn.jp/common/numberweb/v4/images/box_bg01.png) 5px 5px no-repeat #2f343d;
}
.article-box-product2 .text-area .title {
  font-size: 25px;
}
.article-box-product2 .text-area .subtitle {
  font-size: 20px;
  margin-top:15px;
}
.article-box-product2 .text-area .text {
  line-height: 1.45;
  font-size: 15px;
  margin-top:15px;
}
.article-box-product2 .text-area .text2 {
  line-height: 1.5;
  font-size: 16px;
  margin-top:10px;
}
}

/*次ページへ*/
.next-title{
  padding-top: 0px;
  font-size: 115%;
  text-align: center;
  font-weight:
}
.next-title a{
  text-decoration: none;
  color: #2169c2;
}
.next-title a:hover{
  text-decoration: underline;
  color: #2ca7ed;
}
.next-title strong{
  font-weight:normal;
}

/*記事中プロフィール*/
.article-profile{
  padding:15px;
  border:solid 1px #999;
  font-size:12px;
  line-height:18px;
  width:518px;
  margin-bottom:15px;
}
* html .article-profile{
  width:550px;
}
.article-profile strong,
.article-profile b{
  font-weight:bold;
  font-size:120%;
}

/*PCとSPでの表示非表示*/
.display-pc {
  display: block;
}
.display-sp {
  display: none;
}

@media only screen and (max-width: 540px) {
  .single {
    padding: 0 5px;
    margin-bottom: 20px;
    letter-spacing: 0;
    font-size: 16px;
  }

  /*記事本文*/
  .single p {
    line-height: 1.5;
    margin: 16px 0;
  }
  .single p .txt-large {
  font-size: 19px;
  }
  
  /*小見出し*/
  .single h4 {
    line-height: 1.3;
    padding-left: 8px;
    margin: 23px 0;
    font-size: 19px;
    font-weight: bold;
    border-left: 2px solid #535353;
  }

  /*次ページへ*/
  .next-title a,
  .next-title a:hover {
    font-weight: bold;
    text-decoration: none;
    color: #00529f;
  }

  /*記事はじまり文*/
  .article-beginning {
    padding: 15px 0 20px;
    margin-bottom: 25px;
    font-size: 16px;
  }
  .article-beginning:after {
    width: 30px;
    margin-left: -15px;
  }
  
  /*記事おわり文*/
  .article-ending {
    padding: 20px 0 20px;
    margin: 20px 0;
    font-size: 16px;
  }
  .article-ending:after {
    width: 30px;
    margin-left: -15px;
  }

  /*登場人物プロフィール*/
  .article-cast-profile {
    padding: 15px;
  }
  .article-cast-profile figure {
    margin: 0 15px 10px 0;
  }
  .article-cast-profile p {
    margin: 0;
    font-size: 13px;
  }
  .article-cast-profile .name {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .article-cast-profile .name span {
    display: block;
    margin-left: 0;
    font-size: 11px;
  }
  .article-cast-profile p:nth-of-type(2) {
    clear: both;
  }

  /* 関連コラム */ 
  .article-related-column {
    margin: 20px 0 20px;
  }
  .article-related-column h3 {
    padding-bottom: 3px;
    font-size: 12px;
    font-weight: bold;
  }
  .article-related-column h3:after {
    width: 10px;
  }
  .article-related-column li {
    padding: 10px 0 14px;
    font-size: 14px;
    line-height: 18px;
  }
  .article-related-column li a {
    padding-left: 11px;
    text-decoration: none;
    background: url(http://number.ismcdn.jp/common/numberweb/v4/images/sp/link_icon02.png) 0 8px no-repeat;
    background-size: 4px auto;
    padding-right: 0px;
    line-height: 1.4em;
  }
  .article-related-column li a:hover {
    color: #2169c2;
    text-decoration: none;
  }
  .article-related-column p {
    margin: 0;
  }
  .article-related-column .date {
    margin-top: -11px;
    font-size: 8px;
  }
  /* 関連コラム・目次ページ用 */ 
  .backnumber-related-column {
    margin: 20px 0 20px;
  }
  .backnumber-related-column h3 {
    padding-bottom: 3px;
    font-size: 12px;
    font-weight: bold;
  }
  .backnumber-related-column h3:after {
    width: 10px;
  }
  .backnumber-related-column li {
    padding: 10px 0 14px;
    font-size: 12px;
    line-height: 16px;
  }
  .backnumber-related-column li a {
    padding-left: 11px;
    text-decoration: none;
    background: url(http://number.ismcdn.jp/common/numberweb/v4/images/sp/link_icon02.png) 0 8px no-repeat;
    background-size: 4px auto;
    padding-right: 0px;
    line-height: 1.4em;
  }
  .backnumber-related-column li a:hover {
    color: #2169c2;
    text-decoration: none;
  }
  .backnumber-related-column p {
    margin: 0;
  }
  .backnumber-related-column .date {
    margin-top: -11px;
    font-size: 8px;
  }
  /*言わせろナンバー*/
  .article-iwasero-number {
    margin-bottom: 40px;
    padding: 14px 8px;
  }
  .article-iwasero-number p {
    margin: 0;
  }
  .article-iwasero-number .title.accept {
    min-height: 32px;
    padding-left: 41px;
    margin-bottom: 8px;
    background: url(http://number.ismcdn.jp/common/numberweb/v4/images/special_column_icon1.png) 0 0 no-repeat;
    background-size: 34px auto;
  }
  .article-iwasero-number .title .text1 {
    padding-top: 0;
    font-size: 15px;
    font-weight: bold;
  }
  .article-iwasero-number .title .text2 {
    font-size: 10px;
  }
  .article-iwasero-number li {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 18px;
  }
  .article-iwasero-number li a {
      padding-left: 10px;
      text-decoration: none;
      background: url(http://number.ismcdn.jp/common/numberweb/v4/images/sp/link_icon02.png) 0 5px no-repeat;
      background-size: 4px auto;
  }
  .article-iwasero-number li a:hover {
      color: #2169c2;
      text-decoration: none;
  }

/*次ページへ*/
.next-title{
  font-size: 100%;
  text-align: left;
  text-indent: -7em;
  margin-left: 7em !important;
}

/*小見出し*/
.single h4 {
    font-size: 17px;
    margin: 18px 0;
}
  
  /*雑誌「Number」宣伝枠*/
  .article-magazine-number {
    padding: 15px;
    margin-bottom: 30px;
  }
  .article-magazine-number p {
    margin: 0;
  }
  .article-magazine-number a,
  .article-magazine-number a:hover {
    text-decoration: underline;
    color: #fff;
  }
  .article-magazine-number .image-area {
    margin-right: 15px;
    width: 100px;
  }
  .article-magazine-number .image-area .image {
    margin-bottom: 10px;
  }
  .article-magazine-number .image-area .image img {
    max-width: 100px;
    height: auto;
  }
  .article-magazine-number .image-area p img {
    width: 100px;
    height: auto;
  }
  .article-magazine-number .text-area {
    padding-top: 15px;
    margin-left: 0;
  }
  .article-magazine-number .text-area .number {
    margin-bottom: 10px;
    font-size: 11px;
  }
  .article-magazine-number .text-area .title {
    line-height: 1.4;
    font-size: 15px;
  }
  .article-magazine-number .text-area .outline {
    clear: both;
    padding-top: 8px;
    margin-bottom: 5px;
    font-size: 10px;
  }
  .article-magazine-number .text-area .price {
    font-size: 10px;
  }
  .article-magazine-number .text-area .price span {
    margin-left: 10px;
  }

  /*書籍紹介枠*/
  .article-book-introduction {
      padding: 15px;
      margin-bottom: 30px;
  }
  .article-book-introduction p {
    margin: 0;
  }
  .article-book-introduction a,
  .article-book-introduction a:hover {
    text-decoration: none;
    color: #2169c2;
  }
  .article-book-introduction .image-area {
    margin-right: 15px;
    width: 100px;
  }
  .article-book-introduction .image-area .image {
    margin-bottom: 10px;
  }
  .article-book-introduction .image-area .image img {
    max-width: 100px;
    height: auto;
  }
  .article-book-introduction .image-area p img {
    width: 100px;
    height: auto;
  }
  .article-book-introduction .text-area {
    padding-top: 15px;
    margin-left: 0;
  }
  .article-book-introduction .text-area .title {
    margin-bottom: 5px;
    line-height: 1.4;
    font-size: 15px;
  }
  .article-book-introduction .text-area .sub-title {
    font-size: 12px;
  }
  .article-book-introduction .text-area .outline {
    clear: both;
    padding-top: 8px;
    margin: 0 0 5px;
    font-size: 10px;
  }
  .article-book-introduction .text-area .other {
    font-size: 10px;
  }
  .article-book-introduction .text-area .other span {
    margin-left: 10px;
  }
  .article-book-introduction .text-area .other .icon {
    top: 0;
    font-size: 10px;
  }

  /*コラムシリーズ「スポーツのお値段」のお値段枠*/
  .article-column-onedan {
    margin: 0 0 30px;
  }
  .article-column-onedan p {
    margin: 0;
  }
  .article-column-onedan .box-wrap {
    padding: 2px;
    color: #fff;
    background-color: #000;
  }
  .article-column-onedan .box-content {
    padding: 5px 10px;
    border: 1px solid #808080;
  }
  .article-column-onedan .text {
    padding: 20px 0 13px;
    font-size: 24px;
  }
  .article-column-onedan .copy {
    font-size: 12px;
  }
  
  /*コラムシリーズ「フットボール“新語録”」の語録枠*/
  .article-column-football {
    margin: 0 0 30px;
  }
  .article-column-football p {
    margin: 0;
  }
  .article-column-football .box-wrap {
    padding: 15px 10px 20px;
    color: #000;
    background-color: #fafafa;
    text-align: center;
  }
  .article-column-football .text {
    margin-bottom: 25px;
    font-size: 16px;
  }
  .article-column-football .text:after {
    bottom: -10px;
    margin-left: -10px;
    width: 20px;
  }
  .article-column-football .copy {
    line-height: 1.4;
    font-size: 11px;
    text-align: left;
  }

  /* StyleNewsなどで利用する関連情報（クライアントサイトへの誘導エリア） */
  .style-info {
    margin: 0 0 30px 0;
    padding: 10px 10px;
    font-size: 13px;
    background-color: #f7f8fa;
  }
  .style-info p {
    margin-bottom: 0;
  }
  .style-info-wrap {
    padding-left: 10px;
    border-left: 1px solid #8c8d8d;
  }
  .style-info h2 {
    margin-bottom: 3px;
    font-size: 14px;
  }
  .style-info a {
    background: url(http://number.ismcdn.jp/common/numberweb/v4/images/sp/icon_outside.png) right 1px no-repeat;
    background-size: 10px auto;
  }
  .style-info img {
    float: none;
    margin: 10px 0 0 0;
    width: 75%!important;
    max-width: 100%;
  }

  /*商品説明などを囲むボックス*/
  .article-box-product {
    padding: 15px 15px;
    background: url(http://number.ismcdn.jp/common/numberweb/v4/images/box_bg01.png) 5px 5px no-repeat #2f343d;
  }
  .article-box-product p {
    margin: 0;
  }
  .article-box-product figure img {
    max-width: 100px;
    height: auto;
    border: 1px solid #c8c8c8;
  }
  .article-box-product figure .button {
    margin-top: 5px;
    font-size: 10px;
    text-align: center;
  }
  .article-box-product figure .button a {
    padding-left: 14px;
    background: url(http://number.ismcdn.jp/common/numberweb/v4/images/icon_plus.png) 0 0 no-repeat;
    background-size: 10px auto;
  }
  .article-box-product .text-area .title {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: bold;
  }
  .article-box-product .text-area .text {
    padding-top: 10px;
    clear: both;
    line-height: 1.4;
    font-size: 11px;
  }
  .article-box-product .layout-1 figure {
    float: left;
    margin-right: 15px;
  }
  .article-box-product .layout-1 .text-area {
    padding-top: 15px;
    margin-left: 0;
  }
  .article-box-product .layout-2 figure {
    float: right;
    margin-left: 15px;
  }
  .article-box-product .layout-2 .text-area {
    padding-top: 15px;
    margin-right: 0;
  }
  .article-box-product .layout-3 figure {
    float:left;
    margin:5px 20px -10px 10px;
  }
  .article-box-product .layout-3 .text-area {
    padding-top: 15px;
    padding-bottom:10px;
    margin-right: 0;
    width:100%;
  }
  .article-box-product .layout-3 .text-area .text {
    font-size: 13px;
  }

  /*PCとSPでの表示非表示*/
  .display-pc {
    display: none;
  }
  .display-sp {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .article-box-product figure img {
    max-width: 100px;
    height: auto;
    border: 1px solid #c8c8c8;
    margin-bottom: 15px;
}
  .article-box-product .text-area .title {
    font-size: 16px;
    clear: both;
}
  .article-box-product .layout-2 figure {
    float: left;
    margin-left: 0;
}
}
@media screen and (min-width: 641px) {
  .article-box-product .text-area .title {
    font-size: 25px;
}
}

/*
------------------------------------------------------
［skin-single-02］スポーツ名言集ページ
------------------------------------------------------
*/

.motL{
  line-height: 1.8;
  margin-bottom: 35px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
 	 font-size: 146%;
  font-weight: 500;
  letter-spacing: 4px;
}

/*
------------------------------------------------------
［skin-single-03］雑誌目次ページ
------------------------------------------------------
*/

.introductionArea {
  padding: 33px 35px 15px 18px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  background-color: #fff;
}
.introductionArea > div {
  margin-bottom: 30px;
}
.introductionArea li {
  margin-bottom: 20px;
}
.introductionArea .border {
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid #bfbebe;
}
.introductionArea .border:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 10px;
  height: 1px;
  line-height: 1px;
  content: '　';
  background-color: #2a2928;
}
.introductionArea h3 {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 30px;
  color: #608dff;
}
.introductionArea h4 {
  position: relative;
  margin-bottom: 15px;
  font-family: 'Oswald',"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic";
  font-size: 93%;
  font-weight: 300;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #bfbebe;
}
.introductionArea h4:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 10px;
  height: 1px;
  line-height: 1px;
  content: '　';
  background-color: #2a2928;
}
.introductionArea h5 {
  margin:39px 0 20px;
}
.introductionArea h5 span {
  border-bottom:3px double #688fc4;
  border-top:3px double #688fc4;
  font-weight:bold;
  padding:4px 7px 1px 7px;
}
.introductionArea .cat {
  float: left;
  display: block;
  margin-bottom: 3px;
  font-size: 93%;
  color: #0b807f;
}
.introductionArea .writer {
  float: left;
  display: block;
  margin-bottom: 3px;
  margin-left: 15px;
  font-size: 93%;
  color: #666;
}
.introductionArea .tlt-large {
  clear: both;
  float: left;
  display: block;
  line-height: 1.3;
  font-size: 206%;
}
.introductionArea .subtitle-large {
  float: left;
  display: block;
  line-height: 1.3;
  font-size: 206%;
}
.introductionArea .tlt-middle {
  clear: both;
  float: left;
  display: block;
  line-height: 1.5;
  font-size: 156%;
}
.introductionArea .tlt-small {
  clear: both;
  float: left;
  display: block;
  line-height: 1.5;
  font-size: 125%;
}
.introductionArea .subtitle {
  float: left;
  display: block;
  line-height: 1.5;
  font-size: 125%;
}
.introductionArea .other li {
  font-size: 16px;
  margin-bottom: 5px;
}
.introductionArea .mokuji-red {
  color: red;
  font-weight: bold;
  font-size: 18px;
  margin:30px 0;
}
@media only screen and (max-width: 540px) {
  .introductionArea {
    padding: 5px 0 15px 8px;
    letter-spacing: 0;
    background-color: #fff;
  }
  .introductionArea > div {
    margin-bottom: 15px;
  }
  .introductionArea li {
    margin-bottom: 8px;
  }
  .introductionArea li:last-child {
    margin-bottom: 0;
  }
  .introductionArea .border {
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 8px;
    border-bottom: 1px solid #bfbebe;
  }
  .introductionArea .border:before {
    width: 6px;
  }
  .introductionArea h3 {
    margin: 15px 0 5px;
    font-size: 13px;
  }
  .introductionArea h4 {
    margin: 15px 0 5px;
    font-size: 8px;
  }
  .introductionArea h4:after {
      width: 6px;
  }
  .introductionArea h5 {
    margin:19px 0 -8px;
  }
  .introductionArea h5 span {
    font-size:10px;
    padding:2px 5px;
  }
  .introductionArea .cat {
    font-size: 9px;
  }
  .introductionArea .writer {
    margin-left: 18px;
    font-size: 9px;
  }
  .introductionArea .tlt-large {
    line-height: 1.2;
    font-size: 17px;
  }
  .introductionArea .subtitle-large {
    line-height: 1.2;
    font-size: 17px;
  }
  .introductionArea .tlt-middle {
    line-height: 1.4;
    font-size: 13px;
  }
  .introductionArea .tlt-small {
    line-height: 1.5;
    font-size: 10px;
  }
  .introductionArea .subtitle {
    line-height: 1.4;
    font-size: 13px;
  }
  .introductionArea .other li {
    font-size: 11px;
    margin-bottom: 2px;
  }
}

/*
------------------------------------------------------
［skin-tieup-01］tieupページ
------------------------------------------------------
*/
.freeArea{
  background-color: #fff;
}

@media only screen and (max-device-width: 640px) {
.freeArea{
  width: 100%;
}
}

------------------------------------------------------
モジュール
------------------------------------------------------

.mb05 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mt05 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.fs14 {
  font-size: 14px!important;
}
.fs13 {
  font-size: 13px!important;
}
.fs20 {
  font-size: 20px!important;
}
.central{
  clear:both;
  text-align:center !important;
}

/*記事中写真位置＆キャプション*/
@media screen and (max-width: 640px) {
   /* 表示領域が640px以下の場合に適用するスタイル */
.single-detail-column .figure,.single-detail-column .figure-center,.single-detail-column .figure-left,.single-detail-column .figure-right {
    width:auto;
    max-width:100%;
    margin: 0 0 20px 0;
    float:center;
}
.figure-right-small {
    width:auto;
    max-width:60%;
    margin-bottom:20px;
    margin-left:20%;
}
.single-detail-column .figure img,.single-detail-column .figure-center img,.single-detail-column .figure-left img,.single-detail-column .figure-right img,.figure-right-small img {
    width:auto;
    max-width:100%;
}
.single-detail-column .figure span,.single-detail-column .figure-center span,.single-detail-column .figure-left span,.single-detail-column .figure-right span {
    font-size:12px;
    display:block;
    margin-bottom:2px;
    background-color:#ddd;
    padding:8px;
    text-align:left;
}
.article-photo {
    width:auto;
    max-width:100%;
    margin-bottom:20px;
}
.article-photo img {
    width:auto;
    max-width:100%;
}
.article-photo span.caption {
    font-size:12px;
    display:block;
    margin-bottom:3px;
    background-color:#ddd;
    padding:10px;
}

.article-photo_yoko {
    width:auto;
    max-width:100%;
    margin-bottom:20px;
}
.article-photo_yoko img {
    width:auto;
    max-width:100%;
}
.article-photo_yoko span.caption {
    font-size:12px;
    display:block;
    margin-bottom:3px;
    background-color:#ddd;
    padding:10px;
}
.style-column_notes {
    font-size:15px;
    font-weight:bold;
    color:#cc3343;
    margin-top:0;
}
}
@media screen and (min-width: 641px) {
   /* 表示領域が641px以上の場合に適用するスタイル */
.single-detail-column .figure,.single-detail-column .figure-right {
  float:right;
  width:320px !important;
  margin:0 0 10px 10px;
}
.single-detail-column .figure-center {
    float:center;
    width:744px;
    margin:0 auto 20px;
}
.single-detail-column .figure-left {
  float:left;
  width:320px !important;
  margin:0 15px 10px 0;
}
.single-detail-column .figure img,.single-detail-column .figure-left img,.single-detail-column .figure-right img {
    width:320px;
}
.figure-right-small {
  float:right;
  width:230px !important;
  margin:0 0 10px 30px;
}
.figure-right-small img {
    width:230px;
}
.single-detail-column .figure span a.overlay img,.single-detail-column .figure-left span a.overlay img,.single-detail-column .figure-right span a.overlay img {
    width:60px !important;
}
.single-detail-column .figure span,.single-detail-column .figure-center span,.single-detail-column .figure-left span,.single-detail-column .figure-right span {
    font-size:12px;
    display:block;
    margin-bottom:3px;
    background-color:#ddd;
    padding:10px;
    text-align:left;
}
.article-photo {
    float:right;
    width:320px;
    margin-left:20px;
    margin-bottom:5px;
}
.article-photo img {
    width:320px;
}
.article-photo span.caption {
    font-size:12px;
    display:block;
    margin-bottom:3px;
    background-color:#ddd;
    padding:10px;
}

.article-photo_yoko {
    float:right;
    width:450px;
    margin-left:20px;
    margin-bottom:5px;
}
.article-photo_yoko img {
    width:450px;
}
.article-photo_yoko span.caption {
    font-size:12px;
    display:block;
    margin-bottom:3px;
    background-color:#ddd;
    padding:10px;
}
.style-column_notes {
    font-size:20px;
    font-weight:bold;
    color:#cc3343;
    margin-top:0;
}
}

@media only screen and (min-device-width: 768px) and
(max-device-width: 1024px) and
(orientation: portrait) {
.single p {
  font-size:130%;
}
}


/*UL LIタグ　横展開*/
ul.yokolist li {
  float: left;
  text-align:left;
  width:50%;
}

/* login */  
/* -------------------------------------------------------- */
.loginBlock {
  max-width: 904px;
  font: 100% Meiryo,MS PGothic,Osaka,arial,helvetica,sans-serif;
  text-align: left;
  line-height: 1.6;
  margin: 0;
  text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.loginBlock a {
  color: #1e7dd9;
  text-decoration: none;
}
.loginBlock a:hover {
  color: #1e7dd9;
  text-decoration: underline;
}

.loginBlock .ttl {
  font-size: 28px;
  font-weight: normal;
  line-height: 1;
  color: #000;
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  background: url(http://number.ismcdn.jp/common/numberweb/v4/images/auth/ttl_line.gif) no-repeat left bottom;
}
@media screen and (max-width:640px){
  .loginBlock .ttl {
    font-size: 14px;
    margin: 0 8px 7px 8px;
    padding: 0 0 7px 0;
    background-size: 100% 1px;
    -ms-background-size: 100% 1px;
    -webkit-background-size: 100% 1px;
  }
}


.loginBlock .inr {
  padding: 45px 36px 45px 54px;
  background: #fff;
}
@media screen and (max-width:640px){
  .loginBlock .inr {
    padding: 20px 8px 15px 8px;
  }
}


.loginBlock .box1 {
  width: 43.68%;
  float: left;
}
.loginBlock .box1 .txt1 {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #202226;
  margin: 0 0 25px 0;
  padding: 0 0 10px 0;
  border-bottom: solid 3px #3c3c3c;
}
.loginBlock .box1 .txt2 {
  margin: 0 0 15px 0;
}
.loginBlock .box1 .txt2 dt {
  font-size: 15px;
  line-height: 1.6;
  color: #000;
  margin: 0 0 5px 0;
  padding: 0;
}
.loginBlock .box1 .txt2 dd {
  margin: 0;
  padding: 0;
}
.loginBlock .box1 .txt2 dd input {
  width: 100%;
  font-size: 15px;
  font-family: Meiryo,MS PGothic,Osaka,arial,helvetica,sans-serif;
  line-height: 1;
  color: #000;
  padding: 5px 5px;
  background: #fff;
  border: solid 1px #dedede;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.loginBlock .box1 .txt3 {
  font-size: 15px;
  line-height: 1.6;
  color: #000;
  margin: 0;
  padding: 0 0 0 12px;
  background: url(http://number.ismcdn.jp/common/numberweb/v4/images/auth/icon_arrow.png) no-repeat left center;
}
.loginBlock .box1 .btn {
  margin: 0 0 15px 0;
  padding: 0;
}
.loginBlock .box1 .btn input {
  width: 100%;
  font-size: 20px;
  font-family: Meiryo,MS PGothic,Osaka,arial,helvetica,sans-serif;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 10px 0 8px 0;
  background: #3c3c3c;
  border: none;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: block;
  cursor: pointer;
  appearance: button;
  -ms-appearance: button;
  -webkit-appearance: button;
}
.loginBlock .box1 .err {
  font-size: 15px;
  line-height: 1.6;
  color: #c00;
  padding: 5px 0 0 0;
}
@media screen and (max-width:640px){
  .loginBlock .box1 {
    width: auto;
    margin: 0 0 50px 0;
    float: none;
  }
  .loginBlock .box1 .txt1 {
    font-size: 15px;
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
    border-bottom: solid 4px #3c3c3c;
  }
  .loginBlock .box1 .txt2 {
    margin: 0 8px 15px 8px;
  }
  .loginBlock .box1 .txt2 dt {
    font-size: 13px;
  }
  .loginBlock .box1 .txt2 dd input {
    font-size: 13px;
  }
  .loginBlock .box1 .txt3 {
    font-size: 13px;
    margin: 0 8px;
    padding: 0 0 0 12px;
    background-image: url(http://number.ismcdn.jp/common/numberweb/v4/images/auth/icon_arrow_sp.png);
    background-size: 8px auto;
    -ms-background-size: 8px auto;
    -webkit-background-size: 8px auto;
  }
  .loginBlock .box1 .btn {
    margin: 0 8px 15px 8px;
    padding: 10px 0 0 0;
  }
  .loginBlock .box1 .btn input {
    font-size: 16px;
    padding: 15px 0 13px 0;
  }
  .loginBlock .box1 .err {
    font-size: 13px;
  }
}


.loginBlock .box2 {
  width: 48.58%;
  padding: 30px 0;
  background: #f2f2f0;
  position: relative;
  float: right;
}
.loginBlock .box2 .tag {
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.loginBlock .box2 .tag img {
  width: 100%;
  height: auto;
  display: block;
}
.loginBlock .box2 .txt1 {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #202226;
  margin: 0 20px 22px 20px;
  padding: 0;
}
.loginBlock .box2 .txt2 {
  list-style-type: none;
  margin: 0 20px;
  padding: 0;
}
.loginBlock .box2 .txt2 li {
  list-style-type: none;
  font-size: 15px;
  line-height: 1.6;
  color: #000;
  margin: 0 0 10px 0;
  padding: 0 0 0 16px;
  background: url(http://number.ismcdn.jp/common/numberweb/v4/images/auth/icon_arrow.png) no-repeat 4px center;
}
.loginBlock .box2 .btn {
  margin: 0 20px 20px 20px;
  padding: 0;
}
.loginBlock .box2 .btn a {
  width: 100%;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-decoration: none;
  margin: 0;
  padding: 15px 0 13px 0;
  background: #907f45;
  border: none;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: block;
}
@media screen and (max-width:640px){
  .loginBlock .box2 {
    width: auto;
    padding: 25px 8px 5px 8px;
    float: none;
  }
  .loginBlock .box2 .tag {
    width: 56px;
    height: 56px;
  }
  .loginBlock .box2 .txt1 {
    font-size: 15px;
    margin: 0 0 22px 0;
  }
  .loginBlock .box2 .txt2 {
    margin: 0;
  }
  .loginBlock .box2 .txt2 li {
    list-style-type: none;
    font-size: 13px;
    padding: 0 0 0 13px;
    background-position: left center;
    background-image: url(http://number.ismcdn.jp/common/numberweb/v4/images/auth/icon_arrow_sp.png);
    background-size: 8px auto;
    -ms-background-size: 8px auto;
    -webkit-background-size: 8px auto;
  }
  .loginBlock .box2 .btn {
    margin: 0 0 12px 0;
  }
  .loginBlock .box2 .btn a {
    font-size: 16px;
    padding: 18px 0 16px 0;
  }
}

/*YouTube動画埋め込み*/
.youtube-movie {
    height: 0;
    margin: 20px 0 0;
    overflow: hidden;
    padding-bottom: 51.35%;
    padding-top: 30px;
    position: relative;
}
.youtube-movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:640px){
  .youtube-movie {
    padding-bottom: 46.25%;
    margin: 20px 0 0 0;
  }
}

/*プレゼントページ*/
.info-present {
  margin: 0px;
}
.info-present .main-img {
  margin: 0;
  padding: 0;
}
.info-present .txt {
  margin: 30px 30px 20px 30px;
}
.info-present .txt p {
  margin-bottom: 1.5em;
}
.info-present .txt p:last-child {
  margin-bottom: 0;
}
.info-present .movie-box {
  margin:13px 0 20px 14px;
}
.info-present .movie-box p {
  margin:20px 0 -15px 0px;
  font-size:110%;
}
.info-present .movie-box .youtube-movie {
  margin:0 15px 0 0;
}
.info-present .banner {
  text-align: center;
  margin-top: 30px;
}
.info-present .headline {
  font-weight: bold;
  margin: 35px 30px 20px 30px;
  padding: 7px 5px 4px 5px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size:110%;
}
.info-present h4 {
  border:none;
  margin: 0 0 10px 0;
  line-height:1.3;
  font-size:22px;
}
.info-present dl {
  margin: 15px 40px;
}
.info-present dt {
  font-weight: bold;
  font-size:110%;
  margin-bottom:3px;
}
.info-present dd {
  margin-bottom: 1.0em;
}
.info-present dd.indent {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 0.2em;
}
.info-present ul {
  margin: 15px 20px;
}
.info-present li.indent {
  text-indent: -1em;
  margin-left: 2em;
  margin-bottom: 0.2em;
}
.info-present .button {
  display: inline-block;
  width: 500px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  line-height: 63px;
  outline: none;
  position: relative;
  background-color: #3884da;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 1px 0 #0f427a;
  margin: 30px 15px 30px 15px;
  font-size: 20px;
  font-weight: bold;
}
.info-present .button::before,
.info-present .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.info-present .button,
.info-present .button::before,
.info-present .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.info-present .button:hover {
  background-color: #5199eb;
  box-shadow: 0 1px 0 #286fbe;
  color: #fff;
  text-decoration: none;
}
.info-present .button:active {
  top: 2px;
  box-shadow: none;
  color: #fff;
}
.info-present .txt-box {
  border:5px double #c2aa53;
  padding:28px 30px 28px 50px;
  margin:20px 30px 30px 30px;
}
.info-present .txt-box h5 {
  font-size:170%;
  line-height:1.3;
  margin-bottom:15px;
}
.info-present .txt-box h5 span {
  font-size:70%;
  display:block;
  margin-bottom:5px;
}
.info-present .txt-box p {
  margin-top:20px;
  font-size:110%;
}
@media screen and (max-width:640px){
  .info-present {
    font-size: 14px;
  }
  .info-present .txt {
    margin: 20px 10px 20px 10px;
  }
  .info-present .txt p {
    margin: 0 0 1.0em 0;
  }
  .info-present .txt p:last-child {
    margin-bottom: 0;
  }
  .info-present .movie-box {
    margin:-20px 0px 20px;
  }
  .info-present .movie-box h4 {
    font-size:15px;
  }
  .info-present .movie-box p {
    margin:15px 0 -15px 0px;
    line-height:1.4;
    font-size:90%;
  }
  .info-present .movie-box .youtube-movie {
    margin:20px 0 0 0;
  }
  .info-present .banner {
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .info-present .headline {
    margin: 20px 5px 0 5px;
  }
  .info-present h4 {
    margin: 0 0 -5px 0;
    line-height:1.3;
    font-size:17px;
  }
  .info-present dl {
    margin: 10px 10px;
  }
  .info-present ul {
    margin: 10px 10px;
  }
  .info-present li.indent {
    margin-left: 1em;
  }
  .info-present a.button {
    width: 80%;
    height: 50px;
    line-height: 53px;
    font-size: 16px;
    color: #fff !important;
    margin: 10px 15px 10px 15px;
  }
  .info-present .txt-box {
    padding:20px 20px 20px 15px;
    margin:20px 0px 10px 0px;
  }
  .info-present .txt-box h5 {
    font-size:120%;
    line-height:1.3;
    margin-bottom:15px;
  }
  .info-present .txt-box h5 span {
    font-size:80%;
    display:block;
    margin-bottom:3px;
  }
  .info-present .txt-box p {
    margin-top:10px;
    font-size:100%;
  }
}

/*タイアップ囲み記事*/
.boxed-article {
  border:6px double #bbb;
  padding:20px 15px 10px 15px;
  margin-top:20px;
}
.boxed-article h4 {
  border:none;
  margin: 0 10px 20px 10px;
  line-height: 1.3;
  padding-left: 5px;
  font-size: 145%;
}
.boxed-article img {
  width:auto;
  max-width:100%;
}
.boxed-article p {
  font-size:15px;
  margin:20px 20px;
}
.boxed-article h5 {
  font-weight:bold;
  font-size:17px;
  margin:0 10px 10px 10px;
}
.boxed-article dl {
  margin:0 20px;
}
.boxed-article dt {
  font-weight:bold;
}
.boxed-article dd {
  margin-bottom:15px;
}
@media screen and (max-width:640px){
  .boxed-article {
    padding:15px 10px 5px 10px;
  }
  .boxed-article h4 {
    font-size:18px;
    margin: 0 0 15px 0;
  }
  .boxed-article p {
    margin:15px 5px;
    font-size:15px;
  }
  .boxed-article h5 {
    font-size:15px;
    line-height:1.4em;
    margin:0 0 10px 0;
  }
  .boxed-article dl {
    margin:0 10px;
  }
}