﻿@charset "utf-8";

/*------------------------------------------------------------------------------
株式会社熊谷次 - CSS Modules Import
Date: 2009-01-19
Copyright (C) 2009 KUMAGAIJI.CO.,LTD. All Rights Reserved.
------------------------------------------------------------------------------*/


/* ----------------------------------------

Content - Main

---------------------------------------- */

div#Main table.TblStyle01 {
	float: left;
	width: 440px;
}

div#Main table.TblStyle01 th,
div#Main table.TblStyle01 td {
	padding: 18px 0 2px;
	vertical-align: top;
}

div#Main table.TblStyle01 th {
	padding-right: 1.5em;
}

div#Main table.TblStyle01 td p,
div#Main table.TblStyle01 td address,
div#Main table.TblStyle01 td ul {
	padding-left: 1.5em;
	background: url(../img/common/bg_table_01.png) left bottom no-repeat;
}

div#Main table.TblStyle01 tr {
	background: url(../img/common/border_dotted_01.png) left bottom repeat-x;
}

div#Main table.TblStyle01 td span.Tel {
	margin-right: 1.5em;
}

div#Main table.TblStyle01 td ul li {
	padding-bottom: 20px;
}

div#Main table.TblStyle01 td ul li ul {
	background: none;
}

div#Main table.TblStyle01 td ul li ul li {
	list-style: square;
	padding-bottom: 0;
}

div#Main table.TblStyle01 td ul li a {
	padding-left: 15px;
	background: url(../img/common/icon_arrow_01.png) left 0.4em no-repeat;
}

div#Main div#Map {
	float: right;
	width: 250px;
	line-height: 1.5;
}

div#Main div#Map h2 {
	margin: 0;
	padding: 15px 0 10px;
	background-color: transparent;
	font-weight: 700;
}

div#Main div#Map address {
	font-size: 93%;
}

/* ----------------------------------------

ClearFix (必要なければ消す)

---------------------------------------- */

/* -- Modern Browsers -- */

div#Main:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* -- IE7 -- */

div#Main div#Main {
	display: inline-block;
}

/*  -- Legacy IE -- */

* html div#Main {
	height: 1%;
}

div#Main {
	display: block;
}
