﻿@charset "UTF-8";

/*------- グローバルナビ --------*/
body.access ul#subNavi li.menu02 a { width:100px; background:url(../../common/img/subnavi02.gif) bottom left no-repeat;}

/*
------- h1～h6 -------------------------------------------------------*/
body#shop h2 {
	margin-bottom:20px;
	}

/*------- テーブル基本 --------*/
body#shop table {
	width:100%;
	border-collapse:collapse;
	}
body#shop table td,
body#shop table th {
	border:1px #dedede solid;
	}

/*------- リード部分テーブル --------*/
table#leadTable th {
	padding:7px;
	}
table#leadTable td {
	padding:12px;
	line-height:1.67em;
	vertical-align:top;
	}

/*------- ボタン類 --------*/
p.btn01,
p.btn02 {
	position:relative;
	width:699px;
	}
p.btn01 a,
p.btn02 a {
	position:absolute;
	width:143px;
	height:35px;
	}
p.btn01 a {
	top:-49px;
	right:14px;
	}
p.btn02 a {
	top:-40px;
	right:0;
	}
dl#orderDl dt {
	margin-right:10px;
	_margin-right:7px;
	margin-bottom:10px;
	float:left;
	width:193px;
	height:35px;
	}
dl#orderDl dd {
	margin-bottom:10px;
	line-height:35px;
	}
 

/*------- 商品リストテーブル --------*/
table#shopTable th {
	background-color:#f7f7f7;
	font-weight:normal;
	text-align:center;
	}
table#shopTable th,
table#shopTable td {
	padding-top:8px;
	padding-bottom:8px;
	}
table#shopTable td.number {
	width:14%;
	text-align:center;
	}
table#shopTable td.name {
	padding-left:10px;
	padding-right:10px;
	}
table#shopTable td.price {
	padding-left:10px;
	padding-right:65px;
	width:26%;
	text-align:right;
	}
table#shopTable td.price2 {
	padding-left:10px;
	padding-right:30px;
	width:16%;
	text-align:right;
	}
table#shopTable td.select {
	padding-top:6px;
	padding-right:10px;
	padding-bottom:6px;
	padding-left:10px;
	width:14%;
	}
table#shopTable td.select select {
	margin-right:3px;
	vertical-align:middle;
	}

/*------- 文言テーブル --------*/
table.orderTable th,
table.orderTable td {
	padding:6px 12px;
	line-height:1.67em;
	}
table.orderTable th {
	width:20%;
	background-color:#f7f7f7;
	font-weight:normal;
	}
table.orderTable td {
	}

/*------- Fax番号 --------*/
#faxNumber {
	margin:10px 0 25px 0;
	height:35px;
	}








