@charset "utf-8";

/* 見出し
--------------------------------------------------*/
h2 {
	width: 580px;
	margin-bottom: 20px;
}
p.leadSentence {
	width: 570px;
	margin-left: 5px;
	margin-bottom: 5px;
}
p.attentionSentence {
	width: 570px;
	margin-left: 5px;
	margin-bottom: 5px;
}
p.attentionSentence em {
	color: #ff0000;
}

/* フォーム
--------------------------------------------------*/
form {
	margin: 0;
	padding: 0;
}


#mainLeft table {
	width: 570px;
	margin-bottom: 10px;
	margin-left: 5px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: none;
	font-size: 100%;
	text-align: left;
}
#mainLeft th {
	padding: 10px;	
	width: 110px;
	border-top: none;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #f5f5f5;
	font-weight: normal;
	vertical-align: top;
	font-size:85%;
}
#mainLeft td {
	padding: 10px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	font-size:85%;
}
#mainLeft th span {
	color: #777777;
}
#mainLeft em {
	color: #ff0000;
	font-style: normal;
}

.text1,.text2,.text3,.text4,.text5 {
	border: 1px solid #AAAAAA;
	background-color: #FFFFFF;
	padding: 2px;
	margin-bottom: 2px;
}
.text1 { width: 120px; }
.text2 { width: 40px; }
.text3 { width: 300px; }
.text4 { width: 200px; }
.text5 { width: 95%; }


.footText {
	width: 560px;
	margin-bottom: 15px;
	margin-left: 5px;
}

.confirmButton {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}


/* list
-----------------------------*/
/* --ClearFix-- */
#mainLeft td:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html #mainLeft td {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

td ul li {
	width: 135px;
	float: left;
	margin: 0 10 0 0;
	line-height: 1.2;
	min-height: 30px;
	height: auto !important;
	height: 30px;
}
td ul li span {
	height: 22px;
	float: left;
	/*\*/
	margin-top: -2px;
	/**/
}

td ul li:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html td ul li {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}









