@charset "utf-8";
/* CSS Document */

/* =============================================================================
   Main
   ========================================================================== */
h2{
	padding:5px 20px;
	background: #09406c;
	font-size:30px;
	color:#fff;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}

article{
	padding-bottom: 60px;
}

.costWrap{
	width:720px;
	height:342px;
	clear: both;
	margin-bottom: 15px;
}

section p{
	line-height: 1.5;
	font-size:14px;
}

p.daikinLink {
	font-size: 16px;
	color: #09406C;
	font-weight: bold;
	text-align: center;
	display: inline-block;
}

p.daikinLink a {
	padding: 10px;
	display: block;
	color: #09406C;
	border: 3px solid #09406C;
}

p.daikinLink a:hover {
	color: #849fb5;
	border: 3px solid #849fb5;
}

.other {
	margin: 10px 0 20px 0;
}

dt.hikakuTitle{
	width:90px;
	background: #b5dcef;
	padding:5;
	display: block;
	text-align: center;
	font-size:14px;
	color:#09406c;
	font-weight:bold;
}

dl.hikakuGroup{
	margin-bottom:15px;
}

section dd{
	font-size:14px;
}