
/* globalMenu
---------------------------------------------------- */
a:link img.gm03 {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
}
/* this page on
a:link img.sub02 {
	background-color: #f3d8e1;
	opacity:0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	zoom:1;
}
 */

/* メイン画像
---------------------------------------------------- */
#main {
	background-image: url(../img/main.jpg);
	background-repeat: no-repeat;
	height: 285px;
	background-position: center;
	text-indent: -10000px;
}
#main img {
	display: none;
}


/* タイトル
---------------------------------------------------- */
#title {
	padding-top: 80px;
	padding-bottom: 30px;
	text-align: center;
}
#title p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#title h2 {
	font-size: 35px;
	color: #e95283;
	margin-top: 5px;
	font-weight: 800;
}
#title span {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #f398ab;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


/* お問い合わせ
---------------------------------------------------- */

/* 電話でお問い合わせ
---------------------------------------------------- */
#phone {
	padding: 0px;
	width: 800px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 14px;
	line-height: 22px;
	color: #666;
}
#phone h3 {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #e95283;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e95283;
	font-size: 16px;
	color: #e95283;
	padding: 5px;
	text-align: center;
	margin-top: 30px;
}
#phone p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
}
.co1 {
	font-size: 16px;
	font-weight: bold;
	background-color: #fbdce6;
}
.co2 {
	font-size: 16px;
	font-weight: bold;
	background-color: #fef2cc;
}
.co3 {
	font-size: 16px;
	font-weight: bold;
	background-color: #e2f1d5;
}
#phone table {
	width: 600px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 100px;
	margin-bottom: 40px;
	margin-left: 100px;
	border-collapse: collapse;
}
#phone table td {
	font-size: 14px;
	padding: 7px;
	border: 1px solid #999;
	color: #333;
	text-align: center;
}
#phone table th {
	padding: 7px;
	border: 1px solid #999;
	color: #333;
	text-align: center;
}


/* メールフォーム
---------------------------------------------------- */
#mform {
	padding: 0px;
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	font-size: 14px;
	line-height: 22px;
	color: #666;
}
#mform h3 {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #e95283;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e95283;
	font-size: 16px;
	color: #e95283;
	padding: 5px;
	text-align: center;
	margin-top: 30px;
}
#mform p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	text-align: center;
	font-weight: bold;
}

#mform a:link, #mform a:visited {
	color: #0074c0;
	text-decoration: underline;
}
#mform a:hover, #mform a:active {
	color: #e06984;
	text-decoration: underline;
}

.color {
	color: #c65654;
	font-size: 16px!important;
	font-weight: bold!important;
}

.confirm {
	font-size: 16px!important;
	line-height: 22px!important;
}

/* フォーム
---------------------------------------------------- */
#mform span {
	color: #CC3300;
}
#mform span.err_msg{
  font-size: 12px;
}
#mform form {
	margin: 0px;
	padding: 0px;
}
#mform label {
	cursor: pointer;
	font-size: 14px;
	line-height: 160%;
	padding-right: 15px;
}
#mform input:focus, #mform textarea:focus, #mform select:focus {
	background-color: #fefafb;
	outline:0;
}
#mform input[type="text"] {
	width: 240px;
	height: 20px;
	margin-bottom: 4px;
	border: 2px solid #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 3px;
}
#mform select {
	width: 250px;
	padding: 3px;
	background-color: #fff;
	outline:0;
}
#mform textarea {
	height: 200px;
	width: 500px;
	padding: 3px;
	border: 2px solid #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#mform .cek th {
	font-size: 14px;
	background-color: #f9f8f2;
	text-align: center; !important
	font-weight: bold;
	width: 40%;
}
#mform .cek td {
	font-size: 14px; !important
	font-weight: bold; !important
	padding-left: 15px; !important
}
.error_tx {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	text-align: center;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.error_messe {
	padding: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#mform table {
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 900px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#mform td {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 10px;
	line-height: 16px;
	vertical-align: top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#mform th {
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
	text-align: left;
	font-size: 14px;
	line-height: 160%;
	vertical-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#mform strong {
	font-size: 14px;
	line-height: 160%;
	color: #CC3300;
	font-weight: normal;
}

/* 同意チェック
---------------------------------------------------- */
.at p {
	text-align: center;
	font-size: 14px;
	line-height: 160%;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-weight: bold;
}
.yes {
	text-align: center;
	font-size: 16px;
	line-height: 160%;
	font-weight: bold;
	background-color: #e5e5e5;
	width: 200px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.send {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.send input {
	width: 150px;
	height: 30px;
	background-color: #fff;
	border: 1px solid #666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color:#666;
}
.send input:disabled {
	width: 150px;
	height: 30px;
	background-color: #ccc;
	border: 1px solid #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color:#999;
}
.nbr br {
	display: none;
}


/* 送信完了ページ
---------------------------------------------------- */
#thanks {
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	font-size: 14px;
	line-height: 22px;
	color: #666;
}
#thanks h3 {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #e95283;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e95283;
	font-size: 16px;
	color: #e95283;
	padding: 5px;
	text-align: center;
	margin-top: 30px;
}
#thanks p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	text-align: center;
	font-weight: bold;
}

