@charset "UTF-8";
/* 共通 Start */
* {
	font-family: Verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	margin: 0;
	padding: 0;
}
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	font-size:12px;
	color:#000000;
	text-align: left;
	margin:0 auto;
}
a, a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
}
a:hover {
	outline: none;
	text-decoration: underline;
}
img {
	margin: 0;
	border: none;
	vertical-align: middle;
}
ul, li {
	list-style: none;
}
input[type="submit"], input[type="button"] {
	width: 150px;
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 8px 0;
	background-color: #EFEFEF;
	border: 1px solid #CCC;
	cursor: pointer;
}
input[type="submit"]:hover, input[type="button"]:hover {
	color: #fff;
	background-color: #858585;
}
input[type="text"], select {
	font-size: 12px;
	color: #000;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
.searchbtn {
	line-height: 25px;
}
.searchbtn input[type="button"] {
	width: 80px;
	padding: 1px 0;
}
textarea {
	color: #000;
	background-color: #F5F5F5;
	border: 1px solid #999999;
}
table {
	width: 980px;
	margin: 0 auto;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-collapse: collapse;
	border: 0px;
}
table th {
	font-weight: normal;
	text-align: left;
	color: #fff;
	padding: 6px 5px;
	background-color: #858585;
	border: 1px solid #CCCCCC;
}
table td {
	text-align: left;
	border: 1px solid #CCCCCC;
	padding: 6px 5px;
}
table td.text-right {
	text-align: right;
}
table.stripe_line tr:nth-child(2n+1),
.listline {
	background-color: #F5F5F5;
}
table tr.visit_relation,
table tr.visit_relation:nth-child(2n+1) {
	background-color: #eee;
}
table tr td.text_right {
	text-align: right;
}
.list_count {
	width: 980px;
    font-size: 15px;
    font-weight: bold;
    color: #444757;
    margin: 30px auto 15px auto;
    padding: 5px 0 5px 5px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;

	span {
		font-size: 18px;
		margin-left: 5px;
	}
}
table.stripe_line td.send_button {
	width: 100px;
	text-align: center;
}
table.stripe_line td.send_button input[type="submit"] {
	width: 80px;
	padding: 3px 0;
}
table .tblink, table .tbbtn, table .gravurelink {
	text-align: center;
	white-space: nowrap;
}
table tr td.number_box,
table tr td.link_box {
	width: 80px;
	text-align: center;
}
table tr td.buzz_news_text .buzz_news_wrapper {
	width: 390px;
}
table tr td.buzz_news_text .buzz_news_wrapper * {
	font-size: 13px;
	line-height: 24px;
}
table tr td.buzz_news_text .buzz_news_wrapper a {
	color: #23abdd;
	text-decoration: underline;
}
table tr td.buzz_news_text .buzz_news_wrapper .buzz_news_img {
	margin: 11px 0;
}
table tr td.buzz_news_text .buzz_news_wrapper .iframe-wrapper {
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
	overflow: hidden;
}
table tr td.buzz_news_text .buzz_news_wrapper .short_movie-wrapper {
	width: 70%;
    margin-inline: auto;
}
table tr td.buzz_news_text .buzz_news_wrapper .iframe-wrapper iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
table tr td.buzz_news_text .buzz_news_wrapper .short_movie-wrapper iframe {
    width: 100%;
	height: auto;
	aspect-ratio: 9 / 16;
    border: none;
}

table.hime_passport_member_list td {
	padding: 1px 5px;
}

.sort_head {
	width: 980px;
	margin-inline: auto;
	display: flex;
	justify-content: space-between;
}
.sort_head > li:nth-child(1) { width: 480px; }
.sort_head > li:nth-child(2) { width: 150px; }
.sort_head > li:nth-child(3) { width: 310px; text-align: right; }

.sort_two_table {
	width: 980px;
	margin-inline: auto;
	display: flex;
	justify-content: space-between;
}
.sort_two_table > li {
	width: 480px;
}
.host_ranking_update {
	font-size: 15px;
    font-weight: bold;
    color: #444757;
	border: 3px solid #f00;
}
input[type="button"].host_change_button {
	color: #fff;
	background-color: #ff69b4;
	border: 1px solid #ff69b4;
}
input[type="button"].host_change_button.no_change {
	color: #ccc;
	background-color: #efefef;
	border: 1px solid #ccc;
}
table.sort_move_table {
	width: 480px;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
table.sort_move_table tr {
	cursor: pointer;
}
table.sort_move_table th {
	background-color: #f7f7f7;
	color: #333;
	font-weight: bold;
}
table.sort_move_table th,
table.sort_move_table td {
	padding: 5px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	white-space: nowrap;
}
table.sort_move_table tr.hidden_data_line {
	background-color: #f7f7f7;
}
table.sort_move_table tr:first-of-type td {
	background-color: #858585;
	line-height: 1px;
	height: 1px;
	padding: 0;
	border-spacing: 0;
}
table.sort_move_table .selected {
	background-color: #54C500;
	color: #fff;
}
table.sort_move_table td.no,
table.sort_move_table td.host_image,
table.sort_move_table td.host_comment {
	width: 40px;
	max-width: 40px;
}
table.sort_move_table td.host_active {
	width: 50px;
	max-width: 50px;
}
table.sort_move_table td.host_appointment {
	width: 100px;
	max-width: 100px;
}
table.sort_move_table td.nominate_rank {
	width: 60px;
	max-width: 60px;
}
table.sort_move_table td.host_name {
	width: 150px;
	max-width: 150px;
	white-space: nowrap;
	overflow: hidden;
}
table.sort_move_table td.host_name .host_name_hira {
	font-size: 9px;
	color: #ccc;
	margin-left: 3px;
}
table.sort_move_table td.host_appointment > input[type='text'] {
	width: 80px;
	padding: 2px;
}

.host_setting_block {
	width: 980px;
	margin-inline: auto;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.host_setting_block > li {
	width: 480px;
	margin-inline: auto;
	margin-bottom: 15px;
}
.host_setting_block > li .pagetitle {
	margin-top: 15px;
}
.host_setting_block > li table {
	width: 480px;
}
.host_setting_block > li ul {
	display: flex;
	gap: 10px;
}
.host_setting_block > li ul li input {
	width: 100px;
}

.title_overflow {
	width: 300px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.text_overflow {
	width: 450px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.line_no_wrap tr th,
.line_no_wrap tr td {
	white-space: nowrap;
}

#wrapper {
	width: 1000px;
	min-height: 640px;
	background-color: #fff;
	margin: 0 auto;
	padding: 10px 0 30px 0;
	container-name: page-wrapper;
}
.wide_width {
	width: 1200px;
	margin-left: -100px;
}

#header {
	width: 100%;
	background-color: #5290C9;
}
body.hosuriku #header {
	background-color: #03C75A;
}
body.hime_passport #header {
	background-color: #eb8ca2;
}
#headframe {
	width: 1000px;
	height: 65px;
	margin: 0 auto;
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
}
.header_logo a:hover {
	text-decoration: none;
}
#headform {
	width: 400px;
}
#headform table {
	width: 340px;
	margin: 0 auto;
	border: none;
	border-collapse: collapse;
	border: 0px;
}
#headform table td {
	border: none;
	padding: 0;
}
#headform input[type="text"] {
	width: 140px;
	height: 28px;
	font-size: 15px;
	margin: 0 6px 0 3px;
	padding: 0 5px;
	border: none;
}
#headform input[type="submit"] {
	width: 60px;
	height: 28px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	border: none;
}
#headform input[type="submit"]:hover {
	color: #fff;
	background-color: #858585;
}
#headform .flabel {
	width: 50px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	color: #fff;
	background-color: #858585;
	border: 1px solid #B3B3B3;
	margin: 0 3px;
	cursor: pointer;
	display: block;
	float: left;
}
#headform .clabel {
	width: 50px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	background-color: #FFFFFF;
	border: 1px solid #B3B3B3;
	margin: 0 3px;
	cursor: pointer;
	display: block;
	float: left;
}
.crirHiddenJS {
	position: absolute;
	left: -1000px;
}
.crirHidden {
	position: absolute;
	left: -1000px;
}
#headform label.radio_checked {
	width: 50px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	color: #fff;
	background-color: #858585;
	border: none;
	margin: 0 3px;
	cursor: pointer;
	display: block;
	float: left;
}
#headform label.radio_unchecked  {
	width: 50px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	background-color: #FFFFFF;
	border: none;
	margin: 0 3px;
	cursor: pointer;
	display: block;
	float: left;
}
#headform label:hover  {
	width: 50px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	color: #fff;
	background-color: #858585;
	border: none;
	margin: 0 3px;
	cursor: pointer;
	display: block;
	float: left;
}
#user_name {
	width: 60px;
	font-size: 14px;
	text-align: center;
	box-sizing: border-box;
	padding: 5px 0;
	display: block;
	overflow: hidden;
}
.user_auth_1 { color: #fff; background-color: #000; }
.user_auth_5 { color: #000; background-color: #fff; }
.user_auth_10 { color: #fff; background-color: #858585; }

#textchange {
	width: 200px;
	float: left;
}
#textchange a {
	width: 180px;
	text-align: center;
	background-color: #EFEFEF;
	border: 1px solid #D5D5D5;
	margin: 4px 0 0 0;
	padding: 5px 10px;
	display: block;
}
#textchange a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #858585;
}
#logout {
	width: 980px;
	text-align: right;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
}
#logout a {
	width: 100px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	color: #d5d5d5;
	background-color: #efefef;
	margin: 18px 0 0 0;
	display: block;
	float: right;
}
#logout a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #858585;
}
.error_msg {
	font-weight: bold;
	text-align: center;
	background-color: #FFCCCC;
	border-top: 1px solid #DDDDFF;
	border-left: 1px solid #DDDDFF;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	margin: 10px;
	padding: 10px;
}
#telmsg {
	color: #f00;
	margin: 5px 0 0 0;
}
.form_input_check > div {
	font-weight: bold;
	color: #f00;
	margin-top: 5px;
	display: flex;
	gap: 5px;
}
.form_input_check > div.form_input_caution_text {
	font-weight: normal;
	margin-top: 10px;
	padding-top: 10px;
}
#redirect {
	text-align: center;
	margin: 30px 50px;
}
#redirectinner {
	border: 2px solid #ACB6B8;
	background-color: #FFF;
	margin-top: 15px;
	padding: 20px 50px;
}
#errmsg {
	width: 1000px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #f00;
	margin: 20px auto;
	padding: 0 0 10px 0;
}
#changepage {
	width: 1000px;
	text-align: center;
}
#changepage a {
	font-size: 15px;
	font-weight: bold;
	color: #1B89A2;
}
#confirm {
	text-align: center;
}
#confirm h3 {
	font-size: 15px;
	margin: 10px auto 0 auto;
}
#confirm input[type="submit"], #confirm input[type="button"] {
	margin: 0 15px;
}
#checkdata {
	width: 500px;
	line-height: 25px;
	margin: 30px auto;
}
#footer {
	width: 100%;
	height: 150px;
	background-color: #5290C9;
	position: relative;
	overflow: hidden;
}
body.hosuriku #footer {
	background-color: #03C75A;
}
body.hime_passport #footer {
	background-color: #eb8ca2;
}
#copyright {
	width: 1000px;
	text-align: center;
	color: #fff;
	/* margin: 35px auto 0 auto; */
	margin: 70px auto 0 auto;
}
.nodata, .form_specify {
	width: 700px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin: 50px auto 0 auto;
	padding: 50px 0;
	border: 5px solid #C4C4C4;
}
.form_specify {
	width: 980px;
	color: #f00;
	text-align: left;
	margin-bottom: 30px;
	padding: 20px;
	box-sizing: border-box;
}
.pagetitle {
	width: 980px;
	font-size: 15px;
	font-weight: bold;
	color: #444757;
	margin: 30px auto 0 auto;
	padding: 5px 0;
}
.table_title {
	font-size: 15px;
	font-weight: bold;
	color: #444757;
	margin: 0 auto;
	padding: 5px 0;
}
.movepage {
	width: 980px;
	text-align: center;
	margin: 5px auto;
}
.itemon, .imgon, .linkin {
	color: #FF6600;
}
.main_host {
	font-weight: bold;
	color: #FF6600;
}
.itemoff, .imgoff, .linkout {
	color: #999;
}
.itemtemp {
	color: #00a297;
}
.mainhost, .getimg {
	color: #FF0000;
}
.pagelink {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
.pagelink a, .pagelink input[type="submit"] {
	width: 180px;
	text-align: center !important;
	background-color: #EFEFEF;
	border: 1px solid #D5D5D5;
	margin: 13px 20px 0 0;
	padding: 8px 10px;
	display: block;
	float: left;
}
.pagelink a:hover, .pagelink input[type="submit"]:hover {
	text-decoration: none;
	color: #fff;
	background-color: #858585;
}
.pagebutton {
	width: 980px;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}
.pagebutton input[type="submit"] {
	width: 180px;
	text-align: center;
	background-color: #EFEFEF;
	border: 1px solid #D5D5D5;
	margin: 13px 0 0 0;
	padding: 8px 10px;
}
.pagebutton input[type="submit"]:hover {
	text-decoration: none;
	color: #fff;
	background-color: #858585;
}
/* 共通 End */

/* 入力フォーム Start */
#inputform {
	margin: 0 auto;
}
#areaselect {
	margin: 5px 0 5px 10px;
}
#areaselect th {
	width: 95px;
}
#areaselect select {
	margin: 0 15px 0 0;
}
#inputform table th, #areaselect th {
	width: 155px;
	font-weight: normal;
	text-align: left;
	color: #000;
	padding: 6px 5px;
	background-color: #F3F4F4;
	border: 1px solid #CCCCCC;
}
#inputform table th.detailth {
	width: 120px;
	white-space: nowrap;
}
#inputform table td, #areaselect td {
	padding: 6px 10px;
}
#inputform table td .mceToolbar table th, #inputform table td .mceToolbar table td {
	padding: 0;
}
/* 入力フォーム End */

/* MENU Start */
#navi-wrap {
	width: 100%;
	background: url('../newimages/header/navi_back.jpg') top left repeat-x;
}
#navi {
	width: 1000px;
	height: 35px;
	line-height: 100%;
	margin: 0 auto;
	display: flex;
	z-index: 90;
}
#navi li {
	height: 35px;
	text-align: center;
	background: url('../newimages/header/navi_back_line.jpg') no-repeat right;
	white-space: nowrap;
	cursor: pointer;
	position: relative;
	display: block;
	flex: 1;
}
#navi li a, #navi li a span {
	cursor: pointer;
	_float: left;/*IE6対策*/
	display: block;
}
#navi li a {
	height: 35px;
	font-weight: bold;
	color: #2d2f39;
	text-decoration: none;
}
#navi li a span {
	height: 11px;
	padding: 12px 0;
}
#navi li a:hover {
	background: url('../newimages/header/navi_on.jpg') left 0 repeat-x;
}
#navi li a:hover span {
	background: url('../newimages/header/navi_on.jpg') left 0 repeat-x;
}
#navi li.on a {
	background: url('../newimages/header/navi_on.jpg') left 0 repeat-x;
}
#navi li.on a span {
	background: url('../newimages/header/navi_on.jpg') left 0 repeat-x;
}
#navi li.sfhover a {
	background: url('../newimages/header/navi_on.jpg') left 0 repeat-x;
}
#navi li.sfhover a span {
	background: url('../newimages/header/navi_on.jpg') left 0 repeat-x;
}
#navi li ul {
	width: auto;
	font-weight: normal;
	position: absolute;
	top: 33px;
	left: -9999px;
	clear: both;
	display: flex;
	flex-direction: column;
}
/*プルダウンメニュー 第1階層*/
#navi li li {
	width: auto;
	height: 27px;
	font-weight: normal;
	line-height: 24px;
	text-align: left;
	color: #fff;
	background: #787878;
	border-left: 10px solid #5b5b5b !important;
	border-bottom: 1px solid #999 !important;
	top: 2px;
	left: 0;
	display: block;
	z-index: 9999;
}
#navi li li:hover {
	border-left: 10px solid #474747 !important;
}
#navi li li a {
	height: 27px;
	font-weight: normal;
	color: #fff;
	line-height: 24px;
	background: #787878;
	box-sizing: border-box;
	top: 2px;
	display: block;
}
#navi li li a span {
	height: 27px;
	font-weight: normal;
	color: #fff;
	line-height: 24px;
	background: #787878;
	box-sizing: border-box;
	top: 2px;
	display: block;
}
#navi li li a span {
	text-indent: 8px;
	padding: 2px 8px 0  0;
	box-sizing: border-box;
}
#navi li li a:hover {
	background: #474747;
}
#navi li li a:hover span {
	background: #666;
}
#navi li.on li a, #navi li.on li a span, #navi li li.on a, #navi li li.on a span {
	background: transparent;
}
#navi li.sfhover li a, #navi li.sfhover li a span, #navi li li.sfhover a, #navi li li.sfhover a span {
	background: transparent;
}
#navi li.sfhover li a:hover {
	background: #474747;
}
#navi li li.sfhover a:hover {
	background: #474747;
}
/*プルダウンメニュー 第2階層*/
#navi li ul.level2 {
	width: auto;
	font-weight: normal;
	position: absolute;
	top: 27px;
	left: -9999px;
	display: none;
}
#navi li ul.level1 > li:hover > ul.level2 {
	display: flex;
	flex-direction: column;
}
#navi li li li, #navi li li a, #navi li li li a span {
	height: 27px;
	font-weight: normal;
	color: #fff;
	line-height: 24px;
	margin-left: 0;
	top: 1px;
	background: #787878;
	display: block;
}
#navi li li li.sfhover a:hover {
	height: 27px;
	color: #fff;
	background: #474747;
	top: 1px;
}
#navi li ul ul {
	margin: -28px 0 0 0;
	left: 100% !important;
}
#navi li:hover ul ul, #navi li:hover ul ul ul, #navi li.sfhover ul ul, #navi li.sfhover ul ul ul {
	left: -9999px;
}
#navi li:hover ul, #navi li li:hover ul, #navi li li li:hover ul, #navi li.sfhover ul, #navi li li.sfhover ul, #navi li li li.sfhover ul {
	left: auto;
}
#navi ul.level1 li.on_level2 {
	background: #787878;
	position: relative;
}
#navi ul.level1 li.on_level2::after {
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	content: '';
	transform: rotate(45deg);
	position: absolute;
	top: 10px;
	right: 5px;
}
#navi ul.level1 li.on_level2 a:hover {
	background: #474747;
}
#navi ul.level1 li.on_level2 ul.level2 li a:hover {
	background: #474747;
}
/* MENU End */

/* バナー Start */
#adminbanner {
	width: 89px;
	height: 518px;
	position: fixed;
	top: 150px;
	left: 0;
	overflow: hidden;
}
#bnrminus {
	width: 33px;
	height: 33px;
	position: absolute;
	top: 0;
	left: 28px;
	cursor: pointer;
	display: block;
	z-index: 10;
}
#bnropen {
	width: 89px;
	height: 503px;
	position: absolute;
	top: 15px;
	left: 0;
	z-index: 5;
}
#bnrplus {
	width: 33px;
	height: 33px;
	position: absolute;
	top: 0;
	left: 2px;
	cursor: pointer;
	display: block;
	z-index: 10;
	display: none;
}
#bnrclose {
	width: 44px;
	height: 503px;
	position: absolute;
	top: 15px;
	left: 0;
	z-index: 5;
	display: none;
}
/* バナー End */

/* タブ Start */
.tabselect {
	width: 980px;
	margin: 0 auto 25px auto;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
.tabselect li {
	width: 80px;
	margin: 0 0 0 7px;
	float: left;
}
.tabselect li:first-child {
	margin: 0;
}
.tabselect li a, .tabselect li.active, .tabselect li a:hover, .tabselect li.active {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.tabselect li a, .tabselect li.active {
	text-align: center;
	padding: 8px 0;
	display: block;
}
.tabselect li a:hover, .tabselect li.active {
	text-decoration: none;
	background-color: #858585;
	color: #fff;
}

.tabselect.two_colum, .tabselect.four_colum {	
}
.tabselect.two_colum li {
	width: 47%;
	margin: 0 0 0 2%;
}
.tabselect.four_colum li {
	width: 22.5%;
	margin: 0 0 0 2%;
}
/* タブ End */

/* ページ Start */
.pagemove {
	width: 100%;
	font-size: 11px;
	margin: 10px auto;
	color: #858585;
	display: inline-block;
}
.pagemove a {
	margin: 0 2px;
	padding: 2px 5px;
	border: 1px solid #858585;
	color: #858585;
	text-decoration: none;
}
.pagecount {
	margin: 0 2px 0 0;
	padding: 2px 12px;
	border: 1px solid #858585;
}
.nowpage {
	margin: 0 2px;
	padding: 2px 8px;
	background-color: #858585;
	color: #FFFFFF;
}
/* ページ End */

/* 店舗 Start */
#shopname {
	width: 980px;
	font-size: 20px;
	font-weight: bold;
	color: #444757;
	margin: 0 auto 10px auto;
	padding: 5px 0;
	position: relative;
}

#shopname span.hosuriku_on,
#shopname span.hosuriku_off,
#shopname span.site_active_check {
	width: 148px;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	margin: 0;
	padding: 8px 0;
	display: block;
	position: absolute;
	top: 5px;
	right: 0;
}
#shopname span.site_active_check {
	width: 185px;
	right: 158px;
}
#shopname span.hosuriku_on {
	color: #fff;
	background-color: #03C75A;
}
#shopname span.hosuriku_off,
#shopname span.hime_pass_off {
	color: #ccc;
	background-color: #EFEFEF;
}
#shopname span.hime_pass_on {
	color: #fff;
	background-color: #FFA500;
}
#shopname span.hime_pass_cashback {
	color: #fff;
	background-color: #eb8ca2;
}

#shopname img {
	margin: 0 10px 0 0;
}
#shophira {
	font-size: 12px;
	font-weight: normal;
}
#shopname #shop_active {
	color: #f00;
	margin: 0 0 0 20px;
}
#shopname #shop_temp {
	color: #00a297;
	margin: 0 0 0 20px;
}
#shopmenu {
	margin: 0 auto 20px auto;
	border: none;
}
#shopmenu td {
	width: 109px;
	text-align: center;
	padding: 0;
	border: none;
}
#shopmenu a, #shopmenu .notlink {
	color: #fff;
	line-height: 18px;
	padding: 6px 0;
	background-color: #858585;
	display: block;
}
#shopmenu tbody tr:first-child td a, #shopmenu tbody tr:first-child td .notlink {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#shopmenu tbody tr td a, #shopmenu tbody tr td .notlink {
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#shopmenu tbody tr td:last-child a, #shopmenu tbody tr td:last-child .notlink {
	border-right: 1px solid #ccc;
}
#shopmaster {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
#shopmaster table#shop_head_table {
	width: 565px;
	float: left;
}
#shopmaster table#shop_head_table tr th {
	width: 130px;
}
#shopmaster #shop_head_btn {
	width: 395px;
	margin: 0 0 0 20px;
	display: table;
	float: left;
}
#shopmaster #shop_head_btn li {
	vertical-align: top;
	display: table-cell;
	overflow: hidden;
}
#shopmaster #shop_head_btn li input[type="submit"] {
	float: left;
}

#shop_head_btn li input[type="submit"], 
#shop_head_btn li input[type="submit"]:hover {
	color: #ccc;
	background-color: #EFEFEF;
}
#shop_head_btn li input[type="submit"].html_create_alert {
	color: #fff;
	background-color: #ff69b4;
	border: 1px solid #ff69b4;
}
#shop_head_btn li input[type="submit"].html_create_alert:hover {
	background-color: #ff1493;
	border: 1px solid #ff1493;
}

#shopmaster #shop_head_btn li .att_text {
	font-size: 10px;
	vertical-align: top;
	margin: 5px 0 0 0;
	float: left;
}
#shopmaster #shop_head_btn li .att_text div {
	color: #f00;
}
#shopmaster #shop_head_btn li span, #shopmaster #shop_head_btn li a {
	width: 148px;
    font-size: 12px;
	text-align: center;
	text-decoration: none;
	margin: 0;
    padding: 8px 0;
    background-color: #EFEFEF;
	border: 1px solid #CCC;
	display: block;
	cursor: pointer;
}
#shopmaster #shop_head_btn li span {
	margin: 0;
	cursor: default;
}
#shopmaster #shop_head_btn li a:hover {
	color: #fff;
	background-color: #858585;
}

#shopmaster table th, #hostmaster table th {
	width: 155px;
	font-weight: normal;
	text-align: left;
	color: #000;
	padding: 8px 5px;
	background-color: #F3F4F4;
	border: 1px solid #CCCCCC;
}
#shopmaster table td ul {
	display:table;
}
#shopmaster table td ul li {
	display: table-cell;
}
#shopmaster table td ul li:nth-child(even) {
	font-family: "MS UI Gothic", serif;
	padding: 0 5px;
}
/* 店舗 End */

/* アドバイス Start */
.setlinkbtn {
	text-align: center;
	color: #666;
	background-color: #CCC;
}
.changecom {
	text-align: center;
	padding: 10px 0;
}
/* アドバイス End */

/* プレゼント Start */
.presentq {
	width: 980px;
	font-size: 15px;
	color: #FF1493;
	margin: 0 auto 15px auto;
}
/* プレゼント End */

/* 画像アップロード Start */
#wraper {
	width:100%;
	margin:0;
	background-color:#F5F5F5;
}
#flashcontent {
	max-width: 1000px;
	/* max-height: 450px; */
	text-align:center;
	margin: 0 auto;
	background-color: #000;
}
#flashcontent embed {
	max-width: 650px;
	max-height: 450px;
	margin: 0;
	padding: 0;
}
#flashcontent.icon_confirm_image img {
	border-radius: 50%;
}
#editimg {
	text-align: center;
}
.modalDialog_contentDiv {
	padding: 2px;
	border: 2px solid #999;
	background-color: #FFF;
	position: absolute;
	z-index: 100;
	overflow-y: auto;
}
#imgoverwrite {
	width: 500px;
}
#close {
	text-align: center;
	margin: 10px;
}
#close a {
	width: 180px;
	text-align: center;
	background-color: #EFEFEF;
	border: 1px solid #D5D5D5;
	margin: 13px auto 0 auto;
	padding: 8px 10px;
	display: block;
}
#close a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #858585;
}
.modalDialog_contentDiv .pagetitle, .modalDialog_contentDiv #inputform table {
	width: 480px;
	margin: 0 auto;
}
.modalDialog_contentDiv #inputform table th {
	white-space: nowrap;
}
.modalDialog_contentDiv #inputform table input[type="text"] {
	width: 380px;
}
.modalDialog_contentDiv #inputform table input[type="text"]#shopidtext {
	width: 100px;
}
.upimgsize {
	font-size: 15px;
	font-weight: bold;
	color: #f00;
	margin: 5px 0 0 0;
}
/* 画像アップロード End */

/* SHOP INFO Start */
#infoadmin input[type="checkbox"] {
	vertical-align: middle;
}
#buttonlist {
	width: 980px;
	margin: 15px auto;
	text-align: center;
}
.inforeserve {
	color: #f00;
	margin: 0 0 0 5px;
}
/* SHOP INFO End */

/* ホスト詳細 Start */
#hostrank {
	width: 980px;
	margin: 0 auto 15px auto;
	border: none;
	border-collapse: collapse;
	padding: 0;
}
#hostrank th {
	font-weight: normal;
	text-align: left;
	color: #000;
	background-color: #F3F4F4;
	border: 1px solid #CCCCCC;
	padding: 3px 5px;
}
#hostrank td {
	padding: 3px 10px;
	border: 1px solid #CCCCCC;
}
#nowrankno {
	width: 50px;
	color: #444757;
	margin: 4px 0 0 10px;
	float: left;
}
.nowrank a {
	width: 150px;
	text-align: center !important;
	background-color: #EFEFEF;
	border: 1px solid #D5D5D5;
	padding: 4px 10px;
	display: block;
	float: left;
}
.rankset a {
	width: 50px;
	text-align: center !important;
	background-color: #EFEFEF;
	border: 1px solid #D5D5D5;
	margin: 0 10px 0 0;
	padding: 4px 10px;
	display: block;
	float: left;
}
.nowrank a:hover, .rankset a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #858585;
}
/* ホスト詳細 End */

/* インタビュー Start */
.interviewimg {
	width: 980px;
	margin: 20px auto 15px auto;
}
.interviewimg a img {
	border: 3px solid #fff;
}
.interviewimg a img:hover {
	border: 3px solid #5083AD;
}
/* インタビュー End */

/* ホスト詳細 Start */
#mainhostform table {
	width: 100%;
	max-width: 980px;
}
#mainhostform table th {
	color: #000;
	padding: 3px 5px;
	background-color: #F3F4F4;
	border: 1px solid #CCCCCC;
}
#mainhostform table td {
	padding: 3px 10px;
}
#mainhostform table td input[type="submit"] {
	margin: 0 0 0 10px;
	padding: 4px 0;
}
/* ホスト詳細 End */

/* ホストブログ Start */
.hostblogtitle {
	width: 155px;
	background-color: #F3F4F4;
}
.hostblog {
	width: 600px;
}
.decolog {
	width: 980px;
	color: #f00;
	line-height: 20px;
	margin: 15px auto;
}
/* ホストブログ End */

/* スペシャル求人 Start */
#sprecruitlist {
	width: 980px;
	margin: 0 auto;
	overflow-x: scroll;
	overflow-y: auto;
}
#sprecruitlist table td {
	white-space: nowrap;
}
/* スペシャル求人 End */

/* 画像一覧 Start */
.imgweight {
	margin: 0 0 5px 0;
}
.imgmargin {
	margin: 5px 0;
}
/* 画像一覧 End */

/* ログイン Start */
#loginform {
	width: 630px;
	border: 1px solid #CCC;
	margin: 10px auto 0 auto;
	padding: 30px 0 50px 0;
}
.loginline {
	width: 480px;
	margin: 20px auto 0 auto;
	overflow: hidden;
}
.logintitle {
	width: 98px;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	background-color: #EFEFEF;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 0 15px;
	float: left;
}
.logintext {
	width: 350px;
	float: left;
}
.logintext input[type="text"], .logintext input[type="password"]{
	width: 328px;
	height: 30px;
	font-size: 15px;
	line-height: 18px;
	border: 1px solid #CCC;
	padding: 0 10px;
}
.logincheck {
	width: 480px;
	vertical-align: top;
	margin: 10px auto 0 auto;
}
.logincheck input[type="checkbox"] {
	margin: 1px 5px 0 130px;
}
.loginbtn {
	width: 450px;
	text-align: center;
	margin: 20px auto 0 auto;
}
.loginbtn input[type="submit"] {
	font-size: 16px;
}
.text_img {
	text-align: center;
}
/* ログイン End */

/* サイトマップ Start */
#sitemapatt {
	width: 97%;
	line-height: 18px;
	margin: 5px auto 0 auto;
}
#sitemapatt a {
	color: #f60;
}
.sitemaplist {
	width: 98%;
	margin: 0 auto;
	overflow: hidden;
}
.sitemaplist li {
	margin: 0 16px 15px 0;
	float: left;
}
.sitemaplist li:nth-child(6n+6) {
	margin: 0 0 15px 0;
}

#resultmsg {
	width: 97%;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	color: #333;
	text-align: center;
	border: 1px solid #666;
	margin: 0 auto 15px auto;
	padding: 15px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#resultmsgcnt {
	font-size: 18px;
	color: #f00;
	margin: 0 5px;
}
#sitemap {
	width: 97%;
	border: 1px solid #666;
	margin: 0 auto;
}
#sitemapcode {
	max-height: 500px;
	padding: 15px;
	overflow-x: auto;
	overflow-y: scroll;
}
/* サイトマップ End */

/* 確認画面 Start */
#checktext {
	width: 950px;
	margin: 50px auto;
}
#checktext th {
	width: 200px;
	padding: 10px;
}
#checktext td {
	padding: 10px;
}
/* 確認画面 End */

/* 特集1 Start */
#moreshopbtn, #moreimgbtn {
	width: 980px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	padding: 8px 0;
	background-color: #ccc;
	cursor: pointer;
}
#moreshopbtn div, #moreimgbtn div {
	width: 160px;
	margin: 0 auto;
	position: relative;
}
#moreshopbtn div:after, #moreimgbtn div:after {
	content: "";
	border: 8px solid transparent;
	border-top: 8px solid #000;
	position: absolute;
	top: 5px;
	right: 0;
}
#moreshopbtn div.close:after, #moreimgbtn div.close:after{
	border: 8px solid transparent;
	border-bottom: 8px solid #000;
	top: -5px;
}
#moreshop, #moreimg {
	display: none;
}
#moreshop table th, #moreshop table td, #moreimg table th, #moreimg table td {
	border-bottom: none;
}
/* 特集1 End */


#hostmenu {
	margin: 0 auto 20px auto;
	border: none;
}
#hostmenu td {
	width: 122px;
	text-align: center;
	padding: 0;
	border: none;
}
#hostmenu a, #hostmenu .notlink {
	color: #fff;
	line-height: 18px;
	padding: 10px 0;
	background-color: #858585;
	display: block;
}
#hostmenu tbody tr td:first-child a {
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
}
#hostmenu tbody tr td:last-child a, #hostmenu tbody tr td:last-child .notlink {
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
}
#hostmenu tbody tr td a, #hostmenu tbody tr td .notlink {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#hostmenu tbody tr td:first-child a, #hostmenu tbody tr td:first-child .notlink {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* HOST MENU Start */
#hostmenu-wrap {
	width: 980px;
	margin: 0 auto 10px auto;
}
#hostmenu-navi {
	width: 980px;
	height: 35px;
	line-height: 100%;
	margin: 0 auto;
	z-index: 90;
}
#hostmenu-navi li {
	width: 122px;
	height: 35px;
	text-align: center;
	white-space: nowrap;
	position: relative;
	float: left;
}
#hostmenu-navi.eight-item > li {
	width: 98px;
}
#hostmenu-navi li a, #hostmenu-navi li a span {
	cursor: pointer;
	_float: left;/*IE6対策*/
	display: block;
}
#hostmenu-navi li a, #hostmenu-navi li .nolink {
	height: 35px;
	line-height: 35px;
	color: #fff;
	text-decoration: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #858585;
	display: block;
}
#hostmenu-navi > li:first-child a {
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-left: 1px solid #ccc;
}
#hostmenu-navi > li:last-child a, #hostmenu-navi > li:last-child .nolink {
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
}
#hostmenu-navi li a:hover {
	
}
#hostmenu-navi li ul {
	width: 14px;
	font-weight: normal;
	position: absolute;
	top: 33px;
	left: -9999px;
	clear: both;
}
/*プルダウンメニュー 第1階層*/
#hostmenu-navi li li {
	width: 220px;
	height: 27px;
	font-weight: normal;
	line-height: 24px;
	text-align: left;
	color: #fff;
	background: url('../newimages/header/subnavi_bak.gif') top left no-repeat #787878;
	top: 2px;
	left: 0;
	display: block;
}
#hostmenu-navi li li a {
	width: 220px;
	height: 27px;
	font-weight: normal;
	color: #fff;
	line-height: 24px;
	background: url('../newimages/header/subnavi_bak.gif') top left no-repeat #787878;
	top: 2px;
	display: block;
}
#hostmenu-navi li li a span {
	width: 220px;
	height: 27px;
	font-weight: normal;
	color: #fff;
	line-height: 24px;
	background: url('../newimages/header/subnavi_bak.gif') top left no-repeat #787878;
	top: 2px;
	display: block;
}
#hostmenu-navi li li {
	border: solid #888;
	border-width: 0 0 1px 0;
}
#hostmenu-navi li li a span {
	text-indent: 8px;
	padding: 2px 0 0 8px;
}
#hostmenu-navi li li a:hover {
	background: url('../newimages/header/subnavi_bak_on.gif') top left no-repeat #474747;
}
#hostmenu-navi li li a:hover span {
	background: #666;
}
#hostmenu-navi li.on li a, #hostmenu-navi li.on li a span, #hostmenu-navi li li.on a, #hostmenu-navi li li.on a span {
	background: transparent;
}
#hostmenu-navi li.hmnhover li a, #hostmenu-navi li.hmnhover li a span, #hostmenu-navi li li.hmnhover a, #hostmenu-navi li li.hmnhover a span {
	background: transparent;
}
#hostmenu-navi li.hmnhover li a:hover {
	background: url('../newimages/header/subnavi_bak_on.gif') top left no-repeat #474747;
}
#hostmenu-navi li li.hmnhover a:hover {
	background: url('../newimages/header/subnavi_bak_on.gif') top left no-repeat #474747;
}
#hostmenu-navi li:hover ul ul, #hostmenu-navi li:hover ul ul ul, #hostmenu-navi li.hmnhover ul ul, #hostmenu-navi li.hmnhover ul ul ul {
	left: -9999px;
}
#hostmenu-navi li:hover ul, #hostmenu-navi li li:hover ul, #hostmenu-navi li li li:hover ul, #hostmenu-navi li.hmnhover ul, #hostmenu-navi li li.hmnhover ul, #hostmenu-navi li li li.hmnhover ul {
	left: auto;
}
/* MENU End */

/*
.textlist {
	width: 600px;
}
.textlist li {
	width: 150px;
	float: left;
}
.textlist li:nth-child(n + 1):not(:nth-child(n + 17)) {
	margin: 0 0 15px 0;
}
.textlist li input[type="text"] {
	width: 140px;
}
*/

#inputform table td.host_other_comment {
	padding: 0;
}
.host_other_comment_list {
	width: 600px;
	display: flex;
	flex-wrap: wrap;
}
.host_other_comment_list li {
	width: 200px;
	text-align: center;
	padding: 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
}
.host_other_comment_list li:nth-child(19),
.host_other_comment_list li:nth-child(20) {
	border-bottom: none;
}
.host_other_comment_list li input[type="text"] {
	width: 164px;
}

input[type="button"].table_all_check_button {
	width: auto;
	margin-right: 15px;
	padding: 3px 10px;
}

.btnlistatt {
	width: 980px;
	font-size: 11px;
	margin: 0 auto 10px auto;
	padding: 0;
	overflow: hidden;
}
.btnlist {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
.btnlist li {
	width: 131px;
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
}
.btnlist li:first-child {
	margin: 0;
}
.btnlist li .pagelink a, .btnlist li input[type="submit"], .btnlist li input[type="button"] {
	width: 131px;
	margin: 0;
	padding: 10px 0;
}
.btnlist li .areafiletime {
	font-size: 10px;
	margin: 0 0 5px 0;
}
.btnlist li .web1link a {
	font-size: 10px;
	color: #ff6600;
}

.topblock {
	width: 980px;
	margin: 0 auto 30px auto;
	border: 1px solid #ccc;
}
.datalist, .twoline_datalist {
	width: 980px;
}
.datalist tr:nth-child(even) {
	background-color: #F5F5F5;
}
.datalist tr th, .datalist tr td {
	border: none;
	border-right: 1px solid #ccc;
}
.datalist tr th:last-child, .datalist tr td:last-child {
	border-right: none;
}
.twoline_datalist tr:nth-child(4n+1), .twoline_datalist tr:nth-child(4n+2) {
	background-color: #F5F5F5;
}
.twoline_datalist tr th {
	border-bottom: 1px solid #fff;
	white-space: nowrap;
}
.twoline_datalist tr td {
	white-space: nowrap;
}
.twoline_datalist tr td .updateBtn {
	width: 50px;
}

#search_sort_list {
	width: 980px;
	margin: 0 auto 10px auto;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: flex;
}
#search_sort_list li:first-child {
	width: 56px;
	text-align: left;
	color: #000;
	background-color: #fff;
	margin: 0;
	border: none;
}
#search_sort_list li {
	width: 67px;
	text-align: center;
	background-color: #efefef;
	margin: 0 0 0 10px;
	padding: 5px 0;
	cursor: pointer;
	border: 1px solid #ccc;
}
#search_sort_list li.active {
	color: #fff;
	background-color: #858585;
	border: none;
}
#topdatalist {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#topdatalist li {
	width: 468px;
	border: 1px solid #ccc;
	margin: 0 0 30px 0;
	padding: 0;
	float: left;
}
#topdatalist li:nth-child(odd) {
	clear: both;
}
#topdatalist li:nth-child(even) {
	margin: 0 0 30px 40px;
}
#topdatalist li .pagetitle, #topdatalist li table {
	width: 100%;
}
.subpagetitle {
	max-width: 960px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background-color: #666;
	margin: 0 auto;
	padding: 5px 10px;
}
.toplistscroll {
	height: 200px;
	overflow-y: auto;
}
.lot_icon {
	color: #fff;
	background-color: #f00;
	margin: 0;
	padding: 2px 10px;
}

#inputform table tr td .check_label {
	width: 175px;
	text-align: left;
	margin: 5px 0;
	display: block;
	float: left;
}
#inputform table tr td .check_label:first-of-type {
	
}
#inputform table tr td .check_label input[type="checkbox"] {
	vertical-align: top;
	margin: 1px 3px 0 0;
}
#inputform table tr td .edit_image_upload {
	margin: 40px 0 20px 0;
	padding: 10px 15px;
	background-color: #eee;
	clear: both;
}
#inputform table tr td .edit_image_upload input {
	margin-top: 5px;
}

.group_shop_check_list {
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 2%;
}
.group_shop_check_list li {
	width: 49%;
	white-space: nowrap;
	overflow: hidden;
}
.group_shop_check_list li label {
	text-align: left;
	display: block;
}
#inputform table tr td label input[type="checkbox"] {
	vertical-align: top;
	margin: 1px 3px 0 0;
}

#inputform table td.no_space {
	padding: 0;
}
.salary_data {
	border-bottom: 1px solid #ccc;
	align-content: center;
	justify-content: space-between;
	display: flex;
}
.salary_data dt, .salary_data dd {
	padding: 6px 5px;
	box-sizing: border-box;
	border-right: 1px solid #ccc;
}
.salary_data dt {
	width: 13%;
}
.salary_data dt:last-of-type {
	border-right: 0;
	border-left: 1px solid #ccc;
}
.salary_data dd {
	width: 20%;
}
.salary_data dd:last-of-type {
	border-right: none;
}

.salary_data_line {
	padding: 6px 5px;
	border-bottom: 1px solid #ccc;
	gap: 0 5px;
	display: flex;
}
.salary_pd {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

#group_create_form {
	margin-left: 15px;
	display: inline-block;
}

.salary_range {
	width: 100%;
	border-bottom: 1px solid #ccc;
	display: flex;
}
.salary_range li {
	width : 33.33333%;
	width : -webkit-calc(100% / 3);
	width : calc(100% / 3);
	padding: 6px 5px;
	box-sizing: border-box;
}
.salary_range li:not(:first-child) {
	border-left: 1px solid #ccc;
}

.salary_data dt input[type="radio"],
.salary_range li input[type="radio"] {
	vertical-align: top;
	margin: 3px 3px 0 0;
}

.hosyell_title_text {
	font-size: 12px;
	margin-left: 20px;
}

.sales_example {
	display: flex;
}
.sales_example > div {
	width: 30px;
	text-align: center;
}

.sales_example ul li {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}
.sales_example ul li:last-of-type {
	margin-bottom: 0;
}
.sales_example ul li div {
	margin: 0 3px;
}
.sales_example ul li .text_box {
	width: 40px;
	text-align: center;
	padding: 2px 0;
	border: 1px solid #cdcdcd;
}

span.ft-bold { font-weight: bold; }
span.fs-20 {
    font-size: 20px;
    font-weight: bold;
}

.point_lottery_group {
	width: 1000px;
	margin: 0 auto 30px auto;
	overflow-x: scroll;
}
.point_lottery_edit {
	width: 480px;
}
.point_lottery_edit table {
	width: 100%;
}
.point_lottery_list li.block_title {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #858585;
	padding: 5px 10px;
	box-sizing: border-box;
}
.point_lottery_list {
	border-left: 1px solid #858585;
	display: grid;
	grid-template-columns: repeat(5, 400px);
	gap: 0;
	list-style: none;
	padding: 0;
}
.point_lottery_list li {
	width: 100%;
	padding-bottom: 24px;
	border-right: 1px solid #858585;
	border-bottom: 1px solid #858585;
	box-sizing: border-box;
}
.point_lottery_list li .pagetitle {
	font-size: 12px;
	background-color: #ddd;
	margin-top: 0;
	padding: 4px 8px;
	box-sizing: border-box;
}
.point_lottery_list li .pagetitle,
.point_lottery_list li table {
	width: 100%;
}
.point_lottery_list li .nodata {
	width: 80%;
	margin-top: 24px;
	padding-block: 20px;
	box-sizing: border-box;
}
.point_lottery_edit li .pagetitle a,
.point_lottery_list li .pagetitle a {
	font-size: 10px;
	font-weight: normal;
	background-color: #EFEFEF;
	border: 1px solid #D5D5D5;
	margin-left: 10px;
	padding: 4px 12px;
	display: inline-block;
}
.point_lottery_edit li .pagetitle a:hover,
.point_lottery_list li .pagetitle a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #858585;
}
.point_lottery_edit li table,
.point_lottery_list li table {
	width: 94%;
	margin-top: 12px;
}
.point_lottery_edit li table tr td input[type='text'],
.point_lottery_list li table tr td input[type='text'] {
	text-align: right;
}
.point_lottery_edit li table tr td.remove_point_line,
.point_lottery_list li table tr td.remove_point_line {
	text-align: center;
}
.point_lottery_edit li table tr td .remove_point_btn,
.point_lottery_list li table tr td .remove_point_btn {
	font-size: 12px;
    font-weight: normal;
    background-color: #EFEFEF;
    border: 1px solid #D5D5D5;
    padding: 5px 20px;
    display: inline-block;
}

/* A列 */
.point_lottery_list li.area_block_1.block_title_large { background-color: #4a90e2; color: #fff; }
.point_lottery_list li.area_block_1 .block_title_medium { background-color: #d0e8ff; color: #333; }

/* B列 */
.point_lottery_list li.area_block_2.block_title_large { background-color: #7b68ee; color: #fff; }
.point_lottery_list li.area_block_2 .block_title_medium { background-color: #e0dbff; color: #333; }

/* C列 */
.point_lottery_list li.area_block_3.block_title_large { background-color: #50b896; color: #fff; }
.point_lottery_list li.area_block_3 .block_title_medium { background-color: #cceee3; color: #333; }

/* D列 */
.point_lottery_list li.area_block_4.block_title_large { background-color: #e2954a; color: #fff; }
.point_lottery_list li.area_block_4 .block_title_medium { background-color: #fde8cf; color: #333; }

/* E列 */
.point_lottery_list li.area_block_5.block_title_large { background-color: #e25c5c; color: #fff; }
.point_lottery_list li.area_block_5 .block_title_medium { background-color: #fdd8d8; color: #333; }

.point_lottery_head {
	width: 600px;
	margin-bottom: 24px;
}
.point_lottery_head table {
	width: 600px;
}
.point_lottery_head table tr th {
	width: 150px;
}
.point_lottery_head table tr td .example_setting {
	font-size: 10px;
	margin-top: 5px;
}
.point_lottery_head table tr td input[type='button'] {
	width: 80px;
	padding: 0;
}

.point_toggle_button {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}

.point_toggle_button button {
  padding: 6px 16px;
  border: 2px solid #ccc;
  border-radius: 4px;
  background: #f5f5f5;
  color: #999;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
}

.point_toggle_button button:hover {
  opacity: 0.8;
}

/* ========== B列 ========== */
/* 表示中 */
[data-toggle-block="2"].active {
  background: #7b68ee;
  border-color: #7b68ee;
  color: #fff;
}
/* データあり（非表示時） */
[data-toggle-block="2"].has-data {
  border-color: #7b68ee;
  color: #7b68ee;
  background: #f5f5f5;
}
/* データあり＋表示中 */
[data-toggle-block="2"].has-data.active {
  background: #7b68ee;
  border-color: #7b68ee;
  color: #fff;
}

/* ========== C列 ========== */
/* 表示中 */
[data-toggle-block="3"].active {
  background: #50b896;
  border-color: #50b896;
  color: #fff;
}
/* データあり（非表示時） */
[data-toggle-block="3"].has-data {
  border-color: #50b896;
  color: #50b896;
  background: #f5f5f5;
}
/* データあり＋表示中 */
[data-toggle-block="3"].has-data.active {
  background: #50b896;
  border-color: #50b896;
  color: #fff;
}

/* ========== D列 ========== */
/* 表示中 */
[data-toggle-block="4"].active {
  background: #e2954a;
  border-color: #e2954a;
  color: #fff;
}
/* データあり（非表示時） */
[data-toggle-block="4"].has-data {
  border-color: #e2954a;
  color: #e2954a;
  background: #f5f5f5;
}
/* データあり＋表示中 */
[data-toggle-block="4"].has-data.active {
  background: #e2954a;
  border-color: #e2954a;
  color: #fff;
}

/* ========== E列 ========== */
/* 表示中 */
[data-toggle-block="5"].active {
  background: #e25c5c;
  border-color: #e25c5c;
  color: #fff;
}
/* データあり（非表示時） */
[data-toggle-block="5"].has-data {
  border-color: #e25c5c;
  color: #e25c5c;
  background: #f5f5f5;
}
/* データあり＋表示中 */
[data-toggle-block="5"].has-data.active {
  background: #e25c5c;
  border-color: #e25c5c;
  color: #fff;
}

.img_type_i_im_shop_icon img,
.img_type_i_im_host_icon img {
	border-radius: 50%;
}

.shop_master_memo_block {
	width: 100%;
	max-width: 980px;
	text-align: right;
	margin-top: 30px;
	margin-inline: auto;
}
.shop_master_memo_block textarea {
	width: 100%;
	min-height: 80px;
	padding: 10px;
	box-sizing: border-box;
}
.shop_master_memo_block input[type="button"] {
	margin-top: 15px;
}

#host_list_setting_menu {
	display: flex;
}
#host_list_setting_menu li:first-of-type {
	width: 450px;
}
#host_list_setting_menu li:last-of-type {
	width: 550px;
}
#host_list_setting_menu .pagelink {
	width: 450px;
}
#host_list_setting_menu .shop_master_memo_block {
	margin-top: 15px;
}

.page_loading {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
}
.page_loading .loader {
	width: 100px;
	padding: 8px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: #fff;
	--_m: conic-gradient(#0000 10%,#000), linear-gradient(#000 0 0) content-box;
	-webkit-mask: var(--_m);
	mask: var(--_m);
	-webkit-mask-composite: source-out; mask-composite: subtract;
	animation: l3 1s infinite linear;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
}
@keyframes l3 {to{transform: rotate(1turn)}}

.tabs_block {
	margin: 0 auto;
}
.tabs_head {
	display: flex;	
}
.tab_item {
	min-width: 100px;
	line-height: 30px;
	color: #565656;
	background-color: #d9d9d9;
	text-align: center;
	transition: all 0.2s ease;
	display: block;
	cursor: pointer;
}
.tab_content {
	height: 130px;
	overflow-x: hidden;
	overflow-y: scroll;
	display: none;
}
.tab_check {
	color: #fff;
	background-color: #ff69b4;
}
.tab_on_content {
	display: block;
}
.tab_content table {
	width: 100%;
}

.setting_list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 80px;
}
.setting_list li {
	width: 450px;
}
.setting_list li .pagetitle,
.setting_list li table {
	width: 450px;
}
.setting_list li .nodata {
	width: 450px;
	margin-top: 15px;
	padding-block: 20px;
}
.setting_list li .pagetitle a {
	font-size: 12px;
	font-weight: normal;
	background-color: #EFEFEF;
	border: 1px solid #D5D5D5;
	margin-left: 10px;
	padding: 5px 20px;
	display: inline-block;
}
.setting_list li .pagetitle a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #858585;
}
.setting_list li table tr td input[type='text'] {
	text-align: right;
}
.setting_list li table tr td input[type='text'].text_left_text {
	text-align: left;
}
.setting_list li table tr td.remove_btn {
	text-align: center;
}
.setting_list li table tr td .remove_btn {
	font-size: 12px;
    font-weight: normal;
    background-color: #EFEFEF;
    border: 1px solid #D5D5D5;
    padding: 5px 20px;
	cursor: pointer;
    display: inline-block;
}
.exp_setting_btn {
	text-align: center;
	padding-top: 50px;
}

/* エディター カスタム */
.text_background_line {
	background: linear-gradient(to bottom, rgba(255,153,204,0) 60%, #ffff7e 60%);
}

.article_title {
	font-size: 20px !important;
	font-weight: bold !important;
	margin-bottom: 20px;
	padding: 10px 14px;
	background: #e7fff2;
	border-left: solid 5px #03c75a;
	border-radius: 2px;
}
.article_title.starguys_color {
	background: #e7f6ff;
    border-left: solid 5px #4EA8DE;
}

.line-invite-icon {
	width: 143px;
	height: 50px;
}
code {
	background-color: #eee;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 16px 24px;
	border-radius: 4px;
	display: inline-block;
}

.must_check_box {
	border: 1px solid #ff991c;
	border-radius: 8px;
	margin: 35px 0;
	padding: 28px 35px 14px;
	background: #fff;
	position: relative;
}
.must_check_icon {
	width: 24px;
	height: 24px;
	font-size: 14px;
	font-weight: bold;
	color: #ff991c;
	background: #fff;
	border-radius: 50%;
	margin-right: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.must_check_title {
	height: 34px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #ff991c;
	display: flex;
	align-items: center;
	padding: 0 20px 0 8px;
	border-radius: 8px 0 0 0;
	line-height: 1;
	position: absolute;
	top: -18px;
	left: -1px;
}

a.recruit_search_button {
    width: 100%;
	font-size: 12pt !important;
    font-weight: 600 !important;
    line-height: 1.5;
    text-align: center;
    text-decoration: none !important;
    color: #fff !important;
    padding: 16px 20px;
    border: none;
    border-radius: 6px;
    box-sizing: border-box;
    font-family: inherit;
    display: block;
}
a.recruit_search_button.starguys_color {
    box-shadow: 0 3px 0 #3B95C7, 0 6px 12px rgba(0, 0, 0, 0.12);
    background: #4EA8DE;
}
a.recruit_search_button.hosuriku_color {
	box-shadow: 0 3px 0 #0F763D, 0 6px 12px rgba(0, 0, 0, 0.12);
	background: #03C75A;
}

.example_text_box {
    line-height: 1.7 !important;
    color: #333;
    background-color: #fefefe;
    padding: 18px 22px;
    border-radius: 8px;
}
.example_text_box strong {
	font-size: 16px !important;
	font-weight: bold;
}

.related_read {
	position: relative;
    margin: 28px 0 22px;
}
.related_read_title {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    background: #7ED321;
    padding: 4px 12px;
    border-radius: 999px;
	position: absolute;
    top: -12px;
    left: 14px;
    z-index: 2;
}
.related_read_content {
    font-weight: bold;
    line-height: 1.6;
    text-decoration: none;
    color: #333;
    background: #fff;
    border: 2px solid #7ED321;
    padding: 24px 86px 20px 18px;
    border-radius: 12px;
    box-sizing: border-box;
    position: relative;
	display: block;
}
.related_read_text {
    font-size: 15px;
    color: #333;
    display: block;
}
a.related_read_arrow {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4;
	text-decoration: none !important;
    white-space: nowrap;
    color: #fff !important;
    padding: 6px 12px;
    border-radius: 999px;
    background: #7ED321;
    transform: translateY(-50%);
	position: absolute;
    right: 16px;
    top: 50%;
}
/* エディター カスタム */

/* 思い出メモ詳細 */
.memory_detail_check span,
.member_detail_check span {
	cursor: pointer;
}
#detail_memory,
#detail_member {
       display: none;
}
#detail_memory.active,
#detail_member.active {
       display: block;
}
#detail_memory.active #detail_memory_bg,
#detail_member.active #detail_member_bg {
       width: 100%;
       height: 100%;
       background-color: rgba(0, 0, 0, 0.7);
       position: fixed;
       top: 0;
       left: 0;
       z-index: 10;
}
#detail_memory_box,
#detail_member_box {
	   max-height: 80%;
       box-sizing: border-box;
	   overflow-y: scroll;
       position: fixed;
       top: 50%;
       left: 50%;
       translate: -50% -50%;
       z-index: 20;
}
#detail_memory_scroll,
#detail_member_scroll {
       font-size: 14px;
       line-height: 1.8;
       max-height: 80vh;
       white-space: normal;
       overflow-y: scroll;
}
#detail_memory_scroll table,
#detail_member_scroll table {
	background-color: #fff;
}
#detail_memory_scroll table td img,
#detail_member_scroll table td img {
	width: auto;
	max-height: 300px;
}
#detail_memory_close_icon,
#detail_member_close_icon {
    width: 3px;
    height: 20px;
       background: #fff;
    margin: 0 20px 0 7px;
    padding: 0;
    transform: rotate(45deg);
    display: inline-block;
    position: absolute;
       top: -36px;
       right: 0;
    z-index: 10;
}
#detail_memory_close_icon:before,
#detail_member_close_icon:before {
       width: 20px;
       height: 3px;
       background: #fff;
       content: "";
       margin-top: -2px;
       display: block;
       position: absolute;
       top: 50%;
       left: -8px;
}
/* 思い出メモ詳細 */

.address_input_list {
	display: flex;
	gap: 5px;
}
.address_input_list input, .address_input_list select {
	height: 18px;
	padding-inline: 3px;
	box-sizing: border-box;
}
.input_example_text {
	color: #888;
	margin-top: 3px;
}

.tiktok_link {
	cursor: pointer;
}

/* 確認ポップアップ */
.file-preview {
	margin-top: 10px;
	max-width: 200px;
}
.file-preview img,
.file-preview video {
	max-width: 300px;
	max-height: 300px;
	margin: 5px 5px 0 0;
	vertical-align: top;
}
.btn-confirm {
	display: block;
	width: 200px;
	margin: 30px auto 0;
	padding: 15px;
	background: #4a90d9;
	color: #fff;
	border: none;
	border-radius: 6px;
	font-size: 16px;
	cursor: pointer;
	transition: background 0.3s;
}
.btn-confirm:hover { background: #357abd; }

.confirmOverlay {
	display: none;
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(0,0,0,0.6);
	z-index: 1000;
	overflow-y: auto;
	padding: 20px;
}
.confirmPopup {
	background: #fff;
	max-width: 600px;
	margin: 40px auto;
	border-radius: 8px;
	box-shadow: 0 5px 30px rgba(0,0,0,0.3);
	animation: slideIn 0.3s ease;
}
@keyframes slideIn {
	from { opacity: 0; transform: translateY(-20px); }
	to { opacity: 1; transform: translateY(0); }
}
.confirm-popup-header {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background: #858585;
	padding: 8px;
	border-radius: 8px 8px 0 0;

}
.confirm-popup-body { padding: 20px; }
.confirm-popup-body table {
	width: 100%;
	border-collapse: collapse;
}
.confirm-popup-body table th,
.confirm-popup-body table td {
	padding: 12px;
	border: 1px solid #ddd;
	vertical-align: top;
}
.confirm-popup-body table th {
	background: #f8f9fa;
	width: 35%;
	text-align: left;
	font-weight: 600;
	color: #555;
}
.confirm-popup-body table td { word-break: break-word; }
.confirm-popup-body .preview-img,
.confirm-popup-body .preview-video {
	max-width: 150px;
	max-height: 150px;
	border-radius: 4px;
}
.confirm-popup-footer {
	padding: 20px;
	text-align: center;
	border-top: 1px solid #eee;
}
.confirm-popup-footer button {
	padding: 12px 30px;
	margin: 0 10px;
	border: none;
	border-radius: 6px;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.3s;
}
.confirm-btn-back {
	color: #000;
	background: #EFEFEF;
}
.confirm-btn-back:hover { background: #EDEDED; }
.confirm-btn-submit {
	color: #fff;
	background: #ff69b4;
}
.confirm-btn-submit:hover { background: #ff1493; }
/* 確認ポップアップ */

.front_url_copy {
	cursor: pointer;
}

/* 関連コンテンツ 注意分 */
.sg-notice {
	text-align: left;
	background: #FAEEDA;
	border: 2px solid #BA7517;
	border-radius: 8px;
	padding: 16px 18px;
	margin: 16px 0;
	font-family: inherit;
	box-sizing: border-box;
}
.sg-notice__head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 10px;
}
.sg-notice__icon {
	display: inline-flex;
	color: #854F0B;
	animation: sg-notice-pulse 1.4s ease-in-out infinite;
}
.sg-notice__title {
	font-size: 16px;
	font-weight: bold;
	color: #633806;
}
.sg-notice__text {
	font-size: 14px;
	color: #633806;
	line-height: 1.6;
	margin: 0 0 14px;
}
a.sg-notice__btn {
	display: inline-block;
	background: #BA7517;
	color: #fff;
	text-decoration: none;
	padding: 8px 16px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	border: none;
}
a.sg-notice__btn:hover {
	background: #854F0B;
}
@keyframes sg-notice-pulse {
	0%, 100% { opacity: 1; }
	50%      { opacity: 0.4; }
}
/* 関連コンテンツ 注意分 */
