@charset "utf-8";
/* CSS Document */
div#personal .attention {color: #8A7A6C;}
div#personal textarea,
div#personal input[type='text'] ,
div#personal input[type='password'] ,
div#personal input[type='file'] ,
div#personal .select {
	border: solid 1px #ccc;
	padding: 2px;
}

div#personal .box40 { background-color:#eee; width: 40px;}
div#personal .box60 { background-color:#eee; width: 60px;}
div#personal .box100 { background-color:#eee; width: 100px;}
div#personal .box120 { background-color:#eee; width: 120px;}
div#personal .box140 { background-color:#eee; width: 140px;}
div#personal .box145 { background-color:#eee; width: 145px;}
div#personal .box150 { background-color:#eee; width: 150px;}
div#personal .box240 { background-color:#eee; width: 240px;}
div#personal .box300 { background-color:#eee; width: 300px;}
div#personal .box320 { background-color:#eee; width: 320px;}
div#personal .box350 { background-color:#eee; width: 350px;}
div#personal .box380 { background-color:#eee; width: 380px;}
/* フォームが縦に重なり合う場合に併用する余白 */
div#personal {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 980px;
	margin-top: 5px;
	margin-bottom: 5px;
}
div#personal .top {margin-bottom: 5px;}

div#personal .ng_top {margin-bottom: 0 !important;}
div#personal table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 980px;
	border-collapse: collapse;
	text-align: left;
	clear: both;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
div#personal table th {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #8A7A6C;
	background-color: #EAEAE0;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
}
div#personal table td {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 2px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #FFF;
	color: #999;
	padding-left: 8px;
}
div#personal .feature table {

}
div#personal .feature td {border-top-width: 0px !important;}
div#personal th {
	color: #ACA095;
	text-align: left;
	background-color: #EAEAE0;
}
.btn_area {
	margin-top: 10px;
	width: 80%;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.btn_area input{
	height: 24px;
}

.btn_area li {
    padding-right: 10px;
    display: inline;
}

.clearBoth {clear: both;}
div#personal legend {
	font-weight: bold;
	clear: both;
}
div#personal fieldset {
	clear: both;
	margin-top: 10px;
	padding-right: 50px;
	padding-left: 50px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
}
div#personal input {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
}
div#personal .alert {color: #996;}
div#personal .title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #EAEAE0;
	color:#ACA095;
	text-transform:uppercase;
	font-size:130%;
	letter-spacing: 2px;
	display: inline;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
}
