@charset "utf-8";

/***************************  診断実施ページ   ***************************/

/*-- 診断実施ページ Top--*/
.txt_notice{
	font-size: 140%;
	font-weight: bold;
	line-height: 1.2;
	color: #0070d5;
	margin-top: 0.8em;
}
.txt_request {
	margin-left: 1em;
	margin-top: 1em;
}
.rule {
	border: 1px solid #d5d5d5;
	margin: 1em 0em 0.5em 1em;
	padding: 0.9em;
	
}
.confirm {
	/*float: right;*/
	/*margin-right: 2em;*/
	text-align: center;
}
	.confirm input{
		vertical-align: middle;
		margin-top: -5px;
		/*margin-top: -4px\0; /* ie8, ie9, ie10, ie11 only*/
	}
	@media all and (min-width:0\0) and (min-resolution: .001dpcm)
	{
		/* ie9 */
		.confirm input { margin-top: -5px; }
	}
	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
	/* ie10, ie11+ */
		.confirm input {
		margin-top: -4px;}
	}

	@media screen and (-webkit-min-device-pixel-ratio:0) {
		/* for safari only*/
		::i-block-chrome,.confirm input{
			margin-top: -5px;
		}
	}
	@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
		/* for chorme only*/
		.confirm input {
			margin-top: -3px;
		}
	}
	.confirm label {
		font-size: 16px;
	}
	
.redirect {
	/*clear: both;*/
	margin-top: 1.2em;
	width: 62em;
	text-align: center;
}
.cursor_hover {
	cursor: pointer;
}
.button {
	width: 8em;
	height: 3em;
}
.note {
	margin-top: 1em;
	margin-left: 1em;
	margin-right: 1em;
	font-size: 90%;
}
.tbl_overall_points {
	width: 67em;
	margin-left: 1.8em;
	margin-bottom: 1em;
	font-size: 90%;
}
	.tbl_overall_points td {
		padding-left: 0.5em;
		border: 1px solid #d5d5d5;
		vertical-align: middle;
		line-height: 1.8;
	}
	
	.align_center {
		text-align: center !important;
	}
	.align_right {
		text-align: right;
	}
	.align_middle {
		vertical-align: middle;
	}
	.align_top {
		vertical-align: top;
	}
	.width1em {
		width: 1em !important;
	}
	.width2em {
		width: 2em !important;
	}
	
	.width4em {
		width: 4.5em !important;
	}
	.width5em {
		width: 5em !important;
	}
	.width3em {
		width: 3em !important;
	}
	.width8em {
		width: 8em !important;
	}
	.width10em {
		width: 10em !important;
	}
	.width23em {
		width: 23em !important;
	}
	.width30em {
		width: 30em !important;
	}
	.width35em {
		width: 35em !important;
	}
	.width41em{
		width: 41em !important;
	}
	.width46em {
		width: 46.5em !important;
	}
	.width505em {
		width: 50.5em !important;
	}
	.width100px {
		width: 100px !important;
	}
	.width20px {
		width: 20px !important;
	}
	.height25px {
		height: 25px;
	}
	.height30px {
		height: 30px !important;
	}
	.floatleft {
		float: left;
	}
	.style_italic {
		font-style: italic;
		font-size: 95%;
	}
	.style_bold {
		font-weight: bold !important;
	}
	.style_underline {
		text-decoration: underline;
	}
	.color_red {
		color: red;
	}
	.color_red2 {
		font-size: 140%;
		color: red;
	}
	.color_green {
		color: #00b050;
	}
	.color_blue {
		color: #1f497d;
	}
	.border_none {
		border: none !important;
	}
	.border_top_none {
		border-top: none !important;
	}
	.border_bot_none {
		border-bottom: none !important;
	}
	.border_bot2 {
		border-bottom: 2px solid #999999;
	}
	.border_right_none {
		border-right: none !important;
	}
	.border_left_none {
		border-left: none !important;
	}
	.padding_left05 {
		padding-left: 0.5em;
	}
	.padding_left04 {
		padding-left: 0.4em;
	}
	.padding_left07 {
		padding-left: 0.7em;
	}
	.padding_right05 {
		padding-right: 0.5em;
	}
	.margin_top05em {
		margin-top: 0.5em;
	}
	.margin_top1em {
		margin-top: 1em;
	}
	.margin_top10 {
		margin-top: 10px !important;
	}
	.margin_left15em {
		margin-left: 1.5em;
	}
	.margin_left1em {
		margin-left: 1em;
	}
	.margin_left2em {
		margin-left: 2em;
	}
	.margin_right1em {
		margin-right: 1em !important;
	}
	.bg_colore0e0ff {
		background: #e0e0ff;
	}
	
/*-- 診断実施ページ Question--*/
#data  a{
	text-decoration: underline;
}
.dai_title {
	margin-top: 1em;
	/*margin-top: 0.5em;*/
	font-size: 140%;
	font-weight: bold;
	background-color: #396a15;
	/*background-color: #dbeed6;*/
	color: #fff;
	padding: 0.3em;
	/*border-bottom: 2px solid #0070d5;*/
}
p.dai_chyu {
	color: #000;
	margin-top: 0.5em !important;
	margin-bottom: 2em;
}
.moku_number {
	margin-top: 0.5em;
}
.q {
	float: left;
	width: 1.6em;
	height: 1.45em;
	color: white;
	background: #0070d5;
	text-align: center;
	padding-top: 0.15em;
	margin-right: 1em;
	font-size: 130%;
	font-weight: bold;
}
.q_right {
	padding-top: 0.15em;
	/*border-bottom: 2px solid #0070d5;*/
	font-size: 130%;
	color: #000;
}

.q2 {
	color: #000;
	font-size: 120%;
}

.q3 {
	background-color: #ffffcc;
	border: 3px #f59211 solid;
	/*border: 3px #f4a110 solid;*/
	margin: 1em 2em 0 2em;
	color: #000;
	font-size: 110%;
	padding: 0.5em;
}

.tbl_question {
	/*margin-top: 1em;*/
	margin-left: 2.5em;
	margin-bottom: 2em;
	/*width: 57.5em;*/
	width: 50em;
	font-size: 110%;
	color: #000;
}
/*	.tbl_question th {
		border: 1px solid #999999;
		text-align: center;
		height: 1.8em;
		vertical-align: middle;
		background: #b2cef3;
	}*/
	.tbl_question td {
		line-height: 2;
	}
	input {
		vertical-align: middle;
		margin-right: 0.5em;
		margin-left: 0.25em;
		margin-top: -4px;
		margin-top: -5px\0; /* ie8, ie9, ie10, ie11 only*/
	}
	
	@media all and (min-width:0\0) and (min-resolution: .001dpcm)
	{
		/* ie9 */
		input { margin-top: -5px; }
	}
	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
	/* ie10, ie11+ */
		input {
		margin-top: -4px;}
	}
	/* IE10 and IE11 both use -ms-high-contrast */
	/*@media all and (-ms-high-contrast:none)
	 {
	 .tbl_question input { margin-top: -4px; } /* IE10 */
	 /**::-ms-backdrop, .tbl_question input { margin-top: -3px; } /* IE11 
	 }*/

	@media screen and (-webkit-min-device-pixel-ratio:0) {
		/* for safari only*/
		::i-block-chrome,input{
			margin-top: -5px;
		}
	}
	@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
		/* for chorme only*/
		input {
			margin-top: -3px;
		}
	}
	.tbl_question label {
		margin-right: 0.25em;
		font-size: 13px;
	}
.tbl_sub_question {
	margin-left: 1em;
	/*margin-left: 19px;*/
}
.option {
	margin-left: 3em;
	/*margin-left: 41px;*/
	margin-top: 5px;
	margin-bottom: 7px;
}
.option_sub {
	margin-top: 5px;
	margin-bottom: 7px;
}
.tbl_example {
	margin-left: 4.5em;
	/*margin-left: 43px;*/
	background: #e0e0ff;
	border: 1px solid #6a6afe;
	font-size: 90%;
	margin-bottom: 14px;
	width: 45.5em;
	/*display: none;*/
}
.tbl_example2 {
	margin-left: 4.5em;
	/*margin-left: 43px;*/
	background: #f0f8ea;
	border: 1px solid #7fbc52;
	font-size: 90%;
	margin-bottom: 14px;
	width: 45.5em;
	/*display: none;*/
}
.tbl_example_sub {
	margin-left: 1em;
	font-size: 90%;
	/*width: 55.9em;*/
	background: #f0f8ea;
	border: 1px solid #7fbc52;
	margin-top: 10px;
	margin-bottom: 8px;
	width: 45.5em;
	/*display: none;*/
}
.tbl_note {
	margin-top: 10px;
	font-size: 90%;
	/*display: none;*/
}
.txt_note {
	font-size: 90%;
	padding-top: 5px;
	/*display: none;*/
}

/*-- ページ６資料 --*/
.txt_top_left {
	float: left;
	margin-top: 1em;
	font-size: 130%;
	font-weight: bold;
}
.print {
	float: right;
	margin-top: 1em;
}
.result_title {
	clear: both;
	text-align: center;
	font-size: 200%;
	color: #0070D5;
	margin: 1em 0;
}
.mark_result {
	/*width: 50em;*/
	margin-top: 0.5em;
	margin-left: 5em;
}
	.tbl_mark_result {
		width: 90%;
		
	}
	.tbl_mark_result  td {
		height: 2em;
		vertical-align: middle;
		border: 1px solid #999999;
		color: #000;
		font-size: 110%;
	}
	.colorEDF6FF {
		background: #EDF6FF; 
	}
.chart_canvas {
	width:500px !important;
	height:500px !important;
	margin-left: 5em;
}
.canvas {
	margin: 0 auto;
	text-align: center;
}
.evaluation {
	margin-top: 1em;
	margin-right: 1em;
}
.eval_title {
	margin-bottom: 0.5em;
	font-size: 130%;
	background-color: #0070D5;
	border: 1px solid #ffc;
	font-weight: bold;
	padding: 0.3em 0.5em;
}
	.eval_title  span{
		color: #fff;
		margin-bottom
	}
.eval_cont {
	margin-top: 1em;
	margin-right: 1em;
	margin-left: 1em;
	font-size: 110%;
	color: #000;
}

.eval_cont .sds_hyo {
	font-size: 130%;
	color: #0070d5;
	font-weight: bold;
}

.eval_cont2 {
	margin-top: 1em;
	margin-right: 1em;
	margin-left: 1em;
	font-size: 130%;
	color: #000;
}

.list_result_item_title {
	margin-top: 1em;
	font-size: 140%;
	font-weight: bold;
	color: #000;
}

.link_break {
	width: 58em;
	display: block;
	word-break: break-all;
}
.tbl_answer {
	margin-top: 1em;
	margin-left: 2.5em;
	width: 57.5em;
	margin-bottom: 2em;
}
.tbl_answer td {
	line-height: 2;
	border: 1px solid #999999;
}

.sds_img8 img{
	width: 14.65em;
}

