@charset "utf-8";
/* CSS Document */

table{
	margin:0;
}

input, button, select, textarea{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

table th,
table td{
	border:0 none;
}

.quickcalcFormCcd{
	background:#e5e5e5;
	border-radius:5px;
	padding:20px;
	margin:20px 0 50px;
}

.quickcalcFormCcd .elementOutput{
	background:#fbfbfb;
}

.elementInput{
	padding:0 0 20px;
}

.calcSubmit p{
	margin:0;
}

.calcSubmit{
	text-align:center;
	background:#bbb;
	border-radius:5px;
	padding:10px;
}

.inputContent{
	background:#eee;
	border-radius:5px;
	padding:20px;
	margin:20px 0 80px;
	position:relative;
}

.inputContent:after{
	content:"";
	display:block;
	width:74px;
	height:32px;
	background:url(../img/arrow.png) no-repeat 0 0;
	position:absolute;
	left:423px;
	bottom:-55px;
}

.elementOutput{
	background:#eee;
	border-radius:5px;
	padding:20px;
}
