/* Adas Document */
/* ----------------------------------------- */
/*  共通レイアウト		                     */
/* ----------------------------------------- */

body {
  background:url(../material/back_img_footer.gif) left top repeat;
}

header .backimg_headerline {
	width:100%;
    height:10px;
    vertical-align: bottom;
background-image: -webkit-linear-gradient(left, #00649a, #009cd9);
background-image: -o-linear-gradient(left, #00649a, #009cd9);
background-image: linear-gradient(to right, #00649a, #009cd9);
}
footer .backimg_footerline {
	width:100%;
    height:20px;
    vertical-align: bottom;
background-image: -webkit-linear-gradient(left, #00649a, #009cd9);
background-image: -o-linear-gradient(left, #00649a, #009cd9);
background-image: linear-gradient(to right, #00649a, #009cd9);
}

main article h1 {
	margin:0 0 10px 0;
	padding:0 0 0px 5px;
	/*font-family: 'Meiryo','メイリオ','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;*/
	font-size:24px;
	letter-spacing:4px;
	border-bottom:#CF0000 2px solid;
	line-height:1.5;
}
#view1 main article h1 {
    color:#015894;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #00649a, #009cd9);
    border-image-slice: 1;
}
#view2 main article h1 {
    color:#095a44;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #0d795b, #6ebe54);
    border-image-slice: 1;
}

/* インフォメーションエリア */
#informatinArea {
    margin-top:10px;
}

/* お知らせ */ 
#info {
	width:auto;
	margin:0;
	padding:0 20px;
}

/* BOSCHロゴ（ヘッダー用） */
#BoschLogo {
	position:absolute;
	top:13px;
	right:20px;
	width:200px;
	height:50px;
	/* background:url(../material/img_bosch_logo1.png) left top no-repeat; */
}
#BoschLogo a {
	display:block;
	width:180px;	
	height:40px;
}
#BoschLogo em {
    display:none;
}

/* BOSCHロゴ（フッター用） */
footer #backimg_Logo {
	/*position:absolute;
	top:3px;
	right:20px;*/
    width:auto;
	height:50px;
	/* background:url(../material/img_bosch_logo2.png) 1% 20% no-repeat; */
}

/* LoginUserName */
.LoginName {
	position:absolute;
	top:90px;
	right:192px;
	width:auto;
	height:30px;
    font-size:1.05em;
    color:#fff;
}

/* ログアウトボタン位置 */
#logout {
	position:absolute;
	top:82px;
	right:20px;
	width:150px;
	height:30px;
    z-index: 15;
}

/* チェック・リンク */
.checkLink { text-align:right; padding:10px 0; }
.checkLink a {
	font-size:100%;
	padding:0 15px 0 20px;
	margin-left:15px;
	background:url(../material/icon_arrow.gif) left top no-repeat;
	color:#F60;
}

/* ----------------------------------------- */
/*  テーブル                                  */
/* ----------------------------------------- */

/* 入力テーブル */
table.cont0 {
	border-collapse: collapse;
	border-spacing: 2px;
	border-color: grey;
    margin:5px 0;
}
.cont0 td, .cont0 th {
    display: table-cell;
    vertical-align: inherit;
}
.cont0 th {
    padding: 6px 10px 6px 10px;
    /*border: solid 1px #94989E;*/
    border-bottom:solid 1px #94989e;
    text-align: left;
    font-size:1.0em;
    font-weight:normal;
}
.cont0 td {
    padding: 10px 10px 10px 10px;
    /*border: solid 1px #94989E;*/
    border-bottom:solid 1px #94989e;
    text-align: left;
	font-size:110%;
    background:#fdffff;
}
.cont0 tbody:hover tr:hover td {
    background:#F4F4F4;
}
.cont0 caption {
	padding-bottom:10px;
	text-align:left;
}
.cont0 caption strong {
	font-size:120%;
}
#view1 td.cont1 ,#view1 .cont0 th {
	background:#B9D6ED url(../material/back_img_table1.png) left top repeat;
}
#view2 td.cont1 ,.cont0 th {
	background:#CDE7E5 url(../material/back_img_table1.png) left top repeat;
}
.cont0 th.head {
    text-align: left;
}

/* アンダーライン型テーブル装飾 //////// */

table.cont-u { /* 下ライン付き(table) */
	margin:20px 10px 35px 15px;
	border:none; 
	border-collapse: collapse;
}
.cont-u td, .cont-u th {
    display: table-cell;
    vertical-align: inherit;
    vertical-align:middle;
    font-size:100%;
    /*font-family: monospace,"ＭＳ ゴシック","Osaka−等幅";*/
    letter-spacing:1px;
	border-bottom: 1px dotted #4A4949; 
}

.cont-u td { /* 下ライン付き(td) */
	padding:5px 3px 5px 20px;
}

.cont-u th {
	padding:5px 3px 5px 10px;
	text-align:left;
	font-weight:normal;
    color:#1B2C6C;
}

/* 仕様テーブル */

table.cont-u2 { /* ライン付き テーブルコンテンツ(table) */
	margin:15px 5px 12px 15px;
	border:1px solid #AEBEC9; 
	border-collapse: collapse;
	line-height:1.35;
}
.cont-u2 td, .cont-u2 th { /* ライン付き テーブルコンテンツ */
	vertical-align:middle;
	/*border-bottom: 1px dotted #A0A0A4; */
    border:1px solid #AEBEC9; 
	padding:5px 6px 5px 6px;
	font-family:Arial,Helvetica,Verdana,'ＭＳ ゴシック','Osaka−等幅';
	font-size:1.0em;
	letter-spacing:1px;
	text-align:center;
}
.cont-u2 th {
	font-weight:normal;
	background:#eee;
}
.cont-u2 td.t_right {
    text-align: right;
    padding-left:0;
    padding-right:1.6em;
}

/* 募集要項テーブル */
table.cont1 {
    width:100%;
    margin:6px 0 0 0;
	border-collapse: collapse;
}
.cont1 th, .cont1 td {
    padding:10px 6px 10px 12px;
    vertical-align:middle;
    line-height:1.45;
    border:1px solid #9c9c9c;
    font-size:1.0em;
    font-family: 'Open Sans', sans-serif;
}
.cont1 th {
    /*width:15%;*/
    text-align: left;
    font-weight:normal;
    vertical-align: top;
    white-space:nowrap;
    background:#F4F9FD;
}
.cont1 tr.head th {
    background:#D4E6F7;
}
.cont1 td {
    width:auto;
    padding-left:10px;
    padding-right:10px;
    text-align:left;
    background:#fff;
}

/* ----------------------------------------- */
/*  コンテンツ部                             */
/* ----------------------------------------- */

/* 完了後チェックリスト */
.checkList li {
    font-size:110%;
    font-weight:bold;
}

/* ▼ リストメニュー(アコーディオン用) */

.AcMenu dl { 
  margin:0;
  padding:8px 0;
}
.AcMenu dt { /* リストタイトル */
	font-size:118%;
	letter-spacing:1px;
	line-height:1.5;
}
.AcMenu dt a {
	display:block;
	width:auto;
	height:26px;
	padding:10px 5px 5px 10px;
	margin:0 0 10px 0;
    font-weight:bold;
	border:1px solid #35934b;
	border-left:5px solid #35934b;	
	background:#ffd;
	text-decoration:none;
}
.AcMenu dt a:hover {
	background:#fee;
	border-left:5px solid #F33;	
	text-decoration:underline;
}
.AcMenu dd { /* 内容 */
	font-style:normal;
	font-size:100%;
	line-height:1.6;
	margin:6px 0 8px 0;
}

/* ▼ リストメニュー */

.AcMenu2 dl { 
  margin:0;
  padding:8px 0;
}
.AcMenu2 dt { /* リストタイトル */
	font-size:118%;
	letter-spacing:1px;
	line-height:1.5;
}
.AcMenu2 dt a {
	display:block;
	width:auto;
	height:26px;
	padding:10px 5px 5px 10px;
	margin:0 0 10px 0;
    font-weight:bold;
	border:1px solid #35934b;
	border-left:5px solid #35934b;	
	background:#ffd;
	text-decoration:none;
}
.AcMenu2 dt a:hover {
	color:#2258a9;
	/* background:#fee;
	border-left:5px solid #F33;	
	text-decoration:underline; */
}
.AcMenu2 dd { /* 内容 */
	font-style:normal;
	font-size:100%;
	line-height:1.6;
	margin:6px 0 8px 0;
}

/* ----------------------------------------- */
/*  ログイン、ログアウト、確定ボタン各種           */
/* ----------------------------------------- */

/* Login Box (ログイン／作業報告書作成用) */
#LoginBox {
    width:500px;
    height:auto;
    margin:0 0 20px 0;
    padding:0;
	border: 1px solid #182242;
	overflow:hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 8px rgba(24, 34, 66, .6);
	-moz-box-shadow: 0 0 8px rgba(24, 34, 66, .6);
	box-shadow: 0 0 8px rgba(24, 34, 66, .6);
}
#LoginBox h5 {
    margin:0;
    padding:3px 10px;
    font-size:1.2em;
    font-weight: normal;
    color:#fff;
    text-align:center;
    background-color:#242A73;
    border-bottom:3px solid yellow;
}
#LoginBox table { 
    width:90%;
	margin:5px 0 10px 20px;
	line-height:1.45;
}
#LoginBox td, #LoginBox th {
    font-size:110%;
	text-align:left;
	padding:5px;
	vertical-align:middle;
}
#LoginBox input[type="submit"] {
    font-size:115%;
    letter-spacing: 2px;
}
#LoginBox .forgotPass {
    padding:5px 10px;
    text-align:right;
}
#LoginBox .LoginBotton {
     text-align:center;
}

/* ログインボタン Submit版 */
#LoginSubmit, #CreateSubmit {
    font-family: 'Open Sans', sans-serif;  
    width:140px;
    height:auto;
    padding:4px 0;
    margin:3px 0;
    text-decoration:none;
    text-align: center;
    line-height:1.3;
    letter-spacing:1px;
    font-size:1.0em;
    font-weight:normal;
    color:#fff;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*text-shadow: 1px 1px 1px #000;*/
background: -webkit-linear-gradient(#00a6e6, #0073ad);
background: -o-linear-gradient(#00a6e6, #0073ad);
background: linear-gradient(#00a6e6, #0073ad);
    box-shadow: 0 2px 3px rgba(12, 42, 58, .4);
}
#CreateSubmit {
    background: -webkit-linear-gradient(#03d7c1, #057970);
    background: -o-linear-gradient(#03d7c1, #057970);
    background: linear-gradient(#03d7c1, #057970);
    box-shadow: 0 2px 3px rgba(14, 39, 35, .4);
}
#LoginSubmit:hover, #CreateSubmit:hover {
    cursor:pointer;
    color:#fff;
background: -webkit-linear-gradient(#e47365, #c23321);
background: -o-linear-gradient(#e47365, #c23321);
background: linear-gradient(#e47365, #c23321);
    box-shadow: 0 2px 3px rgba(43, 12, 13, .4);
}

/* ログイン/ログアウトボタン */
#login a, #logout a, .btn_gren a, .btn_blue a {
    display:block;
    font-family: 'Open Sans', sans-serif;  
    width:140px;
    height:auto;
    padding:4px 0;
    margin:3px 0;
    text-decoration:none;
    text-align: center;
    line-height:1.3;
    letter-spacing:1px;
    font-size:1.0em;
    font-weight:normal;
    color:#fff;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*text-shadow: 1px 1px 1px #000;*/
}
#login a, .btn_gren a {
    background: -webkit-linear-gradient(#03d7c1, #057970);
    background: -o-linear-gradient(#03d7c1, #057970);
    background: linear-gradient(#03d7c1, #057970);
    box-shadow: 0 2px 3px rgba(14, 39, 35, .4);
}
#logout a, .btn_blue a {
    background: -webkit-linear-gradient(#00a6e6, #0073ad);
    background: -o-linear-gradient(#00a6e6, #0073ad);
    background: linear-gradient(#00a6e6, #0073ad);
    box-shadow: 0 2px 3px rgba(12, 42, 58, .4);
}
#login a:hover, #logout a:hover, .btn_gren a:hover, .btn_blue a:hover {
    color:#fff;
    background: -webkit-linear-gradient(#e47365, #c23321);
    background: -o-linear-gradient(#e47365, #c23321);
    background: linear-gradient(#e47365, #c23321);
    box-shadow: 0 2px 3px rgba(43, 12, 13, .4);
}

/* 確定ボタン */
#ConfirmBotton a {
	display:block;
	/*width:450px;*/
	height:40px;
	padding:5px 0 5px 25px;
	margin:8px 0;
	text-decoration:none;
	line-height:1.8;
	letter-spacing:3px;
	font-size:1.6em;
    font-weight:bold;
	color:#fff;
    background-color:#9F2B0B;
    box-shadow: 0 2px 3px rgba(172, 1, 22, .4);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-shadow: 1px 1px 1px #000;
}
#ConfirmBotton a:hover {
	color:#ff9;
	background-color:#f25024;
}
#ConfirmBotton em {
	font-style:normal;
	line-height: 2;
}
#ConfirmBotton a.save {
    background-color:#1E6023;
    box-shadow: 0 2px 3px rgba(30, 96, 35, .4);
}
#ConfirmBotton a:hover.save {
	color:#ff9;
	background-color:#3F9C30 !important;
}

/* クリックボタン */
img.click { 
	border:none;
	margin-left:10px;
	vertical-align:middle;
}

/* 通常ボタン Submit版 */
.onSubmit {
    font-family: 'Open Sans', sans-serif; 
    width:auto;
    height:auto;
    margin:3px 0;
    padding:4px 12px;
    text-decoration:none;
    text-align: center;
    line-height:1.3;
    letter-spacing:2px;
    font-size:1.08em;
    color:#eeffef;
    background:#66A95A;
    box-shadow: 0 1px 3px rgba(44, 73, 39, .8);
    border:none;
    border-radius: 10px;
    /*border:1px solid #cddee2;
    border-right:1px solid #2c4927; border-bottom:1px solid #2c4927;*/
}
.onSubmit:hover {
    cursor:pointer;
    color:#ffc3b2;
    background:#C15D3E;
    box-shadow: 0 1px 3px rgba(111, 46, 26, .8);
    /*border:1px solid #ffc3b2;
    border-right:1px solid #9c441e; border-bottom:1px solid #9c441e;*/
}
/* 削除用ボタン */
.dele {
    background:#9B2527; border:1px solid #ffc3b2;
    border-right:1px solid #9c441e; border-bottom:1px solid #9c441e;
}
.dele:hover {
    background:#C84C4E;
}

/* ボタン設定【ミディアムポップ ver】（大）リンクバージョン */
.sty_ln a {
    font-family: 'Open Sans', sans-serif; 
    display: inline-block;
    width:auto;
    height:auto;
    margin:3px 0;
    padding:4px 12px;
    text-decoration:none;
    text-align: center;
    line-height:1.3;
    letter-spacing:2px;
    font-size:1.08em;
    font-weight:normal;
    /* グリーン */
    color:#eeffef;
    background:#148d3f;
    box-shadow: 0 1px 3px rgba(0, 82, 54, .8);
    border-radius: 10px;
}
.color_g a {
    /* グリーン */
    color:#eeffef;
    background:#148d3f;
    box-shadow: 0 1px 3px rgba(0, 82, 54, .8);
}
.color_b a {
    /* ブルー */
    color:#eeffef;
    background:#2681b9;
    box-shadow: 0 1px 3px rgba(23, 73, 103, .8);  
}
.color_r a {
    /* レッド */
    color:#eeffef;
    background:#b50f18;
    box-shadow: 0 1px 3px rgba(106, 9, 14, .8);
}
.sty_ln a:hover {
    filter:alpha(opacity=75);
	opacity:0.75;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

/* ----------------------------------------- */
/*  フォーム部                                */
/* ----------------------------------------- */

/* 必須項目 */
.required {
    font-weigh:bold;
    font-size:110%;
    color:red;
}

/* フォーム（全般設定） */
input,textarea,select{
    font-size:100%;
    color:#454545;
    vertical-align:middle;
    margin:2px 0 3px 6px;
    padding:2px 6px;
}

/* チェックボックス */
/*
input[type=checkbox].checkup {
    transform: scale(1.5);
}
input[type="checkbox"].checkup:checked + label {
    background:#FBDADA;
}
label.checkup:hover {
    background:#F1ECC1;  
}
*/

#positionData {
    width:98%;
}
#positionData td:hover {
    background:#EAF4FB;
}
#positionData td {
    min-width:100px;
    padding:0 3px;
}
#positionData td.n {
    max-width:150px;
}
#positionData input[type="text"] {
    width:100%;
}
#positionData input[type="number"] {
    /*width:2.5em;*/
}
#positionData .formblock .info {
    top:33px;
    right:17px;
}

.fuprogresty {
  display:none; font-size:15px; font-weight:bold;
  letter-spacing:2px; text-align:center; background:#fff;
}

.styhid { color:#fff; border:none; width:1px; padding:0; background-color:#fff; }

/* 作業実施依頼の対応状況 */
dl.work_status {
    margin:0;
}
dl.work_status:after { /* floatボックスの後処理 */
    content: "";
    display: block;
    clear: both;
    height:0;
    overflow: hidden;
}
.work_status dt, .work_status dd {
    float: left;
    vertical-align: middle;
    margin-left:0;
    padding:3px 5px 3px 0;
    height:auto;
}
.work_status dt {
    clear:left;
    width:27%;
    max-width: 320px;
}
.work_status dt label {
}

.WorkStatus {
    width:97%;
    min-width:720px;
    margin:0;
    padding:0;
    border:none;
}
.WorkStatus th, .WorkStatus td {
    padding:0;
    border:none;
}
.WorkStatus th {
    padding-left:5px;
    text-align:left;
    font-size:1.2em;
    font-weight:normal;
}
.WorkStatus .t_header {
    border-bottom:1px solid #ccc;
    font-size:1.0em;
    font-weight:normal;
}

/* Check Point 最終確認事項 */
.checkpoint {
    font-size:1.2em;
    line-height:1.4;
    font-weight:bold;
}
/* Check Point 最終確認事項 表示用 */
.checkpoint_pre em {
    font-weight:bold;
}
.checkpoint_pre img {
    vertical-align: bottom;
}

/* password Change */
#passChange {
    width:60%;
}
/* check icon */
.icon {
    vertical-align: middle;
}
img.img_table1 {
    max-width: 100%;
    height: auto;
}

/* タイトル調整 */
.contset_title {
    padding-bottom:0;
}

/* 通知・お知らせタイトル */
.NoticeTitle:before {
    content: "\03c";
}
.NoticeTitle:after {
    content: "\03e";
}

/* 作業報告書 タイトル */
.BlockTitle {
    font-weight:1.2em;
    margin-bottom:10px;
}
.BlockTitle:before {
    content: "\03c";
}
.BlockTitle:after {
    content: "\03e";
}
/* 作業報告書 作業実施記録タイトル(表示用) */
.WorkRecord {
    font-size:1.3em;
    color:#113968;
    padding-left:5px;
    padding-bottom: 3px;
    border-bottom:1px solid #818d9b;
}
.WorkRecord:before {
    /*content: "\025bc";*/
    content:"[";
}
.WorkRecord:after {
    content:"]";
}

/* 新規登録フラグ表示 */
.NewRequest {
    width:8em;
    margin:-2.8em 0 1em 18em;
    text-align: center;
    color:red;
    font-weight:bold;
    font-size:1.1em;
    /*background: #fce4dc;*/
}
.NewRequest:before {
    content:"\02714";
}

/* Grid Layout corpinfo */
#view1-vcia {
    display: grid;
  	grid-template-columns: minmax(450px, 50%) minmax(450px, 50%);
  	grid-template-rows: auto auto;
    grid-gap: .8em .5em; 
    margin:0;
    padding:0;
}
/* form block */
.formblock { 
    position: relative;
    display: block;
    margin:0 8px 0 16px;
    padding: 20px 0 4px 0;
    width: auto;
    min-height: 48px;
}

/* entered label for em */
.entered > label {
    position: absolute;
    top: 6px;
    font-size: 1.0em;
    color:#1A4C82;
}
.entered em {
    display: block;
    width: 100%;
    height:auto;
    min-height:22px;
    margin:0;
    padding-top:10px;
    padding-bottom:5px;
    line-height:1.45em;
    font-style:normal;
    font-size: 1.2em;
    /*background: rgba(0,0,0,0);*/
    background-color: #fff;
    color: rgba(0,0,0,0.97);
    border-bottom: 1px solid rgba(0,0,0,0.4);
}

table.cont0 {
 margin:6px 0 6px 0;
 border:1px solid #777;
 border-collapse:collapse;
}
.cont0 th, .cont0 td {
 vertical-align: middle;
 border: 1px solid #AEBEC9;
 background-color:#f9fdff;
 padding:6px 5px 6px 8px;
 line-height:1.35;
}
td.cont1 {
  font-size: 13px;
  border: 1px solid #AEBEC9;
  padding:5px;
  background-color:#f0faff;
  line-height:135%;
  vertical-align:top;
}
.sty6 { height:auto; padding:3px 5px 3px 8px; background-color:#fff; }
.fst6 { height:auto; padding:3px 5px 3px 8px; background-color:#fde4dd; }
.wh1 { display:inline-block; width:34px; }
.wh2 { width:108px; }
.wh3 { width:160px; ime-mode:active; }
.wh4 { width:55px; text-align:right; ime-mode:disabled; }
.sty6 { height:auto; padding:3px 5px 3px 8px; background-color:#fff; }
.fst6 { height:auto; padding:3px 5px 3px 8px; background-color:#fde4dd; }
/* 検索条件表示用 */
.sch_val { font-size:86%; color:#666; text-align:left; padding:3px 0 5px 0; }
.sch_val a { font-weight:bold !important; }
.sch_val em { font-weight:bold; font-style:normal; color:#096; }
.sch_val em.date { font-weight:normal; }

/* ポップアップ検索 */
.sch_table td {
    font-size:0.9em;
}
.sch_table td.t_num {
    font-family: Arial, Helvetica, "sans-serif";
    text-align:right;
}
.sch_table td.t_size_min {
    font-size:0.8em;
    letter-spacing: 0;
}

/* ボタン Submit版 */
.btnSubmit {
    width:auto;
    height:auto;
    margin:0;
    padding:3px 10px;
    text-decoration:none;
    text-align: center;
    line-height:1.4;
    letter-spacing:3px;
    font-size:14px;
    font-weight:normal;
    border-radius: 5px;
    border:none;
    vertical-align:baseline;
}
.btnSubmit.btncolor_b:hover, .btnSubmit.btncolor_g:hover {
    color:#eeffef;
    background:#c15d3e;
    box-shadow: 0 1px 2px rgba(106, 9, 14, .8);
    cursor:pointer;
}
.btnSubmit.btncolor_r:hover {
    color:#fff;
    filter:alpha(opacity=75);
    opacity:0.75;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    cursor:pointer;
}

/* ボタン(丸型) Submit版 */
.btnCircle {
    width:auto;
    height:auto;
    margin:2px;
    padding:1px 5px;
    font-size:1.0em;
    font-weight:bolder;
    border-radius: 20px;
    transition: background-color 0.5s ease-in;
    border:none;
}
.btnCircle:hover {
    filter:alpha(opacity=75);
    opacity:0.75;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    cursor:pointer;
}

.btncolor_g {
    /* グリーン */
    color:#eeffef;
    background:#148d3f;
    box-shadow: 0 1px 2px rgba(0, 82, 54, .8);
}
.btncolor_b {
    /* ブルー */
    color:#eeffef;
    background:#2681b9;
    box-shadow: 0 1px 2px rgba(23, 73, 103, .8);
}
.btncolor_r {
    /* レッド */
    color:#eeffef;
    background:#d74108;
    box-shadow: 0 1px 2px rgba(106, 9, 14, .8);
}

