/*::::: class :::::::::::::::*/
.txt_red {
	color:#990000;
}
.txt_blue {
	color:#333399;
}
.txt_gray {
	color:#333333;
}
.txt_big {
	font-size:120%;
}
.txt_small {
	font-size:80%;
}
.underline {
	text-decoration:underline;
}
.strike {
	text-decoration:line-through;
}
p.indent1 {
	text-indent:1em;
}
.space_rgt1 {
	padding-right:1em;
}
.space_lft1 {
	padding-left:1em;
}
/* image */
.float_lft {
	float:left;
	margin-right:10px;
	margin-bottom:10px !important;
	clear:both;
}
.float_rgt {
	float:right;
	margin-left:10px;
	margin-bottom:10px !important;
	clear:both;
}
.clear {
	clear:both;
}
/* outline */
table.outline {
	width:100%;
	border:1px solid #0E2984;
	border-collapse:collapse;
	border-spacing:0;
	margin-bottom:0.8em;
}
table.outline td {
	padding:10px 15px 0;
}
/* datatable */
/* enquete_table */
table.datatable,
table.enquete_table {
	margin-bottom:1.2em;
	border:#28AD28 solid 1px;
	border-collapse:collapse;
}
table.enquete_table {
	width:600px;
	margin-left:auto;
	margin-right:auto;
}
table.datatable th,
table.enquete_table th {
	background-color:#DFEFCF;
	border:#28AD28 solid 1px;
	padding:3px 5px;
}
table.datatable td,
table.enquete_table td {
	margin:0px;
	border:#28AD28 solid 1px;
	padding:3px 5px;
}
table.datatable caption,
table.enquete_table caption {
	text-align:left;
}
table.datatable p,
table.enquete_table p {
	margin-bottom:0 !important;
}
table.datatable ul,
table.datatable ol,
table.enquete_table ul,
table.enquete_table ol {
	margin-bottom:0 !important;
}
table.datatable ul li,
table.datatable ol li,
table.enquete_table ul li,
table.enquete_table ol li {
	margin-bottom:0 !important;
}
/* nesttable */
table.datatable table,
table.enquete_table table {
	border:none;
}
table.datatable table th,
table.enquete_table table th {
	border:none;
	background-color:#ffffff;
}
table.datatable table td,
table.enquete_table table td {
	border:none;
}
table.datatable table.datatable {
	border:1px solid #28AD28;
	border-collapse:collapse;
}
table.datatable table.datatable th {
	border:1px solid #28AD28;
	background-color:#ECF7FD;
}
table.datatable table.datatable td {
	border:1px solid #28AD28;
	background-color:#ffffff;
}
/* layouttable */
table.layouttable {
	border:none;
	border-collapse:collapse;
	margin-bottom:10px;
}
table.layouttable td {
	padding:0px 10px 0px 0px;
	border:none;
}
/* bgcolor
============================== */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
td.bg_red,
th.bg_red {
	color:inherit;
	background-color:#FCECEC; /* デザインによって変更 */
}
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#FBFBDF; /* デザインによって変更 */
}
td.bg_blue,
th.bg_blue {
	color:inherit;
	background-color:#EBF9FC; /* デザインによって変更 */
}
td.bg_gray,
th.bg_gray {
	color:inherit;
	background-color:#E9E9E9; /* デザインによって変更 */
}
td.bg_green,
th.bg_green {
	color:inherit;
	background-color:#EDFBEE; /* デザインによって変更 */
}
td.bg_purple,
th.bg_purple {
	color:inherit;
	background-color:#EDE9FA; /* デザインによって変更 */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* bgcolor */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
#tmp_contents table.datatable th.bg_red,
#tmp_contents table.datatable th.bg_yellow,
#tmp_contents table.datatable th.bg_blue,
#tmp_contents table.datatable th.bg_gray,
#tmp_contents table.datatable th.bg_green,
#tmp_contents table.datatable th.bg_purple {
	color:inherit; /* 変更しない */
	background-color:#ECF7FD; /* datatableのthと同じ値を設定 */
}
#tmp_contents table.datatable table th.bg_red,
#tmp_contents table.datatable table th.bg_yellow,
#tmp_contents table.datatable table th.bg_blue,
#tmp_contents table.datatable table th.bg_gray,
#tmp_contents table.datatable table th.bg_green,
#tmp_contents table.datatable table th.bg_purple {
	color:inherit; /* 変更しない */
	background-color:transparent; /* 変更しない */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* indexlist */
/*::::: col_box :::::::::::::::*/
table.col2_box {
	clear:both;
	width:100%;
	background-color:#FFFFFF;
	border-collapse:collapse;
	margin-bottom:10px;
}
table.col2_box td {
	padding-right:20px;
}
table.col2_box td.col2_cell {
	width:50%;

}
/*::::: print :::::::::::::::*/
@media print {

}

