@charset "utf-8";


/* トップページ
-----------------------------------------------------------------------------------*/
div.page_top p#catch {
	margin: 0;
	padding: 0;
}

div.page_top div#description_box {
	margin-bottom: 30px;
	padding: 15px;
	background: #EDE6DC url(../images/top/description_bg.jpg) repeat-x;
}

div.page_top div#description {
	height: 1%;
	padding-top: 75px;
	background: url(../images/top/description.jpg) no-repeat;
}

div.page_top div.description_image {
	padding: 10px 0;
}

div.page_top div.description_image a:hover {
	opacity: 0.6;
}

div.page_top div.description_image div.image_box {
	width: 33.3%;
	float: left;
}

div.page_top div#order_image {
	margin-bottom: 30px;
}

div.page_top div#order_image div.image_box {
	width: 33.3%;
	height: 120px;
	float: left;
	overflow: hidden;
}

div.page_top div#order_image div.image_box a {
	display: block;
}

div.page_top div#order_image div.image_box a:hover {
	margin-top: -120px;
}

/* 販売価格 */
div.page_top table#price_base td {
	background: #CCC;
}
div.page_top table#price th {
	width: 60%;
	text-align: center;
	vertical-align: top;
	background: #F5F5F5;
}
div.page_top table#price td {
	width: 20%;
	text-align: right;
	background: #FFF;
}



/* 会社概要
-----------------------------------------------------------------------------------*/
div.page_gaiyou table#gaiyou_base {
	margin-bottom: 30px;
}
div.page_gaiyou table#gaiyou_base td {
	background: #CCC;
}
div.page_gaiyou table#gaiyou th {
	width: 25%;
	text-align: center;
	vertical-align: top;
	background: #F5F5F5;
}
div.page_gaiyou table#gaiyou td {
	background: #FFF;
}



/* ご利用方法
-----------------------------------------------------------------------------------*/
div.page_riyou table#riyou_base {
	margin-bottom: 20px;
}
div.page_riyou table#riyou_base td {
	background: #CCC;
}
div.page_riyou table#riyou th {
	width: 25%;
	text-align: center;
	vertical-align: top;
	background: #F5F5F5;
}
div.page_riyou table#riyou td {
	background: #FFF;
}

/* 送料について */
div.page_riyou table#souryou_base {
	margin-bottom: 20px;
}
div.page_riyou table#souryou_base td {
	background: #CCC;
}
div.page_riyou table#souryou th {
	width: 25%;
	text-align: center;
	vertical-align: top;
	background: #F5F5F5;
}
div.page_riyou table#souryou td {
	background: #FFF;
}



/* お問合せフォーム
-----------------------------------------------------------------------------------*/
div.page_contact table#contact_base td {
	background: #CCC;
}
div.page_contact table#contact th {
	width: 25%;
	text-align: center;
	vertical-align: top;
	background: #F5F5F5;
}
div.page_contact table#contact td {
	background: #FFF;
}



/* ご注文フォーム
-----------------------------------------------------------------------------------*/
div.page_order table#order_base td {
	background: #CCC;
}
div.page_order table#order th {
	width: 30%;
	text-align: center;
	vertical-align: top;
	background: #F5F5F5;
}
div.page_order table#order td {
	background: #FFF;
}

/* 注文数テーブル */
div.page_order table#order td table.order_kazu th {
	border-bottom: dotted 1px #CCC;
	background: #FFF;
}

div.page_order table#order td table.order_kazu td {
	border-bottom: dotted 1px #CCC;
	background: #FFF;
}

div.page_order table#order td table.order_kazu th.last,
div.page_order table#order td table.order_kazu td.last {
	border-bottom: none;
}






















