@charset "UTF-8";
/* CSS Document */

/* Normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figure, figcaption, footer, header, main, nav, section, summary {
  display: block;
}
a {
  background: transparent;
}
a:active, a:hover {
  outline: 0;
}
img {
  border: 0;
}
svg:not(:root) {
 overflow: hidden;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  /*color: inherit; */
  font: inherit;
  margin: 0;
}
input {
  line-height: normal;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/*禁則処理の追加*/
p, li, dt, dd th, td {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-strict;
}
/* Normalize End */

/* common */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px !important;
  line-height: 1.5em;
}
.snap-content {
  background-color: #fff;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table, pre {
  margin-top: 0;
}
p, li {
/*  text-align: justify;
  text-justify: inter-ideograph;*/
}
img {
  max-width: 100%;
  vertical-align: middle;
}
main ul li {
  list-style-type: square;
}
/* ie用 */
main ul li {
  list-style-type: disc;
}
main ul {
  padding-left: 30px;
}
/* 表示きりかえ */
/* Mobileで表示するものに適用 */
.swMobile {
  display: none;
}
/* PCで表示するものに適用 */
.swPc {
  display: inline;
}
/* ie用svg切り替え */
.svgImg {
  display: none\9;
}
.ieImg {
  display: none;
  display: inline\9;
}
/* link */
a {
  color: #000;
}
a:link {
  text-decoration: none;
}
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #00f;
  text-decoration: none;
}
a:active {
  color: #00f;
  text-decoration: none;
}
/* article */

article h1, .main h1 {
  margin: 0;
  padding: 0;
  font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
  line-height: 32px;
}
/* side */
aside section {
  margin: 50px 0;
}
aside section > h2 {
  font-family: 'Michroma', sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1em;
  border-bottom:  1px dotted #000;
  padding-bottom: 0.2em;
}
/* ad */
.ad p {
  margin: 0;
  padding: 0;
  text-align: center;
}
.ad img {
  width: 300px;
}
/* ranking */
.ranking ol {
  padding: 0;
  list-style: none;
  counter-reset: rankNum;
}
.ranking li {
  margin-bottom: 1em;
  padding-left: 2em;
}
.ranking li:before {
  float: left;
  background: #c00;
  width: 1.5em;
  height: 1.5em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.5em;
  margin-left: -2em;
  counter-increment: rankNum;
  content: counter(rankNum);
}
/* pickup */
.pickup ul {
  margin:0;
  padding:0;
}
.pickup ul li {
  margin-bottom: 1em;
  list-style:none;
}
.pickup .txt {
  display: table-cell;
  padding-left: 0.5em;
  vertical-align: middle;
}
.pickup .pickup-ad-block {
    display: table;
}
.pickup .pickup-ad-block-banner {
    width: 100px;
    height: 75px;
    display: table-cell;
}
/* pickup link iframe内 */
.pickup iframe {
  height: 84px;
  width: 100%;
}
.pickup-ad-block {
	display: table;
}
.pickup-ad-block-banner {
  width: 100px;
  height: 75px;
  display: table-cell;
}
.pickup-ad-block .txt {
  display: table-cell;
  padding-left: 0.5em;
  vertical-align: middle;
}
/* footer */

#page-top {
  bottom: 20px;
  font-size: 20px;
  position: fixed;
  right: 20px;
}
#page-top a {
  background: #666666 none repeat scroll 0 0;
  border-radius: 5px;
  color: #ffffff;
  display: block;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  width: 40px;
}
#page-top a:hover {
  background: #999999 none repeat scroll 0 0;
  text-decoration: none;
}
footer {
  background-color: #000000;
  margin: 0;
  padding: 20px 0;
  color: #FFFFFF;
}
footer a:link, footer a:visited {
  color: #FFFFFF;
}
footer a:hover, footer a:active {
  color: #FFCC00;
}
footer nav {
  margin: 0 auto;
  width: 90%;
}
footer ul {
  padding: 0 0 2em 0;
}
footer li {
  list-style: none;
  border-bottom: 1px dotted #666;
  margin: 0.5em;
}
footer p {
  text-align: center;
}
footer img {
  margin: 10px;
  border-radius: 5px;
}
footer p.lead {
  font-size:12px;
  color:#CCC;
  margin:0 auto 15px;
}
/* footer */
footer nav {
  /*float clear*/
  overflow: hidden;
  position: relative;
  zoom:1;
}
footer ul:first-child {
  margin-left: 0%;
}
footer ul {
  width: 22%;
  margin-left: 4%;
  float: left;
  margin-bottom:0;
}
/* 各種ボタン */
.btn {
  width: 44px;
  height: 44px;
  margin: 0 10px;
  background-size: 44px;
  background-repeat: none;
  border-radius: 5px;
  cursor: pointer;
}
.btnShoeisha {
  background-image:url(../images/btnShoeisha.svg);
  background-image:url(../images/btnShoeisha.png)\9;
  width: 60px;
  height: 49px;
  background-size: 60px 49px;
  border-radius: 0;
}
.btnPrivacy {
  background-image:url(../images/cmn-footer-pm.png);
  width: 65px;
  height: 66px;
  background-size: 65px 66px;
  background-color:#fff;
}
.btnFb {
  background-image:url(../images/btnFacebook.svg);
  background-image:url(../images/btnFacebook_ie.gif)\9;
}
.btnTw {
  background-image:url(../images/btnTwitter.svg);
  background-image:url(../images/btnTwitter_ie.gif)\9;
}
/* btnMore */
.btnMore {
  width: 50%;
  margin: 0 auto;
  padding: 5px;
  border-radius: 5px;
  background-color: #ffc107;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  display:block;
}
/* btnMoreデザイン変更 */

.btnMore2 {
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  outline: none;
}
.btnMore2::before, .btnMore2::after {
 position: absolute;
 z-index: -1;
 display: block;
 content: '';
}
.btnMore2, .btnMore2::before, .btnMore2::after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 -webkit-transition: all .3s;
 transition: all .3s;
}
.btnMore2 {
  background: #efefef url(/assets/images/more.png) no-repeat center 30px;
  color: #000;
  font-weight:bold;
  padding-bottom: 30px;
  padding-top: 10px;
}
.btnMore2:hover {
  background-color: #59b1eb;
  background: #FFC107 url(/assets/images/more-hover.png) no-repeat center 30px;
}
.btn-block {
  display: block;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.btn-default {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color:#E8E9EA;
}
.btn-default:focus, .btn-default:active:focus, .btn-default.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-default:hover, .btn-default:focus {
  color: #333333;
  text-decoration: none;
  background-color:#CED0D2;
}
.btn-default:active, .btn-default.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-orange {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color:#FF9800;
  width:auto;
  height:auto;
  margin:0;
}
.contentPage .btn.btn-orange {
  color:#fff;
}
.btn-orange:focus, .btn-orange:active:focus, .btn-orange.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-orange:hover, .btn-orange:focus {
  color: #333333;
  text-decoration: none;
  background-color:#EC5B30;
}
.btn-orange:active, .btn-orange.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* テーマ・カテゴリヘッダ */
.categoryHead {
  margin: 20px 0;
}
/* ログインパネル */
.loginPanel {
  display: none;
  bottom: 0;
  left: 0;
  outline: 0 none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1050;
}
.loginPanel div {
  width: 300px;
  height: 230px;
  background-color: #fff;
  border: 10px solid #fb8c00;
  margin: 150px auto;
}
.loginPanel h3 {
  text-align: center;
  padding: 10px;
  background-color: #eee;
}
.loginPanel .btnClose {
  text-align: right;
  margin-bottom: 30px;
  margin-top: -55px
}
.loginPanel .btnClose a {
  display: block;
  font-size: 20px;
  padding: 5px;
  margin-right: 10px;
}
.loginPanel label {
  display: block;
  width: 240px;
  margin: 10px auto;
  text-align: right;
}
.loginPanel input {
  width: 150px;
  margin-left: 10px;
}
.loginPanel .btnLogin {
  display: block;
  width: 125px;
  margin: 20px auto;
  padding: 5px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  background-color: #9ccc65;
  cursor: pointer;
}
.loginPanel .btnLogin a {
  color: #fff;
}
.loginPanel .forget {
  text-align: center;
}
.loginPanel .forget a {
  color: #00c;
}
/* モバイル用ログインパネル */
.sideLogin {
  height: 260px;
  overflow: hidden;/*border-bottom: 1px #000 solid;*/
}
.sideLogin label {
  display: block;
  margin: 10px 5px 10px 30px;
}
.sideLogin button {
  display: block;
  margin: 15px auto;
  color: #fff;
  width: 100px;
  height: 36px;
  background-color: #000;
}
.sideLogin .forget {
  text-align: center;
  margin-bottom: 20px;
}
.sideLogin .forget a {
  color: #fff;
}
/* for PC */

/* モバイルメニュー用設定解除 */
html, body {
  height: auto;
}
/* 表示・非表示の切り替え */
.headBarNavi, .login, .follow, .search, .keywords {
  display: block;
}
.btnMobileMenu {
  display: none;
}
.mobile-arena {
  display:none;
}
/* box layout */
main {
  width: 960px;
  margin: 0 auto;
  /*float clear*/
  overflow: hidden;
  zoom:1;
}
article {
  float: left;
  width: 620px;
}
aside {
  float: right;
  width: 300px;
}
article, .main {
  float: left;
  width: 620px;
}
/* header */
.headBar {
  width: 960px;
  margin: 0 auto;
  /*float clear*/
  overflow: hidden;
  position: relative;
  zoom:1;
}
.headBarLogo {
  float: left;
  padding-left: 0;
}
.headBarNavi {
  float: right;
  padding-top: 7px;
  padding-right: 0;
  text-align: right;
}
header ul {
  padding: 0;
}
header li {
  display: inline;
  list-style: none;
  margin-right: 5px;
}
.categoryList {
  font-size: 12px;
  font-weight: normal;
  float:left;
}
header .sns {
  font-size:10px;
  float:right;
}
header .sns a {
}
.themeList {
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
  clear:both;
  float:left;
}
.themeList li {
  margin-left: 5px;
}
a:visited {
  color: #000;
}
/* header追加 */
header {
  background-image: url(../images/bg.gif);
  background-repeat: repeat-x;
  height: 130px;
}
.headBar {
  height: 130px;
  background-color: transparent;
  background-image: url(../images/header.svg);
  background-image: url(../images/header.gif)\9;
  background-repeat: no-repeat;
  background-size: 960px 130px;
  background-position: 0 0;
}
.headBarLogo {
  padding-top: 7px;
}
.tagline {
  font-size: 12px;
}
/* login */
.login {
  margin-top: 30px;
  /*float clear*/
  overflow: hidden;
  position: relative;
  zoom:1;
}
.login a {
  display: block;
  float: left;
  width: 140px;
  padding: 20px 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  cursor:pointer;
}
.btnSignUp {
  background-color: #ff9800;
  margin-right: 10px;
}
.btnLogin {
  background-color: #9ccc65;
}
/* follow and search */
.follow, .search {
  margin: 30px 0;
  padding-bottom: 10px;
  background-color: #eee;
  border-top: 2px solid #fb8c00;
  text-align: center;
}
.follow h2, .search h2 {
  padding-top: 10px;
  font-size:14px;
}
.follow p {
  text-align: center;
}
.searchBox {
  display: block;
  width: 250px;
  margin: 0 auto 10px auto;
  border-radius: 5px;
}
.keywords li {
  margin-bottom: 0.5em;
}
/* snsボタン */
.snsArea li {
  display: block;
  float: left;
  margin-right: 10px;
}


.snsArea li.bookmark {
    
}
.snsArea li.bookmark a {
    display: block;
    color: #F29200;
    text-decoration: none;
    cursor: pointer;
}

.snsArea li.bookmark .balloon {
	position: relative;
	background: #ffffff;
	border: 1px solid #F29200;
    font-size: 11px;
    line-height: 11px;
    padding: 5px 5px 4px;
    display: inline-block;
}
.snsArea li.bookmark .balloon:after, .snsArea li.bookmark .balloon:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.snsArea li.bookmark .balloon:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 4px;
	margin-top: -4px;
}
.snsArea li.bookmark .balloon:before {
	border-color: rgba(242, 146, 0, 0);
	border-right-color: #F29200;
	border-width: 5px;
	margin-top: -5px;
}

.snsArea li.bookmark .balloon.selected {
	position: relative;
	background: #F29200;
	border: 1px solid #F29200;
    color: #fff;
}
.snsArea li.bookmark .balloon.selected:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.snsArea li.bookmark .balloon.selected:after  {
	border-color: rgba(242, 146, 0, 0);
	border-right-color: #F29200;
	border-width: 4px;
	margin-top: -4px;
}
.snsArea li.bookmark .balloon.selected:before {
	border-color: rgba(242, 146, 0, 0);
	border-right-color: #F29200;
	border-width: 5px;
	margin-top: -5px;
}

.snsArea .bookmark-icon::before {
  color: #F29200;
  font-family: fontawesome;
  content: "\f097";
  margin-right: .5em;
  display: inline-block;
    width: auto;
    height: auto;
}

.snsArea .bookmark-icon.selected::before {
  color: #F29200;
  font-family: fontawesome;
  content: "\f02e";
  margin-right: .5em;
  display: inline-block;
        width: auto;
    height: auto;
}

.snsArea li.bookmark .balloon:hover {
	position: relative;
	background: #F29200;
	border: 1px solid #F29200;
    color: #fff;
}
.snsArea li.bookmark .balloon:hover:after, .snsArea li.bookmark .balloon:hover:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.snsArea li.bookmark .balloon:hover:after {
	border-color: rgba(242, 146, 0, 0);
	border-right-color: #F29200;
	border-width: 4px;
	margin-top: -4px;
}
.snsArea li.bookmark .balloon:hover:before {
	border-color: rgba(242, 146, 0, 0);
	border-right-color: #F29200;
	border-width: 5px;
	margin-top: -5px;
}
.snsArea .bookmark-icon:hover::before {
  color: #F29200;
  font-family: fontawesome;
  content: "\f02e";
  margin-right: .5em;
  display: inline-block;
}
/* Yahoo Search */
#srchBox {
  width:298px;
  _width:296px;
  margin-bottom:10px;
  background-color:#eee;
  border-style:solid;
  border-width:1px;
  border-color:#eee;
  color:#000000;
  text-align:left;
}
#srchBox * {
  margin:0;
  padding:0;
  font-size:13px;
*font-size:small;
*font:x-small;
}
#srchBox a img {
  border:none;
}
#srchBox #srch {
  padding:10px 10px 0 10px;
}
#srchBox #srch #srchForm {
  white-space:nowrap;
}
#srchBox #srchInput {
  width:188px;
  margin-right:6px;
  vertical-align:bottom;
}
#srchBox #srchBtn {
  width:80px;
}
*html #srchBox #srchBtn {
  padding-top:2px;
}
*:first-child+html #srchBox #srchBtn {
  padding-top:2px;
}
#srchBox ul {
  margin-top:6px;
  text-align:left;
}
#srchBox li {
  list-style-type:none;
  display:inline;
  zoom:1;
  padding-right:10px;
}
#srchBox li input {
  zoom:1;
  margin-right:2px;
  _margin:-4px 0 -4px -4px;
  vertical-align:middle;
  border:0;
}
*:+html #srchBox li input {
margin:-4px 0 -4px -4px;
}
#srchBox #srchLogo {
  margin:6px 6px 6px 0;
  text-align:right;
}
#srchBox #srchLogo a {
  color:#666666;
  text-decoration:none;
  font-size:85%;
}
#srchBox #srchLogo a:hover {
  text-decoration:underline;
}
#srchBox.watermark {
  padding-bottom: 6px;
}
#srchBox.watermark #srchInput {
  padding:1px 1px 2px 1px;
  border:1px solid #a5acb2;/*background: #fff url(http://i.yimg.jp/images/search/customsearch/yjlogo/yjlogo_type4.gif) center center no-repeat;*/
}
#srchBox.watermark #srchInput.nomark {
  background: #fff;
}
#srchBox.watermark #srchLogo {
  display: none;
}
#srchBox #srch #srchForm .txt {
  width:175px;
}
#srchBox #srch #srchForm input {
  padding: 6px;
}
.remodal .block {
  width: 50%;
  float:left;
}
.login-modal {
    overflow: hidden;
}
.login-modal .logo {
  float: right;
  margin-right: 5px;
  padding-top: 8px;
}
/* mail */
.contact {
  font-weight:bold;
  font-size: 16px;
}
.contact:after {
  content: "\0040"attr(data-domain);
}
.contact:before {
  content: attr(data-alias);
}
.accordion {
  margin-bottom:5px;
  margin-top:5px;
  background-color: #efefef;
  color: #000;
  font-weight: bold;
  padding: 10px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  outline: none;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 60%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  margin-right:5px;
  margin-left:5px;
}
.label-danger {
  background-color: #d9534f;
}
.label-info {
  background-color: #5bc0de;
}
.label-warning {
  background-color: #f0ad4e;
}
/* search */

dl.search {
  position: relative;
  background-color:none;
  border-top:none;
  background:none;
  margin:15px 0;
}
dl.search dt {
  background-color: #fff;
  border: 1px solid #aaa;
  margin-right: 105px;
  padding: 8px;
  margin-bottom:15px;
}
dl.search dt input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  height: 24px;
  line-height: 24px;
  width: 100%;
}
dl.search dd {
  position: absolute;
  right: 0;
  top: 0;
  margin-bottom:15px;
}
dl.search dd button {
  background-color: #FF9800;
  border:none;
  color: #fff;
  display: block;
  height: 42px;
  line-height: 40px;
  text-align: center;
  width: 100px;
  cursor:pointer;
  border-radius:4px;
}
dl.search dd button:hover {
  background-color: #EC5B30;
}
dl.search dt input[type="text"]:focus {
  outline: medium none;
}
/* ヘッダメニュー内検索*/

    dl.search-header {
  position:relative;
  background-color:#fff;
  border:1px solid #aaa;
  border-radius:3px;
  float:right;
  width:130px;
  margin-top:8px;
}
dl.search-header dt {
  margin-right: 30px;
  padding: 5px 0 5px 5px;
}
dl.search-header dt input {
  width:100%;
  height:24px;
  line-height:24px;
  background:none;
  border:none;
}
dl.search-header dd {
  position:absolute;
  top:0;
  right:0;
}
dl.search-header dd button {
  display:block;
  padding:8px 4px 7px 0;
  background:none;
  border:none;
  cursor: pointer;
}
dl.search-header dd button span {
  display:block;
  width:17px;
  height:17px;
  background:url('/assets/images/icon-search.png') no-repeat scroll 0 0;
}
/*タブ*/
.etabs {
  margin: 0;
  padding: 0;
}
.tab {
  background: #eee;
  border-bottom: none;
}



.ranking .etabs li {
    margin:0;
    padding:0;
  width:33.33%;
  float:left;
  list-style:none;
}

#tab-container2 .etabs li {
  margin:0;
    padding:0;
  width:33.33%;
  float:left;
  list-style:none;
}
.ranking #tab-container3 .etabs li {
    margin:0;
    padding:0;
  width:33.33%;
  float:left;
  list-style:none;
}

.ranking .etabs li:before {
    background: none;
    color: #fff;
    content:none ;
    counter-increment:none ;
    float: none;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    height: auto;
    line-height: 1.5em;
    text-align: center;
    width: auto;
  margin:0;
    padding:0;
}
.tab a {
   background: #f0f0f0 none repeat scroll 0 0;
    color: #000;
  font-size: 14px;
  display: block;
  outline: none;
  text-align:center;
    padding: 8px;
}
.tab a:hover {
  text-decoration: underline;
}
.tab a.active {
  background: #fff;
  position: relative;
  border-color: #666;
  box-shadow: 0 3px #FB8D00 inset;
}
.tab-container .panel-container {
  background: #fff;
  clear:both;
}
.panel-container {
  padding-top: 10px;
}
.rankingSocial {
  background-image: url(../images/btnFacebook.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 10px 0;
  margin: 0;
  padding: 1px 0 0 26px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  float:right;
}


section.mobile-arena {
  padding:0;
}
/*新規ヘッダ用CSS*/
header{
  background-image: none;
    height:  auto;
}
.container {
  width: 960px;
  margin:0 auto;
}
.logoblock .logo {
  margin:0 30px 0 0;
  float:left;
}
.logoblock {
  float:left;
    margin-top:11px;

}
.logoblock .catch {
  font-size: 12px;
  float:left;
  margin:5px 0 0 0;
}
.snsblock {
  text-align:center;
  font-size:10px;
  float:right;
  margin-top:8px;
}
.snsblock img {
  margin-bottom:3px;
}
.snsblock ul {
  margin:0;
  padding:0;
  float:left;
}
.snsblock li {
  float:left;
  list-style:none;
}
.snsblock a {
  display:block;
  float:left;
  margin-right:10px;
}
.snsblock form {
  float:left;
}
dl.search-header {
  position:relative;
  background-color:#fff;
  border:1px solid #aaa;
  border-radius:3px;
  width:200px;
  margin:7px 0 0 0;}
dl.search-header dt {
  margin-right: 30px;
  padding: 5px 0 5px 5px;
}
dl.search-header dt input {
  width:100%;
  height:24px;
  line-height:24px;
  background:none;
  border:none;
}
dl.search-header dd {
  position:absolute;
  top:0;
  right:0;
}
dl.search-header dd button {
  display:block;
  padding:8px 4px 7px 0;
  background:none;
  border:none;
  cursor: pointer;
}
dl.search-header dd button span {
  display:block;
  width:17px;
  height:17px;
  background:url('/assets/images/icon-search.png') no-repeat scroll 0 0;
}
nav.themenav {
  background-color:#FB8D00;
  clear:both;
  overflow:hidden;
}
.themenav ul, .categorynav ul {
  margin:0;
  padding:0
}
.themenav li, .categorynav li {
  list-style:none;
  float:left;
}
.themenav a {
  padding:15px;
  display:block;
  font-weight:bold;
}
.categorynav {
  background:#EEEEEE;
  overflow:hidden;
  margin-bottom:15px;
}
.categorynav a {
  padding:8px;
  display:block;
  font-size:12px;
}

.dropmenu{
  *zoom: 1;
  list-style-type: none;
  padding: 0;
     background: #eeeeee none repeat scroll 0 0;
    margin-bottom: 15px;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu ul {
	list-style-type: none;
	margin:0;
	padding:0;
}
.dropmenu li{
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.dropmenu li a{
  display: block;
  margin: 0;
  padding:8px;
  color: #000;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 100%;
}
.dropmenu li ul li a{
  padding:8px;
  background: #ccc;
  text-align: left;
  white-space: nowrap;
}
.dropmenu li:hover > a{
  background: #ccc;
}
.dropmenu li a:hover{
	background-color: #666;
	color:#fff
}
.dropmenu li ul{
  display: none;
}
.dropmenu li:hover ul{
  display: block;
}

.headBar {
  display:none;
}
/*新規ヘッダ用CSS*/

/*特集ページ*/
.contentPage.special h1 {
    margin: 0 0 10px 0;
    font-size: 32px;
    line-height: 40px;
}
@media screen and (max-width:480px) {
    .contentPage.special h1 {
        margin: 10px 0 10px 0;
        font-size: 20px;
        line-height: 28px;
    }
}
.contentPage.special a {
      color: #000;
}
.contentPage.special a:hover {
    color: #00f;
    text-decoration: none;
}
.contentPage.special a:active {
    color: #00f;
    text-decoration: none;
}
.contentPage.special ul {
  margin:0;
  padding:0;
}

.contentPage.special li {
  list-style:none;
  overflow:hidden;
  margin-bottom:10px;
  padding-bottom:10px;
   border-bottom: 1px solid #eee;

}

.contentPage.special ul li a img {
  float:left;
  margin-right:10px;
}
.contentPage.special ul li h2 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
    overflow: hidden;
    padding:0;
}
.contentPage.special ul li a .leadText {
  line-height:1.4;
  font-size:12px;
  padding:0;
  overflow:hidden;
}

.topics , .oldtopics {
  width: 100%;
}
.topics li {
  width: 32%;
  margin-right: 2%;
}
.topics li:nth-child(3n) {
  margin-right: 0;
}

.oldtopics li {
  width: 23.5%;
  margin-right: 2%;
}
.oldtopics li:nth-child(4n) {
  margin-right: 0;
}

.topics ul , .oldtopics ul  {
  padding: 0;
  /*float clear*/
  overflow: hidden;
    position: relative;
    zoom:1;
}
.topics li {
  position: relative;
  float: left;
  width: 32%;
  height: 250px;
  overflow: hidden;
  list-style: none;
  margin-right: 2%;
  margin-right: 1%\9;
  margin-bottom: 10px;
  background-color: #eee;
  background-position: 0 20px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  border-top: 2px solid #000;
}

.topics ul li a img {
  width:100%;
  }

.oldtopics li {
  position: relative;
  float: left;
  height: 180px;
  overflow: hidden;
  list-style: none;
  margin-right: 2%;
  margin-right: 1%\9;
  margin-bottom: 10px;
  background-color: #eee;
  background-position: 0 20px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  border-top: 2px solid #000;
}

.topicTheme {
  height: 20px;
  padding: 1px 3px;
  overflow: hidden;
  font-size: 10px;
  margin-bottom:0;
}
.topics ul li h2  {
  margin-bottom: 0;
  padding: 5px;
  background-color: #eee;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
}
.oldtopics ul li h2  {
  margin-bottom: 0;
  padding: 5px;
  background-color: #eee;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.4;
}
.topics ul li h3 , .oldtopics ul li h3 {
  padding: 5px;
  font-size: 12px;
  font-weight:normal;
  line-height:1.4;
  overflow:hidden;
  }

.sp-corner-title {
  display: block;;
}

/**  paging **/

.pager {
    text-align: center;
  padding-bottom:0;
}
.pager ul {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
 .pager li {
    float: left;
    margin: 0 5px 0 0;
    padding: 0 0 0 0;
  list-style:none;
}
.pager li a {
    border: 1px solid #999;
    display: block;
    font-weight: normal;
    height: 30px;
    padding-top: 4px;
    white-space: nowrap;
    width: 30px;
      margin: 0 0;
}
.pager li.current  {
    background: #999 none repeat scroll 0 0;
    color: #fff;
      height: 30px;
    padding-top: 4px;
    white-space: nowrap;
    width: 30px;
}
.pager li a:hover {
      background: #999 none repeat scroll 0 0;
    color: #fff;
}
.pager li.prevBtn a, .pager li.nextBtn a {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 1%, #dcdcdc 100%) repeat scroll 0 0;
    border-radius: 3px;
    width: 80px;
}
.pager li.prevBtn a {
    margin: 0 15px 0 0;
}
.pager li.nextBtn a {
    margin: 0 0 0 15px;
}


.nextLink {
    margin-bottom:30px;
  text-align:center;
}

.contentPage .nextLink a
 {
    background: #ff9800;
    color: #fff;
    display: inline-block;
    padding: 8px 15px 6px;
}
.nextLink a:hover {
  text-decoration:underline;
}
div.videowrapper {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}
div.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.modal-header {
	overflow:hidden;
}
.txtRed {
    color: #c00;
}
.form-group {
    margin-bottom: 10px;
}
.button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color:#E8E9EA;
	margin-top: .5rem;
}
.button:focus, .button:active:focus, .button.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.button:hover, .button:focus {
    color: #333333;
    text-decoration: none;
    background-color:#CED0D2;
}
.button:active, .button.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.button.disabled, .button[disabled], fieldset[disabled] .button {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    background-color: #ffffff;
    border-color: #cccccc;
}
.btn-default .badge {
    color: #ffffff;
    background-color: #333333;
}
.btn-red {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
}
.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active, .open > .dropdown-toggle.btn-red {
    background-color: #c9302c;
    border-color: #ac2925;
    color: #fff;
}
.btn-red:active, .btn-red.active, .open > .dropdown-toggle.btn-red {
    background-image: none;
}
.btn-red.disabled, .btn-red[disabled], fieldset[disabled] .btn-red, .btn-red.disabled:hover, .btn-red[disabled]:hover, fieldset[disabled] .btn-red:hover, .btn-red.disabled:focus, .btn-red[disabled]:focus, fieldset[disabled] .btn-red:focus, .btn-red.disabled:active, .btn-red[disabled]:active, fieldset[disabled] .btn-red:active, .btn-red.disabled.active, .btn-red.active[disabled], fieldset[disabled] .btn-red.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-red .badge {
    background-color: #fff;
    color: #d9534f;
}
.contentPage a.btn-primary {
    color: #fff;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}