@charset "shift_jis";

.half-char {
	ime-mode: disabled;
}

.messages {
	width: 100%;
	/*float: left;*/
	color: #03C;
	text-align: left;
	font-size: 11px;
}

.errors {
	width: 100%;
	/*float: left;*/
	color: #e00000;
	font-weight: bold;
	text-align: left;
}

.noerr p.cmn_error_txt01 {
	display: none;
}
.errors-agree {
	display: none;
	width: 100%;
	color: #e00000;
	font-weight: bold;
	text-align: center;
	margin: 10px auto;
	padding: 20px 0;
	text-indent: 20px;
	line-height: 1.8;
	background: #ffe5e5;
	border: 1px solid #e00000;
}
.errors-agree a {
	color: #e00000;
}
.error-popframe {
	margin: 10px auto;
	padding: 20px 0;
	width: 100%;
	line-height: 1.8;
	background: #ffe5e5;
	border: 1px solid #e00000;
}
.error-popframe span {
	color: #e00;
}
.errors{
	width: 100%;
	line-height: 1.4;
	color: #C10202;
}
#roomcount-error{
	line-height: 0;
}
#roomcount-error p{
	line-height: 1.4;
}
.errors2 {
	color: #e00000;
	font-weight: bold;
}

#errors,
.error-popup,
.errors560,
.errors720 {
	margin: 10px auto;
	padding: 20px 0;
	/*width: 780px;*/
	width: 100%;
	text-align: center;
	font-weight: bold;
	line-height: 1.8;
	color: #e00000;
	background: #ffe5e5;
	border: 1px solid #e00000;
}

.errors560 {
	width: auto;
	padding: 10px;
}


/** wait **/
div#mask {
    z-index: 10000;
    display:block;
	visibility: hidden;
    position:absolute;
    top:0;
    left:0;
	width: 100%;
	height: 100%;
    -moz-opacity: 0.5;
    opacity:.50;
    filter: alpha(opacity=50);
    background-color:#999;
}


div#wait {
    z-index: 10001;
    display:block;
	visibility: hidden;
    position:absolute;
	left: 0px;
	top: 0px;
	width: 220px;
	height: 54px;
    background-color:#FFF;
	border: 3px solid #9D9AC3;
}

div#wait p#wait_msg {
	width: 100%;
	height: 24px;
	padding: 0;
	margin-top: 18px;
	float: left;
	text-align: center;
	font-size: 12px;
}

div#wait div#wait_img1 {
	width: 16px;
	height: 20px;
	margin-top: -38px;
	margin-right: 10px;
	float: right;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
}

div#wait div#wait_img2 {
	width: 32px;
	height: 20px;
	margin-top: -38px;
	margin-right: 10px;
	float: right;
	background-image: url(../images/loading2.gif);
	background-repeat: no-repeat;
}

div#wait div#wait_img3 {
	width: 32px;
	height: 20px;
	margin-top: -38px;
	margin-right: 10px;
	float: right;
	background-image: url(../images/loading3.gif);
	background-repeat: no-repeat;
}

div#wait div#wait_img4 {
	width: 32px;
	height: 20px;
	margin-top: -38px;
	margin-right: 10px;
	float: right;
	background-image: url(../images/loading4.gif);
	background-repeat: no-repeat;
}

/** popup **/

div#popup {
    z-index: 10001;
	visibility: hidden;
    position:absolute;
	top: 0px;
	left: 0px;
	border: 2px solid #666;
	background-color: #e7e7e7;/*#FCFCFC;*/
	padding: 10px;
}

div#popup span {
	float: left;
	display: block;
	width: 90%;
	text-align: left;
	font-weight: bold;
}

div#popup p {
	display: block;
	float: left;
	padding: 20px 10px 20px 10px;
	border: 1px solid #CCC;
	background-color: #fff;/*#f7f6e3;*/
	overflow-y: scroll;
	margin-bottom: 5px;
}

div#popup .upper-panel {
	display: block;
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
}

div#popup .bottom-panel {
	display: block;
	float: left;
	width: 100%;
	height: 5px;
	padding: 0;
	text-align: right;
	margin-top: 0px;
}

div#popup div img {
	cursor: pointer;
	float: right;
}

span.popup-title,
span.popup-body {
	display: none;
}

/** blink **/
input.blind {
	position: absolute;
	border: none;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	z-index: 0;
}
input.blind2 {
	border: none;
	width: 0px;
	height: 0px;
	z-index: 0;
}

input.blind-end {
	position: absolute;
	border: none;
	left: -1000px;
	/*top: -1000px;*/
	width: 0px;
	height: 0px;
	z-index: 0;
}

div#review-panel {
	display: none;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 340px;
	height: 80px;
	background-color: #FFF;
	color: #000;
	border: 1px solid #aaa;
}

div#review-panel div {
	width: 330px;
	height: 70px;
	background-color: #FFF;
	border: 5px solid #eee8d7;
}

div#review-panel div p {
	width: 320px;
	font-size: 14px;
	margin: 30px auto;
	text-align: center;
}

/*------------------------------*/

/*message*/
#contactContent .pg_contact_message {
	border: 5px #dbe0e4 solid;
	padding: 15px;
	margin: 20px 0 0;
}

.mt-15 {
	margin-top: -15px;
}

.mt-20 {
	margin-top: -20px;
}

.mt-25 {
	margin-top: -25px;
}

.mt-30 {
	margin-top: -30px;
}

.mt-35 {
	margin-top: -35px;
}
.mb0 {
	margin-bottom: 0px;
}
.mb5 {
	margin-bottom: 0px;
}
.mb-15 {
	margin-bottom: -15px;
}

#contactContent .form_table th .comment {
	font-size:93%;
	font-weight: normal;
}
