@charset "utf-8";
/* CSS Document */

ul.contactBox {
	margin-bottom: 5px;
}

ul.contactBox li {
	width: 300px;
	height: 100px;
}

li.contactTel_top {
	float: left;
}

li.contactPc_top {
	float: right;
	width: 300px;
	height: 100px;
	background-image: url(../entry_form/img/img_inquiry_pc_top.jpg);
}

li.contactPc_top a {
	display: block;
	margin: 45px 0 0 70px;
	width: 161px;
	height: 34px;
}

li.contactTel_bottom {
	float: left;
}

li.contactPc_bottom {
	float: right;
	width: 300px;
	height: 100px;
	background-image: url(../entry_form/img/img_inquiry_pc_bottom.jpg);
}

li.contactPc_bottom a {
	display: block;
	margin: 45px 0 0 70px;
	width: 161px;
	height: 34px;
}

ol#flowListBox {
	margin-bottom: 85px;
}

ol#flowListBox li {
	margin-bottom: 18px;
	text-align: center;
}

p.attention {
	clear: both;
	margin-bottom: 60px;
	color: #990000;
	font-size: 75%;
}