@charset "UTF-8";
/* ------------------------------------------------------
エイベックス株主様専用サイト
------------------------------------------------------ */
body {
  background: #FFF;
  color: #000;
	/*font-family: "游ゴシック", YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Osaka,Meiryo,"ＭＳ Ｐゴシック",sans-serif;*/
}
input, textarea, keygen, select, button {
	/*font-family: "游ゴシック", YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Osaka,Meiryo,"ＭＳ Ｐゴシック",sans-serif;*/
}

a {
  color: #004cad;
	transition: .2s linear;
}
a:hover {
  color: #9E1B1C;
}

/*カテゴリアイコン*/
.substantial-icon {
	height: 18px;
	line-height:18px;
	border-radius: 0;
	vertical-align: top;
}
.category-icon {
  background: #004cad;
  color: #FFF;
	border-radius: 0;
	font-weight: normal;
	line-height:18px;
}
.substantial-icon + .category-icon {
	display: inline-block!important;
}

a.category-icon:hover {
  color: #FFF;
  background-color: #7C0D05;
}
/*カテゴリインフォアイコンStyleB*/
.info-category li{
  background: #666 !important;
  color: #fff !important;
}
.info-category li.current {
  background: #004cad !important;
  color: #FFF !important;
}
/*ボタン*/

.btn-regist2-pc {
    color: #FFF;
    background:  #666 !important;
    width: 100%
}

.btn-default, .btn-default2 {
	box-sizing: border-box;
}

.btn-default {
  border: 0px solid #000;
  background: #000;
  color: #FFF;
}
.btn-default:hover {
  border: 0px solid #000;
  background: #333;
  color: #FFF;
}
.top-info-banner .btn-default {
	max-width: 100%;
	width: 300px;
	margin: 25px auto 0;
	background: #004cad;
}
/*.member-btn ul {
	display:flex;
	justify-content:space-around;
	margin-top: 40px;
}
.member-btn li {
	flex-grow: 1;
	text-align: center;
}
.member-btn li + li {
	margin-left: 20px;
}
.member-btn a {
	display:block;
	padding:10px;
	color:#fff!important;
	text-decoration: none;
	background:#666;
}*/

/*フッターログインボタン*/
.btn-default2 {
  border: 1px solid #000;
  background: #000;
  color: #FFF;
}
.btn-default2:hover {
  border: 1px solid #333;
  background: #333;
  color: #FFF;
}

.btn-regist {
  /*border: 1px solid #000;*/
  background: #004cad !important;
  color: #FFF !important;
}
.btn-regist:hover {
  /*border: 1px solid #9E1B1C;*/
  background: #003c96  !important;
  color: #FFF !important;
}

/*フォーム*/
form input.submit, form input[type="submit"] {
  background: #000;
  color: #FFF;
}

/*ヘッダー*/
@media (min-width: 768px) {
  .header.fixed {
    position: absolute!important;
  }
}
.header .site-name {
  background: #000;
}
.header .site-name h1 {
	height: 64px!important;
}
/*
.header .site-name .feature-menu {
  background: #004cad;
}
.header .site-name .feature-menu ul li a {
  color: #FFF;
}
.header .site-name .feature-menu ul li a:hover, .header .site-name .feature-menu ul li a.current {
  background-color: #004cad;
  color: #FFF;
}
*/
.header .userinfo > div.proceed {
	display:none;
}

/*メニュー背景*/
.header-fixed-bk{
  background: #000 !important;
}

/*メニュー*/
/*メニュー通常サイズ*/
.global-menu-detail a{
  background-color: #000 !important;
  color: #FFF !important;
  font-weight: 400!important;
  /*padding: 7px 10px!important;*/
	/*min-height:23px;
	height:auto!important;*/
}

.global-menu-detail a:hover, .global-menu-detail a:focus{
  opacity:1.0;
  background-color: #333 !important;
  color: #FFF !important;
}
/*サブメニュー*/
.sub-menu a{
  opacity:1.0;
  color: #9E1B1C;
  background: #000 !important;
  /*border: 1px solid #7C0D05;*/
}
.sub-menu a:hover{
  opacity:0.8;
  background: #004cad !important;
  /*border: 1px solid #7C0D05;*/
}
/*メニュー小さいサイズの背景色*/
.vmenu-wrap {
  background: #000 !important;
}
/*メニュー小さいサイズ*/
.vmenu li a {
  background: #000;
  color: #FFF !important;
  /*font-weight: bold;*/
}
/*メニュー小さいサイズ下の→アイコン*/
.arrow{
  background: #000 !important;
  color: #FFF !important;
}

/*サイト共通ハンバーガーメニュー*/
/*.global-nav-wrap .toggle-menu {
  background-color: #000;
  color: #FFF;
}
.global-nav-wrap .toggle-menu:hover {
  background-color: #000;
}
.global-nav-wrap .toggle-menu.focus {
  color: #C71607;
  background-color: #000;
}
.global-nav-wrap .toggle-menu-detail {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.global-nav-wrap .toggle-menu-detail a {
  color: #FFF;
}
.global-nav-wrap .toggle-menu-detail a:hover {
  color: #C71607;
}

@media (min-width: 768px) {
  .toggle-menu-detail h3 {
    border-color: #C71607;
  }
}
*/
/*会員情報エリア*/
.info-member {
  background: #004cad;
  color: #FFF;
}
.info-member.has-alert {
  background: #CC0000;
  color: #FFF !important;
}
/*アラートの有効期限の文字*/
/*
.info-member.has-alert .proceed p{
  background: #000;
  color: #C71607 !important;
  border: 2px solid #000;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}*/
/*メニュー(歯車)展開時のプルダウンメニュー*/
.info-member .userinfo > div.info .edit-menu a {
  color: #FFF;
	text-decoration: none;
}
.info-member .userinfo > div.info .edit-menu a:hover {
  background: #333;
	opacity:1;
}
.info-member .userinfo > div a.btn-edit.focus, .info-member .userinfo > div .edit-menu {
  background-color: #000;
}
.info-member .userinfo > div.proceed a {
  background: #004cad;
  color: #FFF;
}
.info-member .userinfo > div.proceed a:hover {
  background: #004cad;
}

@media (min-width: 768px) {
  .digital-card a:hover, a.btn-edit:hover {
    background-color: #000;
  }
}
/* ------------------------------------------------------
会員トップ
------------------------------------------------------ */
/*会員情報エリア StyleB*/
.userinfo_info {
  background: #444 !important;
}
.top-main-area {
  background: /*#000*/#666 !important;
}
.top-important {
  color: #000;
  background: #000 !important;
}
.top-important-info {
	padding:20px 10px;
}
.top-important .important-title a {
	padding:5px 10px;
}
.top-important .important-title a:hover {
	background:#003c96;
}
.top-important .important-list {
	padding-top:10px;
}
.top-important .important-list > div span.i-tag {
	border-radius: 0;
}
.top-important .important-list > div span.text {
	transition: .2s linear;
}
.top-important .important-list > div a:hover span.text {
	color: #003c96;
}
.important-title h3 {
  color: #000;
}
.important-title h3 span {
  color: #000;
  border-color: #f81537;
}
.top-main-area .important-title a {
  color: #FFF !important;
  background: #000;
}
.top-main-area .important-title a:hover {
  color: #FFF;
  background: #004cad !important;
}
.top-main-area .important-list a {
  color: #000;
}
.top-main-area .important-list a:hover {
  color: #000;
}
.top-main-area .important-list a .i-icon {
  color: #f81537;
  border-color: #f81537;
}
.top-main-area .important-list .date {
  color: #808080;
}

/*重要なお知らせスクロールバー*/
.jspTrack {
  background: #242424;
}

.jspDrag {
  background: #C71607;
}
/*更新情報リスト一覧*/
.list-loop a{
  color: #000 !important;
}
.list-loop a:hover{
  color: #004cad !important;
}
.top-info-banner{
  background: #000;
	padding: 0 10px;
}

.detail-wrap{
  background: #FFF;
}
/*メインバナー*/
.main-banner {
  background: #000;
}
.top-info-banner2 .main-banner div.banner {
	margin-bottom: 20px;
}
.top-info-banner .main-banner div.banner a:hover, .top-info-banner2 .main-banner div.banner a:hover {
	opacity: 0.8;
}
.top-info-list {
	padding-top: 0;
}
.top-info-list ul.info-category {
	height:auto;
	margin-bottom: 15px;
}
.top-info-list ul.info-category li {
	height:auto;
	padding:10px 15px;
	border-radius:0;
	line-height:1;
	font-weight:normal;
}
.top-info-list ul.info-category li + li {
	margin-left: 10px;
}
/*.top-info-list-detail .detail-wrap {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 20px!important;
}
.top-info-list-detail .detail-wrap .detail {
	width: 33.333%;
	margin-top: 0!important;
	padding: 20px 20px 0!important;
	box-sizing: border-box;
}
.top-info-list-detail .detail-wrap .detail a {
	border-bottom: 0!important;
}
.top-info-list-detail .detail-wrap .detail .info-position {
	float: none;
	display: block;
}
.flick-info div.top-info-list-detail div.detail .thumb-img {
	width: 100%;
	margin:0 0 10px;
}
.top-info-list-detail .detail-wrap .detail .category-icon {
	vertical-align: -5px;
	margin-left: 10px;
}*/

/*サブバナー*/
.sub-banner {
  background: #000;
}

/*スペシャルバナー*/
.special-banner {
  background: #000;
}
.special-banner > div {
	padding:20px 20px 0;
}
.special-banner a {
	width:auto!important;
	max-width:1200px!important;
}

.special-banner p {
	width:auto!important;
	max-width:1200px!important;
}

.special-banner a:hover {
	opacity: 0.8;
}

.slick-dots li.slick-active button {
  background: #7C0D05;
}

/* ------------------------------------------------------
会員トップ：更新期限モーダル
------------------------------------------------------ */
.update-alert .proceed p:first-child {
  background: #CC0000;
  color: #FFF;
}
.update-alert .proceed a.btn-proceed {
  background: #CC0000;
  color: #FFF;
}
.update-alert .proceed a.btn-proceed:hover {
  background: #980a1d;
}

/* ------------------------------------------------------
非会員トップ
------------------------------------------------------ */
.user-login {
  background: #444;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.user-login .login form .input-wrap a {
  color: #FFF;
}
.user-login .login span .submit {
	background:#666;
}
.user-login .regist-link {
  color: #FFF;
}
.user-login .regist-link a {
  color: #FFF !important;
	background: #004cad!important;
}
.user-login .regist-link a:hover {
	border-color: #000;
}

.about-contents {
  background: #FFF;
}
.about-contents .special-item {
	margin-top: 0;
}
.about-contents .special-item h3 {
	margin-top: 0;
}
.about-contents .special-item p {
	padding: 15px 25px;
}
.about-contents .special-item p + br {
	display: none;
}
.about-contents .info-list {
  background: #f2f2f2;
	padding:20px;
}

/*会費*/
.membership {
  background: #f2f2f2;
}
.membership .fee .regist-fee p.price, .membership .fee .membership-fee p.price {
  color: #004cad;
}
/*会員特典内コンテンツ*/
.about-contents h3 {
	margin-top: 20px;
  color: #004cad;
}

/*ページタイトル*/
.page-title {
  background: #000;
  color: #FFF;
}
.page-title h2 {
	padding: 30px;
}
.page-title a {
  color: #FFF;
}
/*ページネーション*/
[class^="pagination"] {
  background: #000;
}

[class^="pagination"] ul li{
  background: #FFF;
}
[class^="pagination"] ul li a {
	text-decoration: none;
}

[class^="pagination"] ul li a:hover, [class^="pagination"] ul li:hover, [class^="pagination"] li.current, [class^="pagination"] li.current a {
  /* border: 1px solid #FFF; */
  background: #444;
  color: #FFF !important;
}
/*お知らせリスト*/
.info-list {
  background: #0000;
}
.info-list .info-list-article a {
  color: #000;
}


/*お知らせ詳細*/
.info-detail article h2 {
  border-color: #000;
}
.info-detail article .content a {
  color: inherit;
}
.info-detail article .content a:hover {
  color: inherit;
}

/*フッターエリア*/
.footer {
  background: transparent;
}
.footer .footer-menu h3 {
  border-color: #555;
  color: #555;
}
.footer .footer-menu > div a {
	padding: 2px 0;
}
/*フッターメニューの＞の文字色*/
.footer .footer-menu > div i {
  padding-right: 2px;
  color: #555;
}
.footer .footer-menu a {
  color: #000;
}
.footer .footer-menu a:hover {
  color: #333 !important;
}
/*アンカーボタン*/
.pageup {
  background: #000;
}
.pageup:hover {
  background: #444;
}

/*
	下層ページ
*/
.c-h3 {
  background-color: #dadcf2;
}

.c-h4 {
  background-color: #f2f2f2;
}

.btn-normal {
    width:38%;
  background-color: #000 !important;
}

.btn-submit, .invite-friends dt {
  background-color: #000 !important;
}

.btn-disabled {
  background-color: #505865 !important;
}

.btn-cancel {
  background-color: #b6becb !important;
}

.btn-alert {
  background-color: #ce0000 !important;
}

.form-wrap {
  background-color: #F2F2F2;
}

.c-h3, .login-box h3, .invite-friends p strong, .form-wrap h4 {
  color: #FFF;
  background-color: #000;
  border-color: #B20000;
}

.c-h4 {
  color: #222;
}
/*ページャー押下可能箇所文字色*/
li a ,dl a {
  color: #000 !important;
}
p a {
  color: #004cad;
}
p.lead, p .lead {
  color: #B20000;
}

/*FAQリスト*/
.faq-list a {
  color: #004cad;
}
.faq-list a:hover {
  color: #9E1B1C;
}
p.lead, p .lead {
  color: #B20000;
}

.invite-friends dd strong {
  color: #276de2;
}
/*カテゴリ用のタブカラー*/
.contents-tab {
  background: #004cad;
}
.contents-tab li {
  background: #FFCBC5;
}
.contents-tab li.current {
  background: #FFF;
}
.contents-tab li.current:hover {
  background: #FFF;
  color: #B20000;
}
.contents-tab li:hover {
  background: #FFADA5;
}
.contents-tab li:hover a {
  color: #FFF;
}
/*タブの文字色*/
.contents-tab p, .contents-tab a {
  color: #000 !important;
}

/*新規入会時のタブの色*/
.contents-tab2 {
  background: transparent;
}
.contents-tab2 li {
  background: #FFF;
  cursor: pointer;
}
.contents-tab2 li.current {
  background: #F2F2F2;
}
.contents-tab2 li.current:hover {
  background: #FFF;
  color: #B20000;
}
.contents-tab2 li.current p {
  color: #B20000;
}
.contents-tab2 li p {
  color: #FFF;
}
/*入会のタブ(前のページ)の文字色*/
.step li.fst, .step li.current {
  color: #000;
  background-color: #F2F2F2;
}
.step li.current {
  background-color: #FFADA5;
}

.top-btn-color a {
  background-color: #FFF;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/*ファンクラブ更新情報*/
.privilege-color{
  color : #004cad;
}
/*マイページ*/
/*会員情報欄*/
/*.mypage-info tr th{
  background-color: #000;
}*/
/*お友達紹介*/
/*.invite-friends tr th{
  background-color: #000;
}*/
/*設定(歯車)の文字色が黒になるため不具合箇所がわかるまで
ここで暫定的に再設定を行う*/
.info-member .userinfo > div.info .edit-menu a {
  color: #FFF !important;
}
/*マイページメニュー*/
.member-menu li a {
  color: #004cad !important;
}
.member-menu li a:hover {
  color: #9E1B1C !important;
}
.mypage-info th {
  background-color: #000 !important;
}
/*記事内のリンクのみ設定*/
[id*="dispArticleContents"] a , p a , .faq-list a, .accordion-box a{
  text-decoration: underline;
}
[id*="dispArticleContents"] a:hover , p a:hover , .faq-list a:hover, .accordion-box a:hover{
  text-decoration: underline;
}

/* ------------------------------------------------------
アーティスト連携
------------------------------------------------------ */
/* トップページのタブの下の線 */
.tabs-border {
    background: #4b9cdd;
    height: 2px;
}
/* 選択されていないタブ（トップページ） */
.tabs ul li {
    background: #FFFFFF;
    margin-right: 0;
}
.tabs ul li + li {
	margin-left: 10px;
}
.tabs ul li a {
  padding: 10px 20px;
  color: #000000 !important;
  font-weight: normal;
	background:#ccc;
}
.tabs ul li a:hover {
  background: #4b9cdd;
	color: #fff!important;
  opacity:1;
}
/* 選択されているタブ（トップページ） */
.tabs ul li.current_tab {
}
.tabs ul li.current_tab a {
  background: #4b9cdd;
  color: #fff !important;
}

/* トップページのエラー文言 */
#tab_content001 p.noArticle {
    color: #000000;
}
#tab_content002 p.noArticle {
    color: #000000;
}
#tab_content003 p.noArticle {
    color: #000000;
}
#tab_content001 p.cisError {
    color: #000000;
}
#tab_content002 p.cisError {
    color: #000000;
}
#tab_content003 p.cisError {
    color: #000000;
}

.div-login-top, .div-login-top + a { display:none!important; }