@charset "utf-8";


/*-------------------------------------
Table
---------------------------------------*/
#Main div.content p.table{
	padding:0 0 10px 0;
}

table.tabletype01{
	margin: 15px 0 30px 0;
	border: 3px solid #cfcfcf;
	border-collapse: collapse;
	border-spacing: 0;
}

table.tabletype01 th{
	width:200px;
	padding: 6px 10px 5px;
	background: #ededed;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}

table.tabletype01 td{
	width:450px;
	padding: 6px 10px 5px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}

/*-------------------------------------
Contact
---------------------------------------*/
table.tableform{
	margin: 15px 0 30px 0;
	border: 3px solid #cfcfcf;
	border-collapse: collapse;
	border-spacing: 0;
}

table.tableform th{
	width:175px;
	padding: 6px 10px 5px;
	background: #ededed;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

table.tableform td.text input{
	width:316px;
}

table.tableform td textarea{
	width:520px;
}
table.tableform td span{
	font-size:84%;
	color:#656565;
}

table.tableform td{
	width:450px;
	padding: 6px 10px 5px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}

table.tableform td li.radio{
	padding:5px 0 5px 25px;
}

table.tableform td li.radio span{
	vertical-align:top;
	padding:0 5px 0 0;
	font-size:100%;
	color:#333333;
}

table.tableform td.input{
	width:711px;
}


table.tableform td label{
	margin:0 7px 0 7px;
}
	
table.tableform td.btnarea{
	width:711px;
	padding: 6px 10px 5px;
	background:#DBDBDB;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-weight: normal;
	text-align:center;
	vertical-align: middle;
}

table.tabletype02{
	margin: 10px 0 30px 0;
	border: 3px solid #cfcfcf;
	border-collapse: collapse;
	border-spacing: 0;
}

table.tabletype02 th{
	padding: 6px 10px 5px;
	background: #ededed;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}


table.tabletype02 td.name{
	padding: 6px 10px 5px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}

table.tabletype02 td{
	padding: 6px 10px 5px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}



div.section table.tblstyle {
	width: 718px;
	margin: 0 0 15px 0;
	border-collapse: collapse;
	border: 3px solid #cfcfcf;
}
div.section table.tblstyle th,
div.section table.tblstyle td {
	padding: 6px 10px 5px;
	border: 1px solid #dbdbdb;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
div.section table.tblstyle th {
	background: #ededed;
}
div.section table.tblstyle th.col02 {
	border: 1px solid #989dae;
	background: #7d849e;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
}
div.section table.tblstyle th.w01 {
	width: 100px;
}
div.section table.tblstyle th.w02 {
	width: 150px;
}
div.section table.tblstyle th.w03 {
	width: 120px;
}
div.section table.tblstyle th.w04 {
	width: 50px;
}
div.section table.tblstyle th.w05 {
	width: 220px;
}
div.section table.tblstyle th.txtcenter,
div.section table.tblstyle td.txtcenter {
	text-align: center;
}
div.section table.tblcenter th,
div.section table.tblcenter td {
	text-align: center !important;
	vertical-align: middle !important;
}
div.section div#tabArea div.tabcont table.tblstyle {
	width: 675px;
}
div.section div#tabArea div.tabcont table.tblstyle th {
	text-align: center;
	vertical-align: middle;
}
div.section div#tabArea div.tabcont table.tblstyle td.txtcenter {
	text-align: center;
}
div.section div#tabArea div.tabcont table.tblstyle td.w01 {
	width: 110px;
}
div.section div#tabArea div.tabcont table.tblstyle td.w02 {
	width: 85px;
}
div.section div#tabArea div.tabcont table.tblstyle td.w03 {
	width: 170px;
}

