@charset "Shift_JIS";

/*===========================================
	stepArea
=============================================*/
div.stepArea {
	width: 850px;
	margin: 20px auto 0px auto;
	padding: 0px;
}
div.stepArea div.miniBox {
	width: 800px;
	margin: 10px auto 0px auto;
	padding: 0px;
}
div.stepArea div.miniBox div.step_left {
	width: 300px;
	margin: 0px;
	padding: 0px;
	float:left;
}
div.stepArea div.miniBox div.step_right {
	width: 470px;
	margin: 50px 0px 0px 0px;
	padding: 0px;
	float:right;
}

div.stepArea div.miniBox table.Tbl_07 {
	margin: 5px 0px 0px 0px;
	border-top:#666 1px solid;
	border-right:#666 1px solid;
    border-collapse: collapse;
    border-spacing: 0;
}
div.stepArea div.miniBox table.Tbl_07 th {
	width:50%;
	border-left:#666 1px solid;
	border-bottom:#666 1px solid;
    padding: 5px 5px;
    background: #BBBBBB;
    text-align: center;
	font-weight:bold;
}
div.stepArea div.miniBox table.Tbl_07 td {
	border-left:#666 1px solid;
	border-bottom:#666 1px solid;
    padding: 5px 10px;
    text-align: center;
}
div.stepArea div.miniBox table.Tbl_07 td.Gray {
	background:#eeeeee;
}

div.stepArea div.flashArea {
	margin: 20px auto 0px auto;
	padding:10px;
	width:415px;
	height:275px;
	border:#CCC 1px solid;
	text-align:center;
}
div.stepArea div.get_flashArea {
	width: 800px;
	margin: 20px auto 0px auto;
	padding:0px;
	background:#eeeeee;
}
div.stepArea div.get_flashArea div.get_flashBox {
	width: 770px;
	margin: 0px auto;
	padding:15px 0px;
}
div.stepArea div.get_flashArea div.get_flashBox div.flash_left {
	width: 158px;
	margin: 0px;
	padding:0px;
	float:left;
}
div.stepArea div.get_flashArea div.get_flashBox div.flash_right {
	width: 600px;
	margin: 0px;
	padding:0px;
	float: right;
}
