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

/* -------------------------------
	再定義
------------------------------- */
/* tag */
#content h4 {
	line-height: 1.2em;
	border-bottom: dotted 1px #c3c2c2;
	padding-bottom: 3px;
	font-weight: normal;
	margin: 20px 0;
}
#content h4.question-ttl1 {
	line-height: 1.2em;
	border-bottom: dotted 1px #c3c2c2;
	padding: 0 10px 3px;
	font-weight: normal;
	margin: 0 0 20px;
	background-image: url(../shared/images/cmn_icn02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 1.5em;
}

/* -------------------------------
	アンケート
------------------------------- */
.question-box1 {
	background-color: #f6f6f6;
	padding: 20px 10px;
	width: 614px;
	border: solid 1px #CCCCCC;
	margin-bottom: 10px;
}
.question-box1 th {
	width: 200px;
	border-right: solid 1px #cccccc;
	text-align: right;
	vertical-align: middle;
	padding: 4px;
}
.question-box1 td {
	width: 350px;
	vertical-align: middle;
	padding: 4px 0;
}
.question-box1 td p {
	background-color: #ff7f00;
	position: relative;
	height: 13px;
}
.question-box1 td p span {
	position:absolute;
	right: -45px;
	color: #999999;
	font-size: 0.8em;
	width: 40px;
}

.question-tbl1 {
	width: 600px;
	margin: 0 auto 30px;
}
.question-tbl1 td {
	border-bottom: dotted 1px #c4c4c4;
	padding: 16px 8px 8px;
}
.question-tbl1 th {
	border-bottom: dotted 1px #c4c4c4;
	width: 50px;
	text-align: center;
	padding: 16px 0 8px;
}

#cnt1, #cnt2, #cnt3, #cnt4, #cnt5 {
	color: #999999;
	font-size: 0.8em;
	display: none;
}
#total {
	font-size: 0.8em;
	color: #999999;
	text-align: center;
	display: none;
}

