﻿@charset "utf-8";

/*------------------------------------------------------------------------------
松野醤油株式会社 - CSS Modules Import
Date: 2008-08-20
Copyright (C) 松野醤油株式会社. All Rights Reserved.
------------------------------------------------------------------------------*/

/* ----------------------------------------

Redefine - Contents -Main

---------------------------------------- */

div#Main h3 {
	margin-top: 20px;
}

div#Main h3.HlFirst {
	margin-top: 0;
}

div#Main h4 {
	margin-top: 20px;
	margin-bottom: -10px;
	padding-left: 1em;
	background: url("../../files/img/common/icon_list_01.gif") left center no-repeat;
	font-weight: 700;
	font-size: 116%;
}

div#Main div#ShopBox01 {
	margin-top: 20px;
	padding: 15px;
	border: 1px solid #C1AEAD;
	background: url("../../files/img/common/bg_table_02.png") 0 0 repeat;
}

div#Main div#ShopBox01 p.Map {
	float: right;
	width: 240px;
}

div#Main div#ShopBox01 ul {
	height: 279px;
	background: url("../img/photo_01.jpg") left bottom no-repeat;
}

div#Main div#ShopBox01 ul li {
	margin-bottom: 5px;
	padding-left: 15px;
	background: url("../../files/img/common/icon_list_01.gif") 0 0.4em no-repeat;
}


/* ----------------------------------------

IEPngFix (基本的にクラス指定では使用しない)

---------------------------------------- */

* html div#Contents div#Main h3 img,
* html div#Main div#ShopBox01 {
	behavior: expression(IEPNGFIX.fix(this));
}

*:first-child+html div#Contents div#Main h3 img,
*:first-child+html div#Main div#ShopBox01 {
	behavior: expression(IEPNGFIX.fix(this));
}


/* ----------------------------------------

ClearFix (基本的にクラス指定では使用しない)

---------------------------------------- */

/* modern browsers */

div#Main div#ShopBox01:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

/* IE7 */

div#Main div#ShopBox01 {
	display: inline-block;
}

/* legacy IE */

* html div#Main div#ShopBox01 {
	height: 1%;
}

div#Main div#ShopBox01 {
	display: block;
}
