@charset "utf-8";
#form-block {
    /*box-shadow: 0 3px 3px rgba(150, 150, 150, 0.4);*/
    margin: 0 0 8px;
}
#form-block dt {
  clear: both;
  color: #fff;
  font-size: 90%;
  padding: 6px 0 5px 10px;
}
#form-block dt .must {
	background: none repeat scroll 0 0 #E6383D;
	border-radius: 5px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3) inset;
	color: #FFFFFF;
	float: left;
	font-size: 100%;
	margin: 0 10px 0 0;
	padding: 2px 6px;
}
#form-block dt .title {
    color: #333;
    float: left;
    font-size: 130% !important;
    font-weight: bold;
}
#form-block dd {
    clear: both;
    font-size: 120%;
    padding: 2% 3% 2%;
}
.flow {
    margin: 0 0 20px;
    width: 100%;
}
.form-table {
    width: 100%;
}
.form-table th {
    background: none repeat scroll 0 0 #513121;
    color: #FFFFFF;
    padding: 5px 0 5px 10px;
    text-align: left;
}
.form-table td {
    padding: 10px;
}
.form-table th .title {
    float: left;
    padding: 3px 0 0;
}
.point {
    float: left;
    padding: 5px 0;
}
.f-cnt {
    clear: both;
}
.mail-s {
    color: #CCCCCC;
}
.link {
    color: #FFFFFF;
    text-decoration: underline;
}
select {
    font-size: 110%;
    padding: 5px;
}

select.must {
    font-size: 110%;
    padding: 5px;
	background-color:#FFEBEB;
}

input {
    font-size: 15px;
height: 24px;
padding: 15px 0 15px 8px;
border-radius: 4px;
line-height: 1.0;
}

input.not {
    font-size: 15px;
height: 24px;
padding: 15px 0 15px 8px;
border-radius: 4px;
background-color:#FFF;
line-height: 1.0;
}

textarea {
    font-size: 15px;
    width: 94%;
}

textarea.must {
	background-color:#FFEBEB;
}

.w94 {
    width: 94%;
}
.w90 {
    width: 90%;
}
.w80 {
    width: 80%;
}
.w70 {
    width: 70%;
}
.w65 {
    width: 65%;
}
.w60 {
    width: 60%;
}
.w50 {
    width: 50%;
}
.w40 {
    width: 40%;
}
.w30 {
    width: 30%;
}
.w15 {
    width: 15%;
}
.sub {
    font-size: 80%;
}
input:focus, textarea:focus, select:focus {
    background: none repeat scroll 0 0 #FEF8FB;
}
#form-bt {
    clear: both;
    margin: 0 auto;
    padding: 30px 0;
    width: 90%;
}

#form-bt p#submit input {
background: -webkit-gradient(linear, left top, left bottom, from(#F15A24), to(#E85325));
border: 1px solid #F15A24;
border-radius: 4px;
color: #FFFFFF;
display: block;
font-size: 130%;
font-weight: bold;
margin: 0 auto;
padding: 14px 20px 30px;
text-align: center;
text-overflow: ellipsis;
width: 94%;
}
#form-bt p#submit {
    position: relative;
}
#form-bt p#submit:after {
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
    display: block;
    height: 4px;
    right: 35px;
    margin-top: -4px;
    position: absolute;
    top: 55%;
    width: 4px;
}
#form-bt p#back input {
	margin:20px auto 0;
	text-align:center;
	border-radius:4px 4px 4px 4px;
	text-overflow:ellipsis;
	font-weight:bold;
	box-shadow: inset #FFF 1px 1px 0 rgba(255,255,255,0.3);
	background: -moz-linear-gradient(top, #EEE, #CCC);
	background: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#CCC));
	font-size: 13px;
	-moz-box-shadow: inset #FFF 1px 1px 0 rgba(255,255,255,0.3),	inset #FFF -1px -1px rgba(255,255,255,0.3);
	box-shadow: inset #FFF 1px 1px 0 rgba(255,255,255,0.3),	inset #FFF -1px -1px rgba(255,255,255,0.3);
	border: 1px solid #AAA;
	width: 70%;
	position: relative;
	padding:12px 0 15px;
}
#form-bt p#back {
    position: relative;
	text-align:center
}
#form-bt p#back:after {
	border-right: 2px solid #888;
    border-top: 2px solid #888;
	-moz-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	content: "";
    display: block;
    height: 4px;
    left: 20%;
    margin-top: -6px;
    position: absolute;
    top: 74%;
    width: 4px;
}

.thanks-txt {
    box-shadow: 0 -3px 3px rgba(150, 150, 150, 0.4);
    padding: 40px 0;
    text-align: center;
    width: 100%;
}
.form_txt {
    margin: 0 15px 15px;
}
.policy_txt {
    text-align: center;
}
.policy_txt a {
    color: #DE821B;
    font-size: 0.9em;
    font-weight: bold;
}
.ex {
    clear: both;
    display: block;
    font-size: 0.9em;
    width: 100%;
}
.msg {
    color: #DD0000;
    display: block;
    float: left;
    font-size: 100%;
    font-weight: bold;
    padding: 0 0 5px;
    text-align: left;
    width: 47%;
}
.header_emesg {
    border: 1px dotted #DD0000;
    color: #DD0000;
    font-size: 100%;
    font-weight: bold;
    margin: 20px 0 7px;
    padding: 12px 12px 10px;
    text-align: left;
}
.formError{
	display:block;
}
.flow {
    margin: 25px auto 10px;
    width: 90%;
}
.flow li {
    float: left;
    margin-right: 2%;
}
#form-block .stay {
    background-color: #71A6CF;
    color: #FFFFFF;
}
.flow li:last-child {
    float: right;
    margin-right: 0;
}
.flow li:nth-child(2n-1) {
    background-color: #DDDDDD;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 8px 0;
    text-align: center;
    width: 28%;
}
.flow li:nth-child(2n) {
    color: #777777;
    font-size: 80%;
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
    width: 4%;
}
.kome {
    display: block;
    float: left;
    font-size: 90%;
    padding: 0 0 5px;
    text-align: left;
    width: 47%;
}
.kome02 {
    display: block;
    float: left;
    font-size: 90%;
    padding: 0 0 5px;
    text-align: left;
    width: 90%;
}
#form-block dt, #form-bt ul {
}
#form-block dt:after, #form-bt ul:after {
    clear: both;
    content: "";
    display: block;
    overflow: hidden;
}

#form-block .tel_txt {
font-weight: bold;
font-size: 13px;
text-align: center;
padding: 0 0 0;
margin: 10px 0 0 0;
}

#place label {
    display: inline-block;
    padding: 4px;
    margin: 0 0 10px 0;
    width: 45%;
    font-size: 0.6em;
    text-align: center;
    line-height: 2.0;
}

/************************************************

	Clear

************************************************/
#form-block dt,
#form-bt ul
{
	zoom:1;
}

#form-block dt:after,
#form-bt ul:after
{
	content:''; display:block; clear:both; overflow:hidden;
}
