@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	バリの塩 - バリの塩ができるまで
	
	/harvest/css/harvest.css

	contents:
		1. common
			1-1. clearfix
			1-2. image replacement
		2. main
			2-1. method
			2-2. column
			2-3. movie


//////////////////////////////////////////////////////////////////////////////*/


/*------------------------------------------------------------------------------

	1. common

------------------------------------------------------------------------------*/

/*	1-1. clearfix
------------------------------------------------------------------------------*/

.method .flow dl:after {
	content : '';
	display : block;
	clear : both;
	height: 0;
}

.method .flow dl {
	*zoom: 1;
}


/*	1-2. image replacement
------------------------------------------------------------------------------*/

.privacy h2 {
	display: block;
	overflow: hidden;
	outline: none;
	text-indent: -9999px;
    white-space: nowrap;
}


/*------------------------------------------------------------------------------

	2. main

------------------------------------------------------------------------------*/

#main h1 {
	background: url(../img/title.jpg) no-repeat;
}

#main h3 {
	margin: 0 0 30px;
	padding: 0 0 0 50px;
	background: url(../../common/img/main-salt-heading.gif) no-repeat;
 	line-height: 43px;
	font-size: 142.85%;
	font-weight: bold;
	color: #FFF;
}

#main h4 {
	margin: 0 0 20px;
	padding: 0 0 0 10px;
	border-left: 10px solid #DA7634;
	border-bottom: 1px solid #6C3E0C;
	font-size: 128.57%;
	font-weight: bold;
	color: #6C3E0C;
}

#main h5 {
	font-size: 128.57%;
	font-weight: bold;
	color: #D97633;
}

#main section section {
	margin: 30px 0 0;
}


/*	2-1. privacy
------------------------------------------------------------------------------*/

#main .privacy {
	position: relative;
	padding: 0 30px 30px;
	background: #FFF;
}

.privacy h2 {
	width: 960px;
	height: 72px;
	margin: 0 0 0 -30px;
	background: #F9EAD5 url(../img/privacy-heading.gif) no-repeat left top;
}


/* sec1 */

#main .sec1 table {
	width: 100%;
}

#main .sec1 th,
#main .sec1 td {
	padding: 10px;
	border: none;
	border-bottom: 1px dotted #6C3E0C;
}

#main .sec1 th {
	background: none;
	text-align: left;
}

/* sec2 */

#main .sec2 {
	margin: 40px 0 0;
}

#main .sec2 dl {
	margin: 20px 0;
}

#main .sec2 dl dt {
	margin: 5px 0;
	font-weight: bold;
	color: #6C3E0C;
}

#main .sec2 dl ul {
	list-style: disc;
}

#main .sec2 dl ul li {
	margin: 0 0 0 2em;
}

