@charset "utf-8";
.flow{
	background:#F2F2F2;
}
.flow_left{
	padding-bottom: 30px;
}
.flow_left h3{
	margin: 0 0 30px -15px;
}
/*#guide{
	margin: 0 auto;
	width: 1274px;
}*/
#guide h3{
	margin:20px 0;
}
#guide table{
	width: 95%;
	margin: 0 auto;
	border-bottom:solid 1px #262626;
	border-top:solid 1px #262626;
	margin-bottom: 30px;
}
#guide table th,
#guide table td{
	padding: 10px;
	border-bottom:solid 1px #262626;
}
#guide table th{
	text-align: center;
}
#guide #entry_btn{
	width: 300px;
	margin: 30px auto;
	background: #00AAFF;
}
#guide #entry_btn a{
	color: #000;
	display: block;
	padding:20px 10px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
#guide #entry_btn .fa{
	margin-right: 10px;
}
@media only screen and (max-width:1050px) {
	#guide table{
		width:80%;
	}
}
@media only screen and (max-width:790px) {
	#guide table th,
	#guide table td{
		display:block
	}
	#guide table th{
		background: none repeat scroll 0% 0% #F19200;
		font-weight: bold;
	}
}
@media only screen and (max-width:480px) {
	#guide table{
		width: 100%;
	}
	#guide #entry_btn{
		width: 100%;
	}
	#guide #entry_btn a{
		font-size:14px;
	}
}
