@charset "utf-8";

table.c-info {
	width:100%;
	max-width:26em;
	margin:0 auto;
}

table.c-info th {
	background-color: #f4f4f4;
	text-align:left;
}

table.c-info th,
table.c-info td {
	display:block;
	width:100%;
	padding:10px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

table.c-info tr:last-child td {
	border-bottom: 1px solid #ccc;
}

table.c-info td {
	text-indent:1em;
}


@media only screen and (min-width:500px){
table.c-info {
	width:100%;
	max-width:80%;
}

table.c-info th {
	width:20%;
	border-right:none;
}

table.c-info tr:last-child th {
	border-bottom: 1px solid #ccc;
}

table.c-info td {
	width:80%;
}

table.c-info th,
table.c-info td {
	display:inline-block;
}

/* ********************************** */}

#map-box {
	width:100%;
	height:400px;
	margin:0 auto;
	max-width:26em;
}

#map-box iframe{
	height:100%;
}

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

#map-box {
	max-width:80%;
}
/* ********************************** */}

