﻿@charset "utf-8";

/*------------------------------------------------------------------------------
松野醤油株式会社 - CSS Modules Import
Date: 2008-08-20
Copyright (C) 松野醤油株式会社. All Rights Reserved.
------------------------------------------------------------------------------*/

/* ----------------------------------------

Redefine - Contents

---------------------------------------- */

div#Contents {
	background: none;
}

div#Contents h2 {
	margin-bottom: 20px;
}

div#Contents h2 span {
	display: block;
	overflow: hidden;
	height: 0;
	width: 0;
}

/* ----------------------------------------

Redefine - Contents -Main

---------------------------------------- */

div#Main {
	float: left;
	width: 415px;
	padding: 0;
}

dl.Box01 {
	padding-top: 4px;
}

dl.Box01 dt {
	position: relative;
	padding-left: 2.2em;
/*	border-left: 3px solid #3C2E2A;*/
	background: url("../../files/img/common/icon_list_01.gif") 1.1em 0.5em no-repeat;
	z-index: 1000;
}

dl.Box01 dd.Box02 {
	height: 1%;
	margin-top: -2em;
	margin-bottom: 2em;
	padding: 2.4em 1em 0.5em;
	border-left: 3px solid #3C2E2A;
	background: url("../../files/img/common/bg_table_01.png") 0 0 repeat;
}

dl.Box01 dd.Box02 h3 {
	height: 1%;
	padding-top: 0.3em;
	background: url("../../files/img/common/boder_dotted_x_01.gif") 0 0 repeat-x;
}

dl.Box01 dd.Box02 h3 a {
	font-weight: 700;
	color: #F2D2A1;
}

dl.Box01 dd.Box02 p {
	margin-top: 0.5em;
}

/* -- detail -- */

dl.Box01 dd.Box03 {
	height: 1%;
	margin-top: -1em;
	padding: 0 15px 15px;
	border: 1px solid #7A5752;
	background: url("../../files/img/common/bg_table_02.png") 0 0 repeat;
}

dl.Box01 dd.Box03 p,
dl.Box01 dd.Box03 h4,
dl.Box01 dd.Box03 ul,
dl.Box01 dd.Box03 ol,
dl.Box01 dd.Box03 img {
	margin-top: 15px;
}

dl.Box01 dd.Box03 img {
	border: 3px solid #FFF;
}

dl.Box01 dd.Box03 img.Layout01 {
	display: inline;
	float: left;
	margin: 15px 20px 15px 0;
}

dl.Box01 dd.Box03 img.Layout02 {
	display: inline;
	float: right;
	margin: 15px 0 15px 20px;
}

dl.Box01 dd.Box03 ul,
dl.Box01 dd.Box03 ol {
	margin-left: 1em;
}

dl.Box01 dd.Box03 li {
	list-style-type: circle;
}

dl.Box01 dd.Box03 strong {
	font-weight: 700;
}

dl.Box01 dd.Box03 em {
	font-style: italic;
}

dl.Box01 dd.Box03 h4 {
	margin-bottom: -10px;
	font-weight: 700;
	font-size: 118%;
}

/* ----------------------------------------

Redefine - Contents -Sub

---------------------------------------- */

div#Sub {
	float: right;
	width: 160px;
}

div#Sub dl dd ul li {
	margin-top: 0.5em;
}

div#Sub dl dd ul li a {
	display: block;
	height: 1%;
	padding-left: 15px;
	background: url("../../files/img/common/icon_list_02.gif") 0 0.4em no-repeat;
}

div#Sub dl dd {
	margin-bottom: 2em;
}

/* ----------------------------------------

IEPngFix (基本的にクラス指定では使用しない)

---------------------------------------- */

* html div#Main dl.Box01 dd.Box02,
* html div#Main dl.Box01 dd.Box03,
* html div#Sub dl dt img {
	behavior: expression(IEPNGFIX.fix(this));
}

*:first-child+html div#Main dl.Box01 dd.Box02,
*:first-child+html div#Main dl.Box01 dd.Box03 {
	behavior: expression(IEPNGFIX.fix(this));
}


/* ----------------------------------------

ClearFix (基本的にクラス指定では使用しない)

---------------------------------------- */

/* modern browsers */

dl.Box01 dd.Box03:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

/* IE7 */

dl.Box01 dd.Box03 {
	display: inline-block;
}

/* legacy IE */

* html dl.Box01 dd.Box03 {
	height: 1%;
}

dl.Box01 dd.Box03 {
	display: block;
}
