@charset "UTF-8";

/* =======================================

	Contents

======================================= */
#contents {
}

	#top-img {margin-bottom: 20px;}

	#find-area {
	}

	#find-area p {
		margin-bottom: 15px;
	}


	#other-area {
	}

	.other-cont {
		margin-bottom: 15px;
	}
	
	.other-cont p{
		margin-bottom: 15px;
	}

	.other-cont .linkbtn{
		padding-left:70px;
		padding-right:70px;
		font-size:1.3em;
	}


@media screen and (min-width : 640px) {

	#main {
		padding: 20px 0 0 28px;
		box-sizing: border-box;
	}

	#find-area {float: left;
		width: 335px;
	}

	#find-area p {
		font-size: 1.077em;
	}

	#other-area {
		float: right;
		width: 379px;
	}

	.other-cont{
	}

}


@media screen and (max-width : 639px) {

	#top-blk{
		text-align:center;
	}
	
	#top-img {
	}
	
	#top-txt{
	}

	#find-area {
		margin-bottom: 40px;
		text-align: center;
	}

	#find-area p {
		padding: 0 4%;
	}

	#find-area table {
		margin:0 auto;
	}
	
	#find-area table td{
		padding:0 5px;
	}

	#other-area {
		text-align: center;
	}

	.other-cont {
	}


}

