@charset "utf-8";

html, body {
 	font-size: 12px;
	line-height: 1.8em;
	color: #000;
}

body {
	background-color: #fff;
}


/*--------------------------------------------
　■［リンク］
--------------------------------------------*/

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}



/*--------------------------------------------
　■［テーブル］
--------------------------------------------*/

div#main table {
	border-bottom: 1px solid #000;
}

div#main table thead tr th {
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}

div#main table thead tr th.bl {
	border-left: 1px solid #000;
}

div#main table tbody tr td {
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}

div#main table tbody tr th {
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}


/*--------------------------------------------
　■［ヘッダー］
--------------------------------------------*/


div#header ul#navi {
	display: none;
}

div#header div#brand div.header-container {
	display: block;
}

div#header div#brand {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
}



/*--------------------------------------------
　■［フッター］
--------------------------------------------*/

div#footer div#footer-navi {
	display: none;
}

div#footer div#footer-copyright {
	background-color: #DC1123;
}

p#topofpage {
	display: none;
}



/*--------------------------------------------
　■［サイドナビ］
--------------------------------------------*/


div#sidenavi {
	display: none;
}




/*--------------------------------------------
　■［本文共通］
--------------------------------------------*/

div#main {
	width: auto;
	min-height: 0;
	float: none;
}





/*--------------------------------------------
　■［店舗一覧　詳細］
--------------------------------------------*/


div#main.shop div#gmap div#rout,
div#main.shop div#qr,
div#main.shop div#tool {
	display: none;
}
