@charset "utf-8";

/*------------------------------------------------------------------------------
ネイルサロンK･I･N･G - CSS Modules Import
URL: http://
Date: 2009-09-03
Copyright (C) K･I･N･G. All Rights Reserved.
------------------------------------------------------------------------------*/


/* ----------------------------------------

Main

---------------------------------------- */

h2#Title {
	background: url(../img/inquiry/title.jpg) 0 0 no-repeat;
	width: 940px;
	height: 162px;
	text-indent: -9999px;
	margin: 0 auto;
}

/* ---- Inquiry ----*/

div#Content div#Inquiry table {
	border-top: 1px solid #d2cdc0;
	width: 630px;
}

*html div#Content div#Inquiry table {
	width: 610px;
}

div#Content div#Inquiry table td,
div#Content div#Inquiry table th {
	border-bottom: 1px solid #d2cdc0;
	padding: 10px 0;
}

div#Content div#Inquiry 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#Inquiry textarea {
	width: 395px;
}

input#add02 {
	width: 300px;
}

div#Content div#Inquiry table td#PrivacyCol {
	background: #eee0d1;
	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: 5px;
	text-align: center;
}

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

div#Submit input{
	margin: 20px auto 0 auto;
	display:block;
    width:194px;
    height:36px;
	background:url(../img/inquiry/btn_send.png) no-repeat 0 0;
	cursor:pointer;
}

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


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

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

/* Comp */
.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;
}
