/* トップページ設定 */

/* Mobile Layout: 480px and below. */

#map img.accessmap{
	margin-bottom:10px;
	border:1px solid #333;
	}


#googlemap a{
	width:200px;
	text-align:center;
	background-color:#66cccc;
	display:block;
	color:#fff;
	padding:10px;
	text-decoration:none;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	margin:0 auto;

}

#googlemap a:hover{
	display:block;
	color:#333;
	text-decoration:none;
	background-color:#97eded;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */

}



/* パソコン */

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

#map{
	margin-bottom:20px;
	
	}

#map .accessmap{
	display:block;
	margin:0 auto;

	}




#map .accessmap {
	width:50%;
	float:right;
	}

#googlemap{
	width:30%;
	margin:10px 0;
}





}
