* {
	box-sizing: border-box;
}

@media screen and (min-width: 1124px) {

	table.tbl:not(.no_hilight) tbody tr:hover {
		background-color: #fed;
	}
	table.tbl:not(.no_hilight) tbody tr td:nth-child(n+2):hover  {
		background-color: #fc9;
	}

}

@media screen and (max-width: 1123px) {

	.tbl_sp tbody tr td:first-child {
		background: #f0f8ff !important;
	}
	table.tbl:not(.tbl_sp) tbody tr td:first-child {
		background-color: #fff !important;
	}

}

body {
	display: none;
}
.question {
	margin-bottom: 3rem !important;
}
div.caution {
	background: none !important;
	border: 0 !important;
}

span.datetime {
	font-size: 0.72rem !important;
}
input.num {
	width: 4rem;
}
input:disabled,
textarea:disabled {
	background: #ddd;
}
.m {
	vertival-align: middle;
}
.otext {
	width: 800px;
	height: 4rem;
}
.section {
	font-size: 1.3rem !important;
	display: inline-block;
	padding: 0.3rem 1.5rem !important;
	color: #000 !important;
	border: 1px #000 solid !important;
	font-weight: bold !important;
/*
	font-size: 1rem !important;
	border: 0 !important;
	color: #000 !important;
	text-align: left !important;
	margin: 20px 0 !important;
	padding: 0 !important;
*/
}
.qsec1 {
	font-size: 1.3rem !important;
	color: #000 !important;
	text-align: left !important;
	font-weight: bold;
	margin: 20px 0 !important;
}
.sec1_after {
	margin-bottom: 20px;
}
.qsec2 {
	text-align: left !important;
	font-size: 1rem !important;
	font-weight: normal;
}
.qsec3 {
	font-size: 1.1rem !important;
	font-weight: bold;
}
.sec3_after {
	margin-bottom: 20px;
}
.qtitle {
	border: 1px #666 solid;
	background: #fff !important;
}
.sa_clear {
	display: none;
}
.indent1 {
	text-indent: -1rem;
	margin-left: 1rem;
}
.indent1_5 {
	text-indent: -1.2rem;
	margin-left: 1.2rem;
}
.indent2 {
	text-indent: -2rem;
	margin-left: 2rem;
}
.qbranch_pre,
.qbranch_post {
	margin-top: 20px;
	color: #006ebc;
	font-size: 0.9rem;
}
.font_size_sw {
	display: none;
}

.btn_order {
	display: inline-block;
/*	border: 2px #999 solid; */
	border-radius: 12px;
	margin: 4px;
	padding: 4px 8px;
	background: lightblue;
	cursor: pointer;
	width: calc(100% - 26px);
}
.btn_order:hover {
	background: #edc;
}
.btn_order_clear {
	display: inline-block;
/*	border: 2px #999 solid; */
	border-radius: 12px;
	margin: 4px;
	padding: 4px 8px;
	background: #ddd;
	cursor: pointer;
}
.btn_order:hover,
.btn_order_clear:hover {
	background: #eee;
}

h2.section,
.qsec {
	color: #0070c0;
	text-align: center;
	margin: 30px 0;
	border: 5px #0070c0 double;
	padding: 4px;
	font-weight: normal;
	font-size: 20px;
}
.qtitle .qstr {
	margin-left: 2.5rem !important;
	padding-left: 0 !important;
}
.branch_sa tr td,
.branch_ma tr td {
	padding: 2px;
}

.subtitle,
.sq {
	background-color: #eee;
	padding: 5px;
	font-weight: normal;
	margin: 20px 0 15px;
}

.navi_confirm:first-child {
	display: none;
}

/* 監査役協会レイアウト用 */
h1.enqname {
	font-size: 1.4rem;
}
#contents #main .qsec_title {
	font-weight: bold;
	font-size: 16pt;
	margin: 10px 0;
}
#contents #main .qsec2_title {
	font-weight: bold;
	font-size: 14pt;
	margin: 6px 0;
}
#contents #main .qbox {
	margin: 4px 0;
	padding: 8px;
	border: 1px #999 solid;
}
#contents #main .qbox .qnum {
	font-weight: bold;
	font-size: 12pt;
}
#contents #main .qmatrix,
#contents #main .qbranch {
	margin-top: 10px;
}
#contents #main .qbranch table {
	border-collapse: collapse;
}
#contents #main .qbranch table th,
#contents #main .qbranch table td {
	vertical-align: top;
	font-weight: normal;
}
#main .qbranch table tr td label {
/*	display: inline-block; */
/*	display: block; */
	padding-top: 0.1rem;
	padding-left: 2rem;
	text-indent: -1.5rem;
}
#contents #main .qbranch table tr td span.code {
	margin-right: 0;
}
#contents #main .qmatrix table {
	border-collapse: collapse;
}
#contents #main .qmatrix table th,
#contents #main .qmatrix table td {
	font-weight: normal;
	padding: 3px;
}

#contents #main .qbottom_str {
	margin: 10px 4px;
	color: #666;
	font-size: 0.9rem;
}

.info2 {
	margin: 20px 0;
	border: 1px #999 solid;
	padding: 10px;
}
#tbl-Q29-3 th,
#tbl-Q29-3 td {
	min-width: 8rem;
}
#tbl-Q29-3 tr th {
	text-align: center;
	width: 10rem !important;
}
.wavy {
	text-decoration: underline wavy;
}
#toc .toc_sub1 {
	font-size: 1.1rem !important;
	display: inline-block;
	padding: 0.1rem 1rem !important;
	color: #000 !important;
	border: 1px #000 solid !important;
	font-weight: bold !important;
	margin-top: 1.5rem;
}
#toc .toc_sub2 {
	margin: 1rem 0 0 3rem;
}
#question-Q7-3sonota {
	margin-top: -40px;
}

.example {
	border: 2px #006ebc dashed;
	padding: 4px;
}
.qbranch_pre {
	color: #000 !important;
}
.progress_bar_area {
	margin-left: 820px !important;
}
