@charset "windows-31j";
/*　各jsp　共通CSS　*/
/*初期化*/
* {
	margin: 0;
	padding: 0;

	/*padding と border の幅を要素の幅と高さに含める*/
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.disp_none {display: none;}
.align_left   { text-align: left }
.align_right  { text-align: right }
.align_center { text-align: center }
.left  { float: left }
.right { float: right }
.clear { clear: both }
.innerDiv {
	overflow: hidden;
	white-space: nowrap;
}
.imeEng { ime-mode: inactive; }	/*英数字入力モード*/
.imeKana { ime-mode: active; }	/*日本語入力モード*/

/*親要素(div等)内で、子要素がfloatしているとき、親要素の高さが子要素に比例しないため、親要素のスタイルに追加 */
.clearfix:after{
	content: "";
	clear: both;
	display: block;
}

a img {border: none;}

body,
select,
input,
textarea,
button {	font-family: "メイリオ","ＭＳ ゴシック",Osaka,sans-serif; }

input,
label,
textarea {font-size: 18px;}
input[type=text] {height: 40px;}
ul, li { list-style: none}

#conteiner {	z-index: 0;}

.dispNone { display: none; }

/* タイトル *********************************************/
#header { z-index: 50; }
#header .logo {	float: left; }

.title {
	/*border-bottom: 3px dashed #1c9df7;*/
	margin-bottom: 10px;
	height: 100px;
	padding: 0px 5px 0px 0px;
	background-image:  url(/DICWebSrv/jsp/images/bg_title.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-size: 1px 2px;
}

/*ユーザー名 */
.title p {
	float: right;
	font-size: 12px;
	padding-left: 5px;
	width: -webkit-calc(100% - 160px);
	width: calc(100% - 160px);
	overflow: hidden;
	white-space: nowrap;
	line-height: 30px;
	text-align: right;
}

@media screen and (max-width: 460px) {
/*	.title { height: 105px;}
	.title p {
		width: 100%;
		text-align: left;
	}*/
}

/*車両・顧客情報 ***************************************/
#header table.t_kokyaku,
#header table.t_syaryo {
	border-collapse: collapse;
	background-color: #FFFFFF;
	empty-cells: show;
	table-layout: fixed; /*テーブル固定レイアウト*/
	width: 660px;
	margin-left: 20px;
	text-align: center;
	border-color: #696969;
}
#header table.t_kokyaku tr,
#header table.t_syaryo tr {
	border-color: #696969;
}
/*　#header　顧客情報*/
#header table.t_kokyaku {
	margin: 10px 0px 10px 20px;
}
#header table.t_kokyaku th,
#header table.t_kokyaku td {
	border: 1px solid;
	border-color: inherit;
}
#header table.t_kokyaku th {
	width: 60px;
	background-color: #FFFF99;
	font-weight: normal;
}
#header table.t_kokyaku .col04 { width: 150px; }
#header table.t_kokyaku .keisyo { font-size: 12px }

/*　#header　車輌情報*/
#header table.t_syaryo {
	clear: both;
	border-width: 1px;
 	border-style: solid;
}
#header table.t_syaryo .col01 { width: 160px; }
#header table.t_syaryo .col02 { width: 85px; }
#header table.t_syaryo .col03 { width: 45px; }
#header table.t_syaryo .col04 { width: 45px; }
#header table.t_syaryo .col05 { width: 45px; }
#header table.t_syaryo th {
	font-size: 9px;
	height: 13px;
	line-height: 13px;
	font-weight: normal;
	border-right: 1px solid;
	border-color: inherit;
}
#header table.t_syaryo td {
	height:20px;
	left: 17px;
	border-bottom: 1px solid;
	border-right: 1px solid;
	border-color: inherit;
}
.sLink,
.kLink {
	text-decoration: underline;
	cursor: pointer;
}
.sLink { color: #245B9D;}
.kLink { color: #00673A;}

/*全ページ共通メニュー ***************************************/
#drop {
	float: left;
	width: 100px;
}
#drop .bt_conf {
	color: #000;
	background: #e2e2e2;
	background: -moz-linear-gradient(top, #e2e2e2 0%, #d1d1d1 100%);
	background: -webkit-linear-gradient(top, #e2e2e2 0%,#d1d1d1 100%);
	background: linear-gradient(to bottom, #e2e2e2 0%,#d1d1d1 100%);
	border-radius: 0px 0px 5px 0px;
	border-top: none;
	border-left: none;
	border-right: 1px solid #848484;
	border-bottom: 1px solid #848484;
}
#drop .choice {
	background: #f7f3e3;
	background: -moz-linear-gradient(top, #f7f3e3 0%, #ffe7a8 100%);
	background: -webkit-linear-gradient(top, #f7f3e3 0%,#ffe7a8 100%);
	background: linear-gradient(to bottom, #f7f3e3 0%,#ffe7a8 100%);
}
#drop li button {
	text-decoration: none;
	text-align: left;
	padding: 0px 5px;
	height: 40px;
	line-height: 15px;
	display: block;
	font-size: 18px;
	width: 150px;

  	margin-bottom: 0px;
}

#drop li {
	position: relative;
	width: 298px;
}
#drop li button img {
	vertical-align: middle;
	margin-right: 5px;
}

#drop li a.spacing { letter-spacing: 8px; }

#drop ul#droplist li a { border-top: none; }

#drop li ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	display:none;
	left: 0px;
	width: 300px;
	z-index: 999;
  	border-top: 1px solid #a0a0a0;
  	border-right: 1px solid #a0a0a0;
  	border-bottom: 1px solid #a0a0a0;
 	background-color: #e5fff2;
}

#drop li ul li{
	background-color: #E2E2E2;
	border-bottom: 1px solid #a0a0a0;
}

#drop li ul li img{
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
}
#drop li ul li.syaryoMenu  { background-color: #f0f8ff; }
#drop li ul li.kokyakuMenu { background-color: #dffeea; }
#drop li ul li.yoyaku	   { background-color: #d3eee9; }
#drop li ul li.viewList	   { background-color: #FBFFD2; }
#drop ul#droplist li a:hover{ background-color: #8ec6ff; }
#drop li ul li.accConf_return { border-bottom: none; }
#drop li ul li a {
	display: block;
	font-size: 18px;
	line-height: 60px;
	height: 60px;
	padding: 0px 3px;
	color:#000;
	text-decoration: none;
}
/* ｈ1タイトル *********************/
.title h1 {
	clear: both;
	text-align: left;
	font-size:	20px;
	height: 53px;
	line-height: 53px;
	float: left;
	margin-top: 5px;
	padding-left: 5px;
}
.title h1 img {
	vertical-align: middle;
	margin-right: 5px;
}
#syaryoMenu h1,
#kokyakuMenu h1 {
	/*width: 100%;
	text-align: center;
	padding-left: 0px;*/
}

#diccode .title h1,
#kensasyo .title h1,
#actionView .title h1,
#hList .title h1,
#hCheckIn .title h1,
#hoyusya .title h1,
body.ninniSyaryou .title h1 { color: #000080; }

body.ninniKokyaku .title h1 { color: #00673a; }

#actionView .title h1 { color: #004b91; }

#syarekiMeisai .title h1,
#checkIn .title h1,
#checkInV2 .title h1,
#vwYoyaku .title h1,
#vwAttack .title h1,
#vwSupport .title h1 { color: #522919;}

/*----------------------------------------------------------*/
/*ボタン------------------------------------------------------*/
/*----------------------------------------------------------*/
.btCommon {
	display: block;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	border-radius: 5px;
	margin-top: 5px;
	text-decoration: none;
}
.btCommon img {vertical-align: middle;}
.bt_S {width: 70px;}
.bt_M {width: 110px;}
.bt_L {width: 180px;}
/*検索ボタン----------------------------------*/
.bt_search {
	color: 	#284971;
	border: 1px solid #7ea4d1;
	background-color: #e2f0ff;
	background: -moz-linear-gradient(top, #e2f0ff 0%, #c1e8ff 100%);
	background: -webkit-linear-gradient(top, #e2f0ff 0%,#c1e8ff 100%);
	background: linear-gradient(to bottom, #e2f0ff 0%,#c1e8ff 100%);
}

.bt_search img { margin: 0px 5px 5px 0px; }
.bt_search:hover {
	background-color: #c1e8ff;
	background: -moz-linear-gradient(top, #c1e8ff 0%, #e2f0ff 100%);
	background: -webkit-linear-gradient(top, #c1e8ff 0%,#e2f0ff 100%);
	background: linear-gradient(to bottom, #c1e8ff 0%,#e2f0ff 100%);
}

.kokyaku {
	color: 	#225331;
	border: 1px solid #54b672;
	background: #d4fcdf;
	background: -moz-linear-gradient(top, #d4fcdf 1%, #c4f2d2 100%);
	background: -webkit-linear-gradient(top, #d4fcdf 1%,#c4f2d2 100%);
	background: linear-gradient(to bottom, #d4fcdf 1%,#c4f2d2 100%);
}
.kokyaku:hover {
	background: #c4f2d2;
	background: -moz-linear-gradient(top, #c4f2d2 1%, #d4fcdf 100%);
	background: -webkit-linear-gradient(top, #c4f2d2 1%,#d4fcdf 100%);
	background: linear-gradient(to bottom, #c4f2d2 1%,#d4fcdf 100%);
}

/*戻るボタン----------------------------------*/
.bt_return {
	color: #555555;
	border: 1px solid #999999;
 	margin-left: 10px;
 	background: #f2f2f2;
	background: -moz-linear-gradient(top, #f2f2f2 0%, #e5e5e5 100%);
	background: -webkit-linear-gradient(top, #f2f2f2 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom, #f2f2f2 0%,#e5e5e5 100%);
}
a.bt_return:hover {
 	background: #f2f2f2;
	background: -moz-linear-gradient(top, #e5e5e5 0%, #f2f2f2 100%);
	background: -webkit-linear-gradient(top, #e5e5e5 0%,#f2f2f2 100%);
	background: linear-gradient(to bottom, #e5e5e5 0%,#f2f2f2 100%);
}
.bt_return img { margin: 0px 0px 5px 0px; }
/*保存ボタン----------------------------------*/
.bt_save {
	color: 	#1d4a56;
	border: 1px solid #46a9c1;
	background: #e6efee;
	background: -moz-linear-gradient(top, #e6efee 0%, #cdf2ed 100%);
	background: -webkit-linear-gradient(top, #e6efee 0%,#cdf2ed 100%);
	background: linear-gradient(to bottom, #e6efee 0%,#cdf2ed 100%);
}

.bt_save:hover {
	background: #e6efee;
	background: -moz-linear-gradient(top, #cdf2ed 0%, #e6efee 100%);
	background: -webkit-linear-gradient(top, #cdf2ed 0%,#e6efee 100%);
	background: linear-gradient(to bottom, #cdf2ed 0%,#e6efee 100%);
}
/*削除ボタン----------------------------------*/
.bt_del {
	color: 	#820000;
	border: 1px solid #ff9393;
	background: #ffeaea;
	background: -moz-linear-gradient(top, #ffeaea 1%, #eddcdc 100%);
	background: -webkit-linear-gradient(top, #ffeaea 1%,#eddcdc 100%);
	background: linear-gradient(to bottom, #ffeaea 1%,#eddcdc 100%);
}

.bt_del:hover {
	background: #eddcdc;
	background: -moz-linear-gradient(top, #eddcdc 0%, #ffeaea 100%);
	background: -webkit-linear-gradient(top, #eddcdc 0%,#ffeaea 100%);
	background: linear-gradient(to bottom, #eddcdc 0%,#ffeaea 100%);
}
/*設定保存用リンクボタン(aタグ)-----------------*/
.a_save {
	color: #555555;
	font-size: 14px;
	border: 1px solid #999999;
	background: #e2e2e2;
	background: -moz-linear-gradient(top, #e2e2e2 0%, #d1d1d1 100%);
	background: -webkit-linear-gradient(top, #e2e2e2 0%,#d1d1d1 100%);
	background: linear-gradient(to bottom, #e2e2e2 0%,#d1d1d1 100%);
}

.a_save:hover {
	background-color: #d1d1d1;
	background: -moz-linear-gradient(top, #d1d1d1 0%, #e2e2e2 100%);
	background: -webkit-linear-gradient(top, #d1d1d1 0%,#e2e2e2 100%);
	background: linear-gradient(to bottom, #d1d1d1 0%,#e2e2e2 100%);
}

/**/
.disabled {
  color: #CCCCCC;
  background: #E1E1E1;
  border-color: #E1E1E1;
}

.menu .btCommon {	width: 130px; }
#liConf .btCommon,
#liConf1 .btCommon,
#liConf2 .btCommon {	width: 100px; }

/**/
/*表示設定*/
.menu {
	padding-top: 5px;
	width: 130px;
	margin-top: 0px;
	position: static;
}
#btConf {
	margin-top: 0px;
	z-index: 52;
  	position: relative;
}
.menu li {
	position: relative;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}

.menu ul li {
	position: relative;
	height: 50px;
	line-height: 50px;
	margin-top: 0px;
}
.menu .choice {
	background: #f7f3e3;
	background: -moz-linear-gradient(top, #f7f3e3 0%, #ffe7a8 100%);
	background: -webkit-linear-gradient(top, #f7f3e3 0%,#ffe7a8 100%);
	background: linear-gradient(to bottom, #f7f3e3 0%,#ffe7a8 100%);
}
.menu ul li label {font-size: 16px;}
#liConf  {
	background-color: #f0f0f0;
	width: 130px;
	padding: 50px 5px 10px;
  	border-radius: 14px;
  	border: 1px solid #cccccc;
  	z-index: 50;
  	position: absolute;
}

#liConf li {
  	position: relative;}
#liConf input { margin-right: 5px; }
#liConf label { line-height: 50px; }

/*
.menu input.bt_conf,
input.bt_save  {
  	width: 130px;
  	font-size: 14px;
	color: #555555;
	border: 1px solid #999999;
	background: #effffd;
	background: -moz-linear-gradient(top, #e2e2e2 0%, #d1d1d1 100%);
	background: -webkit-linear-gradient(top, #e2e2e2 0%,#d1d1d1 100%);
	background: linear-gradient(to bottom, #e2e2e2 0%,#d1d1d1 100%);

}
input.bt_save {
  width: 110px;
}

input[type=checkbox] {margin-right: 5px;}

.kadomaru {
  height: 28px;
  padding: 0px 10px;
  text-align: center;
  font-size: 16px;
  border-radius: 10px;
  outline: 0;
  cursor:pointer;
  color: #3572ae;
  background: #cde5ef;
  border: 1px solid #3572ae;
}

input.bt_syaryouSearch { margin-top: 5px; }
input.bt_return {
  color: #666666;
  background: #CCCCCC;
  border-color: #999999;
  width: 70px;
}

input.bt_ok {
  color: #527881;
  background: #cde5ef;
  border-color: #b0c0f0;
	width: 200px;

}

.bt_delete {
  color: #660000;
  font-size: 14px;
  width: 70px;
  background: #FFD0D0;
  border-color: #FFB5B5;
}
.title input.bt_return { margin: 5px 0px 0px 5px; }
*/

