@charset "utf-8";

@import url(reset.css);
@import url(base.css);

h1 {
	position: absolute;
	top: 29px;
	left: 18px;
	}

h2 {
	background: #2889D0;
	color: #FFFFFF;
	font-size: 1.2em;
	margin-bottom: 8px;
	padding: 3px 5px;
	}

p.remove-txt {
	margin-bottom: 8px;
	font-size: 1.2em;
	line-height: 1.6;
	}

div.format01 {
	border: 1px #C3C3C3 solid;
	margin-bottom: 15px;
	padding: 10px 11px;
	}

#evaluation h3 {
	margin-bottom: 10px;
	}

#evaluation p {
	margin-bottom: 15px;
	}

#evaluation dl {
	float: left;
	padding-right: 8px;
	}

#evaluation dl.last-child {
	padding-right: 0;
	}

#evaluation dl dt {
	margin-bottom: 3px;
	}

#mtf h4 {
	margin-bottom: 10px;
	}

#mtf div.explanation dl {
	width: 360px;
	margin-bottom: 10px;
	}

#mtf div.explanation dl dt {
	background: url(../images/mark.gif) no-repeat left center;
	padding: 2px 0 2px 15px;
	font-weight: bold;
	}

#mtf div.explanation dl dd {
	background: #F3F3F3;
	padding: 7px;
	}

#mtf table {
	border: 1px #9A9A9A solid;
	width: 100%;
	margin: 5px 0 10px;
	}

#mtf table.device-t {
	margin-bottom: 30px;
	}

#mtf table th {
	border: 1px #9A9A9A solid;
	background-color: #F3F3F3;
	width: 28%;
	padding: 2px 4px;
	vertical-align: top;
	font-weight: normal;
	text-align: left;
	}

#mtf table td {
	border: 1px #9A9A9A solid;
	padding: 2px 4px;
	}

#content #mtf dl.mtf-s {
	width: 380px;
	}

#mtf div.mtf-photo {
	padding: 10px 8px 15px;
	}

#mtf div.mtf-photo img {
	float: left;
	margin-left: 32px;
	}

#structure {
	margin-bottom: 20px;
	}

p.structure-txt {
	margin-bottom: 8px;
	font-size: 1.2em;
	}

p.structure-txt02 {
	margin-top: 8px;
	font-family: meiryo,"メイリオ";
	font-weight: bold;
	}

#est dl {
	float: left;
	width: 172px;
	margin-bottom: 15px;
	padding-right: 9px;
	}

#est dl.max-right {
	padding-right: 0px;
	}

#est dl dt {
	font-weight: bold;
	margin-bottom: 1px;
	}

#est dl dd.est-txt {
	background: #F3F3F3;
	margin-top: 2px;
	padding: 3px;
	}


