body{
	width:600px;
}
a.btn{
	display:block;
	background:#ccc;
	border-radius:5px;
	padding:7px 0px;
	margin-left:5px;
	width:130px;
	
	text-align:center;
	text-decoration:none;
	
	font-size:15px;
	font-weight:bold;
	
	line-height:30px;
}
a.btn-pdf{
	position:absolute;
	padding:0;
	width:130px;

	border-radius:10px;
	
	height:95%;
}
a.btn-pdf span{
	position:absolute;
	left:0px;
	
	margin-top:-12px;
	width:100%;
	text-align:center;
}

table{
	margin:auto;
}
.table_base_left th{
	text-align:center
}
.table_base_left td{
	position:relative;
}
/* 1行の時に図面PDFとかのボタンの高さが短すぎるので高さを増やす。
　また、外観図DXFのボタンの方さと合わせる必要がある*/
.table_base_left td{
	line-height:44px;
}

/* 図面PDFの幅指定　これが無いとpositionしてるので詰まってしまう */
table tr:first-child th:nth-child(1){
	min-width:140px;
}
table tr:first-child th:nth-child(2){
	min-width:140px;
}
table tr:first-child th:nth-child(3){
	min-width:140px;
}
table tr:first-child th:nth-child(4){
	min-width:140px;
}
.box_price h2{
	margin-bottom:10px;
	text-align:center;
}

.price {
	height:60px;
	line-height:44px;
	margin: 0 auto 20px;
}
.price a {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	display: block;
}
.no-price{
	width: 80%;
	margin:0 auto 20px;
	text-align: center;
	color:#fff;
	background: #ccc;
    border-radius: 5px;
	font-size: 15px;
    font-weight: bold;
    line-height: 30px;
	padding: 7px 0;
}
	