@charset "utf-8";

/* 全般 */
html {
}
body {
	font-size: 12px;
	margin: 0px 0px;
	padding: 0px;
}
input{
	margin: 0px;
	padding: 0px;
}
input[type='text']{

	font-size: 14px;
}
table{
	}
td{
	font-size: 12px;
	}
th{
	background-color: #6C96AC;
	color: #000;
	white-space: nowrap;
	font-size: 12px;
	font-weight: normal;
}
hr{
	margin-top:		4px;
	margin-bottom: 4px;	
	}
em{
	color: #900;
	font-style: normal;
}
form{
	margin: 0px;
	padding: 0px;	
}

a:link,a:visited,a:active{
	color: #009;
	font-weight: normal;
}
.title{
	display: block;
	width: 100%;
	font-size: 12px;
	background-color: #3E5C6C;
	margin: 0px;
	padding: 4px 4px;
	color: #FFF;
}
/* 全般(クラス) */
.boxTitle{
	background-color: #6C96AC;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-indent: 4px;
	line-height: 1.7em;
	vertical-align: middle;
	text-align: left;
	margin-bottom: 3px;
	}
.leftBox{
	margin: 2px;
	float: left;	
	
	}
.rightBox{
	margin: 2px;
	float: right;	
	
	}
.smaller{
	font-size: 0.8em;	
}
.margin0{
	margin: 0px;
	padding: 0px;
}
/* login */
#login{
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	text-align: center;
	height: 105px;
	margin: auto;
	padding-top: 80px;
	background: url("image/login_title.png") no-repeat left 30px;
	line-height: 2.2em;
}
#login_admin{
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	text-align: center;
	height: 105px;
	margin: auto;
	padding-top: 80px;
	background: url("image/login_title_admin2.png") no-repeat;
	line-height: 2.2em;
}
#login_form{
	width: 250px;
	text-align: right;
}

#login_form #btnLogin{
	padding: 2px 4px;
}
#login2{
	background-color: #1990d1;
	width: 100%;
	padding-top: 26px;
	padding-right: 5px;
	padding-bottom: 22px;
	padding-left: 15px;
	color: #FFF;
	text-align: center;
}
#login3{
	background-color: #314E68;
	width: 100%;
	padding-top: 26px;
	padding-right: 5px;
	padding-bottom: 22px;
	padding-left: 15px;
	color: #CCC;
	text-align: center;
}
#btnLogin{
	padding: 0px;
	padding-top: 4px;
}
/* SEARCH */
/*上下分割*/
#wrap{
	width:100%;
	height: 98%;
    width: expression(document.body.clientWidth < 700? "700px" : "100%");
}
#wrap,#wrap td{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;	
}

div.row1{				/*1行目*/
	padding: 0px;
	overflow: hidden;
	border: 1px solid #999;
	width:100%;
	min-width: 800px;
	}
	
	
/*アコーディオン：検索パネル*/
.searchOptionBox{	/*基本縦割りボックス*/
	margin-top: 0;
	text-align: left;
	line-height: 1.8em;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	}
#btnSearch{			/*検索パネル：検索ボタン*/
/*	height: 100px;
	width: 100px;*/
	}
#boxResult{			/*検索パネル：接続結果ボックス*/
	width: 240px;	
	}

#boxStatus{			/*検索パネル：接続状態ボックス*/
	width: 96px;	
	}
#boxCalled{			/*検索パネル：コール関連ボックス*/
	margin:0px;
	width: 200px;
}
#boxSearch1{/*検索パネル：横割りボックス*/
	width: 120px;
}
#boxSearch2{/*検索パネル：横割りボックス*/
	width: 150px;
}
#boxSearch3{/*検索パネル：横割りボックス*/
	width: 230px;
	text-align: left;
}
#personalInfo{		/*検索パネル：個人情報関連ボックス*/
	margin:0px;
	width: 200px;
}
#boxSearch4{/*検索パネル：横割りボックス*/
	width: 230px;
	text-align: left;
}
#boxSearch5{/*検索パネル：横割りボックス*/
	width: 160px;
}
#boxSearch6{/*検索パネル：横割りボックス*/
	width: 200px;
}
#boxSearch7{/*検索パネル：横割りボックス*/
	width: 120px;
}
.searchRadio{
	width: 80px;
	float:left;
}
#boxLast1{
	height: 40px;
	text-align: left;
}
input.btnClearS{
	padding: 1px 0px;
	margin-top: 1px;
}
#searchButtonBox{	/*検索パネル：サーチボタンボックス*/
	vertical-align: middle;
	text-align: center;
}
#searchButtonBox .btn{
	height: 28px;
	width: 90px;
	margin: 4px;
}
.btn{
	height: 25px;
	width: 60px;
}
#btnPrintThis{
	margin: 0px;
	padding: 0px;
}
/* SEARCH リストナビゲーション部*/
#wrap2{
	height: 100%;
	overflow: scroll;
	border: 1px solid #999;
}
.recordNavi{			/*リストナビゲーションボックス*/
	padding: 0px 4px;	
	}
.nolink{			
	color:#6A7E97;
}

/*顧客リスト*/
#records{		/*顧客リストボックス*/
	width: 100%;
	}

#list {			/*顧客リストテーブル*/
	padding: 3px;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
}
#list th, #list td{
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	padding: 5px 3px;
}
#list .odd{
	background-color: #EEEEE1;
}
#list th a:link,#list th a:visited,#list th a:active{
	color: #FFF;
	font-weight: normal;
}
#list th.currentcol{
	background-color: #7B7951;
}


/*結果パネル*/
div.row3{				/*1行目*/
	padding: 0px;
	overflow: hidden;
	border: 1px solid #999;
	width:100%;
	min-width: 800px;
	}

#boxResultInfo{		/*結果パネル：個人情報ボックス*/
	width: 100%;
	position: relative;
    width: expression(document.body.clientWidth < 700? "700px" : "100%");
}
.resultOptionBox{	/*結果パネル縦割りボックス共通*/
	padding: 3px;
	margin:0px;
	text-align: center;
	line-height: 1.8em;	
}
#resultPersonalInfo .content2{　/*結果パネル：個人情報ボックス内個人情報サブボックス*/
	width: 100%;
}


#teikiInfo th{
	background-color: #9C9;
	color: #000;
	line-height: 16px;
	font-weight: normal;
}
#resultHistory{		/*結果パネル：個人情報ボックス:履歴表示サブボックス*/
	width: 100%;
	/*width: 100%;*/
}
#resultHistory .content2{/*結果パネル：個人情報ボックス内：履歴表示サブボックス*/
	overflow: auto;
	height:8em;
	background-color: #FFF;
	width: 100%;
}
#tblHistory{/*結果パネル：個人情報ボックス内：履歴表示テーブル*/
	width: 100%;
}
#resultHistory th{	/*結果パネル：個人情報ボックス内：履歴表示テーブルヘッダ*/
	background-color: #CCC;
	color: #000;
}
#boxResultInput{	/*結果パネル：理由入力ボックス*/
	width: 245px;
}
#boxResultInput2{	/*結果パネル：結果入力：日時用サブボックス*/
	width: 429px;
	margin: 0px;
	padding: 0px;
}
#boxResultInput2-1{	/*結果パネル：結果入力：日付サブボックス*/
	width: 260px;
	text-align: left;
}
#boxResultInput2-2{	/*結果パネル：結果入力：時間サブボックス*/
	width: 169px;
	text-align: left;
}
#boxResultInput2-3{	/*結果パネル：結果入力：引き継ぎ事項*/
/*	width: 100px;*/
	text-align: left;
}
#resultRightBox{	/*結果パネル：セーブボタン*/

}
#memo{
	width:100%;
}
.tpdg2{
	padding-top:2px;
}
.clearbtn{
	margin-top:3px;
	padding-top:3px;
}

/* Pure CSS Tooltips */
a.info{
	position:relative; /*this is the key*/
	z-index:24;
	color: #000;
	text-decoration: none;
}
a.info:hover{
	z-index:25;
	background-color:#D1CB83
}
a.info span{display: none}
a.info:hover span{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:-1em; left:4em;
	width:20em;
	border:1px solid #ccc;
	background-color:#666; color:#eee;
	text-align:left;
	padding:5px;
}
#tblSalesInfo{
	margin-top:1px;
	}
	

