﻿@charset "utf-8";

/* 
	Site Name: 
	Description: ページ特有の設定
*/

/* ============================ */
/*
	このページ特有のスタイル設定
*/
/* ============================ */

	/* 店舗案内 */
	
	#shop {
		width: 580px;
		margin: 0 auto;
	}

	#shop p {
		margin: 8px 0;
		line-height: 1.4;
	}

	#shop h2 {
		margin: 5px 0;
	}
	
	#shop h3 {
		margin: 15px 0;
		padding: 0 0 0 5px;
		font-size: 120%;
		border-left: 5px solid #6e6e6e;
	}
	
	#shop h4 {
		
	}

		#shop h4 .small {
			font-size: 70%;
		}

	#shop h5 {
		margin: 15px 0;
		border-bottom: 1px dotted #6e6e6e;
	}
	
	/* 店舗情報 */
	
	/* googleMapのboxを定義 */
	#shop .shop_detail .map {
		float: left;
		width: 255px;
		height: 255px;
		border: 1px solid;
	}
	
	#shop .shop_detail .detailedInformation {
		float: right;
		width: 300px;
		margin: 0 0 0 20px;
	}
	
		.detailedInformation p {
			font-size: 80%;
		}
		
			.detailedInformation ul li {
				font-size: 90%;
			}
		
		.detailedInformation li.address {
			margin: 15px 0;
		}

#newOpenInfo {
	font-size: 90%;
}
	#newOpenInfo li.openTime {
		margin: 15px 0;
	}
	#newOpenInfo li span {
		font-weight: bold;
	}
	#newOpenInfo p {
		color: #DA0303;
	}

