@charset "UTF-8";

@import url('reset.css');

@font-face {
	font-family: emojisymbols;
	src: url("/assets/fonts/EmojiSymbols-Regular.woff");
}

/* _____________________________________________________________________BASIC */

* {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, 'ＭＳ ゴシック', Verdana, Arial, Monaco, sans-serif, 'Apple Color Emoji', 'emojisymbols';
}

body,
html {
	background: #fff none;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
}

/*BASIC
-----------------*/

p {
	margin: 0;
	padding: 0;
	line-height: 1;
}

input,
select,
textarea {
	border: 1px solid #8c8c8c;
	resize: none;
}

img {
	border-style: none;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	overflow: hidden;
}

a:link {
	color: #444343;
	text-decoration: none;
}

a:visited {
	color: #444343;
	text-decoration: none;
}

a:hover {
	color: #444343;
	text-decoration: none;
}

a:active {
	color: #444343;
	text-decoration: none;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.main {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

.container {
	//margin-top: 50px;
	z-index: 1;
}

.ml30 {
	margin-left: 30px;
}

.mt10 {
	margin-top: 10px;
}

h1 {
	font-size: 15px;
	color: #dc5555;
	margin: 12px 0;
	text-align: left;
}

/*ヘッダー
-----------------*/

header {
	width: 100%;
	min-height: 130px;
	background: #313131;
	border-bottom: 2px solid #454b57;
	background-size: contain;
}

#eyoyaku_fail {
	display: none;
	position: absolute;
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: red;
	color: white;
	font-size: 12px;
}

#logo {
	float: left;
	margin: 30px 0 0 15px;
}

#hdr_bt {
	float: right;
	z-index: 99;
	position: relative;
	height: 50px;
	margin-top: 38px;
	margin-right: 18px;
}

#hdr_bt ul {
	display: flex;
	height: 34px;
	margin: 0;
	padding: 0;
	gap: 0 9px;
}

#hdr_bt ul li {
	box-sizing: border-box;
}

#hdr_bt ul li a {
	display: block;
	color: #fff;
}

#hdr_bt ul li.ans_btn {
	height: 34px;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}

#hdr_bt ul li.global_btn {
	position: relative;
	height: 36px;
	padding: 0 14px;
	font-size: 12px;
	background: transparent linear-gradient(180deg, #F390A2 0%, #DA415E 100%) 0% 0% no-repeat padding-box;
	border: 1px solid #95C4FF;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
}

#hdr_bt ul li.global_btn a.global_link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

#hdr_bt ul li.global_btn ul {
	position: absolute;
	top: 35px;
	left: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: list-item;
}
#hdr_bt ul li.global_btn ul li {
	position: relative;
	flex: 1;
	line-height: 46px;
	width: 103px;
	float: left;
	margin: 0;
	border-right: 1px solid #4296fc;
	border-left: 1px solid #4695ee;
	padding: 0;
	text-align: center;
}

#hdr_bt ul li.global_btn ul li a {
	padding: 13px 0;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	font-weight: bold;
}
#hdr_bt ul li.global_btn ul {
	height: unset;
}

#hdr_bt ul li.global_btn ul li a:hover {
	padding: 13px 0;
	background: #515763;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	color: #ffea00;
	font-weight: bold;
}

#hdr_bt .global_btn:hover li.submenu {
	overflow: visible;
	height: auto;
	z-index: 20;
}

#hdr_bt ul li.ans_btn a.ans_link {
	padding: 0 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	text-shadow: 0px 1px 0px #00000080;
	background: transparent linear-gradient(180deg, #80C0FE 0%, #215FEF 100%) 0% 0% no-repeat padding-box;
	border: 1px solid #95C4FF;
	border-radius: 4px;
}

#hdr_bt ul li.acc_btn {
	height: 34px;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}

#hdr_bt ul li.acc_btn a.acc_link {
	padding: 0 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	text-shadow: 0px 1px 0px #00000080;
	background: transparent linear-gradient(180deg, #27D38A 0%, #0C9B5F 100%) 0% 0% no-repeat padding-box;
	border: 1px solid #4BD8B2;
	border-radius: 4px;
}

#hdr_bt ul li.web_btn {
	height: 34px;
	font-size: 12px;
	cursor: pointer;
}

#hdr_bt ul li.web_btn a.web_link {
	padding: 0 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	text-shadow: 0px 1px 0px #00000080;
	background: -moz-linear-gradient(top, #FFB919 0%, #FF9E02);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFB919), to(#FF9E02));
	border: 1px #FFD17C solid;
	border-radius: 4px;
}

#hdr_bt ul li.web_btn a.web_link span {
	margin-left: 5px;
	padding: 5px;
	font-size: 10px;
	color: red;
	background: white;
	text-shadow: none;
	border-radius: 4px;
}

#hdr_bt ul li.web_btn a.web_link span span {
	padding: 3px 4px 2px 5px;
	color: white;
	background: red;
	border-radius: 50%;
}

#hdr_bt ul li.web_btn ul {
	display: none;
	flex-direction: column;
	background: white;
	border: 1px #ffffff solid;
	border-radius: 4px;
	height: auto;
	cursor: pointer;
}

#hdr_bt ul li.web_btn:hover ul {
	display: flex;
}

#hdr_bt ul li.web_btn ul li {
	margin: 0;
	padding: 7px 14px;
}

#hdr_bt ul li.web_btn ul li:first-child {
	border-bottom: 1px #f1f1f1 solid;
}

#hdr_bt ul li.web_btn ul li:hover {
	background: #f5f5f5;
}

#hdr_bt ul li.web_btn ul li a {
	color: black;
}

#hdr_bt ul li.web_btn ul li a span {
	font-size: 12px;
	margin-left: 5px;
	padding: 3px 4px 2px 5px;
	color: white;
	background: red;
	border-radius: 50%;
}

#hdr_bt ul li form {
	border: 1px #fa8fc1 solid;
	border-radius: 4px;
}

#hdr_bt ul li form input.rec_btn {
	height: 34px;
	font-size: 12px;
	color: #fff;
	background: -moz-linear-gradient(top, #fa6daf 0%, #f52f8b);
	background: -webkit-gradient(linear, left top, left bottom, from(#fa6daf), to(#f52f8b));
	text-shadow: 0px 1px 0px #00000080;
	border-radius: 4px;
	cursor: pointer;
	outline: 0;
	padding: 0 8px;
}

#hdr_bt .statebtn {
	position: absolute;
	top: -30px;
	right: 0;
}

#hdr_bt .statebtn a {
	font-size: 10px;
    background: #676767;
	border: 1px solid #989898;
	border-radius: 4px;
	padding: 5px 0;
    width: 64px;
    text-align: center;
}

#hdr_bt p {
	display: inline;
}

#logout {
	margin-top: 0px;
	text-align: right;
}

#logout a {
	font-size: 10px;
	color: #fd8832;
	padding: 0 0 0 15px;
	background: url("../../img/admin/arw.png") no-repeat left center;
	background-size: 11px 8px;
}

.header-head {
	height: 78px;
	margin-bottom: 10px;
}

.header-bottom {
	display: flex;
	justify-content: space-between;
	color: #fff;
	margin-bottom: 10px;
}

.shop-name {
	max-width: 450px;
	overflow-x: hidden;
	margin-left: 20px;
	margin-top: 7px;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.shop-name-bold {
	font-size: 16px;
	font-weight: bold;
}

.header-bottom .btn-container {
	display: flex;
	border: 1px #7ffa9e solid;
	border-radius: 4px;
	margin-right: 18px;
}

.myshop-count-btn {
	position: relative;
	display: flex;
	align-items: center;
	padding: 8px 10px 8px 25px;
	background: #fff;
	color: #00aa3e;
	border: none;
	border-radius: 2px 0 0 2px;
	font-size: 13px;
	text-align: center;
	cursor: pointer;
}

.myshop-count-btn-cnt {
	padding: 0 0.5rem;
	font-weight: bold;
}

.myshop-count-btn::before {
	content: "";
	position: absolute;
	top: 40%;
	left: 10%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-width: 7px 5px 0 5px;
	border-color: #00aa3e transparent transparent transparent;
	border-style: solid;
}

.myshop-count-btn__text {
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 1px;
}

.myshop-count-btn__text--small {
	font-size: 7px;
	line-height: 7px;
	letter-spacing: -1px;
}

.myshop-count-desc {
	display: none;
	position: absolute;
	top: 39px;
	right: 0;
	width: 350px;
	padding: 18px;
	background-color: #fff;
	box-shadow: 1px 3px 8px #808080;
	border: 1px #dbdbdb solid;
	border-radius: 12px;
	line-height: 1.5;
	color: #2d2d2d;
	font-size: 12px;
	text-align: left;
	z-index: 1;
}

.myshop-count-desc.open {
	display: block;
}

.myshop-count-desc-ttl {
	margin-bottom: 10px;
	color: #00aa3e;
	font-weight: bold;
}

.myshop-count-desc-red {
	color: #ff0000;
}

.p-magazine-menu-btn {
	position: relative;
	padding: 8px 10px 8px 25px;
	background: -moz-linear-gradient(top, #01f101 0%, #00aa3e);
	background: -webkit-gradient(linear, left top, left bottom, from(#01f101), to(#00aa3e));
	color: #fff;
	text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.5), 1px 1px 1px rgba(0, 0, 0, 0.5);
	border: none;
	border-radius: 0 2px 2px 0;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
}

.p-magazine-menu-btn::before {
	content: "";
	position: absolute;
	top: 40%;
	left: 10%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-width: 7px 5px 0 5px;
	border-color: #fff transparent transparent transparent;
	border-style: solid;
}

.p-magazine-link-list {
	position: absolute;
	z-index: 1;
	top: 40px;
	right: 0;
	display: none;
	background-color: #474C57;
	width: 100%;
}

.p-magazine-link-list li:not(:last-of-type) {
	border-bottom: 1px solid #6C717C;
}

.p-magazine-link-list.open {
	display: flex;
	flex-direction: column;
}

a.p-magazine-link {
	display: block;
	font-size: 12px;
	color: #fff;
	background-color: #474C57;
	padding: 12px 16px;
	text-align: left;
}

a.p-magazine-link:hover {
	color: #ffea00;
}

/*フッター
--------------------*/
footer {
	clear: both;
	background: #3D98F5;
	border-top: 2px solid #3D98F5;
	border-bottom: 1px solid #1C7196;
	-webkit-box-shadow: inset 0 1px 0 #3D98F5, inset 0 -2px 0;
	box-shadow: inset 0 1px 0 #3D98F5, inset 0 -2px 0 #0B98F4;
	margin: 10px auto 0px;
	width: 100%;
	bottom: 0;
}

.to_rec {
	padding: 10px;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}

footer a.to_rec_btn {
	color: #FFFFFF;
}

.to_rec_btn {
	background: -moz-linear-gradient(top, #FFB919 0%, #FF9E02);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFB919), to(#FF9E02));
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.5), 1px 1px 1px rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
	padding: 10px;
	border: 2px #FFD17C solid;
	cursor: pointer;
}

.copy {
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 30px;
}

.display_move_atention {
	color: #f00;
	font-size: 12px;
	text-align: left;
	width: 315px;
	margin: 10px auto;
}



/*ナビ 20150515変更
-------------*/
#gnav {
	display: flex;
	height: 46px;
	margin-bottom: 0px;
	padding: 0;
	border: 1px solid #58acfc;
	background: #91ccff;
	background: -moz-linear-gradient(top, #91ccff 0%, #1b63f0 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #91ccff), color-stop(100%, #1b63f0));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #91ccff 0%, #1b63f0 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #91ccff 0%, #1b63f0 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #91ccff 0%, #1b63f0 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #91ccff 0%, #1b63f0 100%);
	/* W3C */

}

#gnav li {
	position: relative;
	flex: 1;
	line-height: 46px;
	width: 89px;
	float: left;
	margin: 0;
	border-right: 1px solid #4296fc;
	border-left: 1px solid #4695ee;
	padding: 0;
	text-align: center;
}

#gnav li:first-child#gnavtop {
	position: relative;
	flex: 0;
	line-height: 46px;
	width: 68px;
}

#gnav li.gnav_top {
	border-right: 1px solid #e1e1e1;
	border-left: none;
	letter-spacing: normal;
	width: 68px;
	float: left;
	margin: 0;
	z-index: 100;
}

#gnav li:last-child#preview {
	border-right: none;
	border-left: 1px solid #4695ee;
	letter-spacing: normal;
	margin: 0;
}

#gnav li:last-child#preview a#preview_a {
	//background: url("../../img/admin/common/gnav_preview.png") no-repeat;
	background-position: 5px;
	display: block;
	//padding-left: 40px;
}

#gnav li a {
	display: block;
	padding: 0;
	font-size: 0.75rem;
	white-space: nowrap;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
	font-weight: bold;
	text-decoration: none;
}


#gnav li a:hover {
	display: block;
	padding: 0;
	color: #ffea00;
	text-shadow: none;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

#gnav li ul {
	position: absolute;
	top: 45px;
	left: 0;
	margin: 0;
	padding: 0;
	x-index: 9999;
}

#gnav li:last-child ul {
	/*left: -100%;*/
	width: 100%;
}

#gnav li.disabled {
	background-color: #808080;
	border-color: #808080;
}

#gnav li.disabled a {
	pointer-events: none;
}

.submenu {
	overflow: hidden;
	width: 100%;
	height: 0;
	background: #515763;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}

.submenu a {
	display: block;
	//border-bottom: 1px solid #373c45;
	border-top: 1px solid #767d8b;
}

.submenu2 {
	overflow: hidden;
	width: 118px;
	height: 0;
	background: #515763;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}

#gnav li ul li a {
	padding: 13px 0;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	font-weight: bold;
}

#gnav li ul li a:hover {
	padding: 13px 0;
	background: #515763;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	font-weight: bold;
	color: #ffea00;
}

#gnav li:hover ul li {
	overflow: visible;
	height: auto;
	//border-top: 1px solid #fff;
	//border-bottom: 1px solid #fff;
	z-index: 10;
}

.error-message {
	font-size: 12px;
	color: #ff0000;
}

.shopinfo {
	font-size: 12px;
}


/*---------------------------------------------
追加
---------------------------------------------*/
h3 {
	background: #1e5be4;
	/* Old browsers */
	background: -moz-linear-gradient(top, #1e5be4 0%, #1637af 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5be4), color-stop(100%, #1637af));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1e5be4 0%, #1637af 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1e5be4 0%, #1637af 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1e5be4 0%, #1637af 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #1e5be4 0%, #1637af 100%);
	/* W3C */
	border-bottom: 2px solid #00294b;
	text-align: center;
	margin: 12px 0 0 0;
}

h3 span {
	display: inline-block;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	padding: 5px 0;
}

.bg1 {
	background: #fff;
	border: 2px solid #006ad0;
	padding: 6px;
	margin: 0;
}

.weeklyattend {
	float: left;
	width: 108px;
	margin: 0 4px 0 0;
}

.weeklyattend:last-child {
	margin: 0;
}

.weeklyattend dt {
	background: #c5d7ff;
	border: 1px solid #8eb0ff;
	text-align: center;
}

.weeklyattend dt span {
	display: inline-block;
	color: #000;
	font-size: 12px;
	padding: 2px 0;
}

.weeklyattend dd {
	margin: 0;
	padding: 5px;
	border: 1px solid #c7cfec;
}

.attendtime,
.attendtime2 {
	border: #8c8c8c solid 1px;
	width: 100%;
	padding: 2px;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	height: 20px;

}

.attendtxt {
	text-align: center;
	display: block;
	font-size: 20px;
	line-height: 0.5;

}

.attend_check {
	text-align: center;
	margin-top: 8px;
}

.attend_check input[type=checkbox] {
	display: inline-block;
	margin-right: 0px;
	vertical-align: middle;
}

.attend_check input[type=checkbox]+label {
	font-size: 11px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 0;
	line-height: 1;
	cursor: pointer;
}

option {
	//border: 1px solid #ccc;
	margin: 0;
	padding: 2px;
	font-weight: normal;
	line-height: 1em;
	color: #000;
}

/*登録ボタン*/
#signup2,
#signup3 {
	float: left;
	text-align: center;
	margin: 12px 10px 0;
	height: 35px;
	font-size: 14px;
	width: 215px;
	font-family: Arial;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
	background: #ff5050;
	background: -moz-linear-gradient(top, #ff5050 0%, #fe1515 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff5050), color-stop(100%, #fe1515));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff5050 0%, #fe1515 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff5050 0%, #fe1515 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff5050 0%, #fe1515 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ff5050 0%, #fe1515 100%);
	/* W3C */
	text-decoration: none;
}

#signup {
	text-align: center;
	margin: 12px auto 0;
	height: 35px;
	font-size: 14px;
	width: 300px;
	font-family: Arial;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
	background: #ff5050;
	background: -moz-linear-gradient(top, #ff5050 0%, #fe1515 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff5050), color-stop(100%, #fe1515));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff5050 0%, #fe1515 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff5050 0%, #fe1515 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff5050 0%, #fe1515 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ff5050 0%, #fe1515 100%);
	/* W3C */
	text-decoration: none;
}

#remove {
	text-align: center;
	margin: 12px auto 0;
	height: 35px;
	font-size: 14px;
	width: 300px;
	font-family: Arial;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
	background: linear-gradient(to bottom, #ccc 0%, #b1b0b0 100%);;
	text-decoration: none;
}

/*画像登録*/
.img_signup li {
	width: 187px;
	float: left;
	margin-right: 7px;
	border: 1px solid #d9d9d9;
}

.img_signup li:last-child {
	margin: 0;
}

.img_signup li dl {
	padding: 3px;
	margin: 0;
}

.img_signup li dl dt {
	background: #c5d7ff;
	border: 1px solid #8aadff;
}

.img_signup li dl dt span {
	display: block;
	text-align: center;
	padding: 3px 0;
	font-size: 12px;
	color: #000;
}

.img_signup li dl dd {
	width: 100%;
	margin: 0;
}

.img_b {
	width: 92px;
	float: left;
	margin-right: 3px;
	margin-top: 8px;
}

.img_b span,
.img_s span {
	font-size: 12px;
	display: block;
	text-align: center;
	margin-bottom: 5px;
}

.img_b p {
	background: #f2f2f2;
	border: 1px solid #cccccc;
	height: 120px;
}

.img_b img {
	height: 120px;
}

.img_s {
	width: 86px;
	float: right;
	margin-top: 8px;
}

.img_s p {
	background: #f2f2f2;
	border: 1px solid #cccccc;
	height: 84px;
}

.img_s img {
	height: 84px;
}

/*upload delete*/
.mt15 {
	margin-top: 15px;
}

.img_signup li ul li.upload {
	width: 126px;
	float: left;
	background: #006dce;
	border-radius: 2px;
	border: 1px solid #003fb8;
	margin: 0 5px 3px 3px;
	height: 17px;
	display: table;
}

.img_signup li ul li.delete {
	width: 45px;
	float: right;
	background: #676767;
	border-radius: 2px;
	border: 1px solid #5c5c5c;
	margin: 0 3px 3px 0;
	padding: 0 0 1px 0;
	height: 16px;
	display: inline-block;
}

.img_signup li ul li.upload span {
	color: #FFF;
	display: inline-block;
	font-size: 11px;
	background: url("../../img/admin/common/icon1.gif") no-repeat;
	height: 16px;
	background-position: 2px 0;
	display: table-cell;
	vertical-align: middle;
	padding-left: 22px;
}

.img_signup li ul li.delete span {
	color: #FFF;
	display: inline-block;
	font-size: 10px;
	background: url("../../img/admin/common/icon2.gif") no-repeat;
	height: 16px;
	background-position: 2px 0;
	display: table-cell;
	vertical-align: middle;
	padding-left: 19px;
}

.img_signup li ul li.upload span a {
	color: #FFF;
}

/*質問*/
.option_field {
	background: #eeeeee;
	padding: 2px;
	margin: 0;
}

.option_field2 {
	background: #fff;
	border: 1px solid #bebfaf;
	padding: 10px;
}

.option_txt {
	color: #ff0000;
	font-size: 11px;
}

.option_txt span {
	display: block;
	margin-top: 5px;
}

.option_parent {
	width: 330px;
	float: left;
	//margin-right: 30px;
}

.option_parent dl {
	margin: 0;
	padding-top: 8px;
}

.option_parent dt.question {
	width: 27px;
	height: 20px;
	float: left;
	margin: 4px 5px 0 0;
	border-radius: 3px;
	background: #4b4b4b;
	border: 1px solid #404040;
	-webkit-box-shadow: inset 1px 1px 0 #888888;
	box-shadow: inset 1px 1px 0 #888888;
}

.option_parent dt.answer {
	width: 27px;
	height: 20px;
	float: left;
	margin: 4px 5px 0 0;
	border-radius: 3px;
	background: #e356ca;
	border: 1px solid #ce5da4;
	-webkit-box-shadow: inset 1px 1px 0 #ef9adf;
	box-shadow: inset 1px 1px 0 #ef9adf;
}

.option_parent dt span {
	display: block;
	text-align: center;
	color: #FFF;
	line-height: 20px;
	font-size: 11px;
}

.option_parent dd {
	width: 275px;
}

input.input_option_name {
	width: 100%;
	padding: 5px;
}

/*質問2*/
.option_parent2 {
	width: 285px;
	float: left;
	margin-left: 12px;
}

.option_parent2 dl {
	margin: 0;
	padding-top: 2px;
}

.option_parent2 dt.question {
	width: 27px;
	height: 20px;
	float: left;
	margin: 8px 5px 0 0;
	border-radius: 3px;
	background: #4b4b4b;
	border: 1px solid #404040;
	-webkit-box-shadow: inset 1px 1px 0 #888888;
	box-shadow: inset 1px 1px 0 #888888;
}

.option_parent2 dt.answer {
	width: 27px;
	height: 20px;
	float: left;
	margin: 4px 5px 0 0;
	border-radius: 3px;
	background: #e356ca;
	border: 1px solid #ce5da4;
	-webkit-box-shadow: inset 1px 1px 0 #ef9adf;
	box-shadow: inset 1px 1px 0 #ef9adf;
}

.option_parent2 dt span {
	display: block;
	text-align: center;
	color: #FFF;
	line-height: 20px;
	font-size: 11px;
}

.option_parent2 dd {
	width: 238px;
	float: left;
	margin: 3px 0 0 0;
}

input.input_option_name {
	width: 100%;
	padding: 5px;
}

/*ジャンル選択*/
#sortable3 label:hover {
	cursor: pointer;
}

.submitbtn {
	text-align: center;
	margin-bottom: 10px;
}

.submitbtn ul {
	width: 470px;
	margin: 0 auto;
}

#form_update-btn {
	text-align: center;
	height: 62px;
	font-size: 18px;
	width: 489px;
	padding: 0;
	border: none;
	background: url("../../img/admin/common/input_btn1.png") no-repeat;
}

#signup:hover,
#signup2:hover,
#signup3:hover {
	background: #fe1515;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fe1515 0%, #ff5050 99%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe1515), color-stop(99%, #ff5050));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fe1515 0%, #ff5050 99%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fe1515 0%, #ff5050 99%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fe1515 0%, #ff5050 99%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fe1515 0%, #ff5050 99%);
	/* W3C */
	text-decoration: none;
	cursor: pointer;
}

.submitbtn {
	text-align: center;
	margin-bottom: 10px;
}

h2 {
	background: url("../../img/admin/common/h-title.jpg") no-repeat;
	height: 34px;
	color: #FFF;
	padding: 0 0 0 18px;
	line-height: 34px;
	font-size: 14px;
	font-weight: bold;
	margin: 18px 0 0;
	z-index: 1;
}


#sortable label:hover,
#sortable2 label:hover,
#sortable3 label:hover,
#sortable4 label:hover,
#sortable5 label:hover,
#sortable6 label:hover,
#sortable7 label:hover,
#sortable8 label:hover {
	cursor: pointer;
}

/*ジャンル選択　ステータス*/
#sortable_area1 {
	width: 580px;
	background: #edf7ff;
	border: 1px solid #47b3ff;
	margin: 6px 11px 0;
	text-align: center;
}

#sortable_area1 dt {
	width: 75px;
	float: left;
	vertical-align: middle;
	/*height: 100%;*/
	background: #47b3ff;
}

#sortable_area1 dt span {
	font-size: 12px;
	color: #FFF;
	display: inline-block;
	line-height: 165px;
}

#sortable_area1 dd,
#sortable_area2 dd,
#sortable_area3 dd,
#sortable_area4 dd,
#sortable_area5 dd,
#sortable_area6 dd {
	width: 498px;
	float: left;
	margin: 1px 3px 2px 3px;
}

#sortable_area1 dd #sortable3 li,
#sortable_area2 dd #sortable4 li,
#sortable_area3 dd #sortable5 li,
#sortable_area4 dd #sortable6 li,
#sortable_area5 dd #sortable7 li,
#sortable_area6 dd #sortable8 li {
	float: left;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #dbdbdb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dbdbdb));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #dbdbdb 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #dbdbdb 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #dbdbdb 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #dbdbdb 100%);
	width: 119px;
	height: 22px;
	margin-right: 4px;
	margin-top: 3px;
	border: 1px solid #D3D3D3;
	text-align: center;
	position: relative;
}

#sortable_area1 dd #sortable3 li:nth-child(4n),
#sortable_area2 dd #sortable4 li:nth-child(4n),
#sortable_area3 dd #sortable5 li:nth-child(4n),
#sortable_area4 dd #sortable6 li:nth-child(4n),
#sortable_area5 dd #sortable7 li:nth-child(4n),
#sortable_area6 dd #sortable8 li:nth-child(4n) {
	margin-right: 0;
}

.check3 label,
.check4 label,
.check5 label,
.check6 label,
.check7 label,
.check8 label {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 22px;
	font-size: 12px;
}

.check3 input,
.check4 input,
.check5 input,
.check6 input,
.check7 input,
.check8 input {
	position: absolute;
	opacity: 0;
	width: 95%;
	height: 17px;
	top: 0;
	left: 0;
}

.check3 input:hover,
.check4 input:hover,
.check5 input:hover,
.check6 input:hover,
.check7 input:hover,
.check8 input:hover {
	cursor: pointer;
}

.check3 input:checked+label {
	background: #4cc7ff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #4cc7ff 0%, #0679ff 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4cc7ff), color-stop(100%, #0679ff));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4cc7ff 0%, #0679ff 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4cc7ff 0%, #0679ff 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4cc7ff 0%, #0679ff 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #4cc7ff 0%, #0679ff 100%);
	/* W3C */
	color: #fff;
	box-shadow: 0 0 0 1px #0096ff inset, 0 0 0 2px rgba(255, 255, 255, 0.9) inset;
}

/*ルックス*/
#sortable_area2 {
	width: 580px;
	background: #ffecdb;
	border: 1px solid #ff7800;
	margin: 6px 11px 0;
	text-align: center;
}

#sortable_area2 dt {
	width: 75px;
	float: left;
	vertical-align: middle;
	/*height: 100%;*/
	background: #ff7800;
}

#sortable_area2 dt span {
	font-size: 12px;
	color: #FFF;
	display: inline-block;
	line-height: 84px;
}

.check4 input:checked+label {
	background: #ff7300;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ff7300 0%, #ff4300 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff7300), color-stop(100%, #ff4300));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff7300 0%, #ff4300 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff7300 0%, #ff4300 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff7300 0%, #ff4300 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ff7300 0%, #ff4300 100%);
	/* W3C */
	color: #fff;
	box-shadow: 0 0 0 1px #ff7800 inset, 0 0 0 2px rgba(255, 255, 255, 0.9) inset;
}

/*スタイル*/
#sortable_area3 {
	width: 580px;
	background: #ffe8f1;
	border: 1px solid #ff72aa;
	margin: 6px 11px 0;
	text-align: center;
}

#sortable_area3 dt {
	width: 75px;
	float: left;
	vertical-align: middle;
	/*height: 100%;*/
	background: #ff72aa;
}

#sortable_area3 dt span {
	font-size: 12px;
	color: #FFF;
	display: inline-block;
	line-height: 138px;
}

.check5 input:checked+label {
	background: #ff94bf;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ff94bf 0%, #ff458f 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff94bf), color-stop(100%, #ff458f));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff94bf 0%, #ff458f 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff94bf 0%, #ff458f 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff94bf 0%, #ff458f 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ff94bf 0%, #ff458f 100%);
	/* W3C */
	color: #fff;
	box-shadow: 0 0 0 1px #fa4e93 inset, 0 0 0 2px rgba(255, 255, 255, 0.9) inset;
}

/*雰囲気*/
#sortable_area4 {
	width: 580px;
	background: #edffec;
	border: 1px solid #48ce41;
	margin: 6px 11px 0;
	text-align: center;
}

#sortable_area4 dt {
	width: 75px;
	float: left;
	/*height: 100%;*/
	background: #48ce41;
}

#sortable_area4 dt span {
	font-size: 12px;
	color: #FFF;
	display: inline-block;
	line-height: 84px;
}

.check6 input:checked+label {
	background: #45cb3e;
	/* Old browsers */
	background: -moz-linear-gradient(top, #45cb3e 0%, #29a622 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #45cb3e), color-stop(100%, #29a622));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #45cb3e 0%, #29a622 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #45cb3e 0%, #29a622 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #45cb3e 0%, #29a622 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #45cb3e 0%, #29a622 100%);
	/* W3C */
	color: #fff;
	box-shadow: 0 0 0 1px #33be2c inset, 0 0 0 2px rgba(255, 255, 255, 0.9) inset;
}

/*プレイ関連*/
#sortable_area5 {
	width: 580px;
	background: #ffecec;
	border: 1px solid #ff4a4a;
	margin: 6px 11px 0;
	text-align: center;
}

#sortable_area5 dt {
	width: 75px;
	float: left;
	/*height: 100%;*/
	background: #ff4a4a;
}

#sortable_area5 dt span {
	font-size: 12px;
	color: #FFF;
	display: inline-block;
	line-height: 138px;
}

.check7 input:checked+label {
	background: #9460a0;
	/* Old browsers */
	background: -moz-linear-gradient(top, #9460a0 0%, #88339c 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9460a0), color-stop(100%, #88339c));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #9460a0 0%, #88339c 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #9460a0 0%, #88339c 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #9460a0 0%, #88339c 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #9460a0 0%, #88339c 100%);
	/* W3C */
	color: #fff;
	box-shadow: 0 0 0 1px #9460a0 inset, 0 0 0 2px rgba(255, 255, 255, 0.9) inset;
}

/*施術内容*/
#sortable_area6 {
	width: 580px;
	background: #fff3db;
	border: 1px solid #ffcc5e;
	margin: 6px 11px 0;
	text-align: center;
}

#sortable_area6 dt {
	width: 75px;
	float: left;
	/*height: 100%;*/
	background: #ffcc5e;
}

#sortable_area6 dt span {
	font-size: 12px;
	color: #FFF;
	display: inline-block;
	line-height: 111px;
}

.check8 input:checked+label {
	background: #ffcc5e;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffcc5e 0%, #ffae00 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcc5e), color-stop(100%, #ffae00));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffcc5e 0%, #ffae00 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffcc5e 0%, #ffae00 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffcc5e 0%, #ffae00 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffcc5e 0%, #ffae00 100%);
	/* W3C */
	color: #fff;
	box-shadow: 0 0 0 1px #ffae00 inset, 0 0 0 2px rgba(255, 255, 255, 0.9) inset;
}

/*modal*/
#modal {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.modal_bg {
	position: absolute;
	top: 80px;
	right: 0;
	left: 0;
	width: 886px;
	margin: auto;
	background-color: #fff;
	text-align: left;
}

.modal_bg h2 {
	background: url("../../img/admin/common/h-title2.jpg") no-repeat;
	margin: 0;
	position: relative;
}

.modal_bg h2 span {
	display: inline-block;
	color: #FFF;
	margin: 0;
}

.modal_detail {
	height: 100%;
	padding: 5px 18px 20px;
}

.closeBtn {
	display: block;
	position: absolute;
	padding: 0;
	top: -5px;
	right: 5px;
	width: 24px;
	height: 24px;
}

.modal_detail .main_img,
.upload-box .main_img {
	width: 300px;
	float: left;
	margin: 0;
}

.modal_detail .main_img dt,
.upload-box .main_img dt {
	background: #c5d7ff;
	border: 1px solid #8aadff;
	height: 24px;
}

.modal_detail .main_img dt span.main_img_txt1,
.modal_detail .main_img dt span.main_img_txt2,
.ubox .main_img_txt1,
.ubox .main_img_txt2,
.ubox .main_img_txt {
	position: relative;
	display: inline-block;
	/*margin-left: 2px;*/
	width: 100%;
	color: #000;
	font-size: 12px;
	line-height: 1.6;
	background: #c5d7ff;
	border: 1px solid #8aadff;
	height: 16px;
	padding: 4px 0 5px;
}

.modal_detail .main_img dt span.main_img_txt1:after,
.ubox .main_img_txt1:after {
	position: absolute;
	content: "300×400(3:4)";
	right: 5px;
	color: #003dc4;
	font-size: 12px;
}

.modal_detail .main_img dt span.main_img_txt2:after,
.ubox .main_img_txt2:after {
	position: absolute;
	content: "180×180(1:1)";
	right: 5px;
	color: #003dc4;
	font-size: 12px;
}

.modal_detail .main_img dd {
	width: 100%;
	margin: 0;
}

.modal_detail .main_img dd p,
.main_img_txt_detail {
	color: #ff0000;
	height: 35px;
	font-size: 12px;
	margin: 0;
	line-height: 1.1em;
	padding-top: 5px;
}

.modal_detail #arw,
.upload-box #arw {
	float: left;
	margin: 180px 5px 0;
	width: 101px;
	height: 97px;
	background: url("../../img/admin/common/modal_arw.png") no-repeat;
}

.modal_detail #arw p,
.upload-box #arw p {
	text-align: center;
	font-size: 12px;
	color: #FFF;
	padding-top: 60px;
	line-height: 1.2em;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

#upload {
	margin: 0 20px 20px;
}

#upload p {
	display: inline-block;
}

/**/
#sortable_title {
	background: #ffecec;
	border: 1px solid #fe0707;
	width: 581px;
	margin: 10px 10px;
	text-align: center;
}

#sortable_title dt {
	width: 75px;
	float: left;
	vertical-align: middle;
	height: 100%;
	margin: 0;
	background: #fe0707;
}

#sortable_title dt span {
	font-size: 12px;
	color: #FFF;
	display: inline-block;
	line-height: 30px;
}

#sortable_title dd {
	float: right;
	margin: 0;
	width: 498px;
	padding: 2px 3px 2px 0;
	height: 100%;
}

#sortable_title dd ul li {
	float: left;
	width: 94px;
	height: 22px;
	margin-left: 3px;
	margin-top: 3px;
	text-align: center;
	font-size: 12px;
	line-height: 22px;
}

.selected1 {
	background: #4cc7ff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #4cc7ff 0%, #0679ff 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4cc7ff), color-stop(100%, #0679ff));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4cc7ff 0%, #0679ff 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4cc7ff 0%, #0679ff 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4cc7ff 0%, #0679ff 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #4cc7ff 0%, #0679ff 100%);
	/* W3C */
	color: #fff;
	box-shadow: 0 0 0 1px #0096ff inset, 0 0 0 2px rgba(255, 255, 255, 0.9) inset;
}

.selected2 {
	background: #ff7300;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ff7300 0%, #ff4300 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff7300), color-stop(100%, #ff4300));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff7300 0%, #ff4300 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff7300 0%, #ff4300 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff7300 0%, #ff4300 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ff7300 0%, #ff4300 100%);
	/* W3C */
	color: #fff;
	box-shadow: 0 0 0 1px #ff7800 inset, 0 0 0 2px rgba(255, 255, 255, 0.9) inset;
}

.selected3 {
	background: #ff94bf;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ff94bf 0%, #ff458f 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff94bf), color-stop(100%, #ff458f));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff94bf 0%, #ff458f 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff94bf 0%, #ff458f 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff94bf 0%, #ff458f 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ff94bf 0%, #ff458f 100%);
	/* W3C */
	color: #fff;
	box-shadow: 0 0 0 1px #ff72aa inset, 0 0 0 2px rgba(255, 255, 255, 0.9) inset;

}

.selected4 {
	background: #45cb3e;
	/* Old browsers */
	background: -moz-linear-gradient(top, #45cb3e 0%, #29a622 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #45cb3e), color-stop(100%, #29a622));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #45cb3e 0%, #29a622 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #45cb3e 0%, #29a622 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #45cb3e 0%, #29a622 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #45cb3e 0%, #29a622 100%);
	/* W3C */
	color: #fff;
	box-shadow: 0 0 0 1px #48ce41 inset, 0 0 0 2px rgba(255, 255, 255, 0.9) inset;
}

.selected5 {
	background: #9460a0;
	/* Old browsers */
	background: -moz-linear-gradient(top, #9460a0 0%, #88339c 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9460a0), color-stop(100%, #88339c));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #9460a0 0%, #88339c 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #9460a0 0%, #88339c 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #9460a0 0%, #88339c 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #9460a0 0%, #88339c 100%);
	/* W3C */
	color: #fff;
	box-shadow: 0 0 0 1px #9460a0 inset, 0 0 0 2px rgba(255, 255, 255, 0.9) inset;
}

.selected6 {
	background: #ffcc5e;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffcc5e 0%, #ffae00 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcc5e), color-stop(100%, #ffae00));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffcc5e 0%, #ffae00 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffcc5e 0%, #ffae00 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffcc5e 0%, #ffae00 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffcc5e 0%, #ffae00 100%);
	/* W3C */
	color: #fff;
	box-shadow: 0 0 0 1px #ffae00 inset, 0 0 0 2px rgba(255, 255, 255, 0.9) inset;
}

/**/
#form_bg {
	background: #eeeeee;
	padding: 2px;
}

#form_bg2 {
	background: #fff;
	border: 1px solid #bebfaf;
}

#form_bg_st {
	background: #eeeeee;
	padding: 2px;
}

#form_bg_st2 {
	background: #fff;
	border: 1px solid #bebfaf;
}

#page_top {
	bottom: 30px;
	font-size: 77%;
	position: fixed;
	margin-left: 800px !important;
}

div.kanri_newslink {
	position: fixed;
	margin-left: 800px !important;
	top: 5px;
	height: 100%;
	overflow: hidden;
	overflow-y: scroll;
}

div.kanri_newslink01 {
	/*　↓ 告知用 ↓ */
	margin-left: 15px;
	margin-bottom: 10px;
	/*  特別ジャンル告知用
/*	↓特別ジャンル用に非表示↓TODO:告知終わったら戻す↓*/
	/*	margin-left:5px;*/
	z-index: -2000;
	position: relative;
}

div.kanri_newslink01 img:hover {
	opacity: 0.5;
}

a.dl_link {
	position: absolute;
	bottom: 11px;
	left: 13px;
}

div.kanri_newslink02 {
	margin-left: 5px;
	z-index: -2000;
}

div.kanri_newslink03,
div.kanri_newslink04 {
	margin-left: 15px;
	z-index: -2000;

}

span.new_release {
	bottom: 38px;
	left: 2px;
	position: absolute;
}

span.new_release_sub {
	bottom: 29px;
	right: 63px;
	position: absolute;
}

div.widget_message {
	margin: 10px 5px;
	color: #FF0000;
}

td.widget_box div.widget_annotation {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	margin: 5px 5px 0 5px;
}

td.widget_box div.review_widget_message {
	font-size: 14px;
}

td.widget_box>div:nth-last-child(2) {
	margin: 5px 5px 12px;
}

span.md_new {
	bottom: 33px;
	left: 8px;
	position: absolute;
}

/* 金髪タグ文言 */
.txt_blond {
	background-color: #D9ECFF;
	border: 2px solid #006AD0;
	padding: 10px;
	line-height: 1.3;
	margin-top: 20px;
}

.txt_blond span {
	color: #FF0000;
	font-weight: bold;
	line-height: 1.7;
}

.txt_blond a:hover {
	text-decoration: underline;
}

.foreigner-tabs {
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cfcfcf;
}

.foreigner-tabs .active a:visited {
	color: #fff;
}

.foreigner-tabs .active a:link {
	color: #fff;
}

.foreigner-tabs .tab-button:first-child {
	margin-left: 5px;
}

.foreigner-table textarea {
	border: 1px solid #DEDEDE;

}

.foreigner-tabs .tab-button {
	cursor: pointer;
	padding: 10px 20px;
	background-color: #CFCFCF;
	color: #555454;
	border: none;
	border-radius: 5px 5px 0 0;
	margin: 0;
	width: 140px;
}

.foreigner-tabs .tab-button.active {
	background-color: #006BF7;
	color: #fff;
}

.foreigner-table {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	background: #FFF;
	padding-right: 3px;
	table-layout: auto;
	border: 1px solid #DEDEDE;
	margin-bottom: 10px;
}

.foreigner-table .btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.foreigner-table .btn {
	width: 70px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1;
	border-radius: 0.25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.foreigner-table .btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.foreigner-table .btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
}

.foreigner-table .btn-secondary {
	color: #000;
	background-color: #D8D8D8;
	border-color: #D8D8D8;
}

.foreigner-table .btn-secondary:hover {
	color: #000;
	background-color: #D1D1D1;
	border-color: #D1D1D1;
}

.not_fixed {
	position: unset !important;
}

#foreigner_btn {
	position: fixed;
	width: 615px;
	height: 41px;
	margin-left: 80px;
	text-align: center;
	bottom: 10px;
}
#foreigner_btn .btn_submit {
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	background: transparent linear-gradient(180deg, #FF4546 0%, #FF1717 100%) 0% 0% no-repeat padding-box;
	cursor: pointer;
}

#foreigner_btn .btn_submit:hover {
	background: transparent linear-gradient(180deg, #FF1717 0%, #FF4546 100%) 0% 0% no-repeat padding-box;
}

.foreigner-table .global_choose {
	display: flex;
	align-items: center;
}
.foreigner-table .global_choose .radio-wrapper {
	display: flex;
	align-items: center;
	margin-right: 20px;
}

.foreigner-table .global_choose input[type="radio"] {
	margin-right: 10px;
	align-self: center;
}

.foreigner-table .f-13 {
	font-size: 13px;
}

.foreigner-table .f-11 {
	font-size: 11px;
}

.foreigner-table .f-10 {
	font-size: 10px;
}

.foreigner-table th {
	background: #F0F0F0 0% 0% no-repeat padding-box;
	width: 135px;
	color: #484848;
	font-size: 13px;
	padding: 10px;
	vertical-align: top;
	text-align: left;
	border: 1px solid #DEDEDE;
	opacity: 1;
	letter-spacing: 0px;
}

.foreigner-table.shop_movie_table .swiper-container {
	width: 585px !important;
}

.foreigner-table .caution {
	color: #FF0000;
	font-size: 12px;
	margin: 5px 0 10px;
}

.foreigner-table .red {
	color: red;
}

.foreigner-table .link {
	color: #0069D9;
	text-decoration: underline;
}

.foreigner-table td .shop_input {
	border: 1px solid #DEDEDE;
	width: 100%;
	height: 30px;
}

.foreigner-table td.img_upload {
	width: 245px;
}

.foreigner-table td.img_upload input[type="file"] {
	display: none;
}

.foreigner-table td.img_upload .preview_image {
	max-height: 138px;
	max-width: 249px;
	width: auto;
}

.foreigner-table td.img_desc {
	font-size: 12px;
	line-height: 21px;
	padding: 10px 0px 10px 15px;
}

.foreigner-table td.img_desc p {
	margin-left: -10px;
}

.foreigner-table td {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #DEDEDE;
	/*width: 603px;*/
	color: #292929;
	padding-bottom: unset;
	vertical-align: middle;
	padding-left: 10px;
	font-size: 12px;
}

.foreigner-table td.img_upload #uploadEvent {
	border: 2px dashed #DEDEDE;
	width: 245px;
	height: 138px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;

}

.foreigner-table td.img_upload #uploadEvent:hover {
	cursor: pointer;
}

.foreigner-table td.holiday{
	padding: 10px;
}

.foreigner-table td.holiday .input-row {
	display: flex;
	padding-bottom: 15px;
}

.foreigner-table td.holiday .input-row .label {
	width: 100px;
	padding-left: 10px;
	text-align: left;
	line-height: 40px;
	font-size: 14px;
}

.foreigner-table td.holiday .input-row .input-field {
	flex: 1;
	padding: 5px;
}

.foreigner-table td.holiday .input-row input {
	width: 100%;
	height: 28px;
	border: 1px solid #DEDEDE;
}

.foreigner-table td.contact-block {
	padding: 10px;
}

.foreigner-table td .info-block {
	width: 100%;
	margin: 10px 0;
}

.foreigner-table td .info-block .info {
	font-size: 11px;
	margin-bottom: 5px;
}

.foreigner-table td .info-block .info span {
	font-size: 10px;
	margin-left: 10px;
}

.foreigner-table td .info-block .input-section {
	display: flex;
	align-items: center;
}

.foreigner-table td .info-block .input-section.tel .image-container {
	flex: 0;
}
.foreigner-table td .info-block .input-section.tel .input-container {
	padding-left: 15px;
}

.foreigner-table td .info-block .image-container {
	flex: 1;
}

.foreigner-table td .info-block .image-container img {
	width: 30px;
	height: auto;
	border-radius: 5px;
	margin-right: 8px;
}

.foreigner-table td .info-block .input-container {
	flex: 1;
}

.foreigner-table td .info-block .input-container input[type=text] {
	width: 505px;
	height: 17px;
	padding: 6px;
	font-size: 10px;
	border: 1px solid #DEDEDE;
	border-radius: 2px;
}

.foreigner-table td .info-block .input-container input[type=text]::placeholder {
	color: #C9C9C9;
}

.foreigner-table .pay_title {
	margin: 10px 0 10px 10px;
	display: block;
}

.foreigner-table .pay_options {
	display: flex;
	justify-content: space-around;
}

.foreigner-table .pay_options .option {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.foreigner-table label {
	cursor: pointer;
}

.foreigner-table .pay_options .option label {
	cursor: pointer;
}

.foreigner-table .pay_options .option input[type="checkbox"] {
	margin-right: 10px;
}

.foreigner-table .pay_options .option img {
	width: auto;
	height: 20px;
	object-fit: cover;
	border-radius: 5px;
	margin-right: 10px;
}

.foreigner-table .pay_options.credit .option img {
	width: 35px;
	height: 20px;
	object-fit: cover;
	border-radius: 5px;
	margin-right: 10px;
}


.foreigner-table .pay_options .option .text {
	font-size: 11px;
}

.foreigner-table .pr_content {
	padding: 10px;
	font-size: 11px;
}

.foreigner-table .w-100 {
	width: 100%;
}

.foreigner-table .w-90 {
	width: 90%;
}

.foreigner-table .w-52 {
	width: 52%;
}

.foreigner-table .w-50p {
	width: 50px;
}

.foreigner-table .w-115p {
	width: 115px;
}

.foreigner-table .w-158p {
	width: 158px;
}

.foreigner-table .w-182p {
	width: 182px;
}

.foreigner-table .w-186p {
	width: 186px;
}

.foreigner-table .w-335p {
	width: 335px;
}

.foreigner-table .w-482p {
	width: 482px;
}

.foreigner-table .w-65px {
	width: 65px;
	margin: 0px 10px;
	line-height: 26px;
}

.foreigner-table .w-100px {
	width: 100px;
	margin: 0px 10px;
	line-height: 26px;
}

.foreigner-table .font-weight-bold {
	font-weight: bold;
}

.foreigner-table .font-weight-normal {
	font-weight: normal;
}

.foreigner-table input.input-row {
	width: 100%;
	height: 28px;
	border: 1px solid #DEDEDE;
}

.foreigner-table input {
	border: 1px solid #DEDEDE;
}

.checked_num {
	font-size: 14px;
	margin-top: 16px;
}

.checked_num span {
	color: #fe0000;
	font-weight: bold;
}

.foreigner-table.girls input.input-row {
	width: 98%;
}

.foreigner-table .p-5 {
	padding: 5px !important;
}

.foreigner-table .draggable-row.p-5 {
	cursor: pointer
}

.foreigner-table tbody tr td:nth-child(1){
	width: 63px;
}

.foreigner-table tbody tr td:nth-child(2){
	width: 418px;
}

.foreigner-table tbody tr td.cv_flg{
	width: 50px;
	text-align: center;
}

.foreigner-table tbody tr td:nth-child(3){
	width: 106px;
}

.foreigner-table .draggable-row.p-5.inactive{
	cursor: default !important;;
}

.foreigner-table .p-10 {
	padding: 10px;
}

.foreigner-table .pt-10 {
	padding-top: 10px;
}

.foreigner-table .pb-10 {
	padding-top: 10px;
}

.foreigner-table textarea::placeholder {
	color: #cfcfcf;
	font-size: 11px;
}

.foreigner-table .block {
	display: block;
}

.foreigner-table .mr-0 {
	margin-right: 0px !important;
}

.foreigner-table .mb-0 {
	margin-bottom: 0px !important;
}

.foreigner-table .mr-5 {
	margin-right: 5px !important;
}

.foreigner-table .mt-10 {
	margin-top: 10px;
}

.foreigner-table .mb-10 {
	margin-bottom: 10px;
}

.foreigner-table .draggable-row {
    cursor: pointer;
}

.foreigner-table.girls tbody tr td:nth-of-type(1){
	width: 56.3px;
}

.foreigner-table.girls tbody tr td:nth-of-type(2){
	width: 55.1px;
}

.foreigner-table.girls tbody tr td:nth-of-type(3){
	width: 171.2px;
}

.foreigner-table.girls tbody tr td:nth-of-type(4){
	width: 299.2px;
}

.foreigner-table.girls tbody tr td:nth-of-type(5){
	width: 182.5px;
}

.foreigner-table.girls tbody tr td:nth-of-type(6){
	width: 53.5px;
}

.foreigner-table.girls .normal-edit-buttom {
	background-color: #4BB849;
}

.foreigner-table.girls .foreigner-edit-buttom {
	background-color: #0069D9;
}

.foreigner-table.girls .edit-buttom{
	padding: 6px 9px;
	align-items: center;
	color: white;
	border-radius: 4px;
}

.charge-title {
	color: #0B76FD;
	font-size: 11px;
	display: block;
	margin-bottom: -10px;
}

.charge-title a {
	color: #0B76FD;
	font-size: 11px;
	display: block;
	margin-bottom: -10px;
}

.foreigner-table .girlName a {
	color: #0B76FD;
}

.charge-title.second {
	margin-top: 10px;
}

.girls-title {
	color: #0B76FD;
	font-size: 11px;
	display: block;
	float: left;
}

.coupon-title {
	color: #000;
	font-size: 10px;
	display: block;
	margin: 10px 0px;
}

.foreigner-table .font-align-center {
	text-align: center;
}


.foreigner-table input.input-row {
	width: 100%;
	height: 28px;
	border: 1px solid #DEDEDE;
}

.foreigner-table.coupon tr td.publish {
	padding: 15px 1px;
	height: 26px;
	color: #0B76FD;
}

.foreigner-table.coupon tr td.couponStatus {
	cursor: pointer;
}

.foreigner-table tr.disabled td {
	background: #EDEDED 0% 0% no-repeat padding-box;
}

.foreigner-table tr td .prTitle {
	color: #292929;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	margin-top: 16px;
	display: block;
	margin-bottom: 5px;
}

.foreigner-table tr td .content {
	white-space: break-spaces;
}

.foreigner-table.coupon-edit .flex-container {
	display: flex;
	align-items: center;
	padding: 15px 0px;
}

.foreigner-table.coupon-edit textarea {
	width: 100%;
}

.foreigner-table tr.inactive td {
	background: #EDEDED 0% 0% no-repeat padding-box;
}

.foreigner-form {
	padding-bottom: 50px;
}
.foreigner-form .add-buttom{
	float: right;
	padding: 6px 14px;
	margin: 0 0 6px 14px;
	align-items: center;
	justify-content: center;
	color: white;
	border-radius: 4px;
}
.foreigner-form .normal-add-buttom {
	background-color: #4BB849;
}

.foreigner-form .foreigner-add-buttom {
	background-color: #FF6D6D;
}
.foreigner-form .edit-buttom{
	padding: 6px 9px;
	align-items: center;
	color: white;
	border-radius: 4px;
}
.foreigner-form .normal-edit-buttom {
	background-color: #4BB849;
}

.foreigner-form .foreigner-edit-buttom {
	background-color: #0069D9;
}
.remarks_div {
	margin: 10px 0px;
	min-height: 200px;
}

.remarks_div .remarks_title {
	font-size: 13px;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

.foreigner-success {
	color: red;
	display: block;
	margin-top: 20px;
}
