<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";

/* --------------------------------------------------------------------
	見積書出力画面用共通
--------------------------------------------------------------------- */
/* --------- 外枠設定 --------- */
#dcwsHeader {
	/* ボックス設定 */
	margin: 0px auto;
	width: 980px;
	outline: none;

	/* 背景設定 */
	background: #E5E7E7;

	/* テキスト設定 */
	font-family: inherit;
}

#dcwsBody {
	/* ボックス設定 */
	margin: 0px auto;
	width: 980px;
	outline: none;

	/* 背景設定 */
	background: white;

	/* テキスト設定 */
	font-family: inherit;
}

/* --------- ヘッダー設定 --------- */
#dcwsHeader h1 {
	/* ボックス設定 */
	margin: 20px auto;

	/* 背景設定 */

	/* テキスト設定 */
	line-height: 140%;
	text-align: left;

	font-size: 32px;
	font-weight: bold;
	color: #25395A;
}

#dcwsBody h2 {
	/* ボックス設定 */
	display: block;
	margin: 0;
	padding: 0 25px;
	height: 66px;

	/* 背景設定 */
	background-color: black;
	background-image: -webkit-linear-gradient(#434343, black);
	background-size: auto 100%;

	/* テキスト設定 */
	line-height: 66px;
	text-align: left;

	font-size: 1.125rem;
	font-weight: normal;
	color: white;
}

/* --------- テーブル設定 --------- */
#dcwsBody table {
	/* ボックス設定 */
	display: table;
	margin: 15px auto;
	border-collapse: collapse;
	border-width: 0px 0px 0px 0px;
	border-color: gray;
	width: 750px;

	/* 背景設定 */

	/* テキスト設定 */
	word-wrap: break-word;
	line-height: 1.4em;
	text-align: left;

	font-size: 100%;
 	color: #333;
}
/* テーブルサイズ：普通 */
#dcwsBody table.normal {
	/* ボックス設定 */
	width: 800px;

	/* 背景設定 */

	/* テキスト設定 */
}

/* テーブルサイズ：小 */
#dcwsBody table.small {
	/* ボックス設定 */
	width: 457px;

	/* 背景設定 */

	/* テキスト設定 */
}

#dcwsBody tbody {
	/* ボックス設定 */
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;

	/* 背景設定 */

	/* テキスト設定 */
}

#dcwsBody tr {
	/* ボックス設定 */
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;

	/* 背景設定 */

	/* テキスト設定 */
}

#dcwsBody th {
	/* ボックス設定 */
	display: table-cell;
	vertical-align: inherit;
	border: 1px solid #C2C9CD;
	padding: 8px 10px;

	/* 背景設定 */
	background-color: #FFF;

	/* テキスト設定 */
	text-align: inherit;

	font-weight: normal;
}
#dcwsBody th.small {
	/* ボックス設定 */

	/* 背景設定 */
	background-color: #F5F5F5;

	/* テキスト設定 */
}
#dcwsBody th.leftLine {
	/* ボックス設定 */
	border-right-style: none;
	padding: 0 0;
	width: 10px;

	/* 背景設定 */
	background-color: #F19600

	/* テキスト設定 */
}

#dcwsBody th.image {
	/* ボックス設定 */
	border-left-style: none;
	border-right-style: none;
	width: 30px;

	/* 背景設定 */

	/* テキスト設定 */
}

#dcwsBody th.label {
	/* ボックス設定 */
	border-left-style: none;
	width: 200px;

	/* 背景設定 */

	/* テキスト設定 */
}

#dcwsBody td {
	/* ボックス設定 */
	display: table-cell;
	vertical-align: inherit;
	border: 1px solid #C2C9CD;
	padding: 8px 10px;

	/* 背景設定 */
	background-color: white;

	/* テキスト設定 */
	text-align: inherit;

	font-weight: normal;
}

/* --------- 入力フォーム設定 --------- */
#dcwsBody select {
	/* ボックス設定 */
	border: 1px solid #8699B5;

	/* 背景設定 */
	background-color: #F5F5F5;

	/* テキスト設定 */
	font-size: 13px;
}

#dcwsBody input {
	/* ボックス設定 */
	margin: 5px auto;
	border: #EBEBEB 1px solid;

	/* 背景設定 */
	background: #F5F5F5;

	/* テキスト設定 */
	font-size: 13px;
}

#dcwsBody input[type="text"] {
	/* ボックス設定 */


	/* 背景設定 */

	/* テキスト設定 */
	border: 1px solid #8699B5; padding:4px; font:100%;
}

#dcwsBody input:focus {
	/* ボックス設定 */
	outline: #6495ED 2px solid;

	/* 背景設定 */

	/* テキスト設定 */
}
#dcwsBody select:focus {
	/* ボックス設定 */
	outline: #6495ED 2px solid;

	/* 背景設定 */

	/* テキスト設定 */
}
#dcwsBody a:focus {
	/* ボックス設定 */
	outline: #6495ED 2px solid;

	/* 背景設定 */

	/* テキスト設定 */
}

/* --------- その他設定 --------- */
/* 通知テキスト */
#dcwsBody .notice {
	/* ボックス設定 */

	/* 背景設定 */

	/* テキスト設定 */
	color: #333;
}
#dcwsBody .error {
	/* ボックス設定 */

	/* 背景設定 */

	/* テキスト設定 */
	color: red;
}
/* プライバシーポリシー */
#dcwsBody .privacyPolicy {
	/* ボックス設定 */

	/* 背景設定 */

	/* テキスト設定 */
	font-weight:bold;
}
</pre></body></html>