@charset "UTF-8";

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

	Contents

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

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

	#find-area {
	}

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

	#find-area .larger-txt{
		font-size: 1.538em;
		line-height:1.0;
	}
	
	#find-area h3{
		font-size: 1.538em;
		font-weight: normal;
		margin-bottom: 10px;
	}

	#other-area {
	}

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

	.other-cont h3 {
		font-size: 1.538em;
		font-weight: normal;
		margin-bottom: 10px;
	}
	
	.other-cont p {
		margin-bottom: 15px;
	}

	.other-cont p span{
		color:#6be6fb;
	}

	.other-cont a:first-child{
		margin-right:15px;
	}


@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 {
	}


}

