@charset "utf-8";


/* question
   ========================================================================== */

.qabox {
	margin:0px auto 25px;
	width: 100%;
}

.qabox h2 {
	border-left:#46acf9 4px solid;
	padding-left:10px;
	border-bottom:#CCC 1px solid;
}

.question {
	margin-bottom:25px;
	border-collapse:collapse;
	width: 100%;
	box-sizing: border-box;
}
.question th {
	padding:5px 10px;
	background:#26a6ff;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	border:#b6dcf7 4px solid;
	box-sizing: border-box;
}
.question td {
	background:#fff;
	text-align:center;
	border:#b6dcf7 4px solid;
}
.question td.qa {
	padding:5px 10px;
	background:#eff8fe;
	text-align:left;
}


.question2  {
	width: 100%;
	margin-bottom:25px;
	border-collapse:collapse;
	box-sizing: border-box;
}
.question2 th {
	padding:5px 10px;
	background:#26a6ff;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	border:#b6dcf7 4px solid;
}
.question2 td {
	padding:5px 10px;
	background:#fff;
	text-align:center;
	border:#b6dcf7 4px solid;
	width: 26em;
	box-sizing: border-box;
}
.question2 td.qa {
	background:#eff8fe;
	text-align:left;
	width: auto;
}
.question2 td input {
	width:100px;
	padding: 0.5em;
	text-align: right;
}

.qabtm {
	width:300px;
}
.qaresult {
	clear:both;
	font-size:20px;
	font-weight:bold;
	line-height:1.6em;
}
.qaresult input {
	font-size:32px;
	width:45px;
	height:40px;
	padding:4px;
}
.qaresult p {
	font-size: 24px;
	font-weight: bold;
	color: #F60;
	line-height: 34px;
}


.same_w {
	width: 13em;
}

.anchor_base {
	position: relative;
}

#form_question td>label {
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

#button_calculate {
	cursor: pointer;
}

#box_result {
  position: relative;
}

#box_result_inner {
	display: none;
}

#result_comment {
	padding: 1em;
	border: #b6dcf7 4px solid;
}

#result_debug {
	color: #aaa;
	display: none;
}