@CHARSET "UTF-8";

body {
	margin: 0px; /* ページ全体のmargin */
	padding: 0px; /* ページ全体のpadding */
	text-align: center; /* 下記のautoに未対応用のセンタリング */
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

div#cabi_layout {
	max-width: 1280px;
	margin: 0px auto;
}

#header {
	text-align: left;
}

#header .header_left {
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	height: 40px;
}

#header .header_right {
	height: 40px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	color: #ffffff;
	background-image: url("/cadcabi/resources/img/header_background.jpg");
	background-repeat: repeat-x;
}

#header .links a:link {
	color: #ffffff;
}

#header .links a:visited {
	color: #ffffff;
}

#header .links {
	float: right;
	padding-right: 15px;
	padding-top: 16px;
	text-align: right;
	font-size: 10pt;
}

/* オンカーソルでリンク文字色を変更 */
#header .links a:hover {
	color: #ffff00;
	text-decoration: none;
}

#header .space {
	padding: 1px, 0px, 0px, 0px;
	clear: left;
}

/****************/
/* ログイン */
/****************/
.login_page .header_background {
	background-image: url("/cadcabi/resources/img/login/header_background.jpg");
    background-position: left top;
    background-repeat: repeat;
}

.login_page .logo {
	padding-top: 5px;
	padding-left: 5px;
	text-align:left;
	float: left;
}

.login_page .homepage_link {
	text-align: right;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
}

.login_page .header_bottom_color {
	height: 20px;
	width: 940px;
	background-color: #005ead;
	margin-bottom: 10px;
}

.login_page #table_style1 {
	border-collapse: collapse;
	margin-left: 10px;
	margin-right: 10px;
	width: 200px;
	background-color: #ffffff;
}

.login_page #table_style1 th {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-color: #1a5f9c;
	height: 40px;
	text-align: left;
	padding-left: 10px;
}

.login_page #table_style1 td {
	border-bottom: 1px #808080 dotted;
	height: 40px;
	font-weight: normal;
	font-size: 12pt;
	color: #1a5f9c;
	text-align: left;
	padding-top: 10px;
}
.login_page #table_style1 a:link {color: #333333;text-decoration: none;}
.login_page #table_style1 a:visited {color: #333333;text-decoration: none;}

.login_page #table_style2 {
	border-collapse: collapse;
	margin-left: 10px;
	margin-right: 10px;
	width: 460px;
	background-color: #ffffff;
}

.login_page #table_style2 th {
	border: 1px #dcdcdc solid;
	background-color: #f5f5f5;
	height: 40px;
	text-align: left;
	padding-left: 10px;
}

.login_page #table_style2 td {
	font-weight: normal;
	font-size: 12pt;
	color: #1a5f9c;
	text-align: left;
	padding-top: 5px;
	border: 1px #dcdcdc solid;
}
.login_page #table_style2 a:link {color: #333333;text-decoration: none;}
.login_page #table_style2 a:visited {color: #333333;text-decoration: none;}

.login_page #table_style3 {
	border-collapse: collapse;
	margin-left: 10px;
	margin-right: 10px;
	width: 200px;
	background-color: #F2F2F2;
	height: 400px;
}

.login_page #table_style3 th {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-color: #1a5f9c;
	height: 40px;
	text-align: left;
	padding-left: 10px;
}

.login_page #table_style3 td {
	height: 40px;
	font-weight: normal;
	font-size: 12pt;
	color: #1a5f9c;
	text-align: left;
	padding-top: 10px;
	vertical-align: bottom;
}
.login_page #table_style3 a:link {color: #333333;text-decoration: none;}
.login_page #table_style3 a:visited {color: #333333;text-decoration: none;}

/****************/
/* タイトル領域 */
/****************/
#title {
	float: left;
	font-size: large;
	font-weight: bold;
	font-style: italic;
}

#user_name {
	float: right;
	font-size: small;
	color: #1a5f9c;
	margin-right: 10px;
}

/**************/
/* ボディ領域 */
/**************/
#contents {
	margin: 0px;
	padding: 10px;
	text-align: left; /* 中身を左側表示に戻す */
}

input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
}

.clear {
    clear:both;
}

#contents .error {
	margin-left: 10px;
	text-align: left;
	color: red;
	font-weight: bold;
}

#contents .validateError {
	text-align: left;
	color: red;
	font-weight: bold;
}

.base_table table {
	border-collapse: collapse;
	border: 1.5pt #1a5f9c solid;
}

.base_table th {
	text-align: right;
	padding: 5px 5px;
	background-color: #ececec;
	border: 1.5pt #1a5f9c solid;
}

.base_table td {
	padding: 5px 5px;
	border: 1.5pt #1a5f9c solid;
}

.list_table table {
	border-collapse: collapse;
	border: 1.5pt #1a5f9c solid;
}

.list_table th {
	text-align: center;
	padding: 5px 5px;
	background-color: #ececec;
	border: 1.5pt #1a5f9c solid;
}

.list_table td {
	padding: 5px 5px;
	border: 1.5pt #1a5f9c solid;
}

.list_table tr:nth-child(even) {
	background-color: #bfd4ef;
	border: 1.5pt #1a5f9c solid;
}

.list_table tr:nth-child(odd) {
	background-color: #eef9ff;
	border: 1.5pt #1a5f9c solid;
}

/* オンカーソルでリストテーブルの背景色を変更 */
.list_table tr:hover {
	background: #ffffdd;
	-o-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#contents td.number {
	text-align: right;
}

#contents td.date {
	text-align: center;
}

.b1 {
	font-weight: bold;
	padding: 10px 20px;
	background-color: #1a5f9c;
	color: #fff;
	border-style: none;
	border-radius: 5px;
	/* box-shadow */
	box-shadow:rgb(113, 135, 164) 4px 4px 15px 0px;
	-webkit-box-shadow:rgb(113, 135, 164) 4px 4px 15px 0px;
	-moz-box-shadow:rgb(113, 135, 164) 4px 4px 15px 0px;
	text-shadow:1px 1px #555;
}

/* オンカーソルでボタンの背景色を変更 */
.b1:hover {
	background-color: #3c7fbe;
	color: #ffff00;
}

.b2 {
	font-weight: bold;
	padding: 5px 15px;
	background-color: #1a5f9c;
	color: #fff;
	border-style: none;
	border-radius: 5px;
	/* box-shadow */
	box-shadow:rgb(113, 135, 164) 4px 4px 15px 0px;
	-webkit-box-shadow:rgb(113, 135, 164) 4px 4px 15px 0px;
	-moz-box-shadow:rgb(113, 135, 164) 4px 4px 15px 0px;
	text-shadow:1px 1px #555;
}

/* オンカーソルでボタンの背景色を変更 */
.b2:hover {
	background-color: #3c7fbe;
	color: #ffff00;
}

/*****************/
/* jQuery UI領域 */
/**********+******/
.ui-datepicker {
	font-size: 80%;
}

.ui-datepicker-week-end,.ui-datepicker-week-end a.ui-state-default {
	color: red;
}

.ui-datepicker div.ui-datepicker-buttonpane button.ui-datepicker-current
	{
	font-weight: bold;
	opacity: 1;
	filter: Alpha(Opacity = 100);
}

/************/
/* 警告画面 */
/************/
#warning {
	text-align: center;
}

/********************/
/* マイページ(作図) */
/********************/
div#myPageDrawPlanDialog {
	width: 100%;
	position: relative;
	height: 270px;
	text-align: center;
}
div#myPageDrawPlanDialog #top {
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
}

div#myPageDrawPlanDialog table {
	margin-top:10px;
	margin-left: 35px;
	font-size: 75%;
	width: 540px;
}

div#myPageDrawPlanDialog th {
	width: 70px;
}

div#myPageDrawPlanDialog #middle {
	position: fixed;
	width: 300px;
	height: 100px;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -160px; /* width の1/2を設定すると中心 */
	padding: 10px;
	text-align: left;
	line-height: 200%;
	overflow: hidden;
	border: double 5px #1a5f9c;
	border-radius: 10px;			/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;		/* Firefox用 */
}

div#myPageDrawPlanDialog #bottom {
	position: absolute;
	bottom: -10px;
	width: 100%;
	text-align: center;
}

div#myPageDrawPlanDialog #message {
	color: red;
}

/************************/
/* キャビネット仕様入力 */
/************************/
div#cabiSpecChoice {
	text-align:center;
	width:100%;
	font-size: 90%;
}

div#cabiSpecChoice > div {
	text-align:left;
	margin:5px auto 0px;
	width:970px;
}

div#cabiSpecChoice select {
	width: 120px;
}

div#cabiSpecChoice .space {
	clear: both;
}

div#cabiSpecChoice .label {
	font-weight: bold;
	color: #000000;
}

div#cabiSpecChoice #right_div {
	float: right;
	width: 680px;
}

div#cabiSpecChoice #left_div {
	text-align:center;
	float: left;
	width: 270px;
	padding-right: 20px;
}

div#cabiSpecChoice #bottom_div {
	padding-top: 5px;
	width:100%;
}

/* 左カラム */
/* タイプ選択 */
div#cabiSpecChoice #type_div {
	width: 515px;
	padding: 5px;
	margin-bottom: 5px;
	border: 1.5pt #1a5f9c solid;
}

div#cabiSpecChoice #type_div * {
	/* 行内の高さの異なる要素を垂直方向に中央配置 */
	vertical-align: middle;

}
div#cabiSpecChoice #type_div div {
	display: inline-block;
	font-size: 95%;
}

div#cabiSpecChoice .type {
	padding-right: 30px;
}

/* 仕様選択 */
div#cabiSpecChoice #spec_div {
	width: 515px;
/*	padding: 10px 5px; */
	padding: 5px 5px;
	margin-bottom: 5px;
	border: 1.5pt #1a5f9c solid;
	font-size: 95%;
}
div#cabiSpecChoice #specgroup_div {
	width: 370px;
	margin-left: 20px;
	margin-bottom: 5px;
}

div#cabiSpecChoice fieldset {
	padding: 5px;
	margin-top: 3px;
	border: 2px #1a5f9c solid;
}

div#cabiSpecChoice fieldset div {
	display: inline-block;
	width: 90px;
	padding-right: 5px;
	color: #1a5f9c;
	text-align: right;
}

div#cabiSpecChoice fieldset label {
	display: inline-block;
	width: 120px;
}

/* サイズ・色選択 */
div#cabiSpecChoice #left_div #size_div {
	font-size: 90%;
}

div#cabiSpecChoice #downloadColor {
	font-size: 80%;
	color: blue;
}

div#cabiSpecChoice #size_div #message_div {
	font-size: 80%;
	color: #ff0000;
	padding: 2px 0 0 5px;
}

div#cabiSpecChoice #size_div table {
	width: 530px;
}

div#cabiSpecChoice #size_div th {
	text-align: center !important;
	background-color: #ececec !important;
}

div#cabiSpecChoice #size_div select {
	width: 100px;
}

/* 下カラム */
div#cabiSpecChoice #return {
	text-align: left;
	float: left;
}

div#cabiSpecChoice #next {
	text-align: right;
}

/* ハックでIEのみに適用 */
html*#cabiSpecChoice div#type_div div,
html*#cabiSpecChoice div#spec_div fieldset div {
	display: inline;
	zoom: 1px;
}

/**************************/
/* キャビネットリスト選択 */
/**************************/
div#cabiListChoice {
	text-align:center;
	width:100%;
}

div#cabiListChoice > div {
	text-align:left;
	margin:5px auto 0px;
	width:970px;
}

div#cabiListChoice .space {
	clear: both;
}

div#cabiListChoice #right_div {
	float: right;
	width: 680px;
}

div#cabiListChoice #left_div {
	text-align:center;
	float: left;
	width: 270px;
	padding-right: 20px;
}

div#cabiListChoice #bottom_div {
	padding-top: 5px;
	width:100%;
}

/* タイプ表示 */
div#cabiListChoice #type_div {
	width: 650px;
	padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
	border: 1.5pt #1a5f9c solid;
}

div#cabiListChoice #description {
	font-size: 80%;
}

div#cabiListChoice #type {
	font-weight: bold;
	padding: 5px 5px 5px 20px;
}

div#cabiListChoice #color {
	font-size: 90%;
	float: right;
	margin-right: 20px;
}

div#cabiListChoice #downloadColor {
	font-size: 80%;
	color: blue;
	float: right;
	margin-right: 20px;
}

div#cabiListChoice #studnut {
	font-size: 80%;
	width: 500px;
	padding: 5px 5px 5px 10px;
	margin-left: 30px;
	border: 1.5pt #1a5f9c solid;
}

div#cabiListChoice #message {
	font-size: 90%;
	color: #ff0000;
	padding: 2px 0 0 5px;
}

div#cabiListChoice .type_btn {
	float: right;
	padding-right: 10px;
}

div#cabiListChoice .depth {
	font-size: 80%;
	padding: 5px 5px 5px 10px;
}

/* キャビネットリスト */
div#cabiListChoice #right_div .list_table {
	font-size: 85%;
	height: 320px;
	overflow-y: auto;
	margin: 0 15px 0 0;
}

div#cabiListChoice #right_div table {
	width: 100%;
}

/* オンカーソルでリンク文字色を変更 */
div#cabiListChoice #right_div a:hover {
	color: #ff0000;
	text-decoration: none;
}

/* 下カラム */
div#cabiListChoice #return {
	text-align: left;
	float: left;
}

/* ハックでIEのみに適用 */
html*#cabiListChoice div#type_div div {
	display: inline;
	zoom: 1px;
}

/******************/
/* 穴加工内容確認 */
/******************/
div#holeArrConfirm #left_block {
	width: 69%;
	float: left;
}

div#holeArrConfirm #right_block {
	width: 30%;
	float: right;
}

div#holeArrConfirm #right_block #space {
	margin-top: 3px;
}

div#holeArrConfirm #right_block #caution {
	margin: 3px 3px 70px 3px;
	font-size: 75%;
	color: red;
}

div#holeArrConfirm #input_name {
	margin-top: 5px;
}

div#holeArrConfirm #input_name th {
	width: 80px;
	font-size: 80%;
}

div#holeArrConfirm #input_name td {
	width: 400px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 80%;
}

div#holeArrConfirm #text_comment {
	border-style: none;
	padding-left: 12px;
	font-weight: bold;
	color: red;
}

div#holeArrConfirm #top_space {
	margin-top: 20px;
}

div#holeArrConfirm #lblErrorMessage {
	text-align:left;
	margin:0 0 2px 10px;
	color:red;
	font-size:90%;
	font-weight: bold;
}

div#holeArrConfirm #output_list table {
	width: 100%;
	font-size: 90%;
}

div#holeArrConfirm #output_list #right_message {
	text-align: right;
}

div#holeArrConfirm #output_list #arrangement_table {
	display: inline-block;
	_display: inline;
	width: 100%;
}

div#holeArrConfirm #output_list #output_table {
	max-height: 340px;
	overflow-y: auto;
}

div#holeArrConfirm #cabi_info table {
	font-size: 75%;
}

div#holeArrConfirm #cabi_info th {
	width: 105px;
}

div#holeArrConfirm #cabi_info td {
	width: 200px;
}

div#holeArrConfirm #cabi_cost table {
	font-size: 75%;
}

div#holeArrConfirm #cabi_cost th {
	width: 105px;
}

div#holeArrConfirm #cabi_cost td {
	width: 200px;
}

div#holeArrConfirm #cabi_cost input{
	text-align: left;
	width: 30px;
}

div#holeArrConfirm #cabi_cost #surface_count {
	border: none;
	text-align: right;
}

div#holeArrConfirm #bottom_block #birdView {
	float: left;
}

div#holeArrConfirm #bottom_block #regist {
	float: right;
}

div#holeArrConfirm #bottom_block #draw {
	float: right;
}

/**********************/
/* 全体図             */
/**********************/
div#holeArrView #birdView {
	border:1px solid black;
	background-color:#b0ffb0;
	display:block;
}

div#holeArrView table {
	width:100%;
}

div#holeArrView #lblErrorMessage {
	text-align:left;
	margin:0 0 2px 10px;
	color:red;
	font-size:90%;
	font-weight: bold;
}

/****************************/
/* 利用規約                 */
/****************************/
div#termsOfService #mainContents {
	width: 960px;
	height: 1680px;
	margin-left: auto;
	margin-right: auto;
}

div#termsOfService iframe {
	border: none;
	width: 100%;
	height: 100%;
}

div#termsOfService #caution {
	font-size: 90%;
	color: red;
	text-align: center;
	margin-top: 10px;
}

div#termsOfService #buttons {
	margin-top: 10px;
	text-align: center;
}

/********************/
/* キャビネット選択 */
/********************/
#cabinetSeriesChoice .tabbox {
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 948px;
}

#cabinetSeriesChoice .tabbox ul.tabs {
	margin: 0;					/* 外側の余白を消す */
	padding: 0;					/* 内側の余白を消す */
}

#cabinetSeriesChoice .tabbox ul.tabs li {
	margin: 0;					/* 各項目周囲の余白をなくす */
	padding: 0;					/* 各項目内側の余白をなくす */
	list-style-type: none;		/* 先頭記号を消す */
	float: left;				/* リスト項目を横方向に並べる */
	width: 165px;				/* タブのデフォルトの横幅 */
	/* 左上の角丸 */
	background-repeat: no-repeat;
	background-position: left top;
	border-radius: 10px 10px 0 0;
}

#cabinetSeriesChoice .tabbox ul.tabs a {
	display: block;				/* ブロックレベルに */
	padding: 5px 0;				/* 内側の余白 */
	/*height: auto;				/* タブの高さ */
	text-align: center;			/* 中央寄せ */
	text-decoration: none;		/* 下線を消す */
	font-weight: bold;			/* 太字 */
	/* 右上の角丸 */
	background-repeat: no-repeat;
	background-position: right top;
}

#cabinetSeriesChoice .tabbox ul.tabs li.tab {
	background-color: #ececec;	/* 薄いグレー */
}

#cabinetSeriesChoice .tabbox ul.tabs a:hover {
	text-decoration: underline;	/* 下線 */
}

#cabinetSeriesChoice .tabArea {
	border-collapse: separate;
	border: 2px #1a5f9c solid;
	border-radius: 0 5px 5px 5px;
}

#cabinetSeriesChoice .cabinetTable td {
	padding: 3px;
}

#cabinetSeriesChoice img {
	border: none;
	width: 180px;
}

#cabinetSeriesChoice img:hover {
	outline: solid 3px #1a5f9c;
}

#cabinetSeriesChoice a:hover {
	position: relative;
	text-decoration: none;
}

/**********************/
/* アップロードリスト */
/**********************/
#dxfUploadList #buttonTable {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
}

#dxfUploadList #buttonTable table {
	width: 100%;
}

#dxfUploadList #buttonTable td {
	text-align: center;
}

#dxfUploadList #buttonTable .b1 {
	width: 160px;
	height: 50px;
}

#dxfUploadList #inputTable {
	width: 100%;
	font-size: 85%;
}

#dxfUploadList #inputTable th {
	text-align: right;
	font-weight: normal;
}

#dxfUploadList #inputTable td {
	text-align: left;
}

#dxfUploadList #inputTable #datepickerFrom {
	width: 70px;
}

#dxfUploadList #inputTable #datepickerTo {
	width: 70px;
}

#dxfUploadList #inputTable #refreshButton {
	float: right;
}

#dxfUploadList #messageTable {
	margin-top: 4px;
	margin-bottom: 2px;
	width: 100%;
}

#dxfUploadList #messageTable th {
	text-align: left;
	width: 15%;
}

#dxfUploadList #messageTable td {
	text-align: right;
}

#dxfUploadList #outputArea {
	height: 392px;
	overflow-y: auto;
}

#dxfUploadList #outputArea table {
	width: 100%;
	font-size: 78%;
}

/* オンカーソルでリンク文字色を変更 */
#dxfUploadList #outputArea a:hover {
	color: #ff0000;
	text-decoration: none;
}

/**************************/
/* アップロードの注意事項 */
/**************************/
#dxfUploadNotesDialog {
	width: 100%;
	position: relative;
	height: 250px;
	text-align: center;
}

#dxfUploadNotesDialog #middle {
	margin:10px;
	border: double 5px #1a5f9c;
	text-align:left;
}

#dxfUploadNotesDialog table{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:5px;
	border: 1pt;
	font-size: 90%;
	width: 100%;
}

#dxfUploadNotesDialog th {
	padding: 5px 5px;
	vertical-align: top;
	text-align:right;
	font-weight: normal;
}

#dxfUploadNotesDialog th.title {
	text-align:left;
	color: red;
	font-weight: bold;
	font-style: normal;
}

#dxfUploadNotesDialog td {
	font-size: 90%;
	padding: 5px 5px;
}

#dxfUploadNotesDialog .important {
	font-size: 150%;
	color: red;
	font-weight: bold;
}

#dxfUploadNotesDialog #buttons {
	margin-top:20px;
	text-align:center;
}

#dxfUploadNotesDialog .b2 {
	margin-left: 20px;
	margin-right: 20px;
}

/****************/
/* アップロード */
/****************/
#dxfUploadDialog {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 580px;
}

#dxfUploadDialog .error {
	margin-bottom: 5px;
}

#dxfUploadDialog table {
	margin-left: 10px;
	margin-bottom: 20px;
	width: 100%;
}

#dxfUploadDialog table th {
	width: 20%;
	font-size: 90%;
}

#dxfUploadDialog table td {
	font-size: 90%;
}

#dxfUploadDialog #planInfo input {
	width: 99%;
}

#dxfUploadDialog #cabinetInfo input {
}

#dxfUploadDialog #dxfFile input {
	background-color: #ffffff;
	width: 99%;
}

#dxfUploadDialog .warning {
	margin-left: 20px;
	color: red;
	font-size: 90%;
}

#dxfUploadDialog .comment {
	color: blue;
	font-size: 90%;
}

#dxfUploadDialog .caution {
	margin-bottom: 2px;
	color: blue;
	font-size: 90%;
}

#dxfUploadDialog .important {
	color: red;
	font-weight: bold;
}

#dxfUploadDialog #buttons {
	margin-top: 15px;
	text-align: center;
}

#dxfUploadDialog .b2 {
	margin-left: 20px;
	margin-right: 20px;
}

/********************/
/* アップロード情報 */
/********************/
#dxfUploadInfoDialog {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 580px;
}

#dxfUploadInfoDialog table {
	margin-left: 10px;
	margin-bottom: 10px;
	width: 100%;
}

#dxfUploadInfoDialog table th {
	width: 20%;
	font-size: 90%;
}

#dxfUploadInfoDialog .title {
	text-align: center;
}

#dxfUploadInfoDialog table td {
	font-size: 90%;
}

#dxfUploadInfoDialog .comment {
	color: blue;
	font-size: 90%;
}

#dxfUploadInfoDialog #download {
	margin-left: 10px;
}

#dxfUploadInfoDialog #detail {
	margin-left: 10px;
}

#dxfUploadInfoDialog #toiawase {
	margin-left: 50px;
	font-weight: normal;
	font-size: 85%;
	color: #0000ff;
}

#dxfUploadInfoDialog a:hover {
	text-decoration: none;
}

#dxfUploadInfoDialog #buttons {
	margin-top: 15px;
	text-align: center;
}

#dxfUploadInfoDialog #buttons form {
	display:inline-block;
	padding-right: 40px;
}

/************/
/* 原因詳細 */
/************/
#dxfUploadInfoDetail #detailInfo {
	width: 70%;
	height: 500px;
	overflow-y: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border-collapse: separate;
	border: 2px #1a5f9c solid;
	border-radius: 5px;
}

#dxfUploadInfoDetail #detailInfo table {
	width: 100%;
}

#dxfUploadInfoDetail #detailInfo th  {
	width: 60%;
	padding-top: 4px;
	padding-right: 5px;
	padding-left: 5px;
	color: #ffffff;
	background-color: #1a5f9c;
	font-size: 16px;
	text-align: center;
}

#dxfUploadInfoDetail #detailInfo td  {
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	border-color: #1a5f9c;
	border-width: 1px;
	border-style: solid;
}

#dxfUploadInfoDetail #detailInfo #lblDetailCause {
	padding-top: 4px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 4px;
	font-size: 16px;
}

#dxfUploadInfoDetail #buttons {
	text-align: center;
}

/******************/
/* アップロード中 */
/******************/
#dxfUploadingDialog {
	text-align: center;
}

#dxfUploadingDialog #uploading img {
	margin-top: 100px;
}

#dxfUploadingDialog #message {
	margin-top: 20px;
	margin-bottom: 50px;
}

/**********************/
/* ダウンロードリスト */
/**********************/
#dxfDownloadList #buttonTable {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
}

#dxfDownloadList #buttonTable table {
	width: 100%;
}

#dxfDownloadList #buttonTable td {
	text-align: center;
}

#dxfDownloadList #buttonTable .b1 {
	width: 160px;
	height: 50px;
}

#dxfDownloadList #inputTable {
	width: 100%;
	font-size: 85%;
}

#dxfDownloadList #inputTable th {
	text-align: right;
	font-weight: normal;
}

#dxfDownloadList #inputTable td {
	text-align: left;
}

#dxfDownloadList #inputTable #datepickerFrom {
	width: 70px;
}

#dxfDownloadList #inputTable #datepickerTo {
	width: 70px;
}

#dxfDownloadList #inputTable #searchButton {
	float: right;
}

#dxfDownloadList #messageTable {
	margin-top: 4px;
	margin-bottom: 2px;
	width: 100%;
}

#dxfDownloadList #messageTable th {
	text-align: left;
	width: 20%;
}

#dxfDownloadList #messageTable td {
	text-align: right;
}


#dxfDownloadList #outputArea {
	height: 392px;
	overflow-y: auto;
	width: 82%;
	margin-left: auto;
	margin-right: auto;
}

#dxfDownloadList #outputArea table {
	width: 100%;
	font-size: 78%;
}

/* オンカーソルでリンク文字色を変更 */
#dxfDownloadList #outputArea a:hover {
	color: #ff0000;
	text-decoration: none;
}

/******************/
/* ダウンロード中 */
/******************/
#dxfDownloading {
	text-align: center;
}

#dxfDownloading #downloading img {
	margin-top: 100px;
}

#dxfDownloading #message {
	margin-top: 20px;
	margin-bottom: 50px;
}

/****************/
/* お問い合わせ */
/****************/
#cabinetContact .title {
	margin-left: 5%;
	font-size: large;
	font-weight: bold;
	font-style: italic;
}

#cabinetContact .chapter {
	margin-top: 20px;
	margin-left: 8%;
}

#cabinetContact .comment {
	color: blue;
	font-size: 90%;
}

#cabinetContact .caution {
	color: red;
	font-size: 90%;
}

#cabinetContact .contactLayout {
	width: 80%;
	margin-top: 4px;
	margin-left: auto;
	margin-right: auto;
}

#cabinetContact #uploadInfo table {
	width: 100%;
	font-size: 90%;
}

#cabinetContact #uploadInfo th {
	width: 15%;
	height: 30px;
}

#cabinetContact .columnTitle {
	width: 50%;
	font-weight: bold;
	text-align: center;
	padding: 5px 5px;
	background-color: #ececec;
	border: 1.5pt #1a5f9c solid;
}

#cabinetContact #lblDetailCause {
	height: 180px;
	overflow-y: auto;
	font-size: 90%;
}

#cabinetContact #check {
	border: 1.5pt #1a5f9c solid;
}

#cabinetContact #check th {
	text-align: left;
	padding: 5px 0 0 20px;
	background-image: url("/cadinfo/image/point.gif");
	background-repeat: no-repeat;
	background-position: 5px 70%;
}

#cabinetContact #check td {
	padding: 0 0 10px 30px;
	font-size: 90%;
}

#cabinetContact #check .important {
	color: red;
	font-weight: bold;
}

#cabinetContact #telephone table {
	width: 100%;
	margin-top: 4px;
}

#cabinetContact #telephone td {
	width: 35%;
	height: 60px;
}

#cabinetContact #telephone #telnumber {
	text-align: center;
}

#cabinetContact #mail table {
	width: 100%;
	margin-top: 4px;
	font-size: 90%;
}

#cabinetContact #mail th {
	width: 18%;
}

#cabinetContact #mail .button {
	width: 10%;
	text-align: center;
}

#cabinetContact #mail #nmUsingcad {
	width: 100%;
}

#cabinetContact #mail #nmMailsubject {
	width: 100%;
}

#cabinetContact #mail textarea {
	height: 240px;
	width: 100%;
}

#cabinetContact #buttons {
	margin-top: 10px;
	text-align: center;
}