@charset "utf-8";

/* 取り付け価格一覧
----------------------------------------------- */
div#undercolumn_install_price div#introduction h3 {
	background: url(../img/policy/h3-bg.jpg) left top no-repeat;
	width: 446px;
	height: 30px;
	line-height: 30px;
	font-size: 120%;
	padding-left: 45px;
	margin-bottom: 2.0em;
	color: #000056;
	clear: both;
	}
div#undercolumn_install_price div#introduction ul {
	width: 480px;
	margin-bottom: 20px;
	margin-left: 6px;
	margin-right: 5px;
	overflow: hidden;
	}
div#undercolumn_install_price div#introduction ul li {
	width: 138px;
	height: 30px;
	background: url(../img/common/arrow_blue.gif) left 5px no-repeat;
	padding-left: 12px;
	margin-right: 15px;
	margin-bottom: 20px;
	float: left;
	}
div#undercolumn_install_price div#introduction ul li.end {
	margin-right: 0;
	}

div#undercolumn_install_price table.price-tbl {
	width: 489px;
	border: 1px solid #000056;
	margin-bottom: 5px;
	clear: both;
	}
div#undercolumn_install_price table.price-tbl th {
	border-bottom: 1px solid #000056;
	color: #fff;
	background: #000056;
	width: 100px;
	}
div#undercolumn_install_price table.price-tbl td {
	border-right: 1px solid #000056;
	}
div#undercolumn_install_price table.price-tbl td span.notice {
	color: #f03;
	font-size: 90%;
	}
div#undercolumn_install_price table.price-tbl td span.price {
	color: #f00;
	font-weight: bold;
	}	
div#undercolumn_install_price a.right {
	display: block;
	float: right;
	margin-bottom: 10px;
	padding-right: 6px;
	}
div#undercolumn_install_price p.address {
	text-align: right;
	padding-right: 10px;
	margin-bottom: 20px;
	}
p.btn_kakaku {
	width: 100px;
	height: 40px;
	margin: 10px auto 20px;
	}
p.btn_kakaku a {
	width: 100px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	background: url(../img/install-price/btn-kakaku.jpg) 0 0 no-repeat;
	}
p.btn_kakaku a:link,
p.btn_kakaku a:visited {
	background: url(../img/install-price/btn-kakaku.jpg) 0 0 no-repeat;
	}
p.btn_kakaku a:hover,
p.btn_kakaku a:active {
	background: url(../img/install-price/btn-kakaku.jpg) 0 -40px no-repeat;
	}

