﻿@charset "utf-8";

/* 直営店案内 */
.bannar
{
	margin-top:18px;
	text-align:center;
}

/* 店舗一覧 */
#group_list
{
	/*
	margin-left:12px;
	margin-right:12px;
	*/
	margin-bottom:30px;
}

#group_list tr
{
	vertical-align:middle;
}

#group_list th
{
	height:22px;
	background-color:#F9F9F9;
}

#group_list td
{
	height:30px;
	border-bottom:dotted 1px #CCC;
	color:#000;
}

#group_list .name
{
	width:155px;
	padding-left:5px;
}

#group_list .zip
{
	width:70px;
}

#group_list .address
{
	width:250px;
}

#group_list .tel
{
	width:90px;
}
