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

/*リンク*/
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

div,
li
	{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}


html {
	scroll-behavior: auto !important;
	overscroll-behavior: none;
}

body {
	word-wrap: break-word;
	padding: 0;
	margin: 0 auto;
	font-family: 'メイリオ', 'Meiryo', sans-serif;
	color: #1b1b1b;
	line-height: 1.25;
	background: #efefef !important;
}

#main_wrap{
	width: 1160px;
	min-height: 100vh;
	margin: auto;
	padding: 1px 20px;
	background-color: #ffffff;
	position: relative;
	display: flex;
    flex-flow: column;
}

#main_wrap h2{
	margin-bottom: 15px;
}

header {
	width: 1120px;
	height: 50px;
	margin-bottom: 20px;
	position: relative;
}

header #h_shop_name{
	font-size: 30px;
	font-weight: 700;
	line-height: 50px;
	position: absolute;
	left: 0;
}

header #h_login{
	line-height: 50px;
	position: absolute;
	right: 0;
}

main{
	flex: 1;
}

#side_menu{
	width:200px;
	margin: 0 20px 0 0;
	float:left;
}

#side_menu i{
	font-size: 16px;
}

#side_menu ul{
	width: 200px;
	padding: 0;
}

#side_menu li{
	width: 200px;
	height: 50px;
	padding:0 5px 0 10px;
	margin: 0 0 5px;
	line-height: 50px;
	font-size: 13px;
	list-style: none;
	background: rgb(13, 32, 34);
}

#side_menu li:hover{
	background: rgb(16, 35, 37);
	transition: .5s;
}

#side_menu li a{
	display: block;
	color: #fff;
}

#right_contents{
	width:900px;
	float:left;
}

.content_wrap{
	width:900px;
	margin-top: 30px;
	padding: 0;
	position: relative;
}

.content_wrap .btn_box{
	width:900px;
	text-align:right;
	position: absolute;
	top: -65px;
}

.content_wrap .btn_box a:hover{
	text-decoration: none !important; 
}

.content_wrap .txt_box{
	width:900px;
	font-size: 12px;
	text-align:left;
	position: absolute;
	top: -25px;
}


.content_wrap .btn_box2{
	width:900px;
	text-align:center;
}

.btn-w{
	width: 90%;
	margin:0 auto 5px;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.btn_bg01{
	background: #eeeeee !important;
}

.btn_bg01:hover{
	background: #dddddd !important;
}

.btn_bg02{
	background: #cccccc;
}

.sat_bg{background: #99eeff !important;}
.sun_bg{background: #ffa2a2 !important;}
.set_bg{background: #fff3d3 !important;}

.fs10{font-size: 10px !important;}
.fs11{font-size: 11px !important;}
.fs12{font-size: 12px !important;}


a.page_feed:visited,
a.first_last_page:visited,
a.page_number:visited
 {color: black; text-decoration:none }
.pagination {
  display: flex;
  justify-content: center;
  margin: 30px;
}
.page_feed {
  width: 40px;
  margin: 0 5px;
  padding: 5px 5px;
  text-align: center;
  font-size: 20px;
  background: #b8b8b8;
  color: black;
  display: block;
}
.first_last_page {
  width: 40px;
  margin: 0 5px;
  padding: 5px;
  text-align: center;
  font-size: 20px;
  background: #f0f0f0;
  color: black;
  display: block;
}

.page_number {
  width: 40px;
  margin: 0 5px;
  padding: 5px;
  text-align: center;
  font-size: 20px;
  background: #b8b8b8;
  color: black;
  display: block;
}
.now_page_number {
  width: 40px;
  margin: 0 5px;
  padding: 5px;
  text-align: center;
  font-size: 20px;
  background: #f0f0f0;
  color: black;
  font-weight: bold;
  display: block;
}

/****************************
	top
****************************/
.top_info{
	width:900px;
	margin:auto;
	padding: 0;
}

.top_info li{
	width: 900px;
	padding: 20px 0;
	list-style: none;
	display: flex;
	border-bottom: #cccccc solid 1px;
}

.top_info li:first-child{
	border-top: #cccccc solid 1px;
}

.top_info li .info_date{
	width: 150px;
	padding: 0 5px;
	margin-right: 20px;
	color: #ff0000;
	font-weight: 700;
}

.top_info li .info_com{
	width: 680px;
}

.top_info li .info_com p{
	margin: 0;
	padding: 0;
}

/****************************
	girl_list
****************************/
.girl_list{
	width:900px;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	/*cursor:move;*/
}

.girl_list .girl_box{
	width: 215px;
	height:400px;
	margin:0 5px 20px 5px;
	font-size: 12px;
	position:relative;
	cursor: grab;
}

.girl_list .girl_box:active{
	cursor:grabbing;
	opacity: .7;
}


.girl_list .girl_bg{
	background: #ffffff;
}

.girl_list .girl_bg2{
	background: #bbbbbb;
}

.girl_list .girl_box .girl_img{
	width:180px;
	height: 240px;
	margin:10px auto 8px;
	text-align:center;
	display:flex;
	justify-items: center;
	align-items: center;
	overflow: hidden;
}

.girl_list .girl_box .girl_img img{
	width: 180px;
	min-height: 240px;
}

.girl_list .girl_box .girl_name{
	width:90%;
	height: 22px;
	margin:0 auto 10px;
	line-height: 22px;
	text-align:center;
	display:block;
	overflow: hidden;
}

.girl_list .girl_box .girl_btn{
	width:90%;
	height: 25px;
	margin:10px auto;
	line-height: 25px;
	display:block;
	text-decoration: none;
}


.girl_list .girl_box02{
	width: 215px;
	height:350px;
	margin:0 5px 20px 5px;
	font-size: 12px;
	position:relative;
}

.girl_list .girl_bg01{
	background: #eeeeee;
}

.girl_list .girl_bg02{
	background: #bbbbbb;
}

.girl_list .girl_box02 .girl_name{
	width:90%;
	height: 22px;
	margin:5px auto;
	line-height: 22px;
	text-align:center;
	display:block;
	overflow: hidden;
	background: #ffffff;
}


.girl_list .girl_box02 .girl_img{
	width:180px;
	height: 240px;
	margin:5px auto;
	text-align:center;
	display:flex;
	justify-items: center;
	align-items: center;
	overflow: hidden;
}

.girl_list .girl_box02 .girl_img img{
	width: 180px;
	min-height: 240px;
}


.girl_list .girl_box02 .icon_box{
	width:90%;
	height: 60px;
	margin:10px auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.girl_list .girl_box02 .icon_box .girl_regedit{
	width: 54px;
	height: 54px;
	background:rgb(255, 255, 255) url(../images/icon/user_re.png) center center no-repeat;
	background-size: 40px 40px;
	border-radius: 5px;
}

.girl_list .girl_box02 .icon_box .select_display{
	width: 54px;
	height: 54px;
	background: rgb(255, 255, 255);
	border-radius: 5px;
}

.girl_list .girl_box02 .icon_box .girl_delete{
	width: 54px;
	height: 54px;
	background: rgb(255, 255, 255) url(../images/icon/user_del.png) center center no-repeat;
	background-size: 40px 40px;
	border-radius: 5px;
}

.girl_list .girl_box02 .icon_box .girl_regedit a,
.girl_list .girl_box02 .icon_box .select_display a,
.girl_list .girl_box02 .icon_box .girl_delete a
{
	width: 54px;
	height: 54px;
	display: block;
}

.girl_list .girl_box02 .icon_box .select_display a.off
{
	background: url(../images/icon/display_on.png) center center no-repeat;
	background-size: 40px 40px;
	border-radius: 5px;
}

.girl_list .girl_box02 .icon_box .select_display a.on
{
	background: url(../images/icon/display_off.png) center center no-repeat;
	background-size: 40px 40px;
	border-radius: 5px;
}

/****************
	girl_pick
****************/
.girl_list .girl_pic{
	width: 215px;
	height:365px;
	margin:0 5px 20px 5px;
	font-size: 12px;
	background: #ffffff;
	position:relative;
	cursor:grab;
}

.girl_list .girl_pic:active{
	cursor:grabbing;
	opacity: .7;
}

.girl_list .girl_bg3{
	background: #ffd5e3;
}

.girl_list .girl_pic .girl_img{
	width:180px;
	height: 240px;
	margin:10px auto 8px;
	text-align:center;
	display:flex;
	justify-items: center;
	align-items: center;
	overflow: hidden;
}

.girl_list .girl_pic .girl_img img{
	width: 180px;
	min-height: 240px;
}

.girl_list .girl_pic .girl_name{
	width:90%;
	height: 22px;
	margin:0 auto 8px;
	line-height: 22px;
	text-align:center;
	display:block;
	overflow: hidden;
}

.girl_list .girl_pic .girl_btn{
	width:90%;
	height: 25px;
	margin:10px auto;
	line-height: 25px;
	display:block;
	text-decoration: none;
}

.girl_list .girl_pic .btn_bg01{
	background: #eeeeee;
}

.girl_list .girl_pic .btn_bg02{
	background: #ff558b;
	color: #ffffff;
}

.girl_list .girl_pic .btn_bg02:hover{
	background: #ff4b84;
}

.girl_list .girl_pic .btn_bg03{
	background: #ff649b;
	color:#ffffff;
}

.girl_list .girl_pic .btn_bg03:hover{
	background: #ff5993;
	color:#ffffff;
}

/****************************
	standby_list
****************************/
.standby_list{
	width:900px;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
}

.standby_list .girl_box{
	width: 215px;
	height:405px;
	margin:0 5px 20px 5px;
	font-size: 12px;
	position:relative;
}

.standby_list .girl_bg{
	background: #ffffff;
}

.standby_list .girl_bg2{
	background: #ffd6d6;
}

.standby_list .girl_box .girl_img{
	width:180px;
	height: 240px;
	margin:10px auto;
	text-align:center;
	display:flex;
	justify-items: center;
	align-items: center;
	overflow: hidden;
}

.standby_list .girl_box .girl_img img{
	width: 180px;
	min-height: 240px;
}

.standby_list .girl_box .girl_name{
	width:90%;
	height: 25px;
	margin:10px auto;
	line-height: 25px;
	text-align:center;
	display:block;
	overflow: hidden;
}

.standby_list .girl_box form{
	width:100%;
}

.standby_list .girl_box form input{
	border: none;
	outline: none;
}

.standby_list .girl_box .girl_btn{
	width:90%;
	height: 25px;
	margin:10px auto;
	line-height: 25px;
	text-align: center;
	display:block;
	text-decoration: none;
	background: #eeeeee;
}

.standby_list .girl_box .girl_btn02{
	width:90%;
	height: 30px;
	margin:10px auto 5px;
	line-height: 30px;
	text-align: center;
	display:block;
	text-decoration: none;
	background: #eeeeee;
}

.standby_list .girl_box .btn_bg02{
	background: #ff558b;
	color: #ffffff;
}

.standby_list .girl_box .btn_bg02:hover{
	background: #ff4b84;
}

.standby_list .girl_box .btn_bg03{
	background: #ff649b;
	color:#ffffff;
}

.standby_list .girl_box .btn_bg03:hover{
	background: #ff5993;
	color:#ffffff;
}

/****************************
	news_list
****************************/
.news_list{
	width: 900px;
}

.news_list th{
	background: #eeeeee;
	font-size: 12px;
	text-align: center;
}

.news_list th.news_update,
.news_list th.news_date,
.news_list th.news_del{
	width: 100px;
}

.news_list td.news_del{
	font-size: 12px;
}

.news_list th.news_title{
	width: 500px;
}

.news_list th.news_img{
	width: 100px;
}

.news_list td{
	padding: 5px;
}

.news_list .news_list_img{
	width: 90px;
}

.news_list .news_list_img img{
	width: 90px;
}

/****************************
	event_list
****************************/

.event_wrap{
	width:900px;
	padding: 0;
	position: relative;
}

.event_wrap .btn_box{
	width:900px;
	text-align:right;
	position: absolute;
	top: -55px;
}

.event_wrap .btn_box a:hover{
	text-decoration: none !important;
}

.event_list{
	width: 900px;
}

.event_list th{
	background: #eeeeee;
	font-size: 12px;
	text-align: center;
}

.event_list th.event_update,
.event_list th.event_date,
.event_list th.event_del{
	width: 100px;
}

.event_list td.event_del{
	font-size: 12px;
}

.event_list th.event_title{
	width: 500px;
}

.event_list th.event_img{
	width: 100px;
}

.event_list td{
	padding: 5px;
}

.event_list .event_list_img{
	width: 90px;
}

.event_list .event_list_img img{
	width: 90px;
}

/****************************
	rotation_list
****************************/

.rotation_wrap{
	width:900px;
	margin-top: 30px;
	padding: 0;
	position: relative;
}

.rotation_wrap .btn_box{
	width:900px;
	text-align:right;
	position: absolute;
	top: -65px;
}

.rotation_wrap .btn_box a:hover{
	text-decoration: none !important;
}

.rotation_wrap .txt_box{
	width:900px;
	font-size: 12px;
	text-align:left;
	position: absolute;
	top: -25px;
}

.rotation_list{
	width: 900px;
}

.rotation_list .move{
	width: 900px;
	cursor: grab;
}

.rotation_list .move:active{
	width: 900px;
	cursor: grabbing;
	opacity: .7;
}

.rotation_list tr{
	width: 900px;
}

.rotation_list th{
	background: #eeeeee;
	font-size: 12px;
	text-align: center;
}

.rotation_list th.rotation_update,
.rotation_list th.rotation_date,
.rotation_list th.rotation_del{
	width: 100px;
}

.rotation_list td.rotation_del{
	font-size: 12px;
}

.rotation_list th.rotation_title{
	width: 500px;
}

.rotation_list th.rotation_img{
	width: 100px;
}

.rotation_list td{
	padding: 5px;
}

.rotation_list .rotation_list_img{
	width: 90px;
}

.rotation_list .rotation_list_img img{
	width: 90px;
}

.rotation_100{
	width: 100px;
}

.rotation_500{
	width: 500px;
}

/****************************
	schedule_list
****************************/

.schedule_wrap{
	width:900px;
	position: relative;
}

.schedule_wrap #mode_box{
	width:150px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	top: -53px;
	left: 280px;
}

.schedule_wrap #list_box{
	width:150px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	top: -53px;
	right: 0;
}

.schedule_wrap .schedule_table{
	width:900px;
	font-size: 12px;
}

.schedule_wrap .schedule_table th{
	padding: 10px;
	background: #eeeeee;
}

.schedule_wrap .schedule_table .schedule_name{
	width:165px;
	padding: 5px;
	font-size: 12px;
	text-align: center;
	background: #fff;
}

.schedule_wrap .schedule_table .schedule_date{
	width:105px;
	padding: 5px;
	font-size: 12px;
	text-align: center;
}

.schedule_wrap .schedule_table .schedule_img{
	width:90px;
	min-height: 120px;
}


.schedule_wrap .schedule_table .schedule_name2{
	width:165px;
	padding: 5px;
	font-size: 12px;
	text-align: center;
	background: #fff;
}

.schedule_wrap .schedule_table .schedule_date2{
	width:105px;
	padding: 5px;
	font-size: 12px;
	text-align: center;
}

/****************************
	wait_list
****************************/

.wait_wrap{
	width:900px;
	padding: 0;
	position: relative;
}

.wait_list{
	width: 900px;
	font-size: 14px;
}

.wait_list .wait_name,
.wait_list .wait_start,
.wait_list .wait_end,
.wait_list .wait_available,
.wait_list .wait_start2,
.wait_list .wait_end2,
.wait_list .wait_available2,
.wait_list .wait_state{
	padding: 10px 0;
}

.wait_list .wait_name{
	width: 170px;
	font-weight:bold;
	text-align: center;
}

.wait_list .wait_start,
.wait_list .wait_end{
	width: 120px;
	text-align: center;
}

.wait_list .wait_available{
	width: 390px;
	text-align: center;
}

.wait_list .wait_send{
	width: 100px;
	text-align: center;
	font-size:12px;
}

.wait_list .wait_send input{
	margin: 3px;
}

.wait_list .wait_start2,
.wait_list .wait_end2{
	width: 110px;
	text-align: center;
}

.wait_list .wait_available2{
	width: 235px;
	text-align: center;
}

.wait_list .wait_state{
	width: 175px;
	text-align: center;
}

.wait_list .wait_start select,
.wait_list .wait_end select,
.wait_list .wait_available select,
.wait_list .wait_start2 select,
.wait_list .wait_end2 select,
.wait_list .wait_available2 select,
.wait_list .wait_state select{
	width: 70px;
}


.wait_list .wait_available2 select{
	width: 50px;
}

/****************************
	rank_list
****************************/

.rank_wrap{
	width:900px;
	padding: 0;
	position: relative;
}

.rank_wrap .btn_box{
	width:900px;
	text-align:center;
}

.rank_wrap .select_ym{
	line-height: 40px;
}

.rank_wrap .select_ym select{
	height: 40px;
	width: 100px;
}

.rank_box{
	width:900px;
	height: 300px;
	margin: 10px auto;
	position: relative;
}

.rank_box h3{
	position: absolute;
	top: 8px;
	left: 10px;
}

.rank_box .girl_selrct{
	position: absolute;
	top: 50px;
	left: 10px;
}

.rank_box .girl_selrct select{
	width: 100px;
}

.rank_box .img_selrct{
	letter-spacing: .3em;
	position: absolute;
	top: 80px;
	left: 10px;
}

.rank_box .img_selrct select{
	width: 100px;
	margin-left:-9px ;
}

.rank_box .img_box{
	width: 180px;
	height: 180px;
	position: absolute;
	top: 110px;
	left: 10px;
	overflow: hidden;
	display: flex;
	justify-items: center;
	align-items: center;
}

.rank_box .img_box img{
	width: 135px;
	min-height: 180px;
	margin: auto;
}

.rank_box .text_box{
	position: absolute;
	top: 8px;
	left: 210px;
}


/****************************
	option_list
****************************/

.option_wrap{
	width:900px;
	margin-top: 30px;
	padding: 0;
	position: relative;
}

.option_wrap .btn_box{
	width:900px;
	text-align:right;
	position: absolute;
	top: -65px;
}

.option_wrap .btn_box a:hover{
	text-decoration: none !important;
}

.option_wrap .txt_box{
	width:900px;
	font-size: 12px;
	text-align:left;
	position: absolute;
	top: -25px;
}

.option_list{
	width: 900px;
}

.option_list .move{
	width: 900px;
	cursor: grab;
}

.option_list .move:active{
	width: 900px;
	cursor: grabbing;
	opacity: .7;
}

.option_list tr{
	width: 900px;
}

.option_list th{
	background: #eeeeee;
	font-size: 12px;
	text-align: center;
}

.option_list th.option_update,
.option_list th.option_del{
	width: 100px;
}

.option_list td.option_del{
	font-size: 12px;
	padding: 10px 0;
}

.option_100{
	width: 100px;
}

.option_700{
	width: 700px;
}

/****************************
	label_list
****************************/

.label_wrap{
	width:900px;
	margin-top: 30px;
	padding: 0;
	position: relative;
}

.label_wrap .btn_box{
	width:900px;
	text-align:right;
	position: absolute;
	top: -65px;
}

.label_wrap .btn_box a:hover{
	text-decoration: none !important;
}

.label_wrap .txt_box{
	width:900px;
	font-size: 12px;
	text-align:left;
	position: absolute;
	top: -25px;
}

.label_list{
	width: 900px;
}

.label_list .move{
	width: 900px;
	cursor: grab;
}

.label_list .move:active{
	width: 900px;
	cursor: grabbing;
	opacity: .7;
}

.label_list th{
	background: #eeeeee;
	font-size: 12px;
	text-align: center;
}

.label_list th.label_update,　
.label_list th.label_del{
	width: 100px;
}

.label_list th.label_title{
	width: 700px;
}

.label_list th.label_title2{
	width: 600px;
}

.label_list td.label_del{
	padding: 10px 0;
	font-size: 12px;
}

.label_list .label_list_img{
	width: 100px;
}

.label_list .label_list_img img{
	width: 90px;
	margin: auto;
}

.label_100{
	width: 100px;
}

.label_600{
	width: 600px;
}

.label_700{
	width: 700px;
}

/****************************
	question_list
****************************/

.question_wrap{
	width:900px;
	margin-top: 30px;
	padding: 0;
	position: relative;
}

.question_wrap .btn_box{
	width:900px;
	text-align:right;
	position: absolute;
	top: -65px;
}

.question_wrap .btn_box a:hover{
	text-decoration: none !important;
}

.question_wrap .txt_box{
	width:900px;
	font-size: 12px;
	text-align:left;
	position: absolute;
	top: -25px;
}

.question_list{
	width: 900px;
}

.question_list .move{
	width: 900px;
	cursor: grab;
}

.question_list .move:active{
	width: 900px;
	cursor: grabbing;
	opacity: .7;
}


.question_list th{
	background: #eeeeee;
	font-size: 12px;
	text-align: center;
}

.question_list th.question_update,
.question_list th.question_no,
.question_list th.question_del{
	width: 100px;
}

.question_list td.question_del{
	padding: 10px 0;
	font-size: 12px;
}

.question_100{
	width: 100px;
}

.question_600{
	width: 600px;
}

/****************************
	link_list
****************************/

.link_wrap{
	width:900px;
	margin-top: 30px;
	padding: 0;
	position: relative;
}

.link_wrap .btn_box{
	width:900px;
	text-align:right;
	position: absolute;
	top: -65px;
}

.link_wrap .btn_box a:hover{
	text-decoration: none !important;
}

.link_wrap .txt_box{
	width:900px;
	font-size: 12px;
	text-align:left;
	position: absolute;
	top: -25px;
}

.link_list{
	width: 900px;
	font-size: 12px;
	border-collapse: collapse;
    border-spacing: 0px 8px;
}

.link_list .move{
	width: 900px;
	cursor: grab;
}

.link_list .move:active{
	width: 900px;
	cursor: grabbing;
	opacity: .7;
}


.link_list th{
	background: #eeeeee;
	font-size: 12px;
	text-align: center;
}

.link_list th.link_update,  
.link_list th.link_name,
.link_list th.link_alt,
.link_list th.link_del{
	width: 100px;
}

.link_list th.link_cat{
	width: 50px;
}

.link_list th.link_url,
.link_list th.link_com{
	width: 180px;
}

.link_list td.link_url{
	word-break: break-all;
}

.link_list td.link_com{
	word-break: break-all;
}

.link_list th.link_img{
	width: 90px;
}

.link_list td.link_img img{
	width: 88px;
	height: 31px;
}

.link_list td.link_del{
	padding: 10px 0;
	font-size: 12px;
}

.link_50{
	width: 50px;
}

.link_90{
	width: 95px;
}

.link_100{
	width: 100px;
}

.link_180{
	width: 180px;
}

/****************************
	wait_state_list
****************************/

.wait_state_wrap{
	width:900px;
	margin-top: 30px;
	padding: 0;
	position: relative;
}

.wait_state_wrap .btn_box{
	width:900px;
	text-align:right;
	position: absolute;
	top: -65px;
}

.wait_state_wrap .btn_box a:hover{
	text-decoration: none !important;
}

.wait_state_wrap .txt_box{
	width:900px;
	font-size: 12px;
	text-align:left;
	position: absolute;
	top: -25px;
}

.wait_state_list{
	width: 900px;
	font-size: 12px;
}

.wait_state_list .move{
	width: 900px;
	cursor: grab;
}

.wait_state_list .move:active{
	width: 900px;
	cursor: grabbing;
	opacity: .7;
}

.wait_state_list tr{
	width: 900px;
}

.wait_state_list th{
	background: #eeeeee;
	font-size: 12px;
	text-align: center;
}

.wait_state_list th.wait_state_update,
.wait_state_list th.wait_state_del{
	width: 100px;
}

.wait_state_list td.wait_state_del{
	padding: 10px 0;
	font-size: 12px;
}

.wait_state_100{
	width: 100px;
}

.wait_state_700{
	width: 700px;
}

/****************************
	review_list
****************************/

.review_wrap{
	width:900px;
	padding: 0;
	position: relative;
}

.review_wrap #mode_box{
	width:150px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	top: -53px;
	left: 250px;
}

.review_wrap #list_box{
	width:150px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	top: -53px;
	left: 410px;
}

.review_wrap .btn_box{
	width:900px;
	text-align:right;
	position: absolute;
	top: -55px;
}

.review_wrap .btn_box a:hover{
	text-decoration: none !important;
}

.review_list{
	width: 900px;
}

.review_list th{
	background: #eeeeee;
	font-size: 12px;
	text-align: center;
}

.review_list th.review_update,
.review_list th.review_date,
.review_list th.review_girl,
.review_list th.review_name,
.review_list th.review_del{
	width: 100px;
}

.review_list td.review_del{
	font-size: 12px;
}

.review_list th.review_score{
	width: 50px;
}

.review_list th.review_comment,
.review_list th.review_response{
	width: 175px;
}

.review_list td{
	padding: 5px;
}


/****************************
	regedit
****************************/
.content_wrap form {
	width: 900px;
	height: auto;
	margin: 0 auto;
}

.content_wrap form dl {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
	font-size: 18px;
	border-bottom: #cccccc solid 1px;
}

.content_wrap form dl:first-child {
	padding-top: 0.5rem;
	border-top: #cccccc solid 1px;
}

.content_wrap form dl dt {
	width: 180px;
	margin-bottom: 0.5rem;
	padding: 12px 20px;
	background: #eeeeee;
	display: inline-block;
}

.content_wrap form dl dt::first-line {
	line-height: 40px;
}

.content_wrap form dl dt span.req {
	font-size: 12px;
	color: #ff0000;
	display: block;
	margin: -5px auto 10px;
}

.content_wrap form dl dd {
	width: 720px;
	margin-bottom: 0.5rem;
	padding: 12px 0 12px 20px;
	line-height: 40px;
}

.content_wrap form dl dd select{
	height: 40px;
	line-height: 40px;
}

.content_wrap dl dd input.input_title{
	width: 700px;
}

.content_wrap form dl dd .qa_span {
	width: 35px;
	font-size: 16px;
	display: inline-block;
}

.content_wrap dl dd input.input_qa{
	width: 665px;
	margin-bottom: 5px;
}

.content_wrap dl dd input.input_qa2{
	width: 665px;
	margin-bottom: 30px;
}

.content_wrap dl dd .girl_regedit_img{
	width: 90px;
	height: 120px;
	display: inline;
	overflow: hidden;
}

.content_wrap dl dd .girl_regedit_img img{
	width: 90px;
	min-height: 120px;
}

.content_wrap dl dd .event_regedit_img{
	width: 200px;
	display: inline;
}

.content_wrap dl dd .event_regedit_img img{
	width: 200px;
}

.content_wrap dl dd .rotation_regedit_img{
	width: 200px;
	display: inline;
}

.content_wrap dl dd .rotation_regedit_img img{
	width: 200px;
}

.content_wrap dl dd .label_regedit_img{
	width: 90px;
	height: 120px;
	display: inline;
}

.content_wrap dl dd .label_regedit_img img{
	width: 90px;
}

.content_wrap dl dd .link_regedit_img{
	width: 88px;
	height: 31px;
	display: inline;
	overflow: hidden;
}

.content_wrap dl dd .link_regedit_img img{
	width: 88px;
	height: 31px;
}

.content_wrap dl dd textarea.link_regedit_com{
	width: 700px;
	height: 100px;
	margin-bottom: 5px;
}


/****************************
	schedule_regedit
****************************/

#schedule_reg_wrap{
	width: 1040px;
	height: 536px;
	margin: auto;
	display: flex;
    flex-flow: column;
	align-items: center;
	justify-content: center;
}

.schedule_reg_table{
	width:1040px;
	font-size: 12px;
	margin: 5px auto;
}

.schedule_reg_table th{
	width: 100px;
	background: #eeeeee;
	padding: 5px 0;
	font-size: 12px;
	text-align: center;
}

.schedule_reg_table td{
	width: 100px;
	padding: 10px 0;
	font-size: 12px;
	text-align: center;
}

.schedule_reg_table th.date{
	width:120px;
}

.schedule_reg_table td.date{
	width:120px;
	vertical-align: top;
}

.schedule_reg_table td img{
	width:90px;
	margin: auto;
}

.schedule_reg_table td select{
	height: 30px;
	margin-bottom: 5px;
}

.schedule_reg_table td option{
	margin-bottom: 5px;
}

.schedule_reg_table td a{
	margin-top: 5px;
}

#schedule_reg_wrap2{
	width: 1040px;
	height: 286px;
	margin: auto;
	display: flex;
    flex-flow: column;
	align-items: center;
	justify-content: center;
}


footer{
	text-align: center;
}