@charset "utf-8";

@import url(/css/base.css);


/* * html body {
	zoom: 0.8;
}*/

* {
	background: none !important;
	text-indent: 0 !important;
}

h1,h2,h3,h4,h5,h6 {
	color: #000 !important;
}

table {
	border-color: #333333 !important;
}

th {
	color: #000;
	background: #efefef !important;
	border-color: #333333 !important;
}

td {
	color: #000;
	background: #ffffff !important;
	border-color: #333333 !important;
}



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

/*  common  */

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

#wrapper {
		width:570px;
		margin:0;
		padding: 0;
}

#main-col {
		width: 568px;
}	

.contents {
		margin: 10px 5px 20px;
}

.common h3 {
		width: auto;
		padding: 8px;
		font-size: 18pt;
		font-weight: bold;
		border: 1px solid #000;
}


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

/*  include系  */

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

#header_wrap,
#navi,
#leftside_wrap,
#download,
#footnavi {
	display: none;
}
#footer {
	width:570px;
	margin-top: 5px;
	color: #000 !important;
}


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

/*  contents  */

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

.common .store-table {
		float: left;
		width: 363px;
		margin-bottom: 25px;
}

.common .store-table th {
		width: 25%;
		background: #efefef !important;
}

.common .map-col {
		margin: 0 auto;
		text-align: center;
		clear: all;
}

.common .pix-col {
		float: right;
		margin-bottom: 25px;
}
.common .print {
		display: none;
}
