@charset "utf-8";
/* CSS Document */

div.estimate {
	clear: both;
	width: 950px;
	margin: 100px auto 20px auto;
	color: #616161;
	}

section#top {
	background-image: url(../../image/estimate/top.png);
	background-repeat: no-repeat;
	height: 160px;
	width: 950px;
	position: relative;
}

section#top p {
	color: #FFF;
	position: absolute;
	top: 24px;
	left: 408px;
	width: 512px;
	font-weight: bold;
	line-height: 1.5;
}

section#top p span {
	display: block;
	font-size: 1.1em;
}

div h2 {
	margin-top: 40px;
	font-size: 32px;
	text-align: center;
	padding-bottom: 24px;
	border-bottom: 2px solid #616161;
}

section.form p {
	text-align: center;
	margin-top: 40px;
	font-size: 32px;
	text-align: center;
}

section.form section.error {
	width: 800px;
	margin: 20px auto;
	padding: 40px;
}

section.form section.error p {
	font-size: 16px;
	font-weight: normal;
	color: #F00;
	margin-bottom: 150px;
}

section.form section.error p span {
	font-size: 24px;
}

section.form table {
	width: 888px;
	margin: 20px auto;
}

section.form table tr {
	border-bottom: 1px solid #616161;
}

section.form table td {
	padding: 20px;
}

section.form table th {
	vertical-align: middle;
}

section.form table td div {
	border-left: 2px solid #616161;
	padding-left: 20px; 
}

section.form table td span,section.form table th span {
	display: block;
	margin-top: 8px;
}

section.form table td span.bottom {
	display: inline;
	vertical-align: bottom;
	margin: 0 8px;
}

section.form input,section.form select,section.form textarea {
	font-size: 16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #616161;
	padding: 4px;	
}

:placeholder-shown,
::-webkit-input-placeholder {
	font-weight: normal;
    color: #999;
}


section.button {
	text-align: center;
	margin: 40px 0;
}

section.button li {
	display: inline-block;
	margin-right: 24px;
}

input.btn,section.error p input.btn {
	font-size: 24px;
    position: relative;
    display: inline-block;
    padding: 16px;
    text-decoration: none;
    color: #FFF;
    background: #009a44;/*背景色*/
    border-bottom: solid 2px #006a2f;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

input.btn:active {
    border-bottom: solid 2px #009a44;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

section.check table th {
	width: 20%;
}

section.check table td div {
	border: none;
}

section.result {
	margin: 40px auto;
	line-height: 2;
	width: 800px;
}

section.result p.mail {
	margin: 8px 0;
	padding: 8px;
	background-color: #FF9;
	font-weight: bold;
}

section.result p.info {
	margin: 8px 0;
	font-weight: bold;
}