/* Document */
/* ----------------------------------------- */
/*  共通レイアウト		                     */
/* ----------------------------------------- */
/* テストモード表示 */
div.testmode1:after {
    position: absolute;
    top:50px;
    left:370px;
    font-weight:bold;
    color:red;
    content: "TEST";
}

body {
    background:url(../material/back_img_footer.gif) left top repeat;
}
header {
    height:auto;
}
header .backimg_headerline {
	width:100%;
    height:10px;
    vertical-align: bottom;
    background: #de2726;
/*
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:26px;
    vertical-align: bottom;
    background: #de2726;
/*
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:1.4em;
	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;
}

/* 二段組のレイアウト */
.column2 {
    display: grid;
  	grid-template-columns: minmax(320px, 340px) minmax(200px, 70%);
  	grid-template-rows: auto auto;
    grid-gap: .8em .5em; 
    margin:0;
    padding:0;
}

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

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

header h1 {
    display:none;
	margin:0 0 0 220px;
}
header#member h1 {
    display: inherit;
	margin:0 0 0 15px;
}

/* システムロゴ（ヘッダー用） */
#systemLogo a {
	display:block;
	width:320px;
	height:54px;
    margin:10px 0 10px 20px;
	background:url("../material/Jatto_logo_proadas.png") left top no-repeat;
    background-size:cover;
}
#systemLogo em {
    display:none;
}
#view1 #systemLogo.rank1 a {
	background:url("../material/Jatto_logo_proadas_platinum.png") left top no-repeat;
    background-size:cover;
}
#view1 #systemLogo.rank2 a {
    background:url("../material/Jatto_logo_proadas_gold.png") left top no-repeat;
    background-size:cover;
}
#view2 #systemLogo a {

}

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

/* JATTOロゴ（memberページ ヘッダー用） */
#JattoLogo-member {
	position:absolute;
	top:22px;
	right:20px;
	width:200px;
	height:50px;
	background:url("../material/jatto_logo.png") left top no-repeat;
}
#JattoLogo-member a {
	display:block;
	width:180px;	
	height:40px;
}
#JattoLogo-member em {
    display:none;
}

/* ロゴ（フッター用） */
footer #backimg_Logo {
	/*position:absolute;
	top:3px;
	right:20px;*/
    width:100%;
	height:60px;
	background:url("../material/aiming-japan_logo.png") 50% 0 no-repeat;
    background-size:contain;
    /*background:url("../material/jatto_logo.png") 1% 20% no-repeat;*/
}
#copyright {
    padding:5px 0;
    text-align: center;
    color:#fff;
}

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

/* ログアウトボタン位置 */
#logout {
	position:absolute;
	top:22px;
	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;*/
	background:#3d4f63 url(../material/back_img_table1.png) left top repeat;
	color:#fff;
}
#view1 .cont0 th a {
	color:#fff;
}
/*#view1 .cont0 tr {
    background: repeating-linear-gradient(-45deg,#993233 0,#993233 1px,#e78788 2px,#e78788 3px);
}*/
.cont0 th ,#view2 td.cont1 {
	background:#CDE7E5 url(../material/back_img_table1.png) left top repeat;
}
.cont0 th.head {
    text-align: left;
}
.td_txt_m td {
    letter-spacing: 0;
    font-size:100%;
}

.sortpriority { /* ソート優先度 */
    display:none;
    /* font-size:88%; */
}
.sortordermark { /* ソート昇順・降順マーク */
    font-size:88%;
}

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

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;
}
/* ----------------------------------------- */
/*  コンテンツ部                             */
/* ----------------------------------------- */

/* 完了後チェックリスト */
.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;*/
	border: 1px solid #a20d13;
	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);*/
    -webkit-box-shadow: 0 0 8px rgba(162, 13, 19, .6)
	-moz-box-shadow: 0 0 8px rgba(162, 13, 19, .6);
	box-shadow: 0 0 8px rgba(162, 13, 19, .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;
    */
    background-color:#a20d13;
    border-bottom:3px solid #e7d2ad;

}
#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);
}
#logout a {
    background: -webkit-linear-gradient(#8f8d8e, #5c5b5b);
    background: -o-linear-gradient(#8f8d8e, #5c5b5b);
    background: linear-gradient(#8f8d8e, #5c5b5b);
    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;
    white-space:pre;
}
.sty_ln a .material-icons {
    font-size:1.3em;
    vertical-align:middle;
    line-height: 0;
}
.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);
}
.btn_big {
    margin:10px;
}
.btn_big a {
    font-size:1.3em;
    padding:10px 35px;
    font-weight:bold;
    text-shadow: 1px 1px 1px #000;
}
/* ----------------------------------------- */
/*  フォーム部                                */
/* ----------------------------------------- */

/* 必須項目 */
.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 {
    /*background: #993233;*/
    color:#fe3900;
    border-bottom:1px solid #ff3300;
    margin-bottom:10px;
}
.icon_news:before {
    font-family: FontAwesome;
    content: " \f06a";
}
.icon_alert:before {
    font-family: FontAwesome;
    content: " \f0f3";
}
.icon_note:before {
    font-family: FontAwesome;
    content: " \f249";
}
/*
.NoticeTitle:before {
    content: "\03c";
}
.NoticeTitle:after {
    content: "\03e";
}
*/
.icon_pdf:after, .icon_word:after {
    content:" ";
    display: inline-block;
    margin-left:2px;
    width:16px;
    height:16px;
}
.icon_pdf:after {
    background-image: url("../parts/material/icon_pdf.gif");
}
.icon_word:after {
    background-image: url("../parts/material/icon_doc.gif");
}

/* 作業報告書 タイトル */
.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";
}
