@charset "UTF-8";
/*-------------------- リセット --------------------*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}


/*-------------------- 共通(全ページ) --------------------*/
h1{
	background:#F00;
	width:100%;
	height:20px;
	line-height:20px;
	font-size:60%;
	padding-left:5px;
	}

html {
	background: #000;
}

body {
/*
	background: url(../img/common/bg.jpg);
	background-repeat: repeat-x;
*/
	background: #000;
	color: #fff;
}
p {
	line-height: 1.5em;
}
.inner {
	margin-top: 10px;
    padding: 10px 20px 40px;
}
.inner p {
	color: #eee;
}
.inner>.inner {
    padding-bottom: 15px;
}
.dib {
	display: inline-block;
	margin-bottom: 40px;
}
.note {
	color: #FB4429;
	font-size: 90%;
}
.txt_j {
	text-align: justify;
}
.txt_c {
	text-align: center;
}
.val_t {
	vertical-align: top;
}
.fs15 {
	font-size: 15px;
}
.fs13 {
	font-size: 13px;
}
.cubettl {
    border-style: solid;
    border-width: 2px;
    border-color: #FFF;
    color: #FFF;
    padding: 0 1% 0 1%;
    margin: 0 1% 0 1%;
}

/* #header */
#header {
	width: 1368px;
	margin: 0 auto;
}

/* メインイメージ以下全体のレイアウト */
div#wrap_cont {
	width: 980px;
	margin: -340px auto 0;
	position: relative;
}
div#col_left,div#col_main {
	display: inline-block;
	vertical-align: top;
}

/* 左カラム */
div#col_left {
	width: 240px;
}
#col_left section {
	margin-top: 20px;
}
#col_left section h3 {
	margin-bottom: 10px;
}
#col_left section h3 {
	margin-top:10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 14px;
	line-height: 17px;
	color: #F7931E;
}
#col_left section a {
	display: block;
	width: 200px;
	margin: 0 auto 10px;
}
#col_left section a img {
	width: 100%;
}
#col_left section dl {
	text-align: left;
	width: 100%;
}
#col_left section dl dt {
	display: inline-block;
	width: 60px;
}
#col_left section dl dt img {
	width: 100%;
}
#col_left section dl dd {
	display: inline-block;
	width: 180px;
	height: 24px;
	line-height: 24px;
	font-size: 22px;
	vertical-align: top;
	text-indent: 10px;
}

/* キャンペーン */
section#camp {
	width: 102%;
}
section#camp a {
	text-decoration: none;
}
section#camp .campblock {
	position: relative;
	display: inline-block;
	width: 360px;
	height:281.5px;
	vertical-align: top;
}
section#camp .campblock:nth-child(1) {
	background: url(../img/common/camp01.png) no-repeat;
}
section#camp .campblock:nth-child(1) span.luckynbr {
	display: block;
    margin: 149px calc(50% - 90px) 0 calc(50% - 80px);
    height: 60px;
    line-height: 60px;
    vertical-align: top;
    font-size: 52px;
    font-weight: bold;
    color: #fff;
    background: -webkit-linear-gradient(#fff, #fff, #fff, #fff, #777, #fff, #fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    width: 170px;
    text-align: center;
}
section#camp .campblock:nth-child(1) p {
	display: block;
    background: #e73828;
    width: 215px;
    margin: -4px 79px 0;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    padding: 2px;
}
section#camp #sumaho_camp {
	background: url(../img/common/camp02.png) no-repeat;
}
section#camp #sumaho_camp span.pt_present {
    display: block;
    margin: 149px 0 0 calc(50% - 120px);
    height: 55px;
    line-height: 55px;
    vertical-align: top;
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    background: -webkit-linear-gradient(#fff, #fff, #fff, #fff, #777, #fff, #fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    width: 250px;
    text-align: center;
}
.txt_camp_point {
	font-size: 40px;
	font-weight: bold;
}
section#camp #sumaho_camp p {
	display: block;
    background: #000;
    width: 215px;
	height: 32px;
    margin: -4px 79px 0;
    text-align: center;
    font-size: 20px;
	font-weight: bold;
    line-height: 26px;
    padding: 2px;
	color: #fff;
	border: 2px solid #8b6b2d;
	border-radius: 2px;
	transition: all .4s;
}
section#camp a:hover #sumaho_camp p {
    background: #8b6b2d;
	color: #000;
	transition: all .4s;
}


/* メインカラム */
div#col_main {
    width: 720px;
    margin-left: 10px;
}

/* フッター */
footer {
	width: 628px;
	margin: 40px auto 0;
}
footer p {
	font-size: 80%;
	text-align: center;
}


/*-------------------- 共通(下層ページ) --------------------*/
#intro {
    padding: 20px 60px;
}
#intro h2 {
	margin-bottom: 10px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #F7931E;
	line-height: 1.25em;
}
#intro p {
	font-size: 115%;
	line-height: 1.5em;
}

/* 手順 */
ul.flow {
	margin-top: 10px;
}
ul.flow>li {
	background: url(../img/common/line.png) no-repeat right bottom;
    margin-left: 79px;
    padding-left: 10px;
	padding-bottom: 50px;
    text-indent: -67px;
	text-align: justify;
	line-height: 1.5em;
}
ul.flow>li span {
	margin-right: 11px;
    display: inline-block;
    margin-top: -10px;
    vertical-align: top;
}
ul.flow>li span.li_inner {
	text-indent: 0;
	padding-top: 10px;
	min-width: 97%;
}
ul.flow>li span.fl1 {
	content: url(../img/common/step1.png);
}
ul.flow>li span.fl2 {
	content: url(../img/common/step2.png);
}
ul.flow>li span.fl3 {
	content: url(../img/common/step3.png);
}
ul.flow>li span.fl4 {
	content: url(../img/common/step4.png);
}
ul.flow>li span.fl5 {
	content: url(../img/common/step5.png);
}
ul.flow>li span.fl6 {
	content: url(../img/common/step6.png);
}
ul.flow>li span.fl7 {
	content: url(../img/common/step7.png);
}
ul.flow>li span.fl8 {
	content: url(../img/common/step8.png);
}
ul.flow>li span.fl9 {
	content: url(../img/common/step9.png);
}

/* 番号枠 */
.cubettl {
    border-style: solid;
    border-width: 2px;
    border-color: #FFF;
    color: #FFF;
    padding: 0 1% 0 1%;
    margin: 0 1% 0 1% !important;
	vertical-align: baseline !important;
}

/* パンくず */
#breadcrumblist {
	position: absolute;
	width: 98%;
    text-align: right;
    color: #444;
	font-size: 14px;
}
#breadcrumblist a {
	color: #444;
}
#breadcrumblist ol {
    border-bottom: 1px dotted #333;
    padding-bottom: 10px;
    display: inline-block;
}
#breadcrumblist ol li {
    display: inline;
    padding: 10px 0 10px;
	text-indent: 10px;
}
#breadcrumblist ol li:before {
	content: "\003e";
}
#breadcrumblist ol li:first-child:before {
	content: none;
}
#breadcrumblist ol li:first-child {
	text-indent: 0;
    padding: 10px 3px 10px;
}
#breadcrumblist ol li:last-child {
	color: #888;
}

/*-------------------- 共通(各番組ページ) --------------------*/
section#bangumi_nbr dl>* {
	display: inline-block;
}
section#bangumi_nbr dl dt,section#bangumi_nbr dl dd {
	margin-bottom: 10px;
}
section#bangumi_nbr dl dt {
	width: 200px;
	height: 80px;
}
section#bangumi_nbr dl dd {
	width: calc(100% - 200px);
	height: 80px;
	line-height: 80px;
	vertical-align: top;
	font-size: 360%;
	font-weight: bold;
	padding-left: 15px;
	color: #fff;
	background: -webkit-linear-gradient(#fff, #fff, #fff, #fff, #777, #fff, #fff, #fff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


/*-------------------- トップページ --------------------*/
.wrap_cont_home {
	margin-top: -280px;
}
/*section#camp {
	width: 102%;
}
section#camp img {
	display: inline-block;
	width: 49%;
}*/
.bg01 {
	background: url(../img/top_bg01.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
}
section#introduction p {
	display: inline-block;
}
section#introduction p:nth-child(1) {
	width: 200px;
}
section#introduction p:nth-child(2) {
	width:474px;
	padding-left:10px;
	vertical-align: top;
}
section#bnr img {
	width: 100%;
}
section#bnr img:nth-child(1) {
	margin: -10px 0 7px;
}
section#asobikata .asobikata_box {
    display: inline-block;
    width: 332px;
    margin-bottom: 20px;
	vertical-align: top;
}
section#asobikata .asobikata_box:nth-child(even) {
	margin-left: 10px;
}
section#asobikata .asobikata_box p {
	width: 97%;
	margin: 7px 0 0 5px;
    text-align: justify;
}


/*-------------------- ご利用説明 --------------------*/
ol#flow_ol {
    text-align: justify;
    font-size: 80%;
    width: 96%;
    margin: 0.5em auto;
    font-weight: normal;
    box-sizing: border-box;
	color: #FDFFE6;
}
.howto_ol li {
    margin-left: 55px;
}
.howto_ol li span {
	display: inline !important;
	margin-right: 3px !important;
}
.howto_ol li.howto_ol_boxnbr {
    list-style-type: none;
    border: 3px solid #F30;
    padding: 8px;
    margin-top: 0.75em;
    background: #111;
    margin-left: -8px;
}
.howto_ol .cubettl {
	padding-top: 3px;
	padding-bottom: 3px;
}

/*-------------------- お支払い --------------------*/
#settlement h3 {
    padding: 10px;
    border: 1px solid #400;
    background: -webkit-linear-gradient(#000, #000, #300);
    color: #d20b0b;
    margin: 10px 0;
}
#settlement p {
	margin-bottom: 15px;
}
#settlement a.bt {
    display: inline-block;
    margin: 10px 0 0 10px;
    padding: 0 30px;
    text-decoration: none;
    border-radius: 3px;
    border: 2px solid #8b6b2d;
    background: #000;
    line-height: 50px;
    height: 54px;
    vertical-align: middle;
    font-size: 16px;
    color: #8b6b2d;
    font-weight: bold;
	transition: all .4s;
}
#settlement a.bt:hover {
    background: #8b6b2d;
    color: #000;
	transition: all .4s;
}
#fax {
	display: flex;
}
#fax dt,#fax dd {
    height: 36px;
    line-height: 36px;
}
#fax dt {
    background: #999;
    text-align: center;
    width: 30%;
	color: #000;
	font-weight: bold;
}
#fax dd {
    padding-left: 15px;
    border: 1px solid #222;
    width: 70%;
}
#settlement ol {
	margin-left: 40px;
	color: #eee;
}
#settlement ol li {
    padding: 10px 0;
    line-height: 1.5em;
    text-indent: -40px;
}
#settlement .cubettl {
	padding: 3px 1%;
}


/*-------------------- 銀行口座一覧 --------------------*/
table.accountlist {
	margin-bottom: 30px;
    border-top: 1px solid #900;
    border-right: none;
    border-bottom: none;
    border-left: 1px solid #900;
    width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
table.accountlist th,table.accountlist td {
	vertical-align: middle;
	color: #eee;
}
table.accountlist th {
    background: #600;
    border-right: 1px solid #900;
    border-bottom: 1px solid #900;
	color: #fff;
}
table.accountlist tr {
	height: 40px;
}
table.accountlist th:nth-child(1) {
    border-right: 1px solid #900;
}
table.accountlist td {
    text-align: center;
    background: #000;
    border-right: 1px solid #900;
    border-bottom: 1px solid #999;
}
table.accountlist tr>td:nth-child(1) {
    background: #0b3341;
	color: #fff;
	font-weight: bold;
}
table.accountlist tr:last-child td {
    border-bottom: 1px solid #900;
}


/*-------------------- 体験談 --------------------*/
#taiken h3 {
    border-bottom: 2px solid #F7931E;
    padding-bottom: 10px;
    margin: 10px 0 10px 10px;
    color: #8AC43F;
	font-size: 20px;
	line-height: 1.5;
}
#taiken h4 {
    padding-bottom: 10px;
    margin: 10px 0 10px 10px;
    color: #8AC43F;
}
#taiken p {
	margin-bottom: 40px;
	padding-left: 15px;
}
dl.contact_fax {
    margin: 0 0 2px 20px;
}
dl.contact_fax a {
	text-decoration: none;
	color: #fff;
}
p#copytxt {/*ドメインコピー*/
	display: block;
	height: 20px;
	margin-bottom: 4.5em;
	line-height: 20px;
	margin-left: 20px;
}

p#copytxt input {/*ドメインコピー*/
    background: #111;
    border: none;
    color: #ccc;
    height: 100%;
}
span.js-copytext {/*ドメインコピー*/
	display: inline-block;
	box-sizing: border-box;
	padding: 10px;
	background: #111;
	border: 1px solid #333;
}
button.js-copybtn {/*ドメインコピー*/
	background: #fff;
    border-radius: 5px;
	font-size: 90%;
	padding: 10px;
}

/*pc用displaynone*/
.r_main{
	display:none;
}
.r_tops{
	display:none;
}
.p_ds{
	display:none;
}







/*sp用*/
@media screen and (max-width: 760px){

/*sp用displaynone*/
.p_main{
	display:none;
}
#nav{
	display:none;
}
div#col_left{
	display:none;
}
#introduction inner{
	display:none;
}
#bnr inner{
	display:none;
}
.ds{
	display:none;
}
.bg01{
	background-image:none;
}

/*sp用css*/
body{
	margin:0;
	background:none;
	background-color:#000;
	line-height:1;
}
h3 img{
	width:100vw;
}
#header {
	width: 100vw;
	margin:0;
}
footer {
	width: 100vw;
	background: none;
	background-color:#333;
	height:40px;
	margin: 40px 0 0 0;
}
footer p {
	line-height: 40px;
	font-size: 60%;
	text-align: center;
}
.mb{
	margin-bottom:15px;
}
section#camp .campblock{
	width:48vw !important;
	margin-left:1px !important;
}
div#wrap_cont {
	width: 100vw;
}
div#wrap_cont2 {
	width: 100vw;
	margin:0;
}
div#col_main {
	width:100vw;
	margin:200px 0 0 0;
	display:block;
}
section#camp{
	width:100vw;
}
.www{
	width:47%;
}
.vw{
	width:100vw;
}
.inner {
    padding: 5px 10px 20px;
}

.r_main{
	display:block;
}
.s_topimg01{
	width:30vw;
}
section#introduction p:nth-child(1) {
	width:35vw;
	float:left;
	padding-right:10px;
}
section#introduction p:nth-child(2) {
	max-width:95vw;
	text-align:left;
	display:block;
    padding-left:0px;
	vertical-align: inherit;
}
.r_tops{
	display:block;
}
.p_ds{
	display:block;
	width:100vw;
	margin:0 auto;
}
#acMenu dd p{
	margin:10px !important;
}
.m30{
	margin-top:-240px !important;
}
.m100{
	margin-top:-450px !important;
}

/*メニュー*/
.md-trigger{
	width:18%;
	position:fixed;
	top:5px;
	right:2px;
	z-index:999;
}
#modal_innner {/*モーダル*/
    width:90vw;
    margin: 0 auto;
    padding-top: 42vw;
}

#modal_innner a {/*モーダル*/
    display: block;
/*
    background: url(../img/sp/modal_bt_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
*/
    height: 18vw;
    line-height: 18vw;
    text-align: center;
	text-decoration: none;
	text-shadow: 2px 2px 5px #000;
	color: #fff;
	letter-spacing: 0.1em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	border-bottom: 1px solid #e6e6e6;
}

.modal .modal-overlay .close {/*モーダル*/
    right: 6vw !important;
    top: 5vw !important;
	color: #fff !important;
    z-index:1000;
}

/** 番組メニュー **/

#acMenu dt{
    display:block;
    width:100%;
    text-align:center;
    cursor:pointer;
    overflow-x: scroll;
}

#acMenu dd{
    width:100%;
    text-align:center;
    display:none;
	color:#F7931E;
	margin:auto;
	font-size:120%;
	font-weight:bold;
}

#acMenu2 {
	width:100%;
    text-align:center;
}


ul.nav{
  width:100%;
  padding:0;
  margin:0;
}

ul.nav li{
  display: inline-block;
  text-align: center;
  width:23%;
}
ul.nav li a{
	color: #fff;
	text-decoration: none;
}


/** 番組紹介 **/
#program_contents_manzoku {
	background-image:url(../img/main_manzoku.jpg);
	background-size:contain;
	background-repeat:no-repeat;
	text-align:center;
}

#program_contents_egoist {
	background-image:url(../img/main_egoist.jpg);
	background-size:contain;
	background-repeat:no-repeat;
	text-align:center;
}

#program_contents_seven {
	background-image:url(../img/main_seven.jpg);
	background-size:contain;
	background-repeat:no-repeat;
	text-align:center;
}

#program_contents_night {
	background-image:url(../img/main_night.jpg);
	background-size:contain;
	background-repeat:no-repeat;
	text-align:center;
}

#program_contents_vivian {
	background-image:url(../img/main_vivian.jpg);
	background-size:contain;
	background-repeat:no-repeat;
	text-align:center;
}

#program_contents_oasis {
	background-image:url(../img/main_oasis.jpg);
	background-size:contain;
	background-repeat:no-repeat;
	text-align:center;
}

#program_contents_gold {
	background-image:url(../img/main_gold.jpg);
	background-size:contain;
	background-repeat:no-repeat;
	text-align:center;
}

#program_contents_dream {
	background-image:url(../img/main_dream.jpg);
	background-size:contain;
	background-repeat:no-repeat;
	text-align:center;
}

#program_center {
	width:75%;
	margin:auto;
	margin-bottom:3%;
}

#program_center img {
	margin-bottom:10px;
}

#program_center p {
	background-color:#e60012;
	width:80%;
	margin:auto;
	font-size:200%;
	margin-bottom:10%;
	padding:3% 0 3% 0;
}

#program_center a {
	color:#FFF;
	text-decoration:underline;
}

.program_lead {
	width:100%;
	text-align:center;
	color:#F7931E;
	font-size:120%;
	font-weight:bold;
	line-height:1.3em;
}
/*キャンペーン*/
section#camp {
	width: 100vw;
	height:150px;
	margin-left:12px;
}
section#camp a {
	text-decoration: none;
}
section#camp .campblock {
	position: relative;
	display: inline-block;
	width: 48%;
	margin-left:-6px;
}
section#camp .campblock:nth-child(1) {
	background: url(../img/common/camp01_sp.png) no-repeat;
}
section#camp .campblock:nth-child(1) span.luckynbr {
	display: block;
    margin: 75px calc(50% - 90px) 0 calc(50% - 38px);
    height: 30px;
    line-height: 30px;
    vertical-align: top;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    background: -webkit-linear-gradient(#fff, #fff, #fff, #fff, #777, #fff, #fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    width: 85px;
    text-align: center;
}
section#camp .campblock:nth-child(1) p {
	display: block;
    background: #e73828;
    width: 107px;
    margin: -2px 40px 0;
    text-align: center;
    font-size: 6px;
    line-height: 8px;
    padding: 1px;
}
section#camp #sumaho_camp {
	background: url(../img/common/camp02_sp.png) no-repeat;
}
section#camp #sumaho_camp span.pt_present {
    display: block;
    margin: 75px 0 0 calc(50% - 90px);
    height: 27px;
    line-height: 27px;
    vertical-align: top;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background: -webkit-linear-gradient(#fff, #fff, #fff, #fff, #777, #fff, #fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    width: 180px;
    text-align: center;
}
.txt_camp_point {
	font-size: 20px;
	font-weight: bold;
}
section#camp #sumaho_camp p {
	display: block;
    background: #000;
    width: 107px;
	height: 16px;
    margin: -2px 40px 0;
    text-align: center;
    font-size: 10px;
	font-weight: bold;
    line-height: 12px;
    padding: 1px;
	color: #fff;
	border: 2px solid #8b6b2d;
	border-radius: 2px;
	transition: all .4s;
}
section#camp a:hover #sumaho_camp p {
    background: #8b6b2d;
	color: #000;
	transition: all .4s;
}
/*下層*/

#intro {
    padding: 10px 0;
}
#intro h3 {
	margin-bottom: 10px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 155%;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #F7931E;
}
#intro p {
	font-size: 90%;
	line-height: 1.5em;
/*	padding-left:20px;*/
	text-align:left;
}
.m0{
	margin:0 !important;
}
.fl1,.fl2,.fl3,.fl4,.fl5,.fl6{
	width:40px !important;
	margin-right:0  !important;
}
ul.flow>li span.li_inner {
	text-indent: 0;
	padding-top: 0px;
	min-width: 97%;
	font-size:13px;
}
.li_inner .cubettl {
	padding: 0 5px !important;
}
ol#flow_ol {
    text-align: justify;
    font-size: 80%;
    width: 96%;
    margin: 0.5em auto;
    font-weight: normal;
    box-sizing: border-box;
	color: #fff;
}
.howto_ol li {
    margin:0px;
}
.howto_ol li p{
    margin:0px;
}
.li_inner .howto_ol li b{
	widh:500%;
}
.howto_ol li.howto_ol_boxnbr {
    list-style-type: none;
    border: 3px solid #F30;
    padding: 8px;
    margin-top: 0.75em;
    background: #111;
    margin-left: -85px;
}

/*番組下層*/
#intro section{
	width:90%;
	text-align:center;
	margin:0 auto;
}
#intro section h3{
	font-size:20px;
	line-height:25px;
}
#intro section p{
	font-size:13px;
	line-height:20px;
}

/*番組番号*/
section#bangumi_nbr dl dt,section#bangumi_nbr dl dd {
	margin-bottom: 10px;
}
section#bangumi_nbr dl dt {
	width: 200px;
	height: 80px;
}
section#bangumi_nbr dl dd {
	width: calc(100% - 200px);
	height: 80px;
	line-height: 80px;
	vertical-align: top;
	font-size: 360%;
	font-weight: bold;
	padding-left: 15px;
	color: #fff;
	background: -webkit-linear-gradient(#fff, #fff, #fff, #fff, #777, #fff, #fff, #fff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#bangumi_nbr .inner{
	padding:10px !important;
	margin-left:15px;
}
.ws{
	width:65% ;
}
.fssp{
	font-size:13px !important;
}
.ml{
	margin-left:20px;
}

.pc_number {
	display:none;
}