@charset "UTF-8";

#help {
	display: none;
}
.item, .item2, .menuMessageArea {
	display: none;
}
.backHome {
	border-top: 4px solid #000000;
	border-bottom: 4px solid #000000;
	padding: 4px 0;
	text-align: center;
}
.back {
	border-top: 4px solid #000000;
	padding: 4px 0;
	text-align: center;
}
.wkLogout {
	border-bottom: 4px solid #000000;
	margin: 0 0 5px;
	padding: 4px 0;
	text-align: center;
}
.line2 {
	border-top: 4px solid #000000;
}
.headLine {
	font-size: large;
	margin: 0 0 10px;
	text-align: center;
	background-color: #CCC;
}
.iconBox, .iconBox2, .iconBox3 {
	color: #FFF;
	background-color: #666;
	text-align: center;
	border: 0;
	overflow: hidden;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 1px 1px 1px #666;
	-moz-box-shadow: 1px 1px 1px #666;
	-webkit-box-shadow: 1px 1px 1px #666;
	overflow: hidden;
}
/* アイコン小(左、幅固定) */
.iconBox {
	float: left;
	clear: left;
	width: 40px;
	height: 16px;
	margin: 2px 5px 0 2px;
	line-height: 18px;
	font-size: 10px;
}
/* アイコン中(左) */
.iconBox2 {
	float: left;
	clear: left;
	width: auto;
	height: 16px;
	padding: 0 4px;
	margin: 4px 5px 0 0;
	line-height: 1em;
	font-size: 12px;
}
/* アイコン中 */
.iconBox3 {
	width: auto;
	padding: 4px 4px 2px;
	line-height: 1em;
	font-size: 14px;
}
/* アイコン小 */
.iconBox4 {
	width: auto;
	padding: 2px 4px;
	vertical-align: middle;
	line-height: 1em;
	font-size: 12px;
}
.rodGraph {
	width: 0;
	height: 20px;
	background-color: #FF0000;
	overflow: hidden;
}
.rodGraphCount {
}


input[type="text"], input[type="password"], input[type="tel"], input[type="email"] {
	width: 100%;
}
textarea {
	width: 100%;
}
textarea[name="bikou"], textarea[name*="_bikou"], textarea[name="address"] {
	height: 60px;
}
text[name="room_num"] {
	width: 60%;
}
input[name="price"], input[name="girls_price"], input[name="shop_price"] {
	width: 80%;
}
input[name="kingaku"] {
	width: 50%;
}
input[name="room_num"] {
	width: 50%;
}
input[name="search_word"] {
	width: 50%;
}
input[name="kkoumoku_text"] {
	width: 60%;
}
input[name="priority"], input[name="limit_shop_count"] {
	width: 60px;
}
input.narrow {
	width: 50%;
}
input.narrow2 {
	width: 70%;
}
input.narrow3 {
	width: 80%;
}
input.narrow4 {
	width: 90%;
}
input.xxxshort {
	width: 30px;
}
input.xxshort {
	width: 50px;
}
input.xshort {
	width: 100px;
}


.line {
	border-bottom: 2px solid #000000;
	margin: 0 0 10px;
}
li.line {
	padding-bottom: 5px !important;
	margin-bottom: 10px !important;
}
.searchTitle {
	color: #FFF;
	font-size: medium;
	background-color: #999;
	text-align: center;
	margin: 0 0 10px;
}
.search .total {
	background-color: #CCCCCC;
	border: none !import;
}
.totalAll {
	background-color: #333333;
	color: #FFFFFF;
	margin: 0 0 5px;
}
.errBg {
	background-color: #f00;
	color: #fff !important;
}
.invalid {
	background-color: #999999;
}
.invalid2 {
	background-color: #666666;
}
.arrow {
	font-size: 28px;
	margin: -7px 0 0;
}
ul.inTd li {
	margin: 0 0 5px;
}
.periodTitle {
	font-weight: bold;
	margin: 0 0 10px;
}
.totalBg {
	background-color: #CCCCCC;
}
.balloon {
	cursor: pointer;
}


.bgCreateByDist {
	background-color: #99CCFF !important;
	color: #000000 !important;
}
.bgCreateByDist a {
	color: #000000 !important;
}
.title {
	font-size: medium;
	margin: 0 0 5px;
	text-align: center;
	color: #FFF;
	background-color: #666;
}

/* 送信ボタン */
.submit, .submit_off, .submit_del, .submit_blue {
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-size: 18px;
	font-weight: bold;
}
.submit, .button, .button_mini, .button2, .submit_off, .button_off, .button_mini_off, .button2_off, .button_selected, .submit_del, .button_del, .submit_blue {
	color: #FFF;
	overflow: hiddden;
	border: 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 1px 1px 1px #666;
	-moz-box-shadow: 1px 1px 1px #666;
	-webkit-box-shadow: 1px 1px 1px #666;
}
a.submit, a.button, a.button_mini, a.button2, a.submit_off, a.button_off, a.button_mini_off, a.button2_off, a.button_selected, a.submit_del, a.button_del, a.submit_blue {
	display: block;
	text-align: center;
	text-decoration: none;
}
.button_mini, .button_mini_off {
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	font-size: 12px;
}
.button, .button_off, .button_del, .button_selected {
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	font-size: 14px;
}
.button2, .button2_off {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 16px;
}
.submit, .button, .button_mini {
	background-image: -ms-linear-gradient(top, #FFBC70 0%, #FF6600 100%);
	background-image: -moz-linear-gradient(top, #FFBC70 0%, #FF6600 100%);
	background-image: -o-linear-gradient(top, #FFBC70 0%, #FF6600 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFBC70), color-stop(1, #FF6600));
	background-image: -webkit-linear-gradient(top, #FFBC70 0%, #FF6600 100%);
	background-image: linear-gradient(to bottom, #FFBC70 0%, #FF6600 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFBC70FF', endColorstr='#FF6600FF');
}
.submit_off, .button_off, .button_mini_off {
	background-image: -ms-linear-gradient(top, #CCCCCC 0%, #333333 100%) !important;
	background-image: -moz-linear-gradient(top, #CCCCCC 0%, #333333 100%) !important;
	background-image: -o-linear-gradient(top, #CCCCCC 0%, #333333 100%) !important;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #CCCCCC), color-stop(1, #333333)) !important;
	background-image: -webkit-linear-gradient(top, #CCCCCC 0%, #333333 100%) !important;
	background-image: linear-gradient(to bottom, #CCCCCC 0%, #333333 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#CCCCCCFF', endColorstr='#333333FF') !important;
}
.submit_del, .button_del, .button_selected {
	cursor: pointer;
	background-image: -ms-linear-gradient(top, #ff4a4a, #a10000);
	background-image: -moz-linear-gradient(top, #ff4a4a, #a10000);
	background-image: -o-linear-gradient(top, #ff4a4a, #a10000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ff4a4a), to(#a10000));
	background-image: -webkit-linear-gradient(top, #ff4a4a, #a10000);
	background-image: linear-gradient(top, #ff4a4a, #a10000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ff4a4a', endColorstr = '#a10000');
}
.submit_blue {
	background-image: -ms-linear-gradient(top, #4e7ee6, #0e00f9);
	background-image: -moz-linear-gradient(top, #4e7ee6, #0e00f9);
	background-image: -o-linear-gradient(top, #4e7ee6, #0e00f9);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#4e7ee6), to(#0e00f9));
	background-image: -webkit-linear-gradient(top, #4e7ee6, #0e00f9);
	background-image: linear-gradient(top, #4e7ee6, #0e00f9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#4e7ee6', endColorstr = '#0e00f9');
}


/* dlリスト */
dl.list {
	/*
	width: 750px;
	*/
	border: 1px solid #333;
	border-top: none;
	background-color: #FFBC70;
	margin: 0 0 20px;
}
dl.list dt, dl.list dd {
	padding: 6px;
}
dl.list dt {
	width: 188px;
	border-top: 1px solid #333;
	float: left;
	clear: left;
}
dl.list dd {
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	margin-left: 200px;
	background-color: #FFF;
}


/* ulセレクト */
ul.select {
	margin: 0 0 10px;
}
ul.select li {
	float: left;
	margin: 0 5px 10px 0;
}
ul.select label {
	cursor: pointer;
}


/* dtリスト2 */
dl.list2 {
	/*
	width: 750px;
	*/
	border: 1px solid #333;
	border-top: none;
	margin: 0 0 20px;
}
dl.list2 dt, dl.list2 dd {
	padding: 6px;
}
dl.list2 dt {
	border-top: 1px solid #333;
	float: left;
	width: 200px;
}

dl.list2 dd {
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	_height: 1%; /* WinIEで頭の文字が右に微妙にずれるのを補正 */
	margin-left: 200px;
}


/* ulブロック */
ul.block {
	width: 756px;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	margin: 0 0 20px;
}
ul.block li {
	float: left;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
ul.block li a {
	display: block;
	width: 140px;
	padding: 0 0 0 10px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	text-decoration: none;
}
ul.block li a:hover {
	color: #FFF;
	background-color: #F00;
}
ul.block .on {
	/*
	color: #FFF;
	*/
	background-color: #FC0;
}


/* ulサーチ */
ul.search {
	border-bottom: 2px solid #000;
	margin: 0 0 20px;
}
ul.search li {
	margin: 0 0 5px;
}
ul.search a {
	/*text-decoration: none !important;*/
}
ul.search a:hover {
	/*text-decoration: underline !important;*/
}

/* dlサーチ */
dl.search {
	border-bottom: 2px solid #000;
	margin: 0 0 20px;
}
dl.search > dt {
	font-weight: bold;
	margin: 0 0 2px;
	padding: 0 2px;
	background-color: #6666FF;
	color: #FFFFFF;
}
dl.search dt a {
	text-decoration: none !important;
	color: #FFFFFF;
}
dl.search dt a:hover {
	text-decoration: underline !important;
}
dl.search dd {
	margin: 0 0 4px;
}
dl.search a {
	text-decoration: underline !important;
}


/* dlオプション */
dl.option {
	margin: 0 0 10px;
}
dl.option dt {
	font-weight: bold;
	margin: 0 0 2px;
	background-color: #FFCCFF;
}
dl.option dd {
	margin: 0 0 2px;
}


/* カレンダー */
table.calendar.pc {
	width: 380px;
}
table.calendar.sp {
	width: 100%;
}
table.calendar {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #000;
	margin: 0 0 20px;
}
table.calendar tr.title th {
	background-color: #999999;
	color: #FFF;
}
table.calendar tr.title th a {
	color: #FFF;
}
table.calendar th {
	background-color: #666666;
	color: #FFF;
}
table.calendar th, table.calendar td {
	text-align: center;
	padding: 5px;
	font-size: large;
	border: 1px solid #000;
}
table.calendar.smaill th, table.calendar.small td {
	padding: 5px 2px;
	margin: 0;
	font-size: 12px;
	line-height: 1.2em;
}
table.calendar td.select {
	background-color: #FFCC00;
}
table.calendar td.today {
	background-color: #00FFFF;
}
table.calendar td.syukkin {
	background-color: #FF00FF;
}
table.calendar td.syukkin2 {
	background-color: #ccc;
}


table.list3.default th {
	color: #FFFFFF!important;
	background-color: #FF0000 !important;
}

/*
テーブル共通
*/
table .disable {
	background: #CCC;
}
table .on {
	background-color: #FC0;
}
table .new {
	background-color: #0FF;
}
table .pickup {
	background-color: #F0F;
}
table .selected {
	background-color: salmon;
}
table .selected2 {
	background-color: skyblue;
}
table .disable {
	background-color: #CCC;
}


.ipop {
  padding: 0;
  background-color: #fed;
  border: 1px solid #aaa;

  /* この５行は必須 */
  width: 300px;
  height: 200px;
  position: fixed;
  display: none;
  z-index: 9999999;
}

.ipop_title {
  background-color: #fdc;
  cursor: move;
}

.ipop_close {
  cursor: pointer;
  float: right;
}


