
input[type="number"] {
	-moz-appearance:textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.calcbox .title {
	background-color: #f5f5f5;
	padding: 8px;
	text-align: center;
}
.calcbox .title span {
	font-weight: bold;
	font-size: 18px;
	color: #d00000;
	line-height: 1.3;
	display: inline-block;
	vertical-align: middle;
}
.calcbox p.subtitle{
	font-size:14px;
}
.calcbox p.subtitle strong{
	font-weight: bold;
}
.calcbox .title img {
	vertical-align: middle;
	margin: 0 10px;
}
.calcbox .left,
.calcbox .right {
	padding: 20px;
}
.calcbox .left {
	width: 66%;
	float: left;
}
.calcbox .right {
	width: 33%;
	float: right;
}

.calcbox .contents {
	background-color: #fff6d4;
	padding: 6px 10px 10px;
	margin: 6px 0 15px;
	width: 100%;
}
.calcbox .contents table {
	border-spacing: 0;
	width: 100%;
	border-collapse: collapse;
	border-bottom: 2px solid #d00000;
}
.calcbox .contents th {
	width: 25%;
	text-align: left;
}
.calcbox .contents td {
	width: 25%;
	text-align: right;
}
.calcbox .contents th,
.calcbox .contents td {
	padding: 10px 10px;
	font-size: 14px;
}
.calcbox .contents .line th,
.calcbox .contents .line td {
	border-bottom: 1px solid #aaaaaa;
	white-space: nowrap;

}
.calcbox .contents input {
	width: 80px;
	text-align: right;
	height:26px;
}

.calcbox .contents #totalnum {
	display: inline-block;
	width: 80px;
	padding: 0 10px 0 0;
	font-weight: bold;
	font-size: 24px;
	text-align: right;
	color: #d00000;
}

.calcbox .right img {
	margin-top:40px;
	margin-bottom: 10px;
	max-width: 100%;
}
.calcbox .note {
	color: #ff0000;
}
.calcbox .uline {
	color: #ff0000;
	text-decoration: underline;
}
.calcbox .supplementary li {
	line-height: 1.3;
}
