@charset "utf-8";
/****************************************************************************************************

receive

****************************************************************************************************/




.receive_box1{
}

	.receive_box1 .receive_boxBody{
		float:left;
		width:56%;
	}
	
	.receive_box1 .receive_boxImg{
		float:right;
		width:40%;	/*300px*/
		text-align:center;
	}
		.receive_box1 .receive_boxImg img{
			margin-bottom:5px;
		}

.receive_mapBox1{
	margin-bottom:5px;
	width:100%;
	height:300px;
}



@media only screen and (max-width:736px){
	.receive_box1 .receive_boxBody{
		float:none;
		margin-bottom:10px;
		width:100%;
	}
	
	.receive_box1 .receive_boxImg{
		float:none;
		width:100%;
	}
}






