﻿@charset "UTF-8";

/* h3Area
-------------------------------------------------*/
div.guide {
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

div.photo {

	border-bottom: 1px solid #ccc;
}

/* Guide
-------------------------------------------------*/
.guide dt {
	float:left;
	width:100px;
	height:117px
}
.guide dd {
	float:left;
	padding-right:15px;
	width:245px;
	height:117px
}
.guide dd.full {
	float:left;
	padding-right:15px;
	width:490px;
	height:auto;
}
.guide table {
	border: none!important;
}
.guide table td {
	border: none!important;
	padding: 0;
}

/* Photo
-------------------------------------------------*/
.photo dl {
	float:left;
	padding-bottom:20px;
	width:124px;
	margin-right: 15px;
	display: inline;
}
.photo dl dt {
	margin-bottom:5px;
}

/* Manual
-------------------------------------------------*/
.manual {
	padding:10px 0 0 10px ! important;
}
.manual div.h3AreaLeft {
	float:left;
	width:100px;
}
.manual div.h3AreaRight {
	float:right;
	width:620px;
}
.manual div.h3AreaRight p {
	padding-bottom:10px;
}
.manual div.h3AreaRight ul {
	padding-left:10px;
}
	/* for IE6 */
	*html .manual div.h3AreaRight li {
		padding-top:5px;
	}

/* Clearfix
-------------------------------------------------*/
.guide dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.guide dl {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html.guide dl { height: 1%; }
.guide dl { display: block; }
/* End hide from IE-mac */