@charset "EUC-JP";


/*=====INDEX.PHP start================================================== */

.main_img {
	margin-bottom: 10px;
}

.title {
	background: url("./image/title.jpg") no-repeat;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	color: #6AB800;
	padding-left: 10px;
	margin-bottom: 10px;
}


.toiawase_txt {
	width: 510px;
	line-height: 16px;
	margin: 10px 0px 20px 00px;
}

.txt_area {
	line-height: 16px;
	margin-bottom: 15px;
}

.require_tbl {
	width: 510px;
	margin: 0px 0px 5px 0px;
}

.require_td1 {
	font-size: 10px;
	color: #FF0000;
}


.txt_box {
	text-align: center;
	margin: 5px 0px 5px 0px;
}

.a.privacy_lnk:link {
	text-decoration: underline;
	color: #346AC3;
	border: 0px;
}
a.privacy_lnk:visited {
	text-decoration: underline;
	color: #346AC3;
	border: 0px;
}
a.privacy_lnk:active {
	text-decoration: underline;
	color: #346AC3;
	border: 0px;
}
a.privacy_lnk:hover {
	text-decoration: underline;
	color: #FF6600;
	border: 0px;
}

/* 送信画面 */

.contact_table {
	width: 510px;
	margin: 0px 0px 0px 0px;
}

.contact_table1 {
	width: 510px;
	margin: 0px 0px 15px 0px;
}

.contact_table td{
	border-bottom: 1px solid #FFFFFF;
}

.contact_table1 td{
	border-bottom: 1px solid #FFFFFF;
}

.contact_td1 {
	width: 20px;
	font-size: 14px;
	vertical-align: middle;
	text-align: center;
	background-color: #6AB800;
	padding: 10px 0px 10px 0px;
	color: #ffffff;
	border-right: 1px solid #FFFFFF;
}

.contact_td2 {
	width: 120px;
	vertical-align: middle;
	text-align: center;
	line-height: 15px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	background-color: #A4E800;
	padding: 10px 5px 10px 5px;
	border-right: 1px solid #FFFFFF;
}

.contact_td3 {
	font-size: 10px;
	line-height: 13px;
	background-color: #EEEEEE;
	padding: 10px 5px 10px 5px;
}

/* 送信ボタン */

.submit_box {
	widht: 510px;
	text-align: center;
	margin: 20px 0px 20px 0px;
}

.submit_button {
	width: 100px;
	height: 20px;
}

/* 送信成功画面 */

.thanks_text {
	width: 510px;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	text-align: center;
	margin: 30px 0px 0px 0px;
}



