@charset "utf-8";
/* -------------------------------
 * FONTSIZE MODEL * 基本サイズ14px
 * -------------------------------
 *  72% ->		10pxに相当
 *  79% ->		11pxに相当
 *  86% ->		12pxに相当
 *  93% ->		13pxに相当
 * 100% ->		14pxに相当
 * 108% ->		15pxに相当
 * 115% ->		16pxに相当
 * 122% ->		17pxに相当
 * 129% ->		18pxに相当
 * 136% ->		19pxに相当
 * 143% ->		20pxに相当
 * 150% ->		21pxに相当
 * 158% ->		22pxに相当
 * 165% ->		23pxに相当
 * 172% ->		24pxに相当
 * 179% ->		25pxに相当
 * 186% ->		26pxに相当
 * ------------------------------- */
/*--------------
基本設定
----------------------------------------------------------*/
body {
	line-height:1.4;
	letter-spacing:1px;
	color:#333;
	font-size:14px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
br {
	letter-spacing:normal;
}
a {
	color:#1111cc;
	text-decoration:none;
	outline: none;
	cursor:pointer;
}
a:hover {
	color:#cc6666;
	text-decoration:underline;
	outline: none;
}
a:hover img {
	opacity:0.6;
	filter: alpha(opacity=60);
}
img {
	border:0;
}
label {
	position: relative;
	top: -3px;
	left:3px;
	cursor:pointer;
}
strong {
	font-weight:bold;
}
ol li {
	list-style-type:decimal;
}
input, select { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif; }
hr {
	margin:50px 0;
	page-break-after: always;
}
hr.abridged {
	/* 簡易版用 */
	margin:10px 0;
	page-break-after: auto;
}
/*--------------
構造
#container
	┗#header
	┗#contents
		┗#main
#footer
#totop
@media print
----------------------------------------------------------*/
html {
	background:#efefef;
}
#container {
	width:100%;
	background:#efefef;
	/*background:#005275;*/
}
#header {
	width:100%;
	height:90px;
	/*border-bottom:1px solid #ccc;*/
	background:#fff;
}
#contents {
	width:100%;
	padding-bottom:50px;
	border-bottom:1px solid #ccc;
	background:#fff;
}
#main {
	width:800px;
	padding-left:33px;
}
#footer {
	width:800px;
	height:31px;
}
#button {
	margin:25px 0;
	padding:0;
	text-align:center;
}
#totop{
	position:fixed;
	bottom:0;
	right:0;
}
/*--------------
ヘッダー（header）
----------------------------------------------------------*/
#header .user_info {
	width:100%;
	height:25px;
}
#header .user_info div {
	width:500px;
	height:25px;
	padding-top:4px;
	padding-left:20px;
}
#header div.h1_bg,
#header div.h1_selfcheck_bg {
	width:100%;
	height:31px;
}
#header div.h1_bg{
	background:#7fb549;
}
#header div.h1_selfcheck_bg{
	background:#33cccc;
}

#header div.h1_bg h1 {
	width:456px;
	height:31px;
	background: url(../images/h2_title.gif) no-repeat;
}
#header div.h1_bg h1.h1_eng {
	width:600px;
	height:31px;
	background: url(../images/h2_title_eng.gif) no-repeat;
}
#header div.h1_selfcheck_bg h1{
	/*width:584px;*/
	width:700px;
	height:31px;
	/*margin:0 auto;*/
	background: url(../images/h2_title_selfcheck.gif) no-repeat !important;
}
#header div.h1_selfcheck_bg h1.h1_eng{
	/*width:584px;*/
	width:700px;
	height:31px;
	/*margin:0 auto;*/
	background: url(../images/h2_title_selfcheck_eng.gif) no-repeat !important;
}
#header div.h1_selfcheck_bg h1.advantage {
	background: url(../images/h2_title_selfcheck_advantage.gif) no-repeat !important;
}
#header div.h1_selfcheck_bg h1.advantage_h1_eng {
	background: url(../images/h2_title_selfcheck_advantage_eng.gif) no-repeat !important;
}
#header div.h1_bg h1 a{
	width:456px;
	height:77px;
	display: block;
}
#header div.h1_selfcheck_bg h1 a {
	width:584px;
	height:77px;
	display: block;
}
#header div.h1_bg h1 span,
#header div.h1_selfcheck_bg span{
	visibility: hidden;
	display: block;
}




#header ul.basic_menu {
	position:absolute;
	width:320px;
	top:60px;
	left:580px;
}
#header ul.basic_menu.use_disp_mode {
	left: 520px !important;
	width: 400px !important;
}
#header ul.basic_menu.disuse_disp_mode {
	left: 560px !important;
}
#header ul.sub_menu {
	position:absolute;
	width:280px;
	height:25px;
	top:5px;
	left:580px;
}
#header ul.sub_menu li {
	float:left;
	overflow:hidden;
	height:20px;
	margin-left:10px;
	background:url(../images/arrow_orange.gif) 0 0 no-repeat;
	font-size:72%;
}
#header ul.sub_menu li a {
	display:block;
	_display:inline;
	height:25px;
	padding-left:12px;
	text-align:left;
	zoom: 1; /* IE6対応 */
}
#header ul.basic_menu li {
	float:left;
	overflow:hidden;
	height:20px;
	margin-left:10px;
	font-size:72%;
}
#header ul.basic_menu li a {
	display:block;
	_display:inline;
	height:20px;
	text-align:left;
	zoom: 1; /* IE6対応 */
}
#header ul.basic_menu li span {
	/*visibility: hidden;*/
	display: block;
}
#header ul.basic_menu li span {
	width:25px;
	height:20px;
	margin-left:22px;
	line-height:22px;
}
#header ul.basic_menu li.guide span {
	width:35px;
}
#header ul.basic_menu li.mail span {
	width:50px;
}
#header ul.basic_menu li.list span {
	width:35px;
}
#header ul.basic_menu li.logout span {
	width:60px;
}
#header ul.basic_menu li.ch_lang span {
	width:45px;
}
#header ul.basic_menu li.ch_dm span {
	width:70px;
	margin-left:28px;
}
#header ul.basic_menu li.mail {
	background:url(../images/btn_mail.gif) 0 0 no-repeat;
}
#header ul.basic_menu li.mail a:hover {
	background:url(../images/btn_mail.gif) 0 -20px no-repeat;
}
#header ul.basic_menu li.guide {
	background:url(../images/btn_guide.gif) 0 0 no-repeat;
}
#header ul.basic_menu li.guide a:hover {
	background:url(../images/btn_guide.gif) 0 -20px no-repeat;
}
#header ul.basic_menu li.home {
	background:url(../images/btn_home.gif) 0 0 no-repeat;
}
#header ul.basic_menu li.home a:hover {
	background:url(../images/btn_home.gif) 0 -20px no-repeat;
}
#header ul.basic_menu li.back {
	background:url(../images/btn_back.gif) 0 0 no-repeat;
}
#header ul.basic_menu li.back a:hover {
	background:url(../images/btn_back.gif) 0 -20px no-repeat;
}
#header ul.basic_menu li.list {
	background:url(../images/btn_back.gif) 0 0 no-repeat;
}
#header ul.basic_menu li.list a:hover {
	background:url(../images/btn_back.gif) 0 -20px no-repeat;
}
#header ul.basic_menu li.logout {
	background:url(../images/btn_linkLogout.gif) 0 0 no-repeat;
}
#header ul.basic_menu li.logout a:hover {
	background:url(../images/btn_linkLogout_ov.gif) 0 0 no-repeat;
}
#header ul.basic_menu li.ch_lang {
	background:url(../images/btn_ch_lang.gif) 0 0 no-repeat;
}
#header ul.basic_menu li.ch_lang a:hover {
	background:url(../images/btn_ch_lang.gif) 0 -20px no-repeat;
}
#header ul.basic_menu li.ch_dm {
	background:url(/crems/usr/mentalquestionnairesp/images/btn_ch_mobile.gif) 0 0 no-repeat;
}
#header ul.basic_menu li.ch_dm a:hover {
	background:url(/crems/usr/mentalquestionnairesp/images/btn_ch_mobile.gif) 0 -20px no-repeat;
}
/*--------------
メインコンテンツ（contents）
----------------------------------------------------------*/
/* 回り込み解除 */
#contents:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/*--------------
main
----------------------------------------------------------*/
#main h3 {
	margin:0 0 15px -15px;
	padding:5px;
	border-top:px solid #999;
	border-bottom:2px solid #999;
	background:#efefef;
	font-weight:bold;
}
#main h3 span{
	display:block;
	height : 14px;
	padding:4px 0 0 8px;
	border-left: 4px solid #999 ;
	font-size:115%;
	line-height:16px;
}
#main h4 {
	padding:0 5px 5px 15px;
	background:url(../images/mark.gif) 0 0 no-repeat;
	font-weight:bold;
}
#main p {
	margin-bottom:1em;
}
#main dl.mh_user_info {
	margin-bottom:2em;
}
#main dl.mh_user_info dt {
	float: left;
	width: 240px;
	margin: 0 0 2px 0;
	padding: 0.2em 0 0.2em 5px;
	color: #333;
	background:#f0fff0;
	border-left:4px solid #6b8e23;
	font-weight:bold;
	text-align:left;
}
#main dl.mh_user_info dd {
	margin: 0 0 2px 75px;
	padding: 0.2em 0.5em 0.2em 1em;
	font-weight:bold;
}
#main table.stress_prof {
	empty-cells:show;
	margin-bottom:2em;
}
#main table.stress_prof th {
	padding:7px;
	border:1px solid #ccc;
	background-color:#efefef;
	color:#333;
	font-weight:bold;
	text-align:left;
	white-space:nowrap;
}
#main table.stress_prof td {
	padding:5px;
	border:1px solid #ccc;
	text-align:center;
	vertical-align:middle;
}
#main table.stress_prof td.rank {
	border:0;
	width:50px;
	font-size:72%;
}
#main table.stress_prof td.warning {
	color:#f0f8ff;
	background:#778899;
}
#main table.stress_prof td.blank {
	border:0;
}
#main table.stress_prof td.total {
	border:0;
	width:50px;
}
#main table.stress_prof td.total_cat {
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:lemonchiffon;
}
#main table.stress_prof td.total_all {
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:1px solid #ccc;
	background-color:lemonchiffon;
}
#main table.stress_prof td:first-child {
	text-align:left;
}

#main table.fatigue_prof {
	width: 100%;
	margin-bottom:2em;
	empty-cells:show;
	border:1px solid #efefef;
}
#main table.fatigue_prof img {
	vertical-align: bottom;
}
#main table.fatigue_prof th,
#main table.fatigue_prof td {
	padding:7px;
	border:1px solid #efefef;
	font-size:86%;
}
#main table.fatigue_prof th {
	background-color:#ccc;
	color:#333;
	font-weight:bold;
	text-align:left;
	white-space:nowrap;
}
#main table.fatigue_prof th.qst_division {
	background-color:#efefef;
}
#main table.fatigue_prof td {
	vertical-align:middle;
}
#main table.fatigue_prof td.warning {
	color: #fff;
	background-color: #c00;
}
#main table.fatigue_prof tr.ans_itemname {
	background-color: #fcfcfc;
	font-weight: bold;
	text-align: center;
}

#main table.inspection_date {
	empty-cells:show;
	margin-bottom:2em;
}
#main table.inspection_date th {
	padding:7px;
	background-color:#efefef;
	color:#333;
	font-weight:bold;
	text-align:right;
	white-space:nowrap;
}
#main table.inspection_date td {
	padding:5px;
	border-bottom:1px solid #efefef;
	vertical-align:middle;
}
#main table.questionnaire {
	width:100%;
	empty-cells:show;
	border:1px solid #efefef;
}
#main table.questionnaire th {
	padding:7px;
	border:1px solid #efefef;
	background-color:#ccc;
	color:#333;
	font-size:86%;
	font-weight:bold;
	text-align:left;
	white-space:nowrap;
}
#main table.questionnaire th.qst_division {
	background-color:#efefef;
}
#main table.questionnaire td {
	padding:7px;
	border:1px solid #efefef;
	border-right:0;
	border-left:0;
	font-size:86%;
	vertical-align:top;
}
#main table.questionnaire td:first-child {
	text-align:center;
}
#main table.questionnaire td.qst_item {
	border-right:1px solid #efefef;
}
#main table.questionnaire td.radio_btn {
	white-space:nowrap;
}
#main table.questionnaire td label {
	top:0;
	margin-right:10px;
	white-space:nowrap;
}
#main table.questionnaire td label input {
	margin-right:3px;
	position:relative;
	top:2px;
}
#main img.star {
	margin-top:-5px;
	vertical-align: middle;
}
.wrap_selfcheck_start {
	display: flex;
}
.wrap_selfcheck_start > p {
	margin-right: 24px;
	padding: 32px 0 40px;
}
a.btn_stresscheck_freetext {
	display: block;
	width: 323px;
	height: 35px;
	padding: 7px 0 0 15px;
	background: url(../images/btn_stresscheck_bg.gif) 0 0 no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 143%;
}
a:hover.btn_stresscheck_freetext {
	text-decoration: none;
	opacity:0.6;
	filter: alpha(opacity=60);
}
.impt_message {
	display:block;/* inline要素への対応として*/
	margin:10px 0;
	padding:7px;
	border:1px solid #f00;
	background:#fff0f5;
}
.impt_message_inline {
	display:inline-block;
	margin:5px 5px;
	padding:7px 7px 5px;
	border:1px solid #f00;
	background:#fff0f5;
}
.print {
	text-align:right;
}
a.btn_print_freetext {
	display: inline-block;
	width: 53px;
	height: 19px;
	padding: 4px 0 0 22px;
	background: url(../images/btn_print_bg.gif) 0 0 no-repeat;
	color: #333;
	font-size: 79%;
	text-align: left;
}
a.btn_print_freetext span {
	display: block;
	width: 45px;
	text-align: center;
}
a:hover.btn_print_freetext {
	text-decoration: none;
	opacity:0.6;
	filter: alpha(opacity=60);
}
#main .subhead {
	margin: 2em 0 1em -10px;
	padding: 4px 0 3px 5px;
	border-left: 5px solid #666;
	border-bottom: 1px solid #666;
	font-weight: bold;
}

/*--------------
ストレスチェック結果画面
----------------------------------------------------------*/
.result_submit {
	margin-bottom:50px;
	padding:20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	background-color: #fff;
	border:2px solid #7fb549;
}
.result_submit .title {
	margin-bottom:10px;
	font-weight:bold;
	font-size:129%;
	text-align:left;
}
.result_submit .contents {
}
.result_submit ul.button {
	width:336px;
	height:42px;
	/*margin:0 auto;*/
}
.result_submit ul.button li {
	float:left;
	width:336px;
	height:42px;
}
.result_submit ul.button li a {
	display:block;
	width:336px;
	height:42px;
	text-decoration:none;
	text-indent:25px;
}
.result_submit ul.button li a:hover {
	opacity: 0.6;
	cursor:pointer;
}
.result_submit ul.button li a span {
	text-align:center;
	line-height:42px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
}
.result_submit ul.button li a.yes {
	width:338px;
	height:42px;
	background:url(../images/btn_stresscheck_yes.gif) 0 0 no-repeat;
}
.result_submit ul.button li a.no {
	width:338px;
	height:42px;
	background:url(../images/btn_stresscheck_no.gif) 0 0 no-repeat;
}
/*--------------
ストレスチェック同意画面
----------------------------------------------------------*/
.consent_stresscheck {
	padding:20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	background-color: #fff;
	border:2px solid #7fb549;
}
.consent_stresscheck .conduct {
	margin-top:2em;
}
.consent_stresscheck .conduct ul.button {
	width:682px;
	height:42px;
	margin:0 auto;
}
.consent_stresscheck .conduct  ul.button li {
	float:left;
	width:336px;
	height:42px;
}
.consent_stresscheck .conduct  ul.button li:first-child {
	padding-right:5px;
}
.consent_stresscheck .conduct  ul.button li a {
	display:block;
	width:336px;
	height:42px;
	text-decoration:none;
	text-indent:25px;
}
.consent_stresscheck .conduct  ul.button li a:hover {
	opacity: 0.6;
	cursor:pointer;
}
.consent_stresscheck .conduct  ul.button li a span {
	text-align:center;
	line-height:42px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
}
.consent_stresscheck .conduct  ul.button li a.yes {
	width:338px;
	height:42px;
	background:url(../images/btn_stresscheck_yes.gif) 0 0 no-repeat;
}
.consent_stresscheck .conduct  ul.button li a.no {
	width:338px;
	height:42px;
	background:url(../images/btn_stresscheck_no.gif) 0 0 no-repeat;
}
/*--------------
tableスタイル
----------------------------------------------------------*/
/* normal */
table.normal {
	border-collapse: collapse;
	border-spacing: 0;
}
table.normal th {
	padding:7px ;
	border:1px solid #ccc;
	background:#efefef;
	font-weight:bold;
	white-space:nowrap;
}
table.normal th.gray {
	background:#808080;
	color:#fff;
}
table.normal td {
	padding:7px;
	border:1px solid #ccc;
	line-height:1.5em;
}
/*--------------
フッター
----------------------------------------------------------*/
#footer address {
	padding:10px 0 0 0;
	font-style:normal;
	font-size:72%;
	text-align:center;
}
/*--------------
#button
----------------------------------------------------------*/
#button input {
	width:150px;
	height:35px;
	cursor:pointer;
}
/*--------------
totop
----------------------------------------------------------*/
#totop img { /* IE7,8で透過pngにjsで透過させた場合のバグ（背景色に#000000が設定される）対応として */
	background-color:#fff;
}
/*--------------
全体共通のclass
----------------------------------------------------------*/
/* テキストフォント関係 */
.red {
	color:#f00;
}
.green {
	color:#009900;
}
.orange {
	color:#ff9900;
}
.orange2 {
	color:#ff6600;
}
.blue {
	color:#333399;
}
.pink {
	color:#FF6666;
}
.bold {
	font-weight:bold;
}
.focus {
	background:#fffff0;
}
.fw_normal {
	font-weight:normal;
}
.fs86per {
	font-size: 86% !important;
}
.fs100per {
	font-size: 100% !important;
}
/* ボックス関係（margin padding 設定） */
.mt0 {
	margin-top:0 !important;
}
.mr0 {
	margin-right:0 !important;
}
.mb0 {
	margin-bottom:0 !important;
}
.ml0 {
	margin-left:0 !important;
}
.mt1em {
	margin-top:1em !important;
}
.mr1em {
	margin-right:1em !important;
}
.mb1em {
	margin-bottom:1em !important;
}
.ml1em {
	margin-left:1em !important;
}
.mt2em {
	margin-top:2em !important;
}
.mr2em {
	margin-right:2em !important;
}
.mb2em {
	margin-bottom:2em !important;
}
.ml2em {
	margin-left:2em !important;
}
.mtb25px {
	margin:25px 0;
}
.ml22px {
	margin-left:22px !important;
}
.ml57px {
	margin-left:57px !important;
}
.pt0 {
	padding-top:0 !important;
}
.pr0 {
	padding-right:0 !important;
}
.pb0 {
	padding-bottom:0 !important;
}
.pl0 {
	padding-left:0 !important;
}
.pt1em {
	padding-top:1em !important;
}
.pr1em {
	padding-right:1em !important;
}
.pb1em {
	padding-bottom:1em !important;
}
.pl1em {
	padding-left:1em !important;
}
.pt2em {
	padding-top:2em !important;
}
.pr2em {
	padding-right:2em !important;
}
.pb2em {
	padding-bottom:2em !important;
}
.pl2em {
	padding-left:2em !important;
}
.pt3em {
	padding-top:3em !important;
}
.pr3em {
	padding-right:3em !important;
}
.pb3em {
	padding-bottom:3em !important;
}
.pl3em {
	padding-left:3em !important;
}
.pr7px {
	padding-right:7px !important;
}
.pl22px {
	padding-right:22px !important;
}
/* 位置調整 */
.text_left {
	text-align:left !important;
}
.text_right {
	text-align:right !important;
}
.text_center {
	text-align:center !important;
}
.text_top {
	vertical-align:top !important;
}
.text_middle {
	vertical-align:middle !important;
}
.bd0 {
	border: none !important;
}
.bg_none {
	background: transparent !important;
}
/* ※印インデント調整 */
.komeindent {
	display:block;
	text-indent:-1em;
	padding-left:1em;
}
.komeindent2 {
	display:block;
	text-indent:-2.0em;
	padding-left:2.0em;
}
.komeindent3 {
	display:block;
	text-indent:-2.9em;
	padding-left:3.0em;
}
/* リンク、その他 */
.underline {
	text-decoration:underline;
}
.nowrap {
	white-space:nowrap;
}
.disnon {
	display: none;
}

/*-- START 所属ツリーボタン --*/
button#searchButton,
button#clearButton,
button#submitButton,
button#closeButton{
	text-align:start;
}
/*-- END 所属ツリーボタン --*/

/*　▲共通のclass追加　140205▲　*/
/*--------------
印刷用設定
----------------------------------------------------------*/
@media print{
html {
	background:#fff;
}
#container {
	background:#fff;
}
#contents {
	background: none;
}
#totop img {
	display:none;
}
}
