@charset "UTF-8";

/*form*/
.estimateBox, .estimateBox2{
	width:100%;
	margin-bottom:15px;
}
.estimateBox th, 
.estimateBox td, 
.estimateBox2 th,
.estimateBox2 td{
	padding:10px;
	border:solid 1px #ccc;
}
.estimateBox th {
    width:10em;
    text-align: center;
	font-weight:bold;
	vertical-align:middle;
}
#estimateList li{
	float:left;
	width:25%;
	margin-bottom:20px;
}
.planListClaer{
	clear:both;
}
input[type="text"]{
	width:300px;
}
textarea{
	width:100%;
	height:80px;
}
.small{
	font-size:smaller;
}
/*合計*/
#estimatecalculation{
	margin-bottom:40px;
}
#estimatecalculation:after{
	clear:both;
	display:table;
	content:"";
}
#estimatecalculation li{
	float:left;
}
#estimatecalculation .total{
	font-size:24px;
	font-weight:bold;
	border-bottom:solid 1px #999;
	margin-right:10px;	
}

#estimatecalculationb1, #estimatecalculationb2{
	padding-top:10px;
}
#estimatecalculationb2{
	padding-left:10px;
}
.submit{
	text-align:center;
}
@media only screen and (max-width:959px) {
}
@media only screen and (max-width:768px) {
/*form*/
.estimateBox, .estimateBox2{
	font-size:12px;
}
.estimateBox th, 
.estimateBox td, 
.estimateBox2 th,
.estimateBox2 td{
	width:100%;
	display:block;
	border:none;
	padding:0;
}
.estimateBox th {
	text-align:left;
	border-bottom:solid 2px #8bc535;
	padding-bottom:3px;
}

.estimateBox th:before{
	content:"●";
}
.estimateBox td{
	padding:10px 0;
}
#estimateList li{
	float:left;
	width:25%;
	font-size:12px;
	padding:5px;
	margin-bottom:20px;
}
.planListClaer{
	clear:none;
}
input[type="text"]{
	width:300px;
}
.small{
	font-size:smaller;
}
/*合計*/
#estimatecalculation{
	margin-bottom:40px;
}
#estimatecalculation:after{
	clear:both;
	display:table;
	content:"";
}
#estimatecalculation li{
	float:left;
}
#estimatecalculation .total{
	font-size:24px;
	font-weight:bold;
	border-bottom:solid 1px #999;
	margin-right:10px;	
}
}
@media only screen and (max-width:599px) {
#estimateList li{
	width:33.33%;
}
}
@media only screen and (max-width:400px) {
#estimateList li{
	width:50%;
}
}
/*カウント*/
.leftdate{
	margin-right:20px;
	float:left;
	width:200px;
	font-size:12px;
}
.countTbl th, .countTbl td{
	border:solid 1px #ccc;
	padding:3px;
}
.countTbl td{
	height:20px;
}
.countTbl img{
	max-width: inherit;
	width: inherit;
	height: inherit;
}
.greenbar{
	text-align:right;
	background:url(../img/greenbar.gif) repeat-x left top;
}