@charset "UTF-8";
/* CSS Document */

/* store.css */

#gmap{
	width:630px;
	height:450px;
	margin:0 0 40px 10px;
	border:1px solid #ccc;
}

h4{
	position:relative;
}

.btnViewJa{
	position:absolute;
	bottom:12px;
	*bottom:16px;
	right:0;
}
.btnViewStore{
	position:absolute;
	bottom:12px;
	*bottom:16px;
	right:280px;
}

#mainContents th{
	width:25%;
	padding:10px 0;
	color:#29bf9f;
	background:#f7f7f7;
	border:2px solid #e6e6e6;
	text-align:center;
	white-space:nowrap;
}

#mainContents td{
	padding:10px;
	color:#555;
	border:2px solid #e6e6e6;
}

td.btn{
	width:10%;
	text-align:center;
}