

/* メイン画像
---------------------------------------------------- */
#main {
}
#main img {
	height: auto;
	width: 100%;
	max-width: 600px;
}


/* タイトル
---------------------------------------------------- */
#title {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#title p {
	font-size: 15px;
	line-height: 24px;
	color: #f398ab;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#title h2 {
	font-size: 18px;
	line-height: 28px;
	color: #000;
	margin: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #f398ab;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#title h2 img {
	height: auto;
	width: 80%;
}



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

/* 電話でお問い合わせ
---------------------------------------------------- */
#phone {
	padding: 0px;
	margin-top: 0px;
	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 ul {
	list-style-type: none;
}
#phone ul li {
	list-style-type: none;
}
#phone table {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	border-collapse: collapse;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#phone table td {
	font-size: 14px;
	padding: 7px;
	color: #333;
	display: inline-block;
	width: 40%;
}
#phone table th {
	padding: 7px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color: #333;
	display: block;
}
#phone table tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

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


/* メールフォーム
---------------------------------------------------- */
#mform {
	padding: 0px;
	margin-bottom: 30px;
	font-size: 14px;
	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: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
	font-weight: bold;
}
.read {
	text-align: left;
}

#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-weight: bold!important;
}
#mform th.color {
	border-bottom-width: 2px!important;
	border-bottom-style: solid!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%;
}
#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: 50px;
	width: 250px;
	padding: 3px;
	border: 2px solid #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#mform .cek th {
	font-size: 12px;
	background-color: #f9f8f2;
	text-align: center; !important
	font-weight: bold;
	display: block;
}
#mform .cek td {
	font-size: 12px; !important
	font-weight: bold; !important
	padding-left: 15px; !important
	display: block;
}
.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;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCC;
	width: 100%;
}
#mform td {
	padding: 9px;
	font-size: 10px;
	line-height: 16px;
	vertical-align: top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	display: block;
	text-align: center;
}
#mform th {
	padding: 6px;
	font-size: 14px;
	line-height: 160%;
	display: block;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#mform strong {
	font-size: 14px;
	line-height: 160%;
	color: #CC3300;
	font-weight: normal;
}

/* 同意チェック
---------------------------------------------------- */
.at p {
	text-align: left;
	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%;
	padding: 5px;
	font-weight: bold;
	background-color: #e5e5e5;
	width: 240px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.send {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.send input {
	width: 110px;
	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: 11px;
	height: 30px;
	background-color: #ccc;
	border: 1px solid #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color:#999;
}
.nbr {
	padding-bottom: 5px;
}
.at br {
	display: none;
}


/* 送信完了ページ
---------------------------------------------------- */
#thanks {
	padding: 0px;
	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: left;
	font-weight: bold;
}
#thanks br {
	display: none;
}