*{
	margin : 0;
	padding : 0;
}
.display-type{
	display : block;
}
.display-type-none{
	display : none;
}

.container-fluid{
	padding :35px 0;
	background : #eee
}
#notice {
	padding : 3em 0;
}
label{
	font-weight : normal;
	color : #3232ff
}
.menutitle{
	text-align : center;
	line-height : 3em;
	border : 1px solid #ccc000;	
}
.menu {
	font-weight : normal;
	margin-bottom : 25px;
	color : #ff7272;
}
#carprice, #budaeprice, #bondprice, #totalprice, #ask-quotation{
	padding : 35px 0 35px 45px;	
	margin-bottom : 15px;
	border-radius : 20px;
	border : 0.5px dotted #008080;
	box-sizing : border-box;
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
}
#budaeprice, #bondprice, #totalprice, #ask-quotation{
	margin-top : 35px
}
#totalprice, #budaeprice, #bondprice, #ask-quotation{
	display :none
}

.dep,.dep + p, #view_tax,#view_bond{
	color : #cc0000;
}
#view_tax,#view_bond{
	font-size : 15pt;
	font-weight : bold;
}
.sectiontitle{
	color : #3232ff;
	font-weight : normal;
	box-sizing : border-box;
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	margin-bottom : 35px;
	transition : all 0.3s ease;
}
.sectiontitle:hover{
	color : #cc0000;
	margin-left : 3px;
}
.sectiontitle + .row{
	margin-bottom : 25px;
}
.sumtitle {
	font-size : 13pt;
	color : #cc0000;
	text-align : center;
}
.sumtitle + p{
	font-size : 13pt;
	color : #cc0000
}
.bottomline{
	margin-top : 80px;
}
#calbtn,#recalbtn {
	transition : all 0.3s ease;
	-webkit-transition : all 0.3s ease;
	-moz-transition : all 0.3s ease;
}
#calbtn:hover, #recalbtn:hover{
	transform : translateY(-5px);
	-webkit-transform : translateY(-5px);
	-moz-transform : translateY(-5px);
}
#view-residual > div{
	margin-top : 35px;
}
#view-residual .dep{
	line-height : 2em;
	font-size : 12pt;
	text-align : center;
}
#dep_rate,#dep_base,#dep_used{
	font-size : 12pt;
	text-align :center;
}

#dep_rate,#dep_base{
	border-bottom : 0.5px solid #777777;
}

.bottomBox{
	margin-top : 35px
}