#body {
	max-width: 1200px;
}
#bd-banner {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
#bd-left {
	float: left;
	width: 180px;
	padding: 20px;
	margin-top: 38px;
	background: #ffffff;
}
#bd-left > dd:nth-child(n+2) {
	margin-top: 35px;
}
#bd-left > dd > a {
	font-size: 18px;
}
#bd-left > dd > a.selected {
	text-decoration: underline;
}
#bd-left > dd > a.selected, #bd-left > dd > a:hover {
	color: #937016;
}
#bd-right, #body > h1 {
	float: right;
	width: calc(100% - 200px);
}
#bd-rt-list > dd {
	overflow: hidden;
	padding: 10px;
	margin-bottom: 10px;
	background: #ffffff;
}
#bd-rt-list > dd > *:nth-child(n+3) {
	margin-top: 5px;
	padding: 0 30px;
	line-height: 22px;
	background-position: left top;
	background-repeat: no-repeat;
}
#bd-rt-list > dd > div {
	float: left;
	width: calc(100% - 135px);
}
#bd-rt-list > dd > .image {
	width: 115px;
	height: 115px;
	margin-right: 20px;
	background-color: #eaeaea;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
#bd-rt-list > dd > .name {
	width: calc(100% - 175px);
	padding-right: 0;
	font-size: 18px;
	font-weight: bold;
	color: #937016;
}
#bd-rt-list > dd > .add {
	min-height: 28px;
	padding-right: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #eaeaea;
	background-image: url(/m6104/b0001/tms/image/icon_address.png);
}
#bd-rt-list > dd > .tel {
	background-image: url(/m6104/b0001/tms/image/icon_tel.png);
}
#bd-rt-list > dd > .hour {
	background-image: url(/m6104/b0001/tms/image/icon_hour.png);
}
#bd-rt-list > dd > .pay {
	background-image: url(/m6104/b0001/tms/image/icon_pay.png);
}
#bd-rt-list > dd > .create {
	padding: 0;
	text-align: right;
	float: right;
}
/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (max-width: 800px) {
#body > * {
	width: 100% !important;
}
#bd-left {
	margin: 0 0 10px;
}
#bd-left > dd {
	display: inline-block;
}
#bd-left > dd:nth-child(n+2) {
	margin-top: 0;
	margin-left: 10px;
}
#bd-left > dd > a {
	font-size: 15px;
}
#bd-rt-list > dd {
	padding: 10px;
}
#bd-rt-list > dd > .image {
	margin-right: 10px;
}
}
@media screen and (max-width: 600px) {
#bd-rt-list > dd > div {
	float: none !important;
	width: 100% !important;
}
#bd-rt-list > dd > .image {
	margin: 0 auto 10px;
	width: 115px !important;
}
}
