@charset "shift_jis";


/* メールフォーム全体 */


#mail_form {
	font-size: 14px;
	line-height: 180%;
	margin-left: 30px;
}

/* テーブル */
table.form {
	border: 1px solid #eee;
	border-collapse: collapse;
	margin-top: 20px;
	padding: 5px;
	margin-bottom: 20px;
}
table.form th, table.form td {
	text-align: left;
	border: 1px solid #999;
	padding: 8px;
	font-weight: normal;
	font-size: 14px;
	line-height: 180%;
}
table.form th {
	white-space: nowrap;
}

/* タイトル装飾 */
strong.ttl {
	text-align: left;
	display: block;
	padding-top: 5px;
	padding-right: 15px;
	font-size: 16px;
	margin-bottom: 20px;
}

strong.ttl2 {
	text-align: left;
	display: block;
	padding-top: 5px;
	padding-right: 15px;
	font-size: 16px;
	margin-bottom: 20px;
}

/* メッセージ */
p.msg {
	color: #dd0000;
	margin: 2em;
}
span.msg {
	color: #dd0000;
}

/* 戻りボタン */

.btn {
	border: solid 1px #ccc;
	font-size: 1.0em;
	font-weight: bold;
	color: #333;
	cursor: pointer;
	margin-top: 0;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	width: 150px;

}

.mail_tmp_outerbox {
	font-size: 14px;
	line-height: 200%;
	margin-left: 30px;
}

#form_area .button_style {
	border: 2px solid #ccc;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
	margin-top: 0;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	background-color: #3399CC;
	width: 150px;
	}
	
	
.btn2 {
	border: 2px solid #ccc;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
	margin-top: 0;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	background-color: #3399CC;
	width: 150px;
	}


/*--お問い合わせ(contact)----------------------------------------------------------*/

	
.text_input_area {
	border: 0;
	padding: 2px;
	font-family: Arial, sans-serif;
	border: solid 1px #ccc;
	margin-top: 10px;
	margin-right: 10;
	margin-bottom: 10px;
	margin-left: 10px;
	}
	
#form_area {
	margin-top: 20px;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	}
	
	
#form_area .lines {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width: 820px;
	display: block;
	margin-bottom: 12px;
	}


#form_area .button_style {
	border: 2px solid #ccc;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
	margin-top: 0;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	background-color: #3399CC;
	width: 150px;
	}
	
#form_area .button_area {
	text-align: center;
	margin-right: auto;
	margin-bottom: auto;
	width: 520px;
	}
	


/*--アコーディオンglobalnavの幅で”送信する”ボタン押せなくなるのでwidthせまめ-----------------*/
	
	


#globalnavi01 {
	float: left;
	width: 100px;
	position: absolute;
	top: 180px;
	z-index: 10;
	left: 80px;
}

