@charset "utf-8";

/*------------------------------------------------------------------------------
眠れる街のネイル chocola - CSS Modules Import
Date: 2009-09-01
Copyright (C) 2009 癒し館. All Rights Reserved.
------------------------------------------------------------------------------*/

div#Content div#InquiryCol {
	padding-bottom: 20px;
}

div#Main div#InquiryCol p.Read {
	border-bottom: none;
	margin-bottom: 0;
}

div#Content div#InquiryCol table {
	border-top: 1px solid #b1959b;
	width: 670px;
}

*html div#Content div#InquiryCol table {
	border-top: 1px solid #b1959b;
	width: 650px;
}

div#Content div#InquiryCol table td,
div#Content div#InquiryCol table th {
	border-bottom: 1px solid #b1959b;
	padding: 15px 0;
}

div#Content div#InquiryCol table th {
	font-weight: bold;
}

.Headline {
	width: 150px;
}

.Necessary {
	width: 55px;
}

.TextField {
}

td span.Nec {
	height: 15px;
	width: 37px;
	text-indent: -9999px;
	background: url(/img/inquiry/nec.png) 0 0 no-repeat;
	display: block;
}

td span.Any {
	height: 15px;
	width: 37px;
	text-indent: -9999px;
	background: url(/img/inquiry/any.png) 0 0 no-repeat;
	display: block;
}

#add01 {
	margin-right: 3px;
}

span#Person {
	color:#957f82;
	font-size: 83.4%;
	margin: 0;
}

input#tel01 {
	margin-right: 3px;
	width: 50px;
	ime-mode: disabled;
}

input#tel02,
input#tel03 {
	margin:  0 3px;
	width: 50px;
	ime-mode: disabled;
}

input#company {
	width: 330px;
}

div#Content div#InquiryCol  textarea {
	width: 395px;
}

input#add02 {
	width: 300px;
}

div#Content div#InquiryCol table td#PrivacyCol {
	background: #fabeda;
	padding-bottom: 5px;
}

td#PrivacyCol div#Privacy {
	height: 125px;
	overflow: scroll;
	background: #fff;
	margin: 5px 15px 10px 15px;
}

td#PrivacyCol div#Privacy dl {
	margin: 15px;
}

td#PrivacyCol div#Privacy dl dt {
	font-weight: bold;
}

td#PrivacyCol div#Privacy dl dt,
td#PrivacyCol div#Privacy dd {
	margin-bottom: 15px;
}

td#PrivacyCol div#Privacy ul li {
	list-style-type: disc;
	margin-left: 30px
}

p#Aceep {
	margin-bottom: 15px;
	text-align: center;
}

#acceptance {
	margin-right: 3px;
	margin-bottom: 0;
}

div#Submit input{
	margin: 20px auto 0 auto;
	display:block;
    width:220px;
    height:35px;
    padding:0;
    border:0;
	background:url(/img/inquiry/btn_send.png) no-repeat 0 0;
	text-indent:-9898px;
	font-size: 0px;
	line-height: 0px;
	cursor:pointer;
}

*html div#Submit input{
	margin: 20px 0 0 225px;
}

div.wpcf7 {
	margin: 0;
	padding: 0;
}
/*
div.wpcf7-response-output {
	border:1px solid #FF52B2;
	margin:10px;
	padding:10px;
}
*/

div.wpcf7-mail-sent-ok {
	padding: 30px;
	margin: 15px;
	border: 5px solid #fabeda;
	color: #af0065;
	font-weight: bold;
	background: #fff;
	font-size: 125%;
	text-align: center;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	color: #ff52b2;
	margin: 10px;
	padding: 10px;
	border: 1px solid #ff52b2;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #ff52b2;
	margin-left: 5px;
	display:block;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #ff52b2;
	margin-left: 5px;
	display:block;

}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}


