﻿@charset "utf-8";

/* リセット */
html, body, form, div, p, ul, li, h1, h2, h3, h4, dl, dt, dd {
	margin: 0;
	padding: 0;
}
/* 画像の下に余白がでないように */
img {
	vertical-align: text-bottom;
}
body {
	background-color: #ffffcc;
}

/* ================================================================
	基本レイアウト
=================================================================*/
/* 全体包含領域 */
.wrap {
	margin: 0 auto;
}

/* ヘッダ領域 */
.header {
	margin: 18px;
	border: none;
}

/* コンテンツ領域 */
.content {
}

/* ================================================================
	ヘッダ
=================================================================*/
.header-userid-area {
	white-space: nowrap;
	float: left;
}

.header-logout-area {
	float: right;
}

/* ================================================================
	業務レイアウト
=================================================================*/
/* ログイン画面 */
.login-sc-area {
	background-color: #dcdcdc;
	margin: 0 auto;
	margin-top: 40px;
	padding: 1px;
	border: 1px solid;
	border-collapse: separate;
	border-spacing: 1px;
	font-family: MS UI Gothic;
	width: 374px;
}

.login-title-area {
	background-color: #ccccff;
	border: 1px solid;
	text-align: left;
	font-size: Medium;
	font-weight: bold;
}

.login-area {
	margin: 0 auto;
	margin-top: 1px;
	padding-bottom: 5px;
	border: 1px solid;
}
.login-input-area {
	margin-top: 20px;
}
.confirm {
	margin-left: 12px;
}

.login-input-message-area {
	background-color: #dcdcdc;
	padding-top: 20px;
	padding-left: 20px;
	font-family: MS UI Gothic;
}

.login-voip, .login-password {
	width: 135px;
}
.userid {
	margin-left: -15px;
	width: 80px;
}
.userpassword {
	margin-left: -15px;
	width: 110px;
}
.user-id, .user-pass {
	margin-left: 18px;
}
.login-attention-area {
	background-color: white;
	margin: 36px auto 0;
	border: solid 2px Red;
	width: 65.5%;
}
.login-button-area {
	margin-top: 18px;
	text-align: center;
}
.login-attention-area .attention-title-area {
	margin-top: 1px;
	text-align: center;
	font-size: small;
	font-weight: bold;
	color: Red;
}
.login-attention-area ul {
	padding-left: 2px;
	padding-bottom: 2px;
	font-size: small;
	font-weight: bold;
	list-style: none;
}
.login-error-message-area {
	color: red;
	min-height: 18px;
}
.loginbtn {
	margin-bottom: 20px;
}
.labelerror {
	color: red;
	height: 24px;
}
.labelspec {
	font-size: Medium;
	font-weight: bold;
	width: 355px;
}
/* 検索条件画面 */
.kensaku-sc-area {
	margin: 36px auto 0;
	padding: 1px;
	border: 1px solid;
	width: 362px;
	clear: both;
}
.kensaku-drp-area {
	margin-top: 18px;
}
.kensaku-month-dropdown {
	width: 109px;
}
.kensaku-title-area {
	background-color: #ccccff;
	border: 1px solid;
	padding-left: 12px;
	text-align: left;
	font-family: MS UI Gothic;
	font-size: medium;
	font-weight: bold;
}
.kensaku-area {
	margin-top: 1px;
	border: 1px solid;
}
.kensaku-input-area {
	background-color: #dcdcdc;
	padding: 18px 18px;
}

.kensaku-btn-area {
	text-align: center;
	margin: 54px auto 0;
}
.kensaku-btn-area ul {
	margin: 0 auto;
	list-style: none;
}
.kensaku-btn-area li {
	display: inline;
}

.lblerror {
	color: red;
}
/* 検索結果画面 */

/* ログアウト画面　*/
.logout-info {
	margin: 90px auto 0;
	border: none;
	text-align: center;
	font-family: MS UI Gothic;
}
.logout-title-area {
	text-align: center;
}
.logout-area {
	margin-top: 54px;
	text-align: center;
}

.logout-btn-area {
	margin: 0 auto;
}
.new-win-area {
	margin-top: 18px;
}
.close-x-area {
	margin-top: 54px;
}

/* ================================================================
	各画面
=================================================================*/

/* 通話明細検索結果 */
.xslt-body {
	background-color: #ffffff;
}
.call-use-detail-info .title-area {
	margin-top: 15px;
	margin-bottom: 22px;
	text-align: center;
}
.call-use-detail-info .title {
	font-family: MS UI Gothic;
	font-size: large;
	font-weight: bold;
}
.call-use-detail-info .error-message-area {
	margin: 21px auto 10px;
	padding-left: 6px;
	width: 800px;
}
.call-use-detail-area {
	margin: 19px auto 3px;
	border-collapse: separate;
	border-spacing: 1px;
	border: solid 1px;
	width: 800px;
}
.call-use-detail-area TR {
}
.call-use-detail-area TR:first-child {
	background-color: #ccccff;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
}
.call-use-detail-area TR TD {
	border: solid 1px;
	padding: 1px;
}
.call-use-detail-area TR TD:first-child {
	width: 100px;
}
.call-use-detail-area TR TD:nth-child(2) {
	width: 125px;
}
.call-use-detail-area TR TD:nth-child(3) {
	width: 125px;
}
.call-use-detail-area TR TD:nth-child(4) {
	width: 130px;
}
.call-use-detail-area TR TD:nth-child(5) {
	width: 100px;
}
.call-use-detail-area TR TD:last-child {
	width: 100px;
}
.call-use-detail-info .attention-area {
	margin: 0 auto;
	width: 800px;
}
.call-use-detail-info li {
	margin-left: 14px;
	margin-bottom: 1px;
	list-style: none;
}
.call-use-detail-info .back-area {
	margin: 5px auto 0;
	padding: 1px;
	width: 800px;
	text-align: center;
}
.referenceinformation-content {
	margin: 0 auto;
	border-collapse: collapse;
	width: 800px;
}
.referenceinformation-content TR {
	background-color: #ffffcc;
}
.referenceinformation-content TR TD {
	padding: 1px;
	width: 800px;
	font-family: MS UI Gothic;
}
.referenceinformation-content span {
	font-weight: bold;
}
.call-start-date-tdd {
	text-align: right;
	white-space: normal;
}
.call-start-time-tdd {
	text-align: right;
	white-space: normal;
}
.call-time-tdd {
	text-align: right;
	white-space: normal;
}
.arrival-tel-no-tdd {
	text-align: right;
	white-space: normal;
}
.call-class-name-tdd {
	text-align: right;
	white-space: normal;
}
.call-place-tdd {
	text-align: right;
	white-space: normal;
}
/* 通話明細検索結果(B3-Type) */
.call-use-detail-info-B3 .title-area {
	margin-top: 15px;
	margin-bottom: 22px;
	text-align: center;
}
.call-use-detail-info-B3 .title {
	font-family: MS UI Gothic;
	font-size: large;
	font-weight: bold;
}
.call-use-detail-info-B3 .error-message-area {
	margin: 21px auto 10px;
	padding-left: 6px;
	width: 900px;
}
.call-use-detail-area-B3 {
	margin: 19px auto 3px;
	border-collapse: separate;
	border-spacing: 1px;
	border: solid 1px;
	width: 900px;
}
.call-use-detail-area-B3 TR {
}
.call-use-detail-area-B3 TR:first-child {
	background-color: #ccccff;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
}
.call-use-detail-area-B3 TR TD {
	border: solid 1px;
	padding: 1px;
}
.call-use-detail-area-B3 TR TD:first-child {
	width: 100px;
}
.call-use-detail-area-B3 TR TD:nth-child(2) {
	width: 125px;
}
.call-use-detail-area-B3 TR TD:nth-child(3) {
	width: 125px;
}
.call-use-detail-area-B3 TR TD:nth-child(4) {
	width: 130px;
}
.call-use-detail-area-B3 TR TD:nth-child(5) {
	width: 100px;
}
.call-use-detail-area-B3 TR TD:last-child {
	width: 100px;
}
.call-use-detail-info-B3 .attention-area {
	margin: 0 auto;
	width: 900px;
}
.call-use-detail-info-B3 li {
	margin-left: 14px;
	margin-bottom: 1px;
	list-style: none;
}
.call-use-detail-info-B3 .back-area {
	margin: 5px auto 0;
	padding: 1px;
	width: 900px;
	text-align: center;
}
.referenceinformation-content-B3 {
	margin: 0 auto;
	border-collapse: collapse;
	width: 900px;
}
.referenceinformation-content-B3 TR {
	background-color: #ffffcc;
}
.referenceinformation-content-B3 TR TD {
	padding: 1px;
	width: 900px;
	font-family: MS UI Gothic;
}
.referenceinformation-content-B3 span {
	font-weight: bold;
}
.call_charge_user-tdd {
	text-align: right;
	white-space: normal;
}
/* header.htm */
.body-header {
	background: #fff;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック";
}
.header-hr {
	background: #006;
	height: 20px;
	margin-bottom: 51px;
}
.header-hr img {
	width: 10px;
	height: 20px;
}
.site-info-msg {
	width: 470px;
	margin-top: 23px;
	text-indent: 11px;
}
.login-link {
	margin: 39px 27px;
}
.content {
	padding: 5px;
}
.content-title {
	background: #006 url("../header.files/table-r.gif") right no-repeat;
	width: 470px;
	height: 28px;
}
.content-title img {
	height: 28px;
	width: 320px;
}
