@charset "utf-8";
/*////////////////////////////////////////////////////////

common

////////////////////////////////////////////////////////*/
.f_left {
	float: left;
}
.f_right {
	float: right;
}
.f_none {
	float: none !important;
	margin: 0 auto;
}
.d_none {
	display: none;
}
section {
	clear: both;
	margin-bottom: 20px;
}

.w80 {
	width: 80% !important;
}

.w90 {
	width: 90% !important;
}

/*----- 汎用box -----*/
.box {
	position: relative;
	overflow: hidden;
	clear: both;
}

/*----- 新規2日間出し分け -----*/
.new_member_off, .new_member_on {
	display: none;
}
.new_member-0 .new_member_off, .new_member-1 .new_member_on {
	display: block;
}

/*----- 従量未購入出し分け -----*/
.unpaido_off, .unpaido_on,
.new_member-0 .unpaido_off, .new_member-0 .unpaido_on{
	display: none;
}

/*----- COIPO以外 新規2日間出し分け -----*/
.join_member_off, .join_member_on {
	display: none;
}
.join_member-0 .join_member_off, .join_member-1 .join_member_on {
	display: block;
}

.unpaido-0 .unpaido_off, .unpaido-1 .unpaido_on {
	display: block;
}

/* 点滅 */
.tenmetsu {
	-webkit-animation: blink_img 1s ease-in-out infinite alternate;
	-moz-animation: blink_img 1s ease-in-out infinite alternate;
	animation: blink_img 1s ease-in-out infinite alternate;
}

@-webkit-keyframes blink_img {
	0% {
		opacity:1;
	}
	100% {
		opacity:0.2;
	}
}
@-moz-keyframes blink_img {
	0% {
		opacity:1;
	}
	100% {
		opacity:0.2;
	}
}
@keyframes blink_img {
	0% {
		opacity:1;
	}
	100% {
		opacity:0.2;
	}
}

/*////////////////////////////////////////////////////////

無料TOP

////////////////////////////////////////////////////////*/
.free_top section, .free_top p {
	margin-bottom: 0;
}

.btn_free {
	position: relative;
	z-index: 99;
	margin-bottom: 20px;
	margin: 0 5px;
}

.btn_free li {
	width: 155px;
	height: 115px;
	float: left;
	margin-left: 0px;
}

.btn_free a {
	display: block;
	background: url(../images/free/sprite_btn_free.png) left top no-repeat;
	background-size: cover;
	background-position: 0px 0px;
	height: 100%;
	width: 100%;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

.btn_free li:last-child a {
	background-position: -150px 0px;
}

.btn-regist {
	margin: 0 15px;
	text-align: center;
	position: relative;
}

.btn-regist a {
	display: block;
	width: 100%;
	height: 78px;
	margin: 0 auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/free/btn_regist.png) no-repeat center top;
	background-size: 100%;
}

.btn-intro {
	margin: 0 10px;
	text-align: center;
	position: relative;
}

.btn-intro a {
	display: block;
	width: 100%;
	height: 25px;
	margin: 0 auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/free/btn-intro.png) no-repeat center top;
	background-size: 100%;
}

.freetop_bottom_txt {
	font-size: 18px;
	color: #000;
	font-weight: bold;
}

.freetop_bottom_txt span {
	color: #fa498a;
}

/*////////////////////////////////////////////////////////

free fortune

////////////////////////////////////////////////////////*/
.free_index p {
	margin-bottom: 0;
}

/* form */
.inner_txt {
	position: relative;
	z-index: 1000;
}

.form_wrap {
	padding: 25px 25px 40px;
	background: url(../images/free/bg_ff_mid.jpg) repeat-y;
	background-size: 100%;
	position: relative;
}

.form_wrap h2 {
	min-height: 90px;
	margin-bottom: 20px;
}

.form_wrap:before {
	background: url(../images/free/bg_ff_top.jpg) center bottom no-repeat;
	background-size: 100% auto;
	content: '';
	width: 100%;
	height: 51px;
	position: absolute;
	top: -1px;
	left: 0;
}

.form_wrap:after {
	background: url(../images/free/bg_ff_btm.jpg) center bottom no-repeat;
	background-size: 100% auto;
	content: '';
	width: 100%;
	height: 54px;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.form_wrap dt {
	float: left;
	width: 25%;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	background: #fa7883;
	border-radius: 3px;
	margin-right: 3px;
	padding: 0 2px;
}

.form_wrap dd {
	margin-bottom: 0;
	float: left;
	width: 72%;
	text-align: left;
}
.form_wrap input[type="text"] {
	width: 100%;
	padding: 0 5px;
	box-sizing: border-box;
	height: 30px;
	line-height: 1;
	outline: 0;
	border: 1px solid #a0a0a0;
	border-radius: 3px;
	font-size: 13px;
}

/* 注意文言 */
.form_wrap .att {
	padding: 0;
	text-align: center;
	font-size: 12px;
	color: #000;
	letter-spacing: -1px;
}

/* 名前 */
.name_wrap {
	overflow: hidden;
}
.name_wrap li {
	width: 49%;
	float: left;
	padding: 0;
}
.name_wrap li:last-child {
	float: right;
}

.form_wrap select {
	background: url(../images/icon/arrow_select.png) no-repeat 88% center #fff;
	background-size: 12px;
}

/* 性別 */
.sex_wrap {
	overflow: hidden;
}

.sex_wrap li {
	width: 100%;
	float: left;
	padding: 0;
	box-sizing: border-box;
}

.sex_wrap dt {
	width: 70px;
}

.sex_wrap dd {
	width: 70px;
	text-align: left;
}

.sex_wrap select {
	width: 100%;
	border: 1px solid #a0a0a0;
	border-radius: 3px;
	padding-left: 15px;
	margin-right: 0;
}

/* 生年月日 */
.birthday_wrap dt {
	width: 70px;
}
.birthday_wrap select {
	margin-right: 3px;
	margin-left: -1px;
	padding-right: 17px;
	background: url(../images/icon/arrow_select.png) no-repeat 94% center #fff;
	background-size: 12px;
}

.birthtime select {
	margin-right: 4px;
}

.any {
	color: #ff0000;
}

.ff_name_txt {
	background: #a50379;
	width: 100px;
	color: #fff !important;
	margin: 0 auto 10px auto !important;
	padding: 5px 0;
	font-size: 13px;
	font-weight: bold;
	border-radius: 2px;
}

.form_wrap .anohito .ff_name_txt, .form_wrap .anohito  dt {
	background: #5303a5;
}

/* 鑑定ボタン */
.btn_wrap {
	clear: both;
	width: 75%;
	margin: 7px auto 0 auto;
	text-align: center;
}
.btn_wrap .muryo {
	width: 100% !important;
	padding: 0 !important;
	border: 0 !important;
	-webkit-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	background: none;
}

.form_wrap dl, .name_wrap dl {
	overflow: hidden;
}

.img_noline {
	margin-bottom: -1px !important;
}

/*////////////////////////////////////////////////////////

共通パーツ

////////////////////////////////////////////////////////*/
/* メニューリスト */
.list-cbox {
	color: #000;
	padding: 15px 10px;
	margin-bottom: 20px;
}

.list-cbox.bg_purple {
	background: url(../images/menu/bg_list-cbox_top01.jpg) center top no-repeat, url(../images/menu/bg_list-cbox_btm01.jpg) center bottom no-repeat #ccb9fa;
	background-size: 100% auto;
}

.list-cbox.bg_pink {
	background: url(../images/menu/bg_list-cbox_top02.jpg) center top no-repeat, url(../images/menu/bg_list-cbox_btm02.jpg) center bottom no-repeat #fab9d1;
	background-size: 100% auto;
}

.list-cbox.bg_blue {
	background: url(../images/menu/bg_list-cbox_top03.jpg) center top no-repeat, url(../images/menu/bg_list-cbox_btm03.jpg) center bottom no-repeat #b9c6fa;
	background-size: 100% auto;
}

.list-cbox  h4 {
	margin-bottom: 10px;
}

.list_menu li {
	margin-bottom: 5px;
}

.list_menu a {
	position: relative;
	padding: 12px 25px 12px 20px;
	color: #000;
	display: block;
	text-decoration: none;
	text-align: left;
	font-size: 13px;
	line-height: 1.5;
	border-radius: 3px;
}

.list-cbox.bg_purple .list_menu a {
	background: url(../images/menu/list_purple_bg_top.jpg) center top no-repeat, url(../images/menu/list_purple_bg_btm.jpg) center bottom no-repeat, url(../images/menu/list_purple_bg_mid.jpg) center top repeat-y;
	background-size: 100% auto;
}

.list-cbox.bg_pink .list_menu a {
	background: url(../images/menu/list_pink_bg_top.jpg) center top no-repeat, url(../images/menu/list_pink_bg_btm.jpg) center bottom no-repeat, url(../images/menu/list_pink_bg_mid.jpg) center top repeat-y;
	background-size: 100% auto;
}

.list-cbox.bg_blue .list_menu a {
	background: url(../images/menu/list_blue_bg_top.jpg) center top no-repeat, url(../images/menu/list_blue_bg_btm.jpg) center bottom no-repeat, url(../images/menu/list_blue_bg_mid.jpg) center top repeat-y;
	background-size: 100% auto;
}

.list-cbox.bg_yellow .list_menu a {
	background: url(../images/menu/list_yellow_bg_top.jpg) center top no-repeat, url(../images/menu/list_yellow_bg_btm.jpg) center bottom no-repeat, url(../images/menu/list_yellow_bg_mid.jpg) center top repeat-y;
	background-size: 100% auto;
}

.list_menu a:after {
	content: "";
	width: 7px;
	min-height: 14px;
	position: absolute;
	right: 11px;
	top: 50%;
	margin-top: -8px;
}

.list-cbox.bg_purple .list_menu a:after {
	background: url(../images/menu/icon_arrow02.png) no-repeat;
	background-size: 100% auto;
}
.list-cbox.bg_pink .list_menu a:after {
	background: url(../images/menu/icon_arrow03.png) no-repeat;
	background-size: 100% auto;
}
.list-cbox.bg_blue .list_menu a:after {
	background: url(../images/menu/icon_arrow04.png) no-repeat;
	background-size: 100% auto;
}
.list-cbox.bg_yellow .list_menu a:after {
	background: url(../images/menu/icon_arrow05.png) no-repeat;
	background-size: 100% auto;
}

/* 全てを見る */
.all_view {
	width: 200px;
	margin: 10px 0px 0px auto !important;
	text-align: right;
}
.all_view li {
	background: none;
	margin-bottom: 0;
	box-shadow: none;
	border-radius: 30px;
}

.all_view a {
	position: relative;
	margin: 0px 0px 0 0;
	display: block;
	padding: 5px 33px 5px 12px;
	text-decoration: none;
	color: #fff;
	border-radius: 30px;
	border: 1px solid #fff;
}

.list-cbox.bg_purple .all_view a {
	background: #986efa;
}

.list-cbox.bg_pink .all_view a {
	background: #fa6ea1;
}

.list-cbox.bg_blue .all_view a {
	background: #6e8afa;
}

.list-cbox.bg_yellow .all_view a {
	background: #faaf6e;
}

.all_view a:after {
	content: "";
	width: 12px;
	min-height: 12px;
	background: url(../images/icon/arrow_wh2.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -6px;
}

/* 特別鑑定ボタン */
.btn-ppvmenu {
	display: table;
	width: 100%;
	height: 120px;
	margin-bottom: 20px;
}

.btn-ppvmenu a {
	display: block;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	background: url(../images/menu/bg_ppv.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 15px 43px 0px 43px;
	line-height: 1.5;
}

.btn-ppvmenu a.small {
	font-size: 13px;
}

/*　テキストシャドウ　*/
.text-light-pink {
	color: #fff;
	text-shadow: 0 0px 5px #ea03bc, 0 0px 5px #ea03bc, 0 0 5px #ea03bc;
}
.text-light-blue {
	color: #fff;
	text-shadow: 0 1px 5px blue, 0 1px 5px blue, 0 1px 5px blue;
}
.text-light-sky {
	color: #fff;
	text-shadow: 0 1px 5px #25bdbd, 0 1px 5px #25bdbd, 0 1px 5px #25bdbd;
}
.text-light-purpule {
	color: #fff;
	text-shadow: 0 0px 5px #a709da, 0 0px 5px #a709da, 0 0 5px #a709da;
}
.text-light-red {
	color: #fff;
	font-weight: bold;
	text-shadow :
	 2px  2px 2px #b30000,
	-2px  2px 2px #b30000,
	 2px -2px 2px #b30000,
	-2px -2px 2px #b30000,
	 2px  0px 2px #b30000,
	 0px  2px 2px #b30000,
	-2px  0px 2px #b30000,
	 0px -2px 2px #b30000;
}

.text-light-yellow {
	color: #fff;
	text-shadow: 0 0px 7px #d6d606, 0 0px 10px #d6d606;
}

.text-link-under {
	text-underline-offset:0.2em;
}

/*////////////////////////////////////////////////////////

基本メニュー

////////////////////////////////////////////////////////*/
.m_txt {
	/* font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; */
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.t_txt_red {
	text-shadow: 0 0 4px #ff0018, 0 0 4px #ff0018, 0 0 4px #ff0018,0 0 4px #ff0018;
}

.menu section {
	margin-bottom: 0;
}
.menu p {
	margin-bottom: 0;
}

.today {
	margin: 0 auto;
	line-height: 25px;
	height: 25px;
	letter-spacing: 2px;
	color: #fff;
	background: url(../images/menu/bg_today.jpg) no-repeat;
	background-size: 100% auto;
}

.menu .main_visual .box_teller {
	background: url(../images/menu/teller_main.jpg) no-repeat;
	background-size: 100%;
	min-height: 230px;
}

.menu .main_visual .box_teller p {
	margin: 0 23px 35px auto;
	width: 168px;
	padding: 15px 10px 10px 10px;
	font-size: 13px;
	top: 30px;
}

.main_visual .box_teller a {
	display: block;
	margin-top: 5px;
}

/*----- メインメニュー -----*/
.main_visual a {
	display: block;
}

.box_menu {
	height: 395px;
	background: url(../images/menu/bg_menu.jpg) no-repeat;
	background-size: 100%;
	padding: 20px 8px 0 8px;
}

.menu .main_visual li {
	width: 49.5%;
	position: relative;
	float: left;
	border-radius: 3px;
	height: 45px;
	margin-bottom: 10px;
}

.menu .main_visual li:nth-child(even) {
	float: right;
}

.box_menu li.w100 {
	width: 100%;
	float: none;
	clear: both;
}

.box_menu li a {
	width: 100%;
	height: 100%;
}

.box_menu li.menu-month a {
	color: #fdecfe;
	text-decoration: none;
	font-weight: bold;
	line-height: 45px;
	text-align: left;
	font-size: 12px;
	padding-left: 11px;
	box-sizing: border-box;
}

/* 更新バッジ */
.box_menu .icon-1:after {
	content: "";
	position: absolute;
	z-index: 1;
}
.box_menu .icon-1:after {
	width: 20px;
	height: 20px;
	top: -5px;
	right: -4px;
	background: url(../images/icon/icon-mark.png) no-repeat;
	background-size: 100%;
}

/* 検索 */
.box_search {
	margin: 0 10px;
}

.box_search h2 {
	position: relative;
	z-index: 1;
	margin-bottom: -3px;
}
.box_search .inner {
	position: relative;
	background: #986efa;
	padding: 15px 5px 15px 5px;
	box-sizing: border-box;
}
.box_search .inner a {
	display: block;
	padding: 15px 20px 15px 20px;
	text-decoration: none;
	position: relative;
	overflow: hidden;
}

.box_search select[name="ctg"] {
	width: 200px;
	height: 36px;
	margin: 0;
	padding: 0 25px 0 10px;
	line-height: 1;
	font-size: 14px;
	color: #000;
	border: 2px solid #bba0fa;
	border-radius: 3px;
	background: url(../images/menu/icon_arrow.png) no-repeat 96% center #fff;
	background-size: 12px;
}
.box_search_btn {
	width: 67px;
	height: 35px;
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	-webkit-appearance: none;
	appearance: none;
	vertical-align: 1px;
	text-indent: 150%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/pay/btn_search.png) no-repeat;
	background-size: 100%;
}

.box_search .inner p {
	color: #000;
	margin-bottom: 10px;
}

.box_search select[name="ctg"] {
	width: 220px;
	height: 37px;
}

.menu .box_search select[name="ctg"] {
	width: 270px;
}

.box_search_btn {
	width: 69px;
	height: 38px;
}

/* 検索 */
.fortuneSearch .fortune_search {
	margin: 10px auto 30px;
}
.fortuneSearch .box_teller {
	height: 160px;
	background: url(../images/teller/05.png) -18px 0 no-repeat;
	background-size: 50%;
}

.fortuneSearch .box_teller .serif {
	width: 190px;
	top: 15px;
	padding: 20px 13px;
	font-size: 14px;
	border-radius: 15px;
	margin: 0 10px 30px auto;
}

.fortuneSearch .box_teller .serif:after {
	top: 40%;
}

/* 星波動で見たあの人との恋 */
.star_hadou_koi .box {
	min-height: 290px;
}
.star_hadou_koi .box a {
	display: block;
	position: absolute;
	left: 35px;
	bottom: 12px;
	width: 250px;
	height: 61px;
}

/* 恋愛質問コーナー */
.renai_qa .box {
	min-height: 392px;
}

.renai_qa .box li {
	position: absolute;
	width: 232px;
	height: 57px;
	overflow: hidden;
	border-radius: 10px;
}

.renai_qa .box li:nth-child(1) {
	left: 14px;
	top: 21px;
}

.renai_qa .box li:nth-child(2) {
	right: 14px;
	bottom: 129px;
}

.renai_qa .box li:nth-child(3) {
	left: 29px;
	bottom: 64px;
	width: 252px;
}

.renai_qa .box li:nth-child(4) {
	left: 65px;
	bottom: 25px;
	height: 25px;
	width: 190px;
	border-radius: 15px;
}

.renai_qa .box li a {
	display: block;
	width: 100%;
	height: 100%;
}

/* 7days */
.sec_7days {
	position: relative;
	min-height: 500px;
}
.sec_7days a {
	display: block;
	position: absolute;
	left: 25px;
	bottom: 46px;
	width: 270px;
	height: 72px;
}

/* トランプ */
.trump_yesno {
	position: relative;
	min-height: 606px;
}

.trump_yesno a {
	display: block;
	position: absolute;
	left: 25px;
	bottom: 47px;
	width: 270px;
	height: 60px;
}

/* 幸運引き寄せメソッド */
.star_mirai .list-cbox.bg_blue {
	background: url(../images/menu/bg_btm01.jpg) center bottom no-repeat #304ec7;
	background-size: 100%;
	padding: 0px 10px 20px 10px;
}

/* 星から導く未来占 */
.fortune_method .list-cbox.bg_yellow {
	background: url(../images/menu/bg_btm02.jpg) center bottom no-repeat #c77630;
	background-size: 100%;
	padding: 0px 10px 20px 10px;
}

/* 占い外コーナー */
.kobetsu_box {
	width: 100%;
	height: 535px;
	position: relative;
	background: url(../images/menu/kobetsu_bg.jpg) no-repeat;
	background-size: 100%;
}

.kobetsu_box.v2 {
	background: url(../images/free/kobetsu_bg.jpg) no-repeat;
	background-size: 100%;
}

.kobetsu_box h3 {
	min-height: 165px;
}
.kobetsu_box p.txt {
	min-height: 258px;
}

.kobetsu_box .btn {
	height: 65px;
	position: relative;
	color: #fff;
}

.kobetsu_box .ato {
	position: absolute;
	top: 11px;
	left: 6px;
	width: 135px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.menu .kobetsu_box .ato {
	left: 13px;
}

.kobetsu_box .comp {
	position: absolute;
	top: 40px;
	left: 8px;
	width: 130px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.menu .kobetsu_box .comp {
	left: 17px;
}

.kobetsu_link {
	display: block;
	width: 150px;
	height: 56px;
	position: absolute;
	right: 20px;
	top: 5px;
}

.menu .kobetsu_link {
	right: 30px;
}

.kobetsu_box.v2 .kobetsu_link {
	width: 271px;
	height: 65px;
	right: auto;
	left: 24px;
	top: 0px;
}

.icon_bach-1 .kobetsu_link:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 27px;
	height: 27px;
	top: -17px;
	right: -17px;
	background: url(../images/icon/icon-mark.png) no-repeat;
	background-size: 100%;
}

.kobetsu_box .btn.icon_bach-0 a {
	pointer-events: none;
	cursor: default;
}

.kobetsu_box .btn.icon_bach-0 a:after {
	content: "本日は\A書き込み済みです";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 9px;
	line-height: 1.2;
	white-space: pre;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 0 0 4px #000, 0 0 4px #000, 0 0 4px #000;
	background: rgba(0,0,0,0.9);
	border-radius: 10px;
	box-sizing: border-box;
	color: #fff;
}


/* 無料占いの続き*/
.btn_to_free a {
	background: url(../images/pay/bg_free_more.png) no-repeat center;
	background-size: auto;
	background-size: 100% auto;
	width: 93%;
	height: 65px;
	margin: 0 auto;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 0;
}

.to_box {
	display: none;
	background: #2d835e;
}

.free_fortune_to_box .tit_sub {
	color: #e4ff00;
}

.tab_list ul {
	text-align: left;
	padding: 0 7px;
	line-height: 1.6;
	margin-bottom: 10px;
	font-size: 13px;
}
.tab_list .sub_tit {
	background: url(../images/icon/03.png) no-repeat left 2px;
	-webkit-background-size: 18px auto;
	background-size: 18px auto;
	padding-left: 22px;
	margin-bottom: 10px;
	/* font-weight: bold; */
}

.tab_list .sub_tit.nolist {
	background: none;
	padding-left: 0;
}

.tab_list .sub_tit a {
	color:#fff;
}

.tab_list .sub_tit.ptn_2 {
	background: url(../images/icon/02.png) no-repeat left 2px;
	-webkit-background-size: 18px auto;
	background-size: 18px auto;
}

.tab {
	overflow: hidden;
	margin-bottom: -1px;
	position: relative;
}
.tab li {
	width: 47%;
	float: left;
	text-align: center;
	color: #fff;
	border-top: 2px solid #eeca4a;
	border-left: 2px solid #eeca4a;
	border-right: 2px solid #eeca4a;
	border-bottom: 1px solid #eeca4a;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	position: relative;
	font-size: 15px;
}
.free_fortune_to_box .tab01 {
	background: #155239;
	margin: 0 0 0 6px;
}
.free_fortune_to_box .tab02 {
	background: #991542;
	margin: 0 6px 0 6px;
}

.free_fortune_to_box .tab02 a {
	opacity: 0.5;
}

.free_fortune_to_box .tab {
	margin-top: 7px;
}
.free_fortune_to_box .tab li a {
	padding: 8px 0 6px;
	display: block;
	text-decoration: none;
	color: #fff;
}
.tab_list {
	border-top: 1px solid #eeca4a;
	border-bottom: 5px solid #2acd8d;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}
.tab_list .panel {
	display: none;
	padding: 20px 3px 15px 3px;
}

.tab_list .panel.is-show {
	display: block;
}

.box_teller.teller01 {
	background: url(../images/common/teller01.jpg) no-repeat left;
	background-size: 100% auto;
	min-height: 164px;
}

.box_teller.teller01 .serif {
	padding: 10px;
}

.box_teller .serif .pink {
	color: #ff0060;
}

/* 特別鑑定の誘導ボタン */
.btn_sp_kantei {
	padding: 40px 0 25px 0;
}

.btn_sp_kantei .sp_ppv li {
	display: table;
	width: 95%;
	position: relative;
	padding: 0px 0 0px 0;
	margin: 0 auto;
}

.btn_sp_kantei .sp_ppv a {
	background: url(../images/menu/btn_sp_kantei_bg_mid.png) repeat-y;
	background-size: 100%;
	display: table-cell;
	width: 100%;
	height: 100%;
	color: #7300af;
	font-weight: bold;
	padding: 5px 35px 15px 35px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.5;
	position: relative;
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,	-2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
	text-underline-offset:0.2em;
}

.btn_sp_kantei.bg_red .sp_ppv  a, .btn_sp_kantei.bg_purple .sp_ppv a {
	color: #d1006c;
}

.btn_sp_kantei.bg_blue .sp_ppv a, .btn_sp_kantei.bg_sky .sp_ppv a {
	color: #006687;
}

.btn_sp_kantei .sp_ppv  a:after {
	content: "";
	width: 10px;
	height: 14px;
	margin-top: -15px;
	position: absolute;
	top: 50%;
	right: 18px;
	background: url(../images/menu/list_arrow.png) no-repeat;
	background-size: 100%;
}

.btn_sp_kantei .sp_ppv li:before {
	content: "";
	width: 100%;
	height: 33px;
	position: absolute;
	top: -32px;
	left: 0px;
	background: url(../images/menu/btn_sp_kantei_bg_top.png) no-repeat top;
	background-size: 100%;
}
.btn_sp_kantei .sp_ppv li:after {
	content: "";
	width: 100%;
	height: 15px;
	position: absolute;
	bottom: -13px;
	left: 0px;
	background:  url(../images/menu/btn_sp_kantei_bg_btm.png) no-repeat bottom;
	background-size: 100%;
}


/*////////////////////////////////////////////////////////

有料TOP

////////////////////////////////////////////////////////*/
.pay_top p {
	margin-bottom: 0;
}

.pay_top .main_visual {
	margin-bottom: 0;
}

.pay_top .main_visual .box_teller {
	background: url(../images/pay/teller_main.jpg) no-repeat;
	background-size: 100%;
	min-height: 230px;
}

.pay_top .main_visual .box_teller p {
	width: 170px;
	padding: 10px 5px 5px 5px;
	font-size: 13px;
	top: 25px;
	margin: 0 0px 30px 25px;
}

.pay_top .main_visual .box_teller .inner {
	margin: 0 10px 0 10px;
	display: block;
}

/* 緊急メッセージ&ランダム訴求 */
.emergency_random {
	position: relative;
	min-height: 70px;
}
.pay_top .fuki_emergency {
	width: 60px;
	margin: 0;
	position: absolute;
	top: 15px;
	left: 18px;
}
.pay_top .fuki_emergency span {
	display: block;
	position: absolute;
	top: -21px;
	left: -8px;
	width: 77px;
}

.pay_top .fuki_emergency.icon-1:after {
	content: "";
	width: 20px;
	height: 20px;
	margin: 0;
	position: absolute;
	top: 14px;
	right: -10px;
	background: url(../images/pay/icon-mark.png) no-repeat;
	background-size: 100%;
	z-index: 2;
}

.float {
	-webkit-animation: float 2.5s ease-in-out infinite alternate;
	animation: float 2.5s ease-in-out infinite alternate;
	transform-origin: 50% 50%;
	position: relative;
	z-index: 1;
}

@-webkit-keyframes float {
	0% {
		transform: translate3d(0, -3px, 0)
	}
	50% {
		transform: translate3d(0, 3px, 0)
	}
	100% {
		transform: translate3d(0, -3px, 0)
	}
}

@keyframes float {
	0% {
		transform: translate3d(0, -3px, 0)
	}
	50% {
		transform: translate3d(0, 3px, 0)
	}
	100% {
		transform: translate3d(0, -3px, 0)
	}
}

.loop_random {
	width: 211px;
	position: absolute;
	right: 10px;
	top: 0px;
	height: 61px;
}

.loop_random.color-pattern-1 {
	background: url(../images/pay/bg_random01.png) no-repeat;
	background-size: 100% auto;
}
.loop_random.color-pattern-2 {
	background: url(../images/pay/bg_random02.png) no-repeat;
	background-size: 100% auto;
}
.loop_random.color-pattern-3 {
	background: url(../images/pay/bg_random03.png) no-repeat;
	background-size: 100% auto;
}

.loop_random ul li {
	display: table;
	width: 83%;
	margin: 0 auto;
	height: 53px;
	position: relative;
	top: 4px;
}

.loop_random ul a {
	padding: 0px 0px 0 0px;
	font-size: 11px;
	line-height: 1.2;
	color: #fff;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	height: 100%;
	box-sizing: border-box;
}

.loop_random span {
	font-size: 12px;
}

.banner-line {
	padding: 10px 0;
	background: url(../images/line/01.png) center top no-repeat,  url(../images/line/01.png) center bottom no-repeat;
	background-size: 100%;
}

.bnr {
	margin: 10px 10px 10px 10px;
}

.advice_open-0, .advice_open2-0 {
	display: none;
}

/*----- 入会から3日間バナー -----*/
.bnr li {
	margin-bottom: 10px;
}
.bnr li:last-child {
	margin-bottom: 0;
}

/*----- 新着情報 -----*/
.sec_new h2 {
	margin-bottom: 5px;
}

.pay_top .sec_new ul, .ppv_top .sec_new ul, .menudo .sec_new ul {
	padding: 0 5px 0px 5px;
	position: relative;
}

.pay_top .sec_new li, .ppv_top .sec_new li, .pay_top .popu_menu li, .menudo .sec_new li {
	position: relative;
	text-align: left;
	background: url(../images/pay/news_line02.png) no-repeat center 43px, url(../images/pay/news_bg02_top.jpg) no-repeat top, url(../images/pay/news_bg02_btm.jpg) no-repeat bottom, url(../images/pay/news_bg02_mid.jpg) repeat-y;
	background-size: 87%, 100%, 100%, 100%;
	z-index: 1;
	margin-bottom: 7px;
}

.box_new li.new {
	background: url(../images/pay/news_line.png) no-repeat center 38px, url(../images/pay/news_bg01_top.jpg) no-repeat top, url(../images/pay/news_bg01_btm.jpg) no-repeat bottom, url(../images/pay/news_bg01_mid.jpg) repeat-y;
	background-size: 90%, 100%, 100%, 100%;
	z-index: 1;
}

.box_new a, .pay_top .popu_menu a {
	display: block;
	padding: 10px 15px 15px 15px;
	text-decoration: none;
	position: relative;
	color: #000;
}

.box_new li.new a {
	padding: 7px 15px 15px 15px;
}

.box_new li.list_menu_more {
	background: none;
	width: 135px;
	margin: 7px 5px 0 auto;
}

.box_new li.list_menu_more a {
	padding: 0;
}

.sec_new li.new .inner {
	margin: 0px 5px 5px 5px;
}

.box_new li.no-ppvicon a:before {
	right: 9px;
}

.box_new .ppvicon {
	width: 80px;
	margin: 0;
	padding-right: 3px;
	float: none;
	display: table-cell;
	vertical-align: middle;
}

.box_new li .ppvtitle, .new_info li .ppvtitle {
	text-decoration: none;
	float: none;
	width: 230px;
	display: table-cell;
	vertical-align: middle;
	font-weight: normal;
	color: #000000;
	padding-top: 0px;
}
.sec_new li .ppvtitle {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	position: relative;
	padding-right: 0px;
}

.sec_new li.new .ppvtitle {
	color: #000;
}

.ppv_top .box_new.pickup li .ppvtitle {
	color: #000 !important;
	text-shadow: none;
	font-weight: bold;
}

.box_new li .icon-ppv {
	margin: 0px 0 7px 0px;
	padding-left: 92px;
	background: url(../images/pay/icon_ppv.png) no-repeat 2% 10px;
	background-size: 60px;
	font-weight: normal;
	font-weight: bold;
	text-shadow: none;
	color: #000;
	position: relative;
	display: block;
	min-height: 25px;
	padding-top: 5px;
	padding-bottom: 2px;
}

.box_new li.new .icon-ppv {
	background: url(../images/pay/icon_ppv.png) no-repeat 24% 11px;
	background-size: 60px;
	margin: 0 0 3px 63px;
	padding-left: 140px;
	color: #fff;
}

.pay_top .box_new li.new .icon-ppv, .ppv_top .box_new li.new .icon-ppv {
	background: url(../images/pay/icon_ppv.png) no-repeat 25% 10px;
	background-size: 54px;
	padding-bottom: 10px;
}

/* #modal .box_new li.new .icon-ppv {
	padding-bottom: 0px;
} */

.box_new li .icon-ppv .days {
	color: #000;
	line-height: 1;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	top: 4px;
}

.box_new li.new .icon-ppv .days {
	color: #fff;
}

.box_new li.new .date {
	display: block;
	position: relative;
	margin: 0px 0 7px 0px;
	font-size: 12px;
	color: #000 !important;
	font-weight: bold;
	text-decoration: none;
}
.box_new li.new .date:before {
	display: block;
	content: "";
	width: 45px;
	height: 18px;
	position: absolute;
	top: 10px;
	left: 6px;
	background: url(../images/pay/icon_new.png) no-repeat;
	background-size: 100%;
}

.box_new li .date:after {
	display: block;
	content: "";
	width:20px;
	height: 18px;
	position: absolute;
	top: 9px;
	left: 68px;
}
.box_new li.new .date:after {
	top: 9px;
	left: 115px;
}

.box_new li .date.one:after, .box_new li .date.partner01:after {
	background: url(../images/pay/icon-one.png) no-repeat;
	background-size: 100%;
}

.box_new li .date.two:after, .box_new li .date.partner02:after {
	background: url(../images/pay/icon-two.png) no-repeat;
	background-size: 100%;
}

.icon-ppv {
	margin: 0 0 5px 5px;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

.icon-menu {
	margin: 0 0 5px 5px;
	padding: 0 0 5px 70px;
	font-weight: bold;
	font-size: 13px;
	color: #2c2c2c;
	padding-left: 88px;
	background: url(../images/icon/icon-menu.png) no-repeat left top;
	background-size: 83px;
	position: relative;
}

.icon-ppv.date {
	padding-left: 0;
	display: block;
	text-align: left;
	background: none;
}

.new .icon-ppv.one:after, .new .icon-ppv.two:after {
	left: 61px;
}

#modal .box_new li.no-ppvicon {
	background: url(../images/pay/news_bg02_top.jpg) no-repeat top, url(../images/pay/news_bg02_btm.jpg) no-repeat bottom, url(../images/pay/news_bg02_mid.jpg) repeat-y;
	background-size:100%, 100%, 100%;
}

#modal .tit_sub {
	min-height: 80px;
}

#modal .box_new li.no-ppvicon a {
	padding: 20px 20px 20px 20px;
}

#modal .box_new a:before {
	display: none;
}

/*----- 未読 -----*/
.pay_top .sec_new li.midoku {
	background: url(../images/pay/midoku_bg_top.png) no-repeat top, url(../images/pay/midoku_bg_btm.png) no-repeat bottom, url(../images/pay/midoku_bg_mid.png) repeat-y;
	background-size: 100%, 100%, 100%;
}

.box_new li.midoku .icon-ppv {
	background-image: none;
	background-color: #ffff00;
	color: #ff0000 !important;
	font-weight: bold;
	border-radius: 7px;
	padding: 8px 0;
	text-align: center;
	margin: 0px 5px 7px 5px;
	font-size: 15px;
	line-height: 1;
}

.sec_new li.midoku .ppvtitle {
	color: #fff;
}

.sec_new li.midoku .ppvtitle:after {
	background: url(../images/pay/icon_arrow02.png) no-repeat;
	background-size: 100%;
}


/*----- 2ボタン -----*/
.btn_info_ppv {
	min-height: 50px;
	position: relative;
	margin: 0 8px 15px 8px;
	width: 305px;
	box-sizing: border-box;
}

.btn_info_ppv li {
	position: absolute;
	width: 152px;
	height: 50px;
	top: 0;
}

.btn_info_ppv li:first-child {
	left: 0;
}

.btn_info_ppv li:last-child {
	right: 0px;
}

.btn_info_ppv li a {
	display: block;
	width: 100%;
	height: 100%;
}

.pay_top .btn {
	margin: 0 10px 20px 10px;
}

.pay_top .btn_notice.icon-1:after {
	content: "";
	width: 23px;
	height: 23px;
	position: absolute;
	top: -10px;
	right: 2px;
	z-index: 1;
	background: url(../images/icon/icon-mark.png) no-repeat;
	background-size: 100%;
	-webkit-animation: blink_img 1s ease-in-out infinite alternate;
	-moz-animation: blink_img 1s ease-in-out infinite alternate;
	animation: blink_img 1s ease-in-out infinite alternate;
}

/*----- レコメンド -----*/
.deli_pay {
	position: relative;
	height: 285px;
	margin: 0;
	padding: 135px 0 0;
	text-align: left;
	transition: 0.3s;
	background: url(../images/pay/bg_deli.jpg) no-repeat;
	background-size: 100%;
	box-sizing: border-box;
}

.deli_pay.on {
	opacity: 1;
}

.tit_deli {
	position: absolute;
	top: 58px;
	left: 20px;
	width: 200px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 16px;
	min-height: 55px;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	text-shadow: 0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000;
}

.tit_deli span {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.deli_pay a {
	display: table;
	position: relative;
	height: 123px;
	padding: 0 10px;
	line-height: 20px;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 0px 22px 0px 22px !important;
}

.deli_pay .res-rcmd-feature_menu {
	background: none !important;
}

.deli2-read {
	display: none;
}

.deli_pay .box_new .ppvicon {
	vertical-align: middle;
}

.deli_pay .box_new .ppvtitle {
	color: #000;
	line-height: 1.3;
}

.pay_top .deli_pay .sec_new ul:after {
	display: none;
}

 .pay_top .deli_pay .sec_new ul {
	padding: 0;
	background: none;
}

.deli_pay .sec_new li .ppvtitle:after {
	right: 2px;
}

.pay_top .deli_pay .ppvicon {
	padding-right: 3px;
	vertical-align: middle;
}

/*----- リアルタイムランキング -----*/
.pay_top .popu_menu ul {
	padding: 0;
}

.pay_top .popu_menu li:nth-child(1) {
	background: url(../images/pay/bg_realtime_top01.jpg) no-repeat top, url(../images/pay/bg_realtime_btm01.jpg) no-repeat bottom, url(../images/pay/bg_realtime_mid01.jpg) repeat-y;
	background-size: 100%;
 }
 .pay_top .popu_menu li:nth-child(2) {
	background: url(../images/pay/bg_realtime_top02.jpg) no-repeat top, url(../images/pay/bg_realtime_btm02.jpg) no-repeat bottom, url(../images/pay/bg_realtime_mid02.jpg) repeat-y;
	background-size: 100%;
 }
 .pay_top .popu_menu li:nth-child(3) {
	background: url(../images/pay/bg_realtime_top03.jpg) no-repeat top, url(../images/pay/bg_realtime_btm03.jpg) no-repeat bottom, url(../images/pay/bg_realtime_mid03.jpg) repeat-y;
	background-size: 100%;
 }

 .pay_top .popu_menu li .ppvtitle {
	text-decoration: none;
	padding-top: 5px;
	font-size: 14px;
 }

.pay_top .popu_menu .ppvicon {
	text-align: center;
	vertical-align: top;
}
#main .popu_menu .ppvicon img {
	width: 75%;
	margin: 0 auto;
}

.pay_top .popu_menu a {
	padding: 15px 20px 15px 10px;
}

.real_ranking_date {
	text-align: right;
	margin: 5px 10px 0 0;
	font-weight: bold;
}

/*----- weekend -----*/
.add-icon {
	padding: 10px 0 5px 0;
	margin-bottom: 5px;
}
.weekend_img {
	width: 12% !important;
	vertical-align: middle;
}
.decobtn-colom1, .decobtn-colom2, .decobtn-colom3, .decobtn-colom4 {
	width: 95%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.decobtn-colom1 li {
	display: block;
	float: left;
	width: 100%;
}
.decobtn-colom1 li a {
	display: block;
	text-align: center;
	position: relative;
	margin: 3px;
	color: #FFF;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	line-height: 120%;
	font-size: 12px;
	text-decoration: none;
}

.add-icon .two a {
	box-shadow: -1px -1px 0 1px #ed3fb0, 1px 1px 0 1px #9d146d;
}

.add-icon .one a {
	box-shadow: -1px -1px 0 1px #a595dc, 1px 1px 0 1px #411ac7;
}

.decobtn-colom1 li a > span {
	display: block;
	padding: 10px 0;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #000;
}

.decobtn-colom1 .btn-red {
	background-image: -moz-linear-gradient(top, rgba(196,13,65,1) 0%, rgba(102,10,36,1) 100%);
	background-image: -webkit-linear-gradient(top, rgba(196,13,65,1) 0%, rgba(102,10,36,1) 100%);
	background-image: linear-gradient(to bottom, rgba(196,13,65,1) 0%, rgba(102,10,36,1) 100%);
}

.decobtn-colom1 .btn-violet {
	background-image: -moz-linear-gradient(top, rgba(135,13,196,1) 0%, rgba(39,10,102,1) 100%);
	background-image: -webkit-linear-gradient(top, rgba(135,13,196,1) 0%, rgba(39,10,102,1) 100%);
	background-image: linear-gradient(to bottom, rgba(135,13,196,1) 0%, rgba(39,10,102,1) 100%);
}

.decobtn-colom1 .btn-pink {
	background-image: -moz-linear-gradient(top, #e786c8 0%, #bd1f86 100%);
	background-image: -webkit-linear-gradient(top, #e786c8 0%, #bd1f86 100%);
	background-image: linear-gradient(to bottom, #e786c8 0%, #bd1f86 100%);
	text-shadow: 0 0 3px #990e64;
	font-weight: bold;
}

.decobtn-colom1 .btn-blue {
	background-image: -moz-linear-gradient(top, #996efa 0%, #3c1494 100%);
	background-image: -webkit-linear-gradient(top, #996efa 0%, #3c1494 100%);
	background-image: linear-gradient(to bottom, #996efa 0%, #3c1494 100%);
	text-shadow: 0 0 3px #990e64;
	font-weight: bold;
}

.add-icon .decobtn-colom1 li a {
	position: relative;
	overflow: hidden;
}

.add-icon p {
	line-height: 1.5 !important;
}

.add-icon > p {
	background: #411ac7;
	padding: 5px 0;
	color: #fff;
}

.add-icon .b_txt {
	background: none;
	padding: 0;
	font-size: 18px;
}

.add-icon .mid_txt {
	background: none;
	padding: 0;
	font-size: 16px;
}

/*----- 更新情報 -----*/
.new_info .inner {
	background: url(../images/pay/bg_new_info_btm.jpg) center bottom no-repeat #ccb9fa;
	background-size: contain;
	padding: 10px 7px 15px 7px;
}

.new_info .inner li {
	position: relative;
	text-align: left;
	margin: 0 0px 7px 0;
}

.new_info .inner li:last-child {
	margin-bottom: 0;
}

.new_info .inner a {
	display: block;
	overflow: hidden;
	text-decoration: none;
	color: #000;
	position: relative;
	line-height: 1.3;
	font-size: 14px;
}

.new_info .inner dt {
	font-weight: bold;
	background: #000;
	display: inline-block;
	padding: 4px 10px 4px 22px;
	font-size: 12px;
	min-width: 155px;
	position: relative;
	color: #ffff00;
	background: url(../images/pay/news_info_icon.png) no-repeat 9px center #753cfa;
	background-size: 13px;
	border-radius: 5px 5px 0 0;
}

.new_info .inner dd {
	position: relative;
	padding: 12px 25px 12px 20px;
	color: #000;
	display: block;
	text-decoration: none;
	text-align: left;
	font-size: 13px;
	line-height: 1.5;
	background: url(../images/menu/list_purple_bg_top.jpg) center top no-repeat, url(../images/menu/list_purple_bg_btm.jpg) center bottom no-repeat, url(../images/menu/list_purple_bg_mid.jpg) center top repeat-y;
	background-size: 100% auto;
	border-radius: 3px;
}

.new_info .inner dd:after {
	content: "";
	width: 7px;
	min-height: 14px;
	position: absolute;
	right: 11px;
	top: 50%;
	margin-top: -8px;
	background: url(../images/menu/icon_arrow02.png) no-repeat;
	background-size: 100% auto;
}

.new_info .all_view {
	width: 160px;
}

.new_info .all_view a {
	background: #986efa;
	position: relative;
	margin: 0px 0px 0 0;
	display: block;
	padding: 5px 25px 5px 25px;
	text-decoration: none;
	color: #fff;
	border-radius: 30px;
	border: 1px solid #fff;
	text-align: center;
}

/*----- 滞在特典 -----*/
.box_special .inner {
	padding: 25px 0px 15px;
	background: url(../images/pay/bg_box_special_top.jpg) no-repeat top, url(../images/pay/bg_box_special_btm.jpg) no-repeat bottom, url(../images/pay/bg_box_special_mid.jpg) repeat-y;
	background-size: 100%;
}

.mypage .box_special .inner {
	padding: 0;
	background:#fff;
	margin: 0;
	border-bottom: 1px solid #7f7110;
}

.box_special .txt {
	text-align: center;
	color: #fff;
	line-height: 1.4;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
}

.box_special h3 {
	margin: 0 auto -15px auto;
	width: 87%;
}

.btn-pre-link a {
	display: block;
	color: #fff;
	text-align: center;
	position: relative;
	text-decoration: none;
}

/* .btn-pre-link a:after {
	content: "＞";
	position: absolute;
	top: 50%;
	right: 28px;
	margin-top: -15px;
	font-size: 15px;
} */

.mypage .box_special h3 {
	margin: 7px auto 0 auto;
	font-size: 16px;
	background-size: 100% auto;
	text-shadow: none;
	min-height: 75px;
	width: 80%;
}

.box_special h3 + p {
	margin: 10px 15px 15px 15px;
}

.box_special li {
	background: url(../images/pay/special_tit_line.png) no-repeat center 96%;
	background-size: 90%;
	padding-bottom: 10px;
	margin: 0 0px 10px 0px;
}

.box_special p {
	margin: 0;
	text-align: left;
	color: #000;
}

.box_special li:last-child {
	margin-bottom: 0;
	background: none;
	padding-bottom: 0;
}

.box_special .box_teller {
	height: 150px;
	background: url(../images/teller/01.png) no-repeat right;
	background-size: 45%;
}

.box_special .serif_none {
	top: 20px;
	left: 10px;
}

.box_special #premium_check p a {
	color: #ff0000;
}

.box_pre_top .box {
	height: 100px;
	background: url(../images/pay/special/bg_pre.jpg) no-repeat right;
	background-size: 100%;
	margin: 0 15px 12px 15px;
}

.box_pre_top .box p {
	font-weight: bold;
}

.btn-pre-link {
	width: 205px;
	margin: 0 auto !important;
	height: 30px;
	line-height: 30px;
	position: relative;
	top: 34px;
}

.box_special a.btn-red {
	padding:5px 20px 5px 8px;
}

.box_special .bnr {
	width: 100%;
}

/* おすすめサイト */
.box_recc .inner {
	margin: 5px 5px 0;
	padding: 0 20px 25px;
	border: 1px solid #d8a5f6;
	border-radius: 7px;
	background: #714d71;
}

.promotion li {
	margin-top: 10px;
}

.promotion .officialLink {
	padding: 0 10px;
}

.promotion .inner {
	padding: 10px 10px 20px 10px;
	position: relative;
	z-index: 1;
}

.promotion {
	position: relative;
}


/*----- 事前告知 -----*/
.pre-regist {
	padding: 13px 10px 15px 10px;
	background: rgba(0,0,0,0.5);
}

.pre-regist p {
	text-align: left;
	line-height: 1.2;
}

.pre-regist a {
	font-weight: bold;
	color: yellow;
	display: block;
	text-align: center;
	line-height: 1.4;
	font-size: 15px;
}

.pre-regist, .pre-regist.open-0 {
	display: none;
}

.pre-regist.open-1 {
	display: block;
}

/*----- 2ヵ月目継続特典 -----*/
.next-open-month {
	margin-bottom: 20px;
}

.next-open-month li {
	min-height: 250px;
	position: relative;
}

.next-open-month li .month-txt {
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 0;
	right: 0;
	width: 200px;
	margin: 0 auto;
	font-size: 17px;
	color: #000;
	font-weight: bold;
}

.next-open-month li .month-txt span {
	color: #ff0000;
}

.next-open-month.open-0 a {
	pointer-events: none;
	cursor: default;
}


/*//////////////////////////////////////////////////////

pay parts

////////////////////////////////////////////////////////*/
.icon-new, .obi {
	display: block;
	padding: 2px 60px 2px 20px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-webkit-transform: rotate(-21deg);
	-moz-transform: rotate(-21deg);
	transform: rotate(-21deg);
	font-weight: bold;
	font-size: 10px;
	font-style: italic;
	color: #d30000;
	position: absolute;
	top: -7px;
	left: -15px;
	background: #FFE900;
}

.icon-new.blue {
	color: #0056F7;
}

.obi {
	padding: 0 35px 0 30px !important;
	top: 5px;
	left: -30px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	text-shadow: none;
	font-size: 10px;
	-webkit-transform: rotate(-35deg);
	-moz-transform: rotate(-35deg);
	transform: rotate(-35deg);
}
.obi.one {
	color: #007e6a;
	background-color: #FFE900 !important;
}

/* 続きを見る */
.link_more {
	display: block;
	width: 98%;
	margin: 5px auto 0;
	padding: 8px 10px;
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	color: #fff;
	border-radius: 5px;
}

.link_more.pink {
	box-shadow: 0 0 5px #dca2a8 inset, 0 0 5px #dca2a8 inset, 0 0 5px #dca2a8 inset, 0 0 5px #fff inset, 0 0 5px #fff inset, 0 0 5px #fff inset, 1px 2px 3px rgba(0,0,0,0.7);
	background: rgba(235,104,119,0.8);
	background: -moz-linear-gradient(top, #da838e 0%, rgba(235,104,119,0.8) 100%);
	background: -webkit-linear-gradient(top, #da838e 0%, rgba(235,104,119,0.8) 100%);
	background: linear-gradient(to bottom, #da838e 0%, rgba(235,104,119,0.8) 100%);
}

.link_more.green {
	box-shadow: 0 0 5px #cde2dc inset, 0 0 5px #cde2dc inset, 0 0 5px #bacfc8 inset, 0 0 7px #bacfc8 inset;
	background: #00807c;
	background: -moz-linear-gradient(top, #00807c 0%, #004a47 100%);
	background: -webkit-linear-gradient(top, #00807c 0%, #004a47 100%);
	background: linear-gradient(to bottom, #00807c 0%, #004a47 100%);
}

/*赤*/
.btn-red a {
	display: block;
	width: 220px;
	margin: 0 auto;
	padding: 8px 20px 8px 8px;
	position: relative;
	border: 1px solid #f44244;
	box-shadow: 0 2px 3px rgba(0,0,0,0.4);
	border-radius: 50px;
	text-decoration: none;
	text-align: center;
	line-height: 17px;
	font-size: 15px;
	color: #fff !important;
	background: rgb(247,0,52);
	background: -moz-linear-gradient(top, rgba(247,0,52,1) 0%, rgba(192,0,52,1) 100%);
	background: -webkit-linear-gradient(top, rgba(247,0,52,1) 0%, rgba(192,0,52,1) 100%);
	background: linear-gradient(to bottom, rgba(247,0,52,1) 0%, rgba(192,0,52,1) 100%);
}
.btn-red a:after {
	content: "＞";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -7px;
	font-size: 15px;
}

/*黄*/
.btn-ye a {
	border: 0 !important;
	box-shadow: 0 0 5px #fff inset;
	background: rgb(244,189,3);
	background: -moz-linear-gradient(left, rgba(244,189,3,0.7) 0%, rgba(120,42,0,0.7) 100%);
	background: -webkit-linear-gradient(left, rgba(244,189,3,0.7) 0%, rgba(120,42,0,0.7) 100%);
	background: linear-gradient(to right, rgba(244,189,3,0.7) 0%, rgba(120,42,0,0.7) 100%);
}

/*オレンジ*/
.btn-og a {
	border: 0 !important;
	box-shadow: 0 0 5px #fff inset;
	background: rgb(244,108,3);
	background: -moz-linear-gradient(left, rgba(244,108,3,0.7) 0%, rgba(119,0,0,0.7) 100%);
	background: -webkit-linear-gradient(left, rgba(244,108,3,0.7) 0%, rgba(119,0,0,0.7) 100%);
	background: linear-gradient(to right, rgba(244,108,3,0.7) 0%, rgba(119,0,0,0.7) 100%);
}

/*緑*/
.btn-gre a {
	border: 0 !important;
	box-shadow: 0 0 5px #fff inset;
	background: rgb(117,159,130);
	background: -moz-linear-gradient(left, rgba(117,159,130,0.7) 0%, rgba(0,8,0,0.7) 100%);
	background: -webkit-linear-gradient(left, rgba(117,159,130,0.7) 0%, rgba(0,8,0,0.7) 100%);
	background: linear-gradient(to right, rgba(117,159,130,0.7) 0%, rgba(0,8,0,0.7) 100%);
}

/*紫*/
.btn-vo a {
	border: 0 !important;
	box-shadow: 0 0 5px #fff inset;
	background: rgb(116,54,100);
	background: -moz-linear-gradient(left, rgba(146,80,197,0.7) 0%, rgba(47,22,67,0.7) 100%);
	background: -webkit-linear-gradient(left, rgba(146,80,197,0.7) 0%, rgba(47,22,67,0.7) 100%);
	background: linear-gradient(to right, rgba(146,80,197,0.7) 0%, rgba(47,22,67,0.7) 100%);
}

/*青*/
.btn-bl a {
	border: 0 !important;
	box-shadow: -1px -1px 1px #011d3d inset, -2px -2px 2px #011d3d inset, 0 0 10px #eee inset;
	background: -moz-linear-gradient(top, rgba(3,55,113,1) 0%, rgba(14,81,156,1) 100%);
	background: -webkit-linear-gradient(top, rgba(3,55,113,1) 0%, rgba(14,81,156,1) 100%);
	background: linear-gradient(to bottom, rgba(3,55,113,1) 0%, rgba(14,81,156,1) 100%);
}

/*ピンク*/
.btn-pink a {
	border: 0 !important;
	box-shadow: -1px -1px 1px #660217 inset, -2px -2px 2px #660217 inset, 0 0 10px #eee inset;
	background: rgb(150,3,96);
	background: -moz-linear-gradient(top, rgba(150,3,96,1) 0%, rgba(183,0,137,1) 100%);
	background: -webkit-linear-gradient(top, rgba(150,3,96,1) 0%, rgba(183,0,137,1) 100%);
	background: linear-gradient(to bottom, rgba(150,3,96,1) 0%, rgba(183,0,137,1) 100%);
}

.btn-ppv {
	margin: 0 20px;
	text-align: center;
	position: relative;
}

.btn-ppv a {
	display: block;
	width: 100%;
	height: 70px;
	margin: 0 auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/ppv/btn_ppv.png) no-repeat center top;
	background-size: 100%;
}

/*////////////////////////////////////////////////////////

5&7daysLecture

////////////////////////////////////////////////////////*/
.list_days ul {
	margin-bottom: 15px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.list_days a {
	display: block;
	padding: 15px 25px 13px 10px;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	text-align: left;
	color: #fff;
	position: relative;
	background: -moz-linear-gradient(left, #9b2afa,#780dd2);
	background: -webkit-linear-gradient(left, #9b2afa, #780dd2);
	background: linear-gradient(to right, #9b2afa, #780dd2);
	font-size: 13px;
	line-height: 1.4;
}

.notice .list_days a {
	padding: 10px 25px 10px 10px;
}

.list_days li:last-child a {
	border-bottom: none;
}

.list_days a:after {
	content: "";
	width: 15px;
	height: 15px;
	margin-top: -7px;
	position: absolute;
	top: 50%;
	right: 2px;
	background: url(../images/icon/arrow_wh.png) no-repeat right 50%;
	background-size: 100%;
}

.list_days li.nolink {
	padding: 10px;
	border-top: 1px solid #380254;
	border-bottom: 1px solid #380254;
	text-align: left;
	background: -moz-linear-gradient(left, #9933cc, #6633cc);
	background: -webkit-linear-gradient(left, #9933cc, #6633cc);
	background: linear-gradient(to right, #9933cc, #6633cc);
	-webkit-filter: grayscale(1);
	filter: gray;
	filter: grayscale(1);
	opacity: 0.8;
	font-size: 13px;
	line-height: 1.4;
}

.list_days li.nolink:after {
	content: none;
}

.list_days li span {
	font-size: 0.9em;
	color: #f7ca32;
}

.list_days li.nolink span {
	color: #d8d8d8;
}

.list_days .date {
	display: block;
}

/*////////////////////////////////////////////////////////

お知らせ・プレゼントBOX

////////////////////////////////////////////////////////*/
.notice .list_days li span {
	font-size: 1em;
	color: #fff;
}

.notice .list_days dt {
	border-bottom: 1px solid #fff;
	padding-bottom: 8px;
	margin-bottom: 8px;
	font-size: 12px;
}

.notice .icon_1 {
	background: url(../images/icon/icon-mark.png) no-repeat right 0%;
	background-size: 20px;
}

/*////////////////////////////////////////////////////////

menulist

////////////////////////////////////////////////////////*/
.menuList {
	margin-top: 10px;
}

.menuList .lead {
	padding: 0 10px;
}

.menuList .lead p.txt {
	text-align: left;
	line-height: 1.6;
	padding-top: 10px;
}

.list-teller .txt {
	text-align: left;
	margin: 0 0 30px auto;
	margin-right: 15px;
	padding-top: 24px;
	font-size: 16px;
}

.list-teller .result-picture {
	width: 150px;
}

.menuList .list-menu01 a {
	font-size: 13px;
}
.menuList .list-menu01 li {
	border-bottom: 1px solid #e3c3cf;
	background: #78022c;
}

.list-menu01 li.nolink, .list-menu02 dl.nolink {
	display: block;
	padding: 7px 20px 7px 10px;
	text-align: left;
	text-decoration: none;
	color: #fff;
	background: #443037;
}

.list-menu01 li.nolink span, .list-menu02 dl.nolink dt {
	color: #ae8e39;
}

.list-menu01 li.nolink a, .list-menu02 dl.nolink a {
	font-size: 13px;
}

/*////////////////////////////////////////////////////////

menu.do

////////////////////////////////////////////////////////*/
.result-picture, .view_title .result-picture {
	width: 120px;
	float: left;
}
.result-picture {
	margin: 0 5px 5px 0 !important;
}
.result-picture02 {
	width: 120px;
	float: right;
}
.result-picture02 {
	margin: 0 5px 0px 0px !important
}

/*----- lead -----*/
.menudo .lead, .default .lead {
	padding: 0 10px;
	text-align: left;
	color: #000;
}
.lead.komi_normal {
	padding: 35px 20px 30px;
	text-shadow: 0 0 1px rgba(7, 0, 73, 0.3);
	color: #070049;
}

/*////////////////////////////////////////////////////////

tellerProfile

////////////////////////////////////////////////////////*/
.tellerProfile {
	margin-top: 5px;
}
.tellerProfile p {
	margin-bottom: 0;
}
.tellerProfile section {
	margin-bottom: 0;
}

.tellerProfile h2 {
	font-size: 20px;
	margin-bottom: 0;
}

.senja_box .inner {
	margin: 10px;
}

#senja_wrap .lead_teller {
	background: url(../images/teller/01.png) no-repeat right center;
	background-size: 45% auto;
	min-height: 145px;
}
#senjutsu_wrap .lead_teller {
	background: url(../images/teller/05.png) no-repeat left center;
	background-size: 45% auto;
	min-height: 145px;
}

.tellerProfile .lead_teller p {
	color: #fa3b64;
	font-weight: bold;
	font-size: 17px;
	width: 180px;
	padding: 50px 0 0 0;
	line-height: 1.4;
}

#senjutsu_wrap .lead_teller p {
	margin: 0 0 0 auto;
}

.senja_box .lead {
	padding: 10px 10px 0 10px;
	text-align: left;
}

.tellerProfile .lead span {
	display: block;
}

/*////////////////////////////////////////////////////////

従量TOP

////////////////////////////////////////////////////////*/
.ppv_top section {
	margin-bottom: 15px;
}

.ppv_top .box_teller {
	background: url(../images/ppv/teller.jpg) no-repeat;
	background-size: 100%;
	min-height: 215px;
}

.ppv_top .box_teller p {
	width: 165px;
	margin: 0 0 30px 25px;
	top: 30px;
}

.ppvnavi {
	margin: 0 0 25px;
	padding: 0 8px 0 8px;
	height: 140px;
	overflow: hidden;
	background: url(../images/ppv/bg_btn.jpg) no-repeat;
	background-size: 100%;
}

.ppvnavi li {
	width: 49%;
	height: 47px;
	float: left;
	margin-bottom: 9px;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 10px;
}

.ppvnavi li:nth-child(odd) {
	margin-right: 6px;
}

.ppvnavi li:last-child {
	float: none;
	clear: both;
	width: 100%;
	height: 26px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

.ppvnavi a {
	display: block;
	height: 100%;
}

/* deli */
.deli_ppv .ppv-box {
	padding: 10px 0 0;
	background: url(../images/ppv/bg_top.jpg) no-repeat top, url(../images/ppv/bg_btm.jpg) no-repeat bottom, url(../images/ppv/bg_mid.jpg) repeat-y;
	background-size: 100%;
}

.deli_ppv .ppv-box a {
	padding: 5px 10px 17px !important;
	line-height: 20px;
	text-align: left;
	text-decoration: underline;
	text-shadow: 0 0 1px rgba(204,204,204,0.3);
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	font-size: 14px;
	color: #000;
}

.ppv-box {
	width: 100%;
	padding: 15px 0 20px 0;
	position: relative;
	z-index: 1000;
}

#love .ppv-box {
	background: url(../images/ppv/bg_mid01.jpg) repeat-y;
	background-size: 100%;
}
#fukuzatsu .ppv-box {
	background: url(../images/ppv/bg_mid02.jpg) repeat-y;
	background-size: 100%;
}
#kekkon .ppv-box {
	background: url(../images/ppv/bg_mid03.jpg) repeat-y;
	background-size: 100%;
}
#jinsei .ppv-box {
	background: url(../images/ppv/bg_mid04.jpg) repeat-y;
	background-size: 100%;
}

.ppv-box:before {
	content: '';
	width: 100%;
	height: 35px;
	position: absolute;
	top: -1px;
	left: 0;
}

#love .ppv-box:before {
	background: url(../images/ppv/bg_top01.jpg) no-repeat top;
	background-size: 100%;
}
#fukuzatsu .ppv-box:before {
	background: url(../images/ppv/bg_top02.jpg) no-repeat top;
	background-size: 100%;
}
#kekkon .ppv-box:before {
	background: url(../images/ppv/bg_top03.jpg) no-repeat top;
	background-size: 100%;
}
#jinsei .ppv-box:before {
	background: url(../images/ppv/bg_top04.jpg) no-repeat top;
	background-size: 100%;
}

.ppv-box:after {
	content: '';
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: -1px;
	left: 0;
}

#love .ppv-box:after {
	background: url(../images/ppv/bg_btm01.jpg) left bottom no-repeat;
	background-size: 100%;
}
#fukuzatsu .ppv-box:after {
	background: url(../images/ppv/bg_btm02.jpg) left bottom no-repeat;
	background-size: 100%;
}
#kekkon .ppv-box:after {
	background: url(../images/ppv/bg_btm03.jpg) left bottom no-repeat;
	background-size: 100%;
}
#jinsei .ppv-box:after {
	background: url(../images/ppv/bg_btm04.jpg) left bottom no-repeat;
	background-size: 100%;
}

.ppv-box li {
	background: url(../images/ppv/line.jpg) no-repeat center bottom;
	background-size: 88% 1px;
	margin: 0 5px;
}

.ppv-box li:last-child {
	background:none;
}

.ppv-box a {
	display: block;
	overflow: hidden;
	padding: 10px 20px 8px 15px;
	text-decoration: none;
	position: relative;
	z-index: 1000;
}

.ppv-box .pagetop {
	margin-bottom: 0;
}

.ppvicon {
	width: 60px;
	padding: 0 5px 0 0;
	display: table-cell;
}
.ppvtitle {
	line-height: 18px;
	text-align: left;
	font-size: 13px;
	text-decoration: underline;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	color: #000;
}

.ppv-box .ppvtitle {
	line-height: 1.4;
	display: table-cell;
	vertical-align: middle;
	font-weight: normal;
	text-decoration: none;
}
.ppv_top .price {
	margin: 5px 0px 0 0;
	clear: both;
	text-align: right;
	text-decoration: none;
	font-size: 12px;
	color: #e60012;
	font-weight: bold;
}

/* history */
.box_history .list-menu01 a span, .ppvhistory .list-menu01 a span {
	display: block;
	text-align: right;
	font-size: 11px;
	margin-right: 5px;
}

/*////////////////////////////////////////////////////////

ppv.do

////////////////////////////////////////////////////////*/

/* confirm */
.ppvdo.confirm .serif:after {
	top: 48px;
}

.ppv_num {
	display: inline-block;
	float: right;
	margin: 0;
	padding: 5px 10px 5px 25px;
	text-align: right;
	text-shadow: 0 1px 1px #fff;
	font-weight: bold;
	font-size: 12px;
	color: #010101;
}

.ppv_num.one {
	background: url(../images/pay/icon-one.png) no-repeat 7px center;
	background-size: 10px;
}

.ppv_num.two {
	background: url(../images/pay/icon-two.png) no-repeat left center;
	background-size: 20px;
}

.menu_list .ppv_num {
	display: block;
	text-shadow: none;
	color: #fff;
}

.ppv_price {
	padding: 20px 0 0;
	text-shadow: 0 1px 1px #010101;
	font-size: 16px;
}

.ppvdo .subtitle {
	font-size: 12px;
}

.ppvdo .list-menu {
	margin: 5px auto 20px;
}

.ppvdo .tit_sub01 {
	margin: 20px 0 10px;
}

/* アイコン */
.icon-person {
	clear: both;
	margin: 5px 5px 0 5px;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	color: #676767;
}

.icon-person p {
	display: inline-block;
	margin-bottom: 0 !important;
}

.icon-person .icon {
	padding: 5px 0 5px 20px;
}

.icon-person.一人用 .icon {
	background: url(../images/icon/icon-one.png) no-repeat 5px;
	background-size: 9px;
}

.menu_title .icon-person.一人用 .icon {
	background: url(../images/pay/icon-one.png) no-repeat 5px;
	background-size: 17px;
}

.icon-person.二人用 .icon {
	background: url(../images/icon/icon-two.png) no-repeat left;
	background-size: 16px;
}

.menu_title .icon-person.二人用 .icon {
	background: url(../images/pay/icon-two.png) no-repeat 0px;
	background-size: 17px;
}

.menu_list .icon-person {
	color: #fff;
	position: relative;
	margin: 0 5px 5px 5px;
	font-size: 12px;
	right: 0;
	bottom: 0;
}

/* あいさつ */
.ppvdo.confirm .box_teller {
	min-height: 185px;
	background: url(../images/teller/03.png) no-repeat 120% -8px;
	background-size: 62%;
	margin-bottom: 25px;
	overflow: visible;
}

.ppvdo.confirm .box_teller p {
	margin: 15px 0px 15px 10px;
	padding: 10px 10px;
	width: 175px;
	top: 0px;
}

/* パック用文言エリア */
.ppvdo.confirm .text_pack {
  display: block;
  margin: 10px 10px 30px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 7px;
  text-align: left;
  font-size: 13px;
}

/* 承諾事項 */
.box_approval {
	padding: 0 0 30px;
	text-align: left;
	font-size: 12px;
	color: #000;
	background: rgba(255,255,255,1);
}

.box_approval #approval {
	margin-bottom: 15px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #675e71;
}

.box_approval li {
	margin-bottom: 5px;
}

.box_approval a {
	color: #f92771;
	font-weight: bold;
}

.box_approval .text-canter {
	text-align: center;
}

/*////////////////////////////////////////////////////////

LOOPD

////////////////////////////////////////////////////////*/
.loopD {
	padding: 0 0px 30px;
	background: url(../images/pay/loop/bg_btm.jpg) no-repeat bottom, url(../images/pay/loop/bg_mid.jpg) repeat-y;
	background-size: 100%;
	margin-bottom: 20px;
}

.loopD .list-cbox {
	margin-bottom: 0;
	padding: 20px 10px 15px 10px;
}

.loopD .list-cbox.bg_yellow .list_menu a {
	background: url(../images/pay/loop/list_yellow_bg_top.jpg) center top no-repeat, url(../images/pay/loop/list_yellow_bg_btm.jpg) center bottom no-repeat, url(../images/pay/loop/list_yellow_bg_mid.jpg) center top repeat-y;
	background-size: 100% auto;
}

.loopD .list-cbox.bg_yellow .list_menu a:after {
	background: url(../images/pay/loop/icon_arrow.png) no-repeat;
	background-size: 100% auto;
}

.link2 .box {
	background: url(../images/pay/loop/img03.jpg) no-repeat;
	background-size: 100%;
	min-height: 234px;
}

.link2 .box p {
	top: 20px;
}

.link5 .box {
	background: url(../images/pay/loop/img06.jpg) no-repeat;
	background-size: 100%;
	min-height: 255px;
}

.link5 .box p {
	position: relative;
	top: 15px;
	font-size: 15px;
	text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff,0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff,0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff,0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}

/*////////////////////////////////////////////////////////

yudo

////////////////////////////////////////////////////////*/
.yudo_cate {
	overflow: hidden;
	margin-bottom: 30px;
}
.yudo_cate p {
	margin-bottom: 0;
}

.yudo_cate .lead p, .yudo_cate .lead {
	margin-left: 0;
	text-align: left;
	color: #000;
	line-height: 1.5;
}
.yudo_cate .lead {
	margin: 0 10px;
	padding: 0;
}

.yudo_cate .box_new li.new .date {
	margin: 0px 0 15px 0px;
}

.yudo_cate .btn-ppv {
	width: 87%;
	margin: 0 auto;
}

.yudo_cate .ppv-box a {
	text-align: left;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

.yudo_cate .text-mincho {
	text-shadow: 0 0 5px #150039, 0 0 10px #150039, 0 0 10px #150039;
}

.yudo_cate .btn-colom1, .yudo_cate .btn-colom2, .yudo_cate .btn-yudo {
	width: 90%;
	float: none;
}

.yudo_cate .box li, .yudo_cate .box02 li, .yudo_cate .box03 li, .yudo_cate .box04 li  {
	position: absolute;
}

.yudo_cate .box li a, .yudo_cate .box02 li a, .yudo_cate .box03 li a, .yudo_cate .box04 li a {
	display: block;
	margin: 0;
}

.yudo_cate .box, .yudo_cate .box02 {
	overflow: initial;
	position: relative;
}

.text-light-red02 {
	color: #fff;
	text-shadow :2px 2px 2px #ff0000, -2px 2px 2px #ff0000, 2px -2px 2px #ff0000, -2px -2px 2px #ff0000, 2px 0px 2px #ff0000, 0px 2px 2px #ff0000, -2px 0px 2px #ff0000, 0px -2px 2px #ff0000,2px 2px 2px #ff0000, -2px 2px 2px #ff0000, 2px -2px 2px #ff0000, -2px -2px 2px #ff0000, 2px 0px 2px #ff0000, 0px 2px 2px #ff0000, -2px 0px 2px #ff0000, 0px -2px 2px #ff0000
}

.arrows a:after {
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -8px;
	background: url(../images/icon/arrow_wh2.png) no-repeat;
	background-size: 100%;
}

.lineH_normal {
	line-height: 1.4 !important;
}

.yudo_cate .tit_komi {
	background: url(../images/result/parts/bg_subtit_mid.png) repeat-y;
	background-size: 100%;
	position: relative;
	display: table;
	width: 100%;
	box-sizing: border-box;
	margin: 0px auto 25px auto;
}

.yudo_cate .tit_komi:before {
	background: url(../images/result/parts/bg_subtit_top.png) no-repeat center top;
	background-size: 100% auto;
	content: '';
	width: 100%;
	height: 28px;
	position: absolute;
	top: -15px;
	left: 0;
}

.yudo_cate .tit_komi:after {
	background: url(../images/result/parts/bg_subtit_btm.png) no-repeat center bottom;
	background-size: 100% auto;
	content: '';
	width: 100%;
	height: 28px;
	position: absolute;
	bottom: -15px;
	left: 0;
}

.yudo_cate .tit_komi h3, .yudo_cate .tit_komi h4 {
	text-align: center;
	color: #000;
	font-size: 15px;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.3;
	padding: 15px 15px;
	position: relative;
	z-index: 1;
	font-weight: bold;
}

/* 02 */
.yudo_cate.link02 .isei_comment {
	background: url(../images/result/free/06.jpg) no-repeat;
	background-size: 100% auto;
	width: 100%;
	min-height: 57px;
}
.yudo_cate.link02 .isei_comment p {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
}
.yudo_cate.link02 .isei_comment p span {
	color: #fa498a;
}

.yudo_cate.link02 .box {
	background: url(../images/yudo/bg.png) no-repeat;
	background-size: 100%;
	position: relative;
	min-height: 250px;
	margin-bottom: 10px;
}

.yudo_cate.link02 .box .sil {
	top: 13px;
	width: 85px;
	position: absolute;
	left: 24px;
}

.yudo_cate.link02 .box li {
	position: absolute;
	width: 170px !important;
	border-radius: 10px;
	min-width: 100px;
}

.yudo_cate.link02 .box li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 15px;
	font-weight: bold;
	box-sizing: border-box;
}

.yudo_cate.link02 .box li:nth-child(1) {
	top: 30px;
	right: 30px;
}

.yudo_cate.link02 .box li:nth-child(2) {
	top: 90px;
	right: 30px;
}
.yudo_cate.link02 .box li:nth-child(3) {
	bottom: 35px;
	right: 30px;
}

/* 03 */
.yudo_cate.link03 .box {
	background: url(../images/result/free/11.jpg) no-repeat;
	background-size: 100%;
	position: relative;
	min-height: 242px;
}
.yudo_cate.link03 .box li {
	position: absolute;
	border-radius: 10px;
	overflow: hidden;
}

.yudo_cate.link03 .box li a {
	display: block;
	width: 100%;
	height: 100%;
}

.yudo_cate.link03 .box li:nth-child(1) {
	width: 70px;
	height: 40px;
	top: 55px;
	left: 45px;
}

.yudo_cate.link03 .box li:nth-child(2) {
	width: 70px;
	height: 40px;
	top: 40px;
	right: 45px;
}

.yudo_cate.link03 .box li:nth-child(3) {
	width: 80px;
	height: 40px;
	top: 160px;
	left: 40px;
}

.yudo_cate.link03 .box li:nth-child(4) {
	width: 110px;
	height: 60px;
	top: 130px;
	right: 40px;
}

/* 04 */
.yudo_cate .komi_kao_juyo .lead {
	margin: 0;
}

.yudo_cate .komi_kao_juyo {
	padding: 15px 0 35px 0;
	background: url(../images/yudo/bg_btm.jpg) no-repeat left bottom, url(../images/result/komi_kao_juyo/bg_mid.jpg) repeat-y;
	background-size: 100%;
	position: relative;
	margin-bottom: 15px;
}

.yudo_cate .komi_kao_juyo .tit_komi {
	width: 87%;
	background: url(../images/result/komi_kao_juyo/bg_subtit_mid.png) repeat-y center center;
	background-size: 100%;
	margin-bottom: 15px;
}

.yudo_cate .komi_kao_juyo .tit_komi:before {
	background: url(../images/result/komi_kao_juyo/bg_subtit_top.png) no-repeat center top;
	background-size: 100% auto;
	height: 31px;
	top: -15px;
}

.yudo_cate .komi_kao_juyo .tit_komi:after {
	background: url(../images/result/komi_kao_juyo/bg_subtit_btm.png) no-repeat center bottom;
	background-size: 100% auto;
	height: 31px;
	bottom: -15px;
}

.yudo_cate .komi_kao_juyo .box {
	margin-bottom: 5px;
}

.yudo_cate .komi_kao_juyo .box li {
	position: absolute;
	left: 65px;
	top: 80px;
	width: 190px;
}

.yudo_cate .komi_kao_juyo .box.open-1 .close {
	display: block;
}

/* 05 */
.yudo_cate.link05 .box {
	background: url(../images/yudo/02.png) no-repeat center center;
	background-size: 220px auto;
	position: relative;
	min-height: 193px;
	margin-bottom: 35px;
}
.yudo_cate.link05 .box li {
	position: absolute;
	border-radius: 10px;
	width: auto;
}

.yudo_cate.link05 .box li a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.yudo_cate.link05 .box li:nth-child(1) {
	top: 5px;
	right: 13px;
}

.yudo_cate.link05 .box li:nth-child(2) {
	top: 50px;
	left: 10px;
}

.yudo_cate.link05 .box li:nth-child(3) {
	top: 100px;
	right: 13px;
}

.yudo_cate.link05 .box li:nth-child(4) {
	top: 110px;
	left: 55px;
}

.yudo_cate.link05 .box li:nth-child(5) {
	top: 170px;
	left: 60px;
}

.yudo_cate .komi_yesno {
	padding: 15px 0 0px 0;
	background: url(../images/result/komi_yesno/bg_mid.jpg) repeat-y;
	background-size: 100%;
	position: relative;
	margin-bottom: 15px;
}

.yudo_cate .komi_yesno .tit_komi {
	width: 87%;
	background: url(../images/result/komi_yesno/bg_subtit_mid.png) repeat-y center center;
	background-size: 100%;
	margin-bottom: 20px;
}

.yudo_cate .komi_yesno .tit_komi:before {
	background: url(../images/result/komi_yesno/bg_subtit_top.png) no-repeat center top;
	background-size: 100% auto;
	height: 31px;
	top: -15px;
}

.yudo_cate .komi_yesno .tit_komi:after {
	background: url(../images/result/komi_yesno/bg_subtit_btm.png) no-repeat center bottom;
	background-size: 100% auto;
	height: 31px;
	bottom: -15px;
}

.yudo_cate .yesno_box {
	display: block !important;
	background: url(../images/result/komi_yesno/yesno_base.png) no-repeat;
	background-size: 100%;
	min-height: 185px;
	position: relative;
}

.yudo_cate .yesno_box .close, .yesno_box .open {
	width: 136px;
	position: absolute;
	left: 43px;
	top: 66px;
}

.yudo_cate .komi_yesno .lead {
	background: url(../images/result/komi_yesno/bg_txt_mid.jpg) repeat-y;
	background-size: 100%;
	position: relative;
	padding: 17px 40px 70px 40px;
	margin: 0;
}

.yudo_cate .komi_yesno .lead:before {
	background-image: url(../images/result/komi_yesno/bg_txt_top.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
	content: '';
	width: 100%;
	height: 35px;
	position: absolute;
	top: -1px;
	left: 0;
}

.yudo_cate .komi_yesno .lead:after {
	background-image: url(../images/result/komi_yesno/bg_txt_btm.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
	content: '';
	width: 100%;
	height: 98px;
	position: absolute;
	bottom: -1px;
	left: 0;
}

/* 06 */
.yudo_cate .teller_box02 {
	min-height: 188px;
	background: url(../images/result/free/two/07.jpg) no-repeat;
	background-size: 100%;
	width: 100%;
	position: relative;
	margin-bottom: -30px;
}

.yudo_cate .teller_box02 p {
	width: 182px;
	top: 0;
	padding: 32px 10px 15px 12px !important;
}

.yudo_cate .teller_box02 p:before {
	content: "";
	position: absolute;
	top: -4px;
	left: -4px;
	background: url(../images/result/free/two/08.png) no-repeat;
	background-size: 100% auto;
	width: 140px;
	min-height: 32px;
}

.arrow_detail {
	position: relative;
}

/* 08 */
.star_hadou_koi .box .text-name {
	position: absolute;
	top: 30px;
	left: 72px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}

.star_hadou_koi .box .text-name span {
	font-size: 12px;
}

/* 10 */
.yudo_cate.link10 .box01 {
	background: url(../images/yudo/04.png) no-repeat;
	background-size: 70% auto;
	position: relative;
	min-height: 165px;
	margin-bottom: -15px;
}

.yudo_cate.link10 .box02 {
	background: url(../images/yudo/05.png) no-repeat right;
	background-size: 70% auto;
	position: relative;
	min-height: 165px;
	margin-bottom: -15px;
}

.yudo_cate.link10 .box01 p {
	position: absolute;
	top: 75px;
	right: 25px;
}

.yudo_cate.link10 .box02 p {
	position: absolute;
	top: 80px;
	left: 25px;
}

/* 11 */
.katamuki {
	transform: rotate(-5deg);
	text-align: left;
	text-indent: 50px;
}

.yudo_cate.link11 .box {
	background: url(../images/teller/01.png) no-repeat -15px 5px;
	background-size: 50%;
	position: relative;
	min-height: 205px;
}
.yudo_cate.link11 .box li {
	position: absolute;
	border-radius: 10px;
	width: 190px;
}

.yudo_cate.link11 .box li a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.yudo_cate.link11 .box li:nth-child(1) {
	top: 35px;
	right: 15px;
}

.yudo_cate.link11 .box li:nth-child(2) {
	top: 95px;
	left: 15px;
	width: 210px;
}

.yudo_cate.link11 .box li:nth-child(3) {
	top: 155px;
	right: 15px;
	width: 220px;
}

/* 13 */
.yudo_cate.link13 .lead .txt {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding-top: 40px;
	padding-left: 10px;
}

/* 14、15 */
.yudo_cate.link14 .ppv-box {
	background: none !important;
	padding: 0;
	margin: 0;
}
.yudo_cate.link14 .ppv-box:before, .yudo_cate.link14 .ppv-box:after {
	display: none;
}

.yudo_cate.link14 .ppv-box li {
	background: url(../images/ppv/bg_mid01.jpg) repeat-y;
	background-size: 100%;
	position: relative;
	border-radius: 5px;
	margin-bottom: 5px;
}

.yudo_cate.link14 .ppv-box li:before {
	content: '';
	width: 100%;
	height: 35px;
	position: absolute;
	top: -1px;
	left: 0;
	background: url(../images/ppv/bg_top01.jpg) left top no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

.yudo_cate.link14 .ppv-box li:after {
	content: '';
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: -1px;
	left: 0;
	background: url(../images/ppv/bg_btm01.jpg) left bottom no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

.yudo_cate.link14 .ppv-box a {
	padding: 27px 27px 30px 30px;
	line-height: 1.4;
	font-weight: normal;
	font-size: 13px;
	color: #300000;
	font-weight: bold;
}

.txtbox_adjust {
	width: 150px !important;
	margin: 0 -13px -7px -10px !important;
}


/*////////////////////////////////////////////////////////

mypage

////////////////////////////////////////////////////////*/
.mypage .title, .mypage .subtitle {
	font-size: 20px;
}
.mypage p {
	margin-bottom: 0;
}
.mypage .mypage_teller {
	background: url(../images/teller/02.png) no-repeat;
	background-size: 45%;
	min-height: 130px;
	position: relative;
	padding-top: 10px;
	margin-bottom: 0px;
}

.mypage .mypage_teller p {
	width: 160px;
	margin: 0 10px 0 auto;
	padding-top: 12px;
	text-align: left;
	word-break: break-all;
}

.mypage .box_item dl {
	padding: 0 20px 10px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #a38a24;
}

.mypage .box_item dt {
	width: 110px;
	float: left;
	text-align: left;
}

.mypage .box_item dd {
	font-size: 18px;
	text-align: left;
}

.mypage .text_point {
	margin: 5px 0 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #e3c02f;
}

/* メニュー */
.list-icon li.tutorial {
	background: url(../images/mypage/icon01.png) no-repeat 10px center;
	background-size: 30px;
}
.list-icon li.history {
	background: url(../images/mypage/icon02.png) no-repeat 10px center;
	background-size: 30px;
}
.list-icon li.bookmark {
	background: url(../images/mypage/icon03.png) no-repeat 10px center;
	background-size: 30px;
}
.list-icon li.stamp {
	background: url(../images/mypage/icon04.png) no-repeat 10px center;
	background-size: 30px;
}
.list-icon a {
	padding: 13px 10px 13px 45px !important;
}

#pref {
	padding-bottom: 15px;
}

/* ログボ */
.box_bonus.disp-0 {
	display: none;
}

/* プレミアムコード */
.mypage .box_special {
	text-align: left;
}
.mypage .box_special li:nth-child(1), .mypage .box_special li:nth-child(2) {
	color: #333;
}
.mypage .box_special li a {
	font-weight: bold;
	color: #290404;
}
.mypage .present_cord.mypage {
	margin: 10px 15px;
	border: 1px solid #d7a97e;
	background: #f7e5d4;
}


/*////////////////////////////////////////////////////////

stamp

////////////////////////////////////////////////////////*/
.stamp .box_teller {
	min-height: 200px;
	padding-bottom: 20px;
	background: url(../images/teller/01.png) no-repeat right;
	background-size: 50%;
}

.box_machiuke .btn-yudo a {
	padding: 15px 10px;
	font-size: 1.1em;
}

.box_machiuke .btn-yudo a span {
	font-size: 1.1em;
}

.box_machiuke .disp-0 {
	display: none;
}

.stamp .machiuke {
	width: 98%;
	margin: 10px auto 20px;
}


/*////////////////////////////////////////////////////////

bookmark

////////////////////////////////////////////////////////*/
.bookmark p {
	padding: 0 10px;
}

.bookmark .list-menu02 {
	margin-bottom: 30px;
	position: relative;
	text-align: left;
}

.bookmark .list-menu02 li {
	padding: 10px 0 10px 10px;
	overflow: hidden;
	position: relative;
	color: #fff;
}

.bookmark .list-menu02 a {
	width: 265px;
	float: right;
	padding: 0 20px 0 0;
}

.bookmark input[type="checkbox"] + label {
	top: 10px;
	left: 10px;
}


/*////////////////////////////////////////////////////////

tutorial

////////////////////////////////////////////////////////*/
.tutorial .title {
	font-size: 18px;
	margin-bottom: 0;
}

.tutorial .box_teller {
	min-height: 150px;
	background: url(../images/teller/07.png) no-repeat -13px -3px;
	background-size: 50%;
	padding-bottom: 5px;
}

.tutorial .upper .serif {
	top: 15px;
	margin: 0 10px 20px auto;
	width: 178px;
	padding: 20px 10px;
}

.tutorial .upper .serif:after {
	top: 28%;
}

.tutorial .list {
	padding: 10px 10px 0px 10px;
	margin-bottom: 20px;
}

.tutorial .list li {
	margin-bottom: 4px;
	background-image: none;
	background-color: #fffed6;
	border-radius: 10px;
	height: 40px;
	border: 1px solid #fa3c82;
}

.tutorial .list li a {
	padding: 0px 37px 0px 15px;
	color: #000;
}

.tutorial p {
	margin-bottom: 0;
}
.tutorial .box_txt {
	color: #000;
	padding: 13px 13px 55px 13px;
	text-align: left;
	font-size: 13px;
}

.site_cap {
	margin: 0px 20px 40px 20px;
	position: relative;
}

.site_cap span {
	display: inline-block;
	position: absolute;
	bottom: -15px;
	width: 105px;
}

#link01 .site_cap span {
	left: 66px;
}
#link02 .site_cap span {
	left: 123px;
}
#link03 .site_cap span {
	left: 12px;
}
#link04 .site_cap span {
	left: 176px;
}

.tutorial .box_teller.bottom {
	min-height: 160px;
	background: url(../images/teller/02.png) no-repeat -15px bottom, url(../images/line/02.png) no-repeat center top;
	background-size: 55%, 100%;
	position: relative;
	padding-top: 30px;
}

.tutorial .box_teller.bottom p {
	width: 185px;
	top: 10px;
	margin-bottom: 0;
	padding: 20px 10px 20px 12px;
}

.tutorial .box_teller.bottom p:after {
	top: 30%;
}

.tutorial .box_teller.bottom + .list a {
	text-align: center;
}


/*////////////////////////////////////////////////////////

unregist

////////////////////////////////////////////////////////*/
/*----- index -----*/
.unregist .box_teller {
	height: 150px;
	background: url(../images/teller/01.png) no-repeat 111% -10px;
	background-size: 50%;
}

.unregist .box_teller .serif {
	width: 180px;
	padding: 15px 15px 15px 15px;
	top: 7px;
}

.unregist .tit_sub01 {
	margin: 20px 0 10px;
}

.box_unregist_notice p {
	padding: 0 10px;
	text-align: left;
}

/*----- done -----*/
.unregist .list-icon .line_me {
	background: url(../images/common/icon-line.png) no-repeat 8px center;
	background-size: 33px;
}
.unregist .list-icon .uranavi {
	background: url(../images/common/icon-navi.png) no-repeat 8px center;
	background-size: 33px;
}
.unregist .list-icon .mag {
	background: url(../images/common/icon-mag.png) no-repeat 8px center;
	background-size: 33px;
}
.unregist .list-icon .kantei {
	background: url(../images/common/icon-kantei.png) no-repeat 8px center;
	background-size: 33px;
}
.unregist .list-icon a {
	padding: 13px 10px 13px 50px !important;
}
.unregist .list-icon span {
	font-size: 0.9em;
}

/*////////////////////////////////////////////////////////

登録完了ページ

////////////////////////////////////////////////////////*/
.submit_box {
	position: relative;
	overflow: hidden;
}

.submit_box p {
	position: absolute;
	font-size: 25px;
	top: 88px;
	width: 100%;
	left: 0px;
	padding: 0 10px;
	box-sizing: border-box;
	transform: skew(-4deg,-9deg);
	text-shadow: 0 0 6px #e30186, 0 0 6px #e30186, 0 0 6px #e30186, 0 0 6px #e30186, 0 0 6px #e30186, 0 0 6px #e30186, 0 0 6px #e30186, 0 0 6px #e30186, 0 0 6px #e30186;
}


/*////////////////////////////////////////////////////////

プレゼントキャンペーン

////////////////////////////////////////////////////////*/
.present_banner {
	margin-bottom: 20px;
}

.present_banner.open-0, .present_banner.open-2 {
	display: none;
}

.present_banner.open-1 {
	display: block;
}

.present_entry h2 span {
	font-size: 13px;
}

.present_entry .box_flow {
	background: #fff;
}

.present_entry .box_flow .inner {
	padding: 20px 0;
}

.present_entry h3 {
	text-align: left;
	font-size:14px;
	font-weight: bold;
	position: relative;
	margin: 0 0 0 0;
	padding: 10px 10px 10px 30px;
	font: bold;
	color: #666;
	background: #ccc;
	border-top: #ccc solid 1px;
	border-right: #999 solid 1px;
	border-bottom: #999 solid 1px;
	border-left: #ccc solid 1px;
	text-shadow: 1px 1px 0 rgb(255 255 255);
	box-shadow: 0 0 0 1px rgb(255 255 255 / 50%) inset;
	background-image: -webkit-gradient(linear, left top, left bottom, from( rgba(220, 220, 220, 1.0)), color-stop(0.25, rgba(240, 240, 240, 1.0)), color-stop(0.30, rgba(235, 235, 235, 1.0)), color-stop(0.36, rgba(240, 240, 240, 1.0)), color-stop(0.50, rgba(235, 235, 235, 1.0)), color-stop(0.80, rgba(215, 215, 215, 1.0)), to( rgba(210, 210, 210, 1.0)) );
	background-image: -webkit-linear-gradient(top, rgba(220, 220, 220, 1.0), rgba(240, 240, 240, 1.0) 25%, rgba(235, 235, 235, 1.0) 30%, rgba(240, 240, 240, 1.0) 36%, rgba(235, 235, 235, 1.0) 50%, rgba(215, 215, 215, 1.0) 80%, rgba(210, 210, 210, 1.0) );
	background-image: -moz-linear-gradient(top, rgba(220, 220, 220, 1.0), rgba(240, 240, 240, 1.0) 25%, rgba(235, 235, 235, 1.0) 30%, rgba(240, 240, 240, 1.0) 36%, rgba(235, 235, 235, 1.0) 50%, rgba(215, 215, 215, 1.0) 80%, rgba(210, 210, 210, 1.0) );
	background-image: -o-linear-gradient(top, rgba(220, 220, 220, 1.0), rgba(240, 240, 240, 1.0) 25%, rgba(235, 235, 235, 1.0) 30%, rgba(240, 240, 240, 1.0) 36%, rgba(235, 235, 235, 1.0) 50%, rgba(215, 215, 215, 1.0) 80%, rgba(210, 210, 210, 1.0) );
	background-image: linear-gradient(to bottom, rgba(220, 220, 220, 1.0), rgba(240, 240, 240, 1.0) 25%, rgba(235, 235, 235, 1.0) 30%, rgba(240, 240, 240, 1.0) 36%, rgba(235, 235, 235, 1.0) 50%, rgba(215, 215, 215, 1.0) 80%, rgba(210, 210, 210, 1.0) );
}

.present_entry h3:before {
	content:" ";
	position:absolute;
	top:0;
	left:15px;
	width:0;
	height:100%;
	border-left:#ccc solid 1px;
}

.present_entry h3:after {
	content:" ";
	position:absolute;
	top:0;
	left:16px;
	width:0;
	height:100%;
	border-right:#eee solid 1px;
}

.present_entry .na {
	width: 94%;
	margin: 0 auto;
	font-size: 13px;
	font-weight: bold;
	color: #592b30;
	letter-spacing: 0;
	border: 1px #000 !important;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-decoration: none;
	padding: 15px 25px;
	background-color: #f5b5a0;
	border: 1px solid #f49b7a!important;
	box-sizing: border-box;
	line-height: 1.4;
	text-align: left;
}

.present_entry .box_flow img {
	width: 32px !important;
}

.present_entry .entry_require {
	line-height: 1.4;
	text-align: left;
	font-size: 13px;
	margin: 0 7px 20px 7px;
	font-weight: bold;
}

.present_entry .entry_require span {
	font-size: 12px;
	font-weight: normal;
}

.present_entry .entry_kome {
	text-align: left;
	font-size: 11px;
	padding: 12px 10px 15px 10px;
	line-height: 1.5;
	background: #663399;
	margin-bottom: 0;
	color:#fff;
}

.present_entry .entry_arrow {
	text-align:center;
	margin:10px auto;
	width: 32px;
}

.present_entry .box_t {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-size: 80%;
	line-height: 1.4;
}

.box-entry {
	background: #fff;
	color: #333631;
	text-align: left;
}

.present_entry form {
	width: 90% !important;
	margin: 20px auto 0px auto;
}

.box-entry .pink {
	color: #ff0066;
}

.box-entry label.label_txt {
	border-bottom: dotted 1px #ff0066;
	border-left: solid 3px #ff0066;
	padding: 5px;
	width: 90%;
	margin: 0 10px 10px 10px;
	display: block;
	box-sizing: border-box;
	font-weight: bold;
	line-height: 1;
	font-size: 13px;
}

.input-layout {
	width: 88%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: 1px solid #ccc;
	outline: none;
	border-radius: 5px;
	margin-left: 10px;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.box-entry .title3 {
	color: hsl(0, 50%, 50%);
	padding-left: 5px;
	border-left: 10px solid hsl(0, 50%, 50%);
	text-align: left;
	font-weight: bold;
	font-size: 13px;
}

.box-entry .box_t2 {
	width: 100%;
	margin: 10px auto 5px auto;
	font-size: 80%;
	line-height: 1.4;
}

.box-entry .privacy {
	background: #f5b5a0;
	padding: 10px;
	font-size: 80%;
	line-height: 1.4;
	margin-bottom: 15px;
}

.box-entry .dou {
	text-align: center;
	padding: 10px;
	font-weight: bold;
}

.box-entry .dou input {
	width: 18px;
	height: 18px;
	position: relative;
	top: 5px;
	-webkit-appearance: auto;
}

#disableButton {
	margin: auto;
	width: 100%;
	height: 80px;
	border: 0px !important;
	background: url(../images/pay/present_entry/btn01.png) no-repeat center;
	background-size: 90%;
	background-position: 50%;
	text-indent: -9999px;
	margin-bottom: 15px;
}

.present_entry .bg_box {
	background: #fff;
	font-size: 24px;
	padding: 20px 0 35px 0;
	color: red;
	font-weight: bold;
}

.present_entry .bg_box span {
	display: block;
	border-radius: 3px;
	border: 2px solid #fd0807;
	padding: 15px 0;
	margin: 0 20px;
}

.present_entry p.des {
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 1.4;
	padding: 10px 0px 0px 0px;
	width: 88%;
	margin-bottom: 0;
	box-sizing: border-box;
}

.present_entry p.des span {
	font-size: 87%;
	display: block;
	padding: 8px;
	background: #f5b5a0;
	border-radius: 4px;
	margin-top: 5px;
}

.present_entry .confirm_entry {
	text-align: center;
	margin: 20px 0 0 0;
	padding-bottom: 15px;
}

.present_entry .confirm_entry input {
	padding: 10px 20px;
	margin: 5px;
	border: 1px solid #7f7f7f;
	background: #efefef;
	color: #2c2c2c;
	border-radius: 2px;
	font-size: 12px;
	line-height: 1;
}

.present_entry .txt_entry_mail {
	padding: 0 18px;
}

.present_entry .fin_txt {
	font-size: 15px;
	padding: 10px;
	text-align: center;
	line-height: 1.5;
	color: red;
	font-weight: bold;
}

.present_entry .entry_title_box {
	padding: 15px 0 20px 0;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 20px;
	background: url(../images/line/01.png) no-repeat left bottom #663399;
	background-size: 100% auto;
	text-shadow: 0 0 6px #8537f0, 0 0 6px #8537f0, 0 0 6px #8537f0, 0 0 6px #8537f0, 0 0 6px #8537f0, 0 0 6px #8537f0, 0 0 6px #8537f0,0 0 6px #8537f0,0 0 6px #8537f0,0 0 6px #8537f0;
}

.present_entry .entry_title_box span {
	color: #f6f200;
}

.present_entry .c_txt {
	background: url(../images/line/06.png) no-repeat left bottom, url(../images/line/06.png) no-repeat left top #7d47a7;
	background-size: 100% auto;
	font-weight: bold;
	padding: 15px 0;
	margin-bottom: 15px;
	color: #fff;
}
.present_entry .kome {
	margin: 0 13px 20px 13px;
	font-weight: normal;
}
.present_entry .kome li {
	padding-left: 1em;
	text-indent: -1em;
}

/*////////////////////////////////////////////////////////

キャンペーン施策（7/1〜31）

////////////////////////////////////////////////////////*/
.pay_top .campaign.open-1 {
	display: block;
}

.pay_top .campaign.open-0, .pay_top .campaign.open-2 {
	display: none;
}

.pay_top .campaign {
	color: #000;
	border: 7px solid red;
	padding: 15px;
	background-color: #fff;
	margin: 25px 10px 25px;
	border-radius: 20px;
}
.pay_top .campaign p {
	font-size: 15px;
	line-height: 1.5;
}

.pay_top .campaign p a {
	color: red;
}

.pre_campaign {
	word-break: break-all;
}
.pre_campaign .title_bg {
	background: #e8e8f0;
	padding: 15px;
	font-size: 17px;
	line-height: 1.5;
	font-weight: bold;
}
.pre_campaign .title_bg span {
	color: red;
}

.pre_campaign .text {
	margin: 15px 15px 25px;
	text-align: left;
	font-size: 12px;
}

.pre_campaign .text.indent {
	text-indent: -1em;
	padding-left: 1em;
}

.pre_campaign .text-cam {
	margin: 15px 15px 25px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
}

.pre_campaign .box_ticket_menu {
	width: 95%;
	margin: 0 auto;
}

.pre_campaign .box_ticket_menu li {
	padding: 10px 5px;
}


/*////////////////////////////////////////////////////////

割引キャンペーンsale

////////////////////////////////////////////////////////*/
.sale-box.disp-0, .sale-box.disp-2, .sale-anchor.disp-0, .sale-anchor.disp-2 {
	display: none;
}
.sale-box.disp-1, .sale-anchor.disp-1 {
	display: block;
}
.sale-box .sale-tit {
	line-height: 1;
	padding: 8px 0;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 16px;
	color: #fff;
	background: yellow;
	color: #ff4b1b;
}
.sale-box .sale-here {
	font-size: 17px;
	font-weight: bold;
	background: #9576e7;
	padding: 15px 0;
	line-height: 1;
	margin-bottom: 5px;
}
.sale-box .sale-here a {
	color: #ffff00!important;
}
.sale-site {
	background: red;
	color: #ffff00;
	padding: 7px 0;
	font-weight: bold;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #ffff00;
	border-bottom: 1px solid #ffff00;
}
.sale-box li {
	margin: 5px 5px 5px 5px;
}
.sale-box li a {
	background: #ffef98;
	display: block;
	color: #000;
	padding: 10px;
	text-align: left;
	line-height: 1.4;
}
.sale-box li a span {
	display: inline-block;
}
.sale-em {
	color: #f00;
	font-weight: bold;
	font-size: 15px;
}
.sale-menu {
	text-decoration: underline;
}
.sale-box .open-0, .sale-box .open-2 {
	display: none;
}
.sale-box .open-1 {
	display: block;
}
/*タイマー*/
.sale-wrap {
	position: relative;
	min-height: 225px;
}
.sale-box .sale_box-count {
	background: #fff;
	margin: 10px;
	color: #ffff00;
	font-size: 15px;
	padding: 10px 10px;
	line-height: 1;
	border-radius: 50px;
	outline: 2px solid #c52ffc;
	outline-offset: -4px;
	box-sizing: border-box;
}
.sale-box .sale_box-count .inner {
	text-align: center;
	color: #fa3011;
	font-size: 16px;
	font-weight: bold;
}
.sale-box .sale_box-count .inner span#sale_countdown {
	color: #000;
}

/* 800番台 */
.ppv_num_check.disp-0 {
	display: none;
}
.ppv_num_check.disp-1 {
	display: none;
}
