﻿@charset "utf-8";


/*  LP Input
**************************************************/
.Err {
	display: none;
}

span.error,
label.error {
	display: block;
	color: #F00;
	font-weight: bold;
	line-height: 130%;
	clear: both;
	font-size: 100%;
	text-align: left;
	margin-bottom: 0;
}

#age_wrap span {
	width: 7.2em;
}

#age_wrap span input {
	margin-right: 7px;
}

table.FrmTbl td#entry_wrap p {
	display: inline;
}

table.FrmTbl td#entry_wrap p.Note {
	display: block;
}

table.FrmTbl td#entry_wrap p.Note.Inl {
	display: inline;
}

table.FrmTbl td#entry_wrap p.Err {
	display: none;
}

.cv_form_input table.FrmTbl td p.BtnSearch {
	display: block;
}

.cv_form_input table.FrmTbl td p.Note {
	display: block;
}

#lp_name,
#s_id {
	display: none;
}

#room_name,
#room_name2 {
	width: 380px;
	background: #EAEAEA;
	padding: 5px 10px;
	margin: 0 10px 0 0;
	font-weight: bold;
	border: none;
}
#FrmInner table.FrmTbl td #room_name:focus,
#FrmInner table.FrmTbl td #room_name2:focus {
	background: #EAEAEA;
}
#FrmInner table.FrmTbl td p.ShopName span.error {
	display: block;
	color: #F00;
	font-weight: bold;
	line-height: 130%;
	clear: both;
	font-size: 100%;
	text-align: left;
	margin-bottom: 0px;
	background: none;
}


/*  LP Confirm
**************************************************/

.cv_form_confirm #room_name,
.cv_form_confirm #room_name2 {
	background: none !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.cv_form_confirm .BtnSearch {
	display: none;
}

.cv_form_confirm label {
	display: none;
}

.cv_form_confirm .Note {
	display: none;
}
.cv_form_confirm #email2_wrap {
	display: none;
}

.cv_form_confirm #entry_wrap p {
	display: inline;
}

#BtnConf,
#BtnBack,
#BtnSend {
	display: none;
}

.cv_form_input #BtnConf {
	display: inline;
}

.cv_form_input #BtnConf,
.cv_form_confirm #BtnBack,
.cv_form_confirm #BtnSend {
	display: inline;
}

/* 内容確認画面へ */
#BtnConf input {
	background: url(/lp/img/btn_check.png) no-repeat;
	width: 250px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	border: none;
	cursor: pointer;
	margin-right: 20px;
}

/* 修正する */
#BtnBack input {
	background: url(/lp/img/btn_back.png) no-repeat;
	width: 250px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	border: none;
	cursor: pointer;
	margin-right: 20px;
}

/* 送信する */
#BtnSend input {
	background: url(/lp/img/btn_submit.png) no-repeat;
	width: 250px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	border: none;
	cursor: pointer;
	margin-right: 20px;
}