@charset "UTF-8";

/*
--------------------------------------------------
Shop Style [ shop.css ]
--------------------------------------------------
	1.H4
	2.Shop_image
	3.Shop_shokai
	4.Clerk
	5.Info-map
	6.Information
	7.Route


	ClearFix
--------------------------------------------------*/



/* 1.H4
--------------------------------------------------*/
#main .maincontents h4 {
	background: url(../img/shop_information_title.gif) 0 0 no-repeat;
	width: 758px;
	height: 30px;
	margin-bottom: 20px;
}
#main .maincontents h4 strong {
	display: none;
	width: 758px;
	height: 30px;
}


/* 2.Shop_image
--------------------------------------------------*/
#main .maincontents .shop_image {
	float: left;
	margin-bottom: 10px;
}


/* 3.Shop_shokai
--------------------------------------------------*/
#main .maincontents .shop_shokai {
	float: right;
	font-size: 1.0em;
	line-height: 1.5;
}
#main .maincontents .shop_shokai tr th {
	text-align: left;
	font-weight: normal;
}
#main .maincontents .shop_shokai tr td {
	font-size: 1.0em;
	line-height: 1.5;
}

#main .maincontents .shop_shokai strong {
	font-size: 2.0em;
}


/* 4.Clerk
--------------------------------------------------*/
#main .maincontents .clerk{
	clear:both;
	border:solid 1px #ffcccc;
	border-collapse:collapse;
	margin-bottom: 10px;
}
#main .maincontents .clerk tr th {
	border: solid 1px #ffcccc;
	background-color: #ffeeee;
	width: 100px;
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	padding: 5px;
}
#main .maincontents .clerk tr td {
	border: solid 1px #ffcccc;
	font-size: 1.0em;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
#main .maincontents .clerk tr td b {
	color: #000000;
}
#main .maincontents .clerk tr td strong {
	font-size: 1.5em;
	color: #000000;
}
#main .maincontents .clerk tr td p {
	color: #000000;
	line-height: 1.5em;
}


/* 5.Info-map
--------------------------------------------------*/
#main .maincontents .info_map{
	float: left;
	width: 330px;
}


/* 6.Information
--------------------------------------------------*/
#main .maincontents .info_map .information {
	border: solid 1px #cccc99;
	border-collapse: collapse;
	margin-bottom: 10px;
}
#main .maincontents .info_map .information tr th {
	border: solid 1px #cccc99;
	background-color: #ffffee;
	width: 100px;
	font-size: 1.0em;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
#main .maincontents .info_map .information tr td {
	border: solid 1px #cccc99;
	font-size: 1.0em;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}


/* 7.Route
--------------------------------------------------*/
#main .maincontents .route {
	float: right;
	border: solid 1px #cccc99;
	border-collapse: collapse;
	margin-bottom: 10px;
}
#main .maincontents .route tr th {
	border: solid 1px #cccc99;
	background-color: #ffffee;
	font-size: 1.0em;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	padding: 5px;
}
#main .maincontents .route tr td {
	border: solid 1px #cccc99;
	font-size: 1.0em;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
