@charset "UTF-8";
/* CSS Document */

#contents{
	font-size:14px;
}

.pa_top_txt,.pa_top_txt2{
	margin:15px 25px;
}

.sm_title{
	background-color: #F8F8F8;
    border-left: 5px solid #0092FF;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 25px 0 25px;
    padding: 5px 0 2px 8px;
    text-align: left;
	color:#444444;
}

.f_top_txt{}


/* フォームスタイル */

.f_top_txt {
	text-align: left;
	padding: 10px 25px 0 25px;
}

.f_top_txt span {
	color: #fe8402;
	font-weight: bold;
}


.f_table {
	clear: both;
	border-top: 1px solid #e6e6e6;
	width: 900px;
	text-align: left;
	margin: 0px auto 100px auto;
}


.f_table .table_left {
	border-right: 4px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	text-align: left;
	padding: 8px 0 6px 15px;
	width: 180px;
	background-color: #eff8fe;
	vertical-align: top;

}


.f_table .table_right {
	border-bottom: 1px solid #e6e6e6;
	text-align: left;
	padding: 8px 0px 6px 15px;
	line-height: 250%;
	background-color: #ffffff;
}


.f_table .table_left span {
	color: #fe8402;
	font-weight: bold;
	padding: 0 0 0 2px;

}

.f_table .table_right p {
	color: #fe8402;
	font-weight: bold;
	padding: 0 0 0 2px;
}

input {
	font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;

}

select {
	font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
	font-size: 90%;
	line-height: 135%;
}

textarea {
	font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
	font-size: 100%;
}

.f_table .table_center {
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

.table_center input {
	padding: 0 18px 0 18px;
	font-size:120%;
}

input.text{
	width:420px;
}

input.mail{
	width:420px;
}

input.tel{
	width:420px;
}

input.post-left{
	width:180px;
}

input.address{
	width:420px;
}

textarea.textarea{
	width:665px;
}














