@charset "Shift_JIS";
/***************************************************************

* Holz Furniture and interior
* guide.css

***************************************************************/
.side-nav  ul ul {
	display: none;
}


#nav-title {
	width: 150px;
	height: 36px;
	padding: 1px 0 0;
	margin: -1px 0 0;
	text-indent: -5000px;
	background:#FFF url(../img/guide/t_store_guide.gif) no-repeat;
}

/* outline
***************************************************************/
#outline {
	margin: 0 0 30px;
}
#outline th,
#outline td {
	padding: 10px 10px 11px;
	background: url(../img/common/dot.gif) repeat-x left bottom;
}
#outline th {
	width: 100px;
}
#outline table .odd {
	background-color: #eeeeee;
}

/* payment
***************************************************************/
#payment {
	margin: 0 0 30px;
}
#payment p {
	margin: 0 0 10px;
}
#payment dt {
	font-weight: bold;
	margin: 0 0 10px;
}
#payment dd {	
	line-height: 1.5em;
	margin: 0 0 20px;
}
#payment ul  {
	list-style-position: outside;
	list-style-type: disc;
	margin: 0 0 0 20px;
}
#payment  li {
	margin: 0 0 5px;
}
* html #payment dd ul {
	margin: 0 0 0 25px;
}

/* cancel
***************************************************************/
#cancel {
	margin: 0 0 30px;
}
#cancel dt {
	font-weight: bold;
	margin: 0 0 10px;
}
#cancel dd {	
	line-height: 1.5em;
	margin: 0 0 20px;
}

#cancel ol {
	list-style-position: outside;
	list-style-type: decimal;
	margin: 0 0 0 30px;
}
#cancel li {
	margin: 0 0 15px;
}
* html #payment dd ol  {
	margin: 0 0 0 25px;
}

/* privacy
***************************************************************/
#privacy {
	margin: 0 0 30px;
}

#privacy h3 {
	font-weight: bold;
	font-size: 1em;
	line-height: 1em;
	margin: 0 0 10px;

}
#privacy p {
	margin: 0 0 10px;
	line-height: 1.5em;
}
#privacy p.lead {
	margin: 0 0 20px;
}
#privacy dt {
	font-weight: bold;
	margin: 0 0 10px;
}
#privacy dd {	
	line-height: 1.5em;
	margin: 0 0 30px;
}
#privacy ul  {
	list-style-position: outside;
	list-style-type: disc;
	margin: 0 0 10px 20px;
}
#privacy  li {
	margin: 0 0 5px;
}
* html #privacy dd ul {
	margin: 0 0 0 25px;
}


