@charset "UTF-8";

div#billbore {
	background-image: url(../img/shop/billbord.png);
	height: 120px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

p.billbord {
	text-indent: -9999px;
	margin-top: 15px;
}

div#title-shop {
	width: 950px;
	height: 80px;
	margin-left: 25px;
	margin-top: 20px;
	background: url(../img/page-title.png) 0 -160px;
}

p.title-shop {
	text-indent: -9999px;
}

div#title-lineup {
	background: url(../img/title.png) 0 -320px;
	height: 40px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
}

p.title-lineup {
	text-indent: -9999px;
}

#lineup {
	margin-top: 10px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	display: table;
}

#lineup img {
	margin-right: 15px;
	float: left;
}

p.lineup {
	font-size: 1.1em;
	float: left;
	width: 580px;
	line-height: 160%;
}

div.coution {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	margin-top: 10px;
}

p.coution {
	font-size: 0.8em;
	color: #424242;
}

div#title-order {
	background: url(../img/title.png) 0 -360px;
	height: 40px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
}

p.title-order {
	text-indent: -9999px;
}

div#item {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	margin-top: 20px;
}

div.block {
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
}

#item img {
	
}

p.item {
	font-size: 0.8em;
}

/* @group テーブル */

div#order {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	margin-top: 20px;
}

#site table.table_contents {
	font: 0.9em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}

td.td_color_left {
	background-color: #eaeaeb;
	width: 30px;
	display: table;
	margin-bottom: 2px;
	float: left;
	margin-right: 2px;
	height: 25px;
	text-align: center;
	padding-top: 2px;
}

td.td_color_right1 {
	background-color: #eeeeee;
	width: 150px;
	display: inline-table;
	margin-bottom: 2px;
	margin-right: 2px;
	height: 25px;
	padding-top: 2px;
	text-indent: 5px;
	float: left;
}

td.td_color_right2 {
	background-color: #eeeeee;
	display: inline-table;
	margin-bottom: 2px;
	margin-right: 2px;
	height: 25px;
	width: 350px;
	padding-top: 2px;
	text-indent: 5px;
	float: left;
}

td.td_color_right3 {
	background-color: #eeeeee;
	display: inline-table;
	margin-bottom: 2px;
	width: 110px;
	height: 25px;
	padding-top: 2px;
	text-indent: 5px;
	text-align: right;
	padding-right: 10px;
	float: left;
}

/* @end */

div#btn {
	margin-top: 30px;
	float: left;
}

div#tel {
	float: left;
}

p.telno {
	margin-top: 30px;
	font-weight: bold;
	font-size: 0.9em;
}

p.order {
	font-size: 1.1em;
	line-height: 160%;
	color: #212121;
}

#btn ul {
	list-style-type: none;
	margin-left: 100px;
}

#btn ul li {
	float: left;
	margin-left: 20px;
	text-indent: -9999px;
}

#btn ul li.shopbtn a {
	background: url(../img/shop/shop-btn.png) 0 0;
	width: 105px;
	height: 105px;
	display: block;
}

#btn ul li.faxbtn a {
	background: url(../img/shop/shop-btn.png) 105px 0;
	width: 105px;
	height: 105px;
	display: block;
	float: left;
}

#btn ul li.shopbtn a:hover {
	background: url(../img/shop/shop-btn.png) 0 -105px;
	width: 105px;
	height: 105px;
	display: block;
}

#btn ul li.faxbtn a:hover {
	background: url(../img/shop/shop-btn.png) 105px -105px;
	width: 105px;
	height: 105px;
	display: block;
	float: left;
}