@charset "UTF-8";

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

.contact_main {
	margin-bottom: 45px;
	height: 178px;
}
.contact_text {
	margin-left: 195px;
	text-align: left;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 15px;
	line-height: 24px;
}
.contact_text2 {
	text-align: left;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 13px;
}
.contact_tel_text {
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 15px;
	color: #000;
}
.contact_tel_text2 {
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	color: #000;
}



.contact_flame1 {
	height: 5px;
	background-image: url(../images/kei_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.contact_flame2 {
	background-image: url(../images/kei_middle.jpg);
	background-repeat: repeat-y;
	background-position: center;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.contact_flame3 {
	height: 5px;
	background-image: url(../images/kei_under.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}




.title_contact {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	background-image: url(../img/title_contact.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 30px;
	color: #FFF;
	padding-top: 10px;
	padding-left: 80px;
	padding-bottom: 8px;
}

.contact_text {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 25px;
	text-align: left;
	margin-top: 15px;
}
 .contact_text a:link, .contact_text a:visited {
	color: #06C;
}

.contact_text a:hover{
	color: #F8B328;
}

.mod-icon-inquiry{
	margin-left:10px;
	background-color:#F00;
	color:#fff;
	font-size:72%;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}

.mod-table {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 30px;
}
.table_left {
	padding: 15px;
	font-size: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	width: 185px;
}
.table_left2 {
	padding: 15px;
	font-size: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	width: 185px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.table_right {
	padding: 15px;
	font-size: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
 .table_right a:link, .table_right a:visited {
	color: #06C;
}

.table_right a:hover{
	color: #F8B328;
}
.table_right2 {
	padding: 15px;
	font-size: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}





.text, textarea, .dropdown{
	border:1px solid #999;
	padding: 7px;
	color: #000;
	background: #fff;
	margin-top: 3px;
	margin-bottom: 3px;
}

.contact_button {
	text-align: center;
	padding-bottom: 20px;
}
.contact_button #sbmchk,
.contact_button #sbmsend,
.contact_button #sbmedit{
	border:none;
	text-indent:-9999px;
	background:url(../images/contact_button.jpg) no-repeat left top;
	width:136px;
	height:30px;
	cursor:pointer;
}
.contact_button #sbmsend{
	background:url(../contact/images/btn_send.gif) no-repeat left top;
	margin-right:10px;
}
.contact_button #sbmedit{
	background:url(../contact/images/btn_edit.gif) no-repeat left top;
}
.contact_button #sbmsend:hover,
.contact_button #sbmedit:hover,
.contact_button #sbmchk:hover{
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}


/* 140710 */
#error_wrap .error{
	color:red;
	line-height:1.8em;
	font-size:14px;
}
#error_wrap h2{
	font-size:16px;
	line-height:1.8em;
	font-weight:normal;
}

