@charset "utf-8";

/* 共通書式
--------------------------------------------------------------------------- */

.txt_bold { font-weight:bold;}
.txt_caution { color:#ee0000; }
.txt_alert { color:#ffff00; font-size:10px;}
.txt_alertb { color:#ffff00; font-weight:bold; font-size:10px;}
.txt_notes { font-size:10px;}

p.infoTxt,
p.guideTxt,
p.comTxt {
	line-height:130%;
	font-size:12px;
	}
	
p.infoTxt {
	color:#4776a5;
	margin: 10px 0 15px 0;
}

p.comTxt { padding:10px;}

p.guideTxt {
	padding:15px 170px 10px 20px;
	height: 250px;
}

h3{
	border-bottom:1px solid #666;
	clear:both;
	font-size:14px;
	font-weight:bold;
	display: block;
	margin:10px auto;
	padding: 0px 5px;
	height:2em;
	width:570px;
}

#supportInfo{
	margin:10px auto 0;
	width:570px;
}

p.supportInfo{
	border:1px solid #ccc;
	margin:10px auto;
	padding:10px;
	width:570px;
}

.supportBt{
	margin:0px auto 10px;
	padding:10px;
}
.supportBt li{
	border:1px solid #ccc;
	margin:10px auto;
	width:550px;
}
.supportBt li a{
	background-color: #CC3300;
	display:block;
	padding:10px;
	color:#fff;
}
.supportBt li a:hover{
	background-color: #FFCC00;
	color:#fff;
}


/* Etc Menu List
--------------------------------------------------------------------------- */

.error {
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
	padding: 0 0 5px 0;
	}

.nextBtn {
	width: 100%;
	text-align: center;
	padding: 10px;
}

.nextForm {
	width: 45%;
	text-align: right;
	padding: 10px;
	float:left;
}

.backForm {
	width: 45%;
	text-align:left;
	padding: 10px;
	float:left;
}

table.mailForm,
table.regiForm {
	font-size:12px;
	width: 580px;
	margin: 10px auto;
	border-collapse: collapse;
	border: 3px solid #999;
	}

table.mailForm th,
table.mailForm td {
	padding: 10px;
	border: 2px solid #999;
	}

table.mailForm th {
	width:116px;
	color:#ffffff;
	background-color: #666;
}

table.mailForm td {	background:#eee;}


table.mailForm input.txtInput,table.mailForm textarea,table select,input.numInput {
	font-size: 12px;
	background:#ffffff;
	border: 1px solid #4776a5;
	}

table.mailForm input.txtInput {width: 250px;}
table.mailForm input.txtArea {width: 430px;}
table.mailForm input.regInput {width: 200px;}
table.mailForm input.txtInput {width: 200px;}


table.mailForm textarea {
	width: 430px;
	height: 200px;
	}

ul.error_time,ul.settle_time {
	clear: both;
	list-style:none;
}

ul.error_time li,ul.settle_time li {
	float: left;
	padding: 0 10px 0 0;
}

.btnBox { width:560px;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	}

.btnBox ul {
	clear: both;
	width: 580px;
	list-style: none;
	}

.btnBox li {
	float: left;
	text-align: center;
	width: 130px;
	padding: 10px 6px;
	}

