@charset "utf-8";

@IMPORT url("1.12.1/jquery-ui.css");

/*==============
	jQuery UI css上書き
==============*/

/* jQuery UI css ツールチップ*/
.ui-tooltip{
	background-color : #fbfcca;
	padding : 2px 5px;
}

/*jQuery Dialog　オーバーレイ*/
.ui-widget-overlay {
	background: #000;
	opacity: 0.6;
}
/*jQuery ボタン*/
/*.btnと併用する場合*/
.btn.ui-button:hover, .btn.ui-button:focus, .btn.ui-button:active {
	border: none;
	border-radius: 3px;
	color: #fff;
}

.btn-default.ui-button:focus {
	background: #999;
}

.btn-primary.ui-button:hover, .btn-primary.ui-button:focus, .btn-primary.ui-button:active {
	background: #2e6da4;
}

.btn-info.ui-button:focus {
	background: #46b8da;
}
/*待機画面の表示用　閉じるボタン、タイトルバー非表示*/
.loadMsg .ui-dialog-titlebar-close, .loadMsg .ui-dialog-titlebar {
	display: none;
}
/*プログレスバー*/
.loader-progress {
	background-color: #ffffff;
	height: 5px;
}

/* ==============
	共通
 =============== */

html {
	height: 100%;
}

body {
	font-family: "メイリオ", Meiryo, Meiryo UI;
	font-size: 15px;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #333;
}

img {
	border: none;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	text-align: center;
	color: #000;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table th, table td {
	padding: 2px 3px 1px 3px;
}

table th {
	font-weight: normal;
}

button {
	cursor: pointer;
}

button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
}

input, select, textarea {
	font-family: "メイリオ", Meiryo, Meiryo UI;
	margin: 5px 5px 0;
	padding: 2px 5px;
	font-size: 16px;
	display: table-cell;
}

textarea {
  resize: vertical;
}

input[type="text"], input[type="tel"], input[type="password"], textarea {
	border: solid 1px #adadad;
}

input[type="number"]:focus, input[type="number"]:active, input[type="text"]:focus, input[type="text"]:active, input[type="password"]:focus, input[type="password"]:active, select:focus, select:active, textarea:focus, textarea:active {
  border-color: #5cb3fd;
  background-color: #f9f5b9;
  outline: 0;
}

input[readonly], textarea[readonly], input[disabled], textarea[disabled], select[disabled], input[readonly]:focus, input[readonly]:active, textarea[readonly]:focus, textarea[readonly]:active, textarea[disabled]:focus, textarea[disabled]:active, select[disabled]:focus, select[disabled]:active {
	color: #333;
	background: #eee;
	border-color: #adadad;
}

select {
	border: solid 1px #adadad;
}

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center !important;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.floatR {
	float: right !important;
}

.floatL {
	float: left !important;
}

.middle {
	vertical-align: middle !important;
}

.lengthCtr {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tableLayout {
	display: table;
	table-layout: fixed;
}

.tableLayout li {
	display: table-cell;
	text-align: center;
}

.font-sizeS {
	font-size: 12px;
}
/*伝票No.用のスタイル*/

label.denpyoNo{
	text-align : right;
}
.propertyNo{
	padding-top : 20px;
	font-weight: bold;
	font-size: 18px !important;
	display: inline-block;
	vertical-align : bottom;
}
/*月次締日との比較　月次締日以前のスタイル（常駐）*/
.beforeClosingDate{
	font-weight: bold;
	color : #0000ff;
}

.font-red {
	color: red;
}

h1.title {
	font-size: 18pt;
	margin: 2px 0;
	padding-left: 30px;
}

h2 {
	padding: 5px;
	padding-left: 10px;
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
}

h2 img {
	margin-right: 10px;
	vertical-align: middle;
}

h3 {
	width: 1500px;
	margin-left: 10px;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
}

table.full {
	width: 100%;
}

.list tr {
	background: #fff;
}

.list th, .list td {
	/* 	border-top: solid 1px #b2b2b2; */
	text-align: left;
}

.list th {
	padding: 2px 5px 1px 15px;
}

.list td {
	padding: 2px 5px 1px 10px;
}

.list tr {
	border-top: solid 1px #b2b2b2;
}

.list tr:last-child {
	border-bottom: solid 1px #b2b2b2;
}

.list .alert-danger1 tr {
	background: #ffd8cc;
}

.list .alert-danger1 td {
	background: #ffd8cc;
}

.list .alert-danger2 tr {
	background: #f8e58c;
}

.list .alert-danger3 tr {
	background: #e6cde3;
}

tr.dummyRow {
	border: none;
}

table.list th, .titleRow td {
	background: #cee0f0;
}

.list .left {
	text-align: left;
}

.list .alert-disabled td {
	background: #ffd8cc;
}

.list .delete.btn {
	padding: 0px;
	min-width: 0px;
}

#normalArea{
	width : 1184px;
	margin : auto;
	table-layout:fixed;
}

#smallArea{
	width : 900px;
	margin : auto;
	table-layout:fixed;
}
#xsmallArea{
	width : 760px;
	margin : auto;
	table-layout:fixed;
}
#xxsmallArea{
	width : 580px;
	margin : auto;
	table-layout:fixed;
}

.toggleTable thead .toggle {
	background: #666 url(../image/arrow-toggle.png) no-repeat 98% 50%;
	cursor: pointer;
}

table th.order {
	color: #245580;
	cursor: pointer;
}

table th.order:hover, table th.order:focus, table th.order:active {
	text-decoration: underline;
}

table th.order.auto {
	background:  url(../image/arrow-auto.png) no-repeat 95% 50%;
}

table th.order.desc {
	background: url(../image/arrow-desc.png) no-repeat 95% 50%;
}

table th.order.asc {
	background: url(../image/arrow-asc.png) no-repeat 95% 50%;
}

.backGreen {
	background: #d2f0d0;
	color: #439943;
}

.backGray {
	background: #e6e4e2;
	color: #666;
}

.backBlue {
	background: #dae8f2;
	color: #337ab7;
}

.backOrange {
	background: #f8e2d3;
	color: #b27a28;
}

table th.title {
	padding: 10px;
	text-align: left;
}

table th.titleGreen {
	color: #cff0be;
}

table th.titleOrange {
	color: #f2dda6;
}

.subTitleBloue {
	border-left: solid 6px #0079b1;
}

.subTitleGreen {
	border-left: solid 6px #00af50;
}

.subTitleOrange {
	border-left: solid 6px #fe9c2d;
}

.subTitleGray {
	border-left: solid 6px #ccc9c3;
}
.subTitleBlue {
	border-left: solid 6px blue;
}
.subTitleGreen {
	border-left: solid 6px green;
}
.subTitleRed {
	border-left: solid 6px red;
}

.border{
	border: solid 0.5px #999999; 
	margin: 0px 10px 10px
}

/* ### ボタンスタイル ### */

/*改行ボタン用*/
.indention{
	padding: 4px 10px;
	vertical-align: bottom;
}

.search {
	width: 26px;
	height: 26px;
	margin-left: -5px;
	padding: 6px 10px;
	display: inline-block;
	background: #5bc0de url(../image/search.png) no-repeat 50% 50%;
	border: none;
	border-radius: 3px;
	vertical-align: bottom;
	cursor: pointer;
}

.infomation{
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(../image/infomation.png) no-repeat;
	border: none;
	border-radius: 3px;
	vertical-align: bottom;
	cursor: pointer;
}

.under {
	width: 26px;
	height: 26px;
	margin-left: -5px;
	padding: 6px 10px;
	display: inline-block;
	background: #5bc0de url(../image/under.png) no-repeat 50% 50%;
	border: none;
	border-radius: 3px;
	vertical-align: bottom;
	cursor: pointer;
}

.memo {
	background: url(../image/pen2.png) no-repeat 50% 50%;
}

/*
.edit {
	height: 14px;
	margin-left: -5px;
	padding: 6px 10px;
	display: inline-block;
	background: #00CC00;
	border: none;
	border-radius: 3px;
	vertical-align: bottom;
	cursor: pointer;
}
*/

.seach:hover, .seach:focus, .seach:active {
	background: #238ead url(../image/seach.png) no-repeat 50% 50%;
}

.cellHref {
	/* 	color: #337ab7; */
	cursor: pointer;
}

.cellHref2 {
	color: #337ab7;
	cursor: pointer;
}

.cellHref:hover, .cellHref:focus, .cellHref:active {
	background: #edf2f4;
	background: #f2f2f2;
	color: #337ab7;
}

.postBtn {
	margin: 0;
	margin-left: -5px;
	padding: 5px 10px;
	font-size: 12px;
}

/* ==============
	ヘッダー
 =============== */
#header {
	width: 100%;
	height: 40px;
	color: #fff;
	background-size: 30px;	
}

#header .logo {
	margin: 0;
	padding-top: 10px;
	margin-left: 67px;
	font-size: 15px;
	font-weight: bold;
	float: left;
}

#loginUser {
	margin-top: 5px;
	margin-right: 20px;
	float: right;
	display: tabl table-layout: fixed;
}

#loginUser li {
	/*padding: 0 10px;*/
	display: table-cell;
}

#logOut {
	font-weight: bold
	/*background: #fb4c2f;
	color: #fff;
	border: solid 1px #fb4c2f;
	border-radius: 5px;*/
}

#logOut:hover, #logOut:focus, #logOut:active {
	background: #f2f0ed;
	color: #fb4c2f;
}

#subtitle{
	font-size: 24px;
	color:black;
}

/*
 * フッター
 */
div#footer {
	min-height: 5px;
}


/* ==============
	ログイン
 =============== */
#login {
	width: 640px;
	min-height: 300px;
	margin: 100px auto;
	padding: 10px;
	background: #f2f0ed;
	text-align: center;
	box-shadow: inset 0 0 0 1px #b2b1af, 0 0 3px #b2b1af;
}

#login h1 {
	margin-bottom: 20px;
	font-size: 18px;
}

#login input {
	width: 350px;
	height: 30px;
	padding: 5px;
	margin: 10px auto;
	display: block;
}

#login button {
	width: 360px;
	height: 50px;
	padding: 5px;
	margin: 20px auto;
	border: solid 1px #005580;
	background: #4c94b7;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

#login button:hover, #login button:focus, #login button:active {
	background: #4c94b7;
}

/* ==============
	メイン
 =============== */
  #positionFixed{
    background: #fff;
    //display: flex;
    margin-top: -4px;
    position: fixed;
    //justify-content: space-between;
    width: 100%;
}
#mainContent {
    width: 100%;
	min-height: 100%;
	margin: auto;
	background: #ffffff;
	position: relative;
	overflow: hidden;
	padding-bottom: 0;
}

#dialogContent{
	width: 100%;
	min-height: 100%;
	margin: auto;
	background: #fff;
	position: relative;
	overflow: hidden;
}

#contentArea {
	width: 1600px;
	padding: 0 20px 0;
}

#dialogArea{
	padding: 0 20px 10px;
}

.content {
	margin-bottom: 5px;
	clear: both;
}

#freaTop {
	margin-top: -10px;
	margin-bottom: 10px;
}

#btnAreaTop li {
	float: left;
}

.btnAreaBottom {
	margin-top: 10px;
	margin-right: 150px;
	text-align: right;
}

#dialogArea .btnAreaBottom{
	margin-top: 10px;
}

.searchArea {
	margin-top: 5px;
	padding: 5px 20px 5px;
	background: #E8E8E8;
}

.searchTitle {
	margin: 0 -20px;
	padding: 2px 20px;
	background: #b2b2b2;
}

.searchArea label {
	width: 130px;
	color: #444;
	display: inline-block;
	text-align: right;
	margin-right: 5px;
}

.searchArea .btnArea {
	margin-top: 5px;
	float: right;
}

.searchArea .btn {
	margin-top: 5px;
}

#subtitle{
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* ### ナビゲーションエリア ### */
#navigationArea {
	width: 180px;
	position: absolute;
	top: 71px;
	left: -180px;
	bottom: 0;
	border-right: solid 2px #dfac1f;
	box-sizing: border-box;
	background: #333;
	z-index: 999;
}

#navigationArea li a {
	padding: 10px;
	display: block;
	border: solid 2px #333;
	color: #fff;
	text-align: left;
}

#navigationArea li a:hover, #navigationArea li a:focus, #navigationArea li a:active {
	background: #333;
	border-top: solid 2px #dfac1f;
	border-bottom: solid 2px #dfac1f;
	color: #cc9a1c;
}

#navigationArea li a.selected {
	border-top: solid 2px #dfac1f;
	border-right: solid 1px #dfac1f;
	border-bottom: solid 2px #dfac1f;
	background: url(../image/list-arrow.png) no-repeat 90% 50%;
	color: #cc9a1c;
}

/* ### ナビエリア／パンくずリスト ### */
#topicPath {
	background-color: #EEEEEE;
}

#mainNavigate {
	min-width: 150px;
}

#menu {
	width: 20px;
	height: 20px;
	margin: 0 20px 0 10px;
	display: inline-block;
	background: url(../image/menu.png) no-repeat 50% 50%;
	vertical-align: -6px;
	cursor: pointer;
}

#menu:hover, #menu:focus, #menu:active {
	background: url(../image/menu_hover.png) no-repeat 50% 50%;
}

#title {
	margin: 0;
	display: inline-block;
	font-size: 14px;
}

#topicPath li {
	float: left;
	padding: 5px 15px 5px 10px;
	color: #000;
	font-size: 14px;
	overflow: hidden;
}

#topicPath .path {
	background: url(../image/arrow-topic.png) no-repeat 100% 50%;
}

#topicPath li a {
	padding: 0;
	color: #6b6b6b;
	border-bottom: solid 1px #b0b0b0;
}

#topicPath li a:hover, #topicPath li a:focus, #topicPath li a:active {
	color: #000;
	border-bottom: solid 1px #000;
}

/* ### 入力フォーム ### */
.w20, input.w20 {
	width: 20px;
}

.w30, input.w30 {
	width: 30px;
}

.w40, input.w40 {
	width: 40px;
}

.w60, input.w60 {
	width: 60px;
}

.w70, input.w70 {
	width: 70px;
}

.w80, input.w80 {
	width: 80px;
}

.w90, input.w90 {
	width: 90px;
}

.w100, input.w100 {
	width: 100px;
}

.w110, input.w110 {
	width: 110px;
}

.w120, input.w120 {
	width: 120px;
}

.w130, input.w130 {
	width: 130px;
}

.w140, input.w140 {
	width: 140px;
}

.w150, input.w150 {
	width: 150px;
}

.w160, input.w160 {
	width: 160px;
}

.w170, input.w170 {
	width: 170px;
}

.w180, input.w180 {
	width: 180px;
}

.w200, input.w200 {
	width: 200px;
}

.w230, input.w230 {
	width: 230px;
}

.w240, input.w240 {
	width: 240px;
}

.w250, input.w250 {
	width: 250px;
}

.w260, input.w260 {
	width: 260px;
}

.w270, input.w270 {
	width: 270px;
}

.w280, input.w280 {
	width: 280px;
}

.w290, input.w290 {
	width: 290px;
}

.w300, input.w300 {
	width: 300px;
}

.w320, input.w320 {
	width: 320px;
}

.w350, input.w350 {
	width: 350px;
}

.w360, input.w360 {
	width: 360px;
}

.w400, input.w400, textarea.w400 {
	width: 400px;
}

.w430, input.w430, textarea.w430 {
	width: 430px;
}

.w440, input.w440, textarea.w440 {
	width: 440px;
}

.w450, input.w450, textarea.w450 {
	width: 450px;
}

.w500, input.w500 {
	width: 500px;
}

.w600, input.w600, textarea.w600 {
	width: 600px;
}

.w650, input.w650, textarea.w650 {
	width: 650px;
}

.w660, input.w660, textarea.w660 {
	width: 660px;
}

.w670, input.w670, textarea.w670 {
	width: 670px;
}

.w690, input.w690, textarea.w690 {
	width: 690px;
}

.w700, input.w700, textarea.w700 {
	width: 700px;
}

.w800, input.w800, textarea.w800 {
	width: 800px;
}

.w900, input.w900, textarea.w900 {
	width: 900px;
}

.w1000, input.w1000, textarea.w1000 {
	width: 1000px;
}

.editForm {
	padding: 0 20px;
}

.editForm label {
	/*vertical-align: middle;*/
	width: 110px;
	padding-right: 5px;
	display: inline-block;
	color: #444;
	text-align: right;
	font-size: 12px;
}

.inline {
	display: inline-block;
	/*display: -moz-flex; /*firefox*/
	/*display: -webkit-flex; /*Android2.3~,Chrome,Safari等*/
	/*display: -ms-flexbox; /*IE9~用*/
	/*display: flex; /*最新のブラウザ向け*/
}

.inlineIE {
	display: inline-block;
	/*display: -moz-flex; /*firefox*/
	/*display: -webkit-flex; /*Android2.3~,Chrome,Safari等*/
	display: -ms-flexbox; /*IE9~用*/
	/*display: flex; /*最新のブラウザ向け*/
}

/* ### チェックボックス ### */
.checkBox {
	margin-top: 10px;
	margin-right: 30px;
	padding: 0 10px;
	display: inline-block;
	/* 	background: #e0dfdc; */
}

.checkBox input[type="checkBox"] {
	/*	margin-right: -5px;*/

}

.checkBox input[type="text"] {
	margin: 5px;
}

.checkBox label {
	width: 150px;
	cursor: pointer;
	text-align: left;
}

/* ### その他 ### */
#moveUp {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 10px;
	right: 20px;
	background: url(../image/move-up.png) no-repeat;
	cursor: pointer;
	display: none;
}

#moveUp:hover, #moveUp:focus, #moveUp:active {
	background: url(../image/move-up.png) no-repeat;
}

#moveDown {
	width: 50px;
	height: 50px;
	position: fixed;
	top: 80px;
	right: 20px;
	background: url(../image/move-dn.png) no-repeat;
	cursor: pointer;
	z-index : 999;
}

#moveDown:hover, #moveDown:focus, #moveDown:active {
	background: url(../image/move-dn-hover.png) no-repeat;
}

/*----------数値（追加）-------------*/
.num, .num1, .num2, .num3,.numy, .num2y,.numd, .num2d, .num3d  {
	text-align: right;
}

/*=========段の余白（追加）=========*/
.spase {
	height: 15px;
}
.middleSpase {
	height: 8px;
}
.middlemiddleSpase {
	height: 4px;
}
.littleSpase {
	height: 2px;
}

/* ==============
	見積り作成（外地・内地）
 =============== */
/* ### 部品テーブル ### */
.productList th, .productList td {
	padding: 0;
}

.productList {
	border-bottom: solid 1px #b2b2b2;
}

.productList td {
	vertical-align: top;
/*	color: #666;*/
	border-top: none;
	border-bottom: none;
	padding-top: 4px;
}

.productList .odd td {
	background: #f2f0ed;
}

.productList input, .productList select {
	margin: 1px 2px;
}

.productList .rowNum {
	width: 30px;
}

.productList .handle {
	background: #fff url(../image/handle.png) no-repeat 50% 50%;
	cursor: move;
}

.productList .odd .handle {
	background: #f2f0ed url(../image/handle.png) no-repeat 50% 50%;
}

.productList .extra {
	width: 50px;
}

.btn-mini {
	width: 15px;
	height: 15px;
	margin: 0;
	display: inline-block;
	border: none;
	border-radius: 3px;
	cursor: pointer;
}

.upRow {
	background: #46b8da url(../image/row-up.png) no-repeat 50% 50%;
}

.dnRow {
	background: #46b8da url(../image/row-dn.png) no-repeat 50% 50%;
}

.addRow {
	background: #46b8da url(../image/row-add.png) no-repeat 50% 50%;
}

.delRow {
	background: #46b8da url(../image/row-del.png) no-repeat 50% 50%;
}
/* ### 合計金額### */
.totalAmount {
	margin: 0 30px 10px 0;
	table-layout: fixed;
}

.totalAmount th {
	width: 150px;
}

.totalAmount td {
	background: #f2f2f2;
}

.totalAmount .sumResult{
	border : none;
	background-color : #f2f2f2;
}

/* ==============
	エラーメッセージ
 =============== */
#errorMassage {
	width: 800px;
	margin-left: 20px;
	margin-top: 2px;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: bold;
}

#errorMassage p {
	margin-bottom: 10px;
	padding: 5px 20px;
	background: #d9534f;
	display: inline-block;
	color: #fff;
}

#errorMassage ul {
	margin: -10px 0 10px;
	padding: 10px 30px;
	border: solid 1px #d9534f;
	background: #fff;
	color: #d9534f;
	list-style-type: disc;
}

#dialogArea #errorMassage{
	margin-top : 20px;
}

/* ==============
	警告メッセージ
 =============== */
#warningMassage {
	width: 800px;
	margin-left: 20px;
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: bold;
}

#warningMassage p {
	margin-bottom: 10px;
	padding: 5px 20px;
	background: #3b5998;
	display: inline-block;
	color: #fff;
}

#warningMassage ul {
	margin: -10px 0 10px;
	padding: 10px 30px;
	border: solid 1px #3b5998;
	background: #fff;
	color: #3b5998;
	list-style-type: disc;
}

input::-webkit-input-placeholder {
	color: #777;
	font-weight: normal;
}

input:-ms-input-placeholder {
	color: #777;
	font-weight: normal;
}

input::-moz-placeholder {
	color: #777;
	font-weight: normal;
}

/* ==============
	お知らせメッセージ
 =============== */
#noticeMessage {
	margin-top: 10px;
	width: 800px;
	margin-left: 20px;
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: bold;
}

#noticeMessage p {
	margin-bottom: 10px;
	padding: 5px 20px;
	background: #197284;
	display: inline-block;
	color: #fff;
}

#noticeMessage ul {
	margin: 0 0 10px;
	padding: 10px 30px;
	border: solid 1px #197284;
	background: #fff;
	color: #197284;
	list-style-type: disc;
}

/*-------------------
	待機画面
-------------------*/
/*設定用クラス*/
.loadMsg {

}
/*表示エリア*/
#waitArea {
	display: flex;
	align-items: center;
	justify-content: center;
}
/*表示メッセージ*/
#waitMsg {
	margin-left: 20px;
}
/*画像の回転*/
.loading {
	animation: spin 3s linear infinite;
	-webkit-animation: spin 3s linear infinite;
	-moz-animation: spin 3s linear infinite;
	-ms-animation: spin 3s linear infinite;
	-o-animation: spin 3s linear infinite;
}

@-webkit-keyframes spin {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
	0% {-moz-transform: rotate(0deg);}
	100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin {
	0% {-ms-transform: rotate(0deg);}
	100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes spin {
	0% {-o-transform: rotate(0deg);}
	100% {-o-transform: rotate(360deg);}
}
@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}

/*-------------------
	エラー表示
--------------------*/
input[type="text"].errorItem, textarea.errorItem, input[type="password"].errorItem, div.errorItem, span.errorItem, select.errorItem {
	border: solid 1px #d9534f;
}

.errorArea {
	margin: 5px 5px 0;
	padding: 2px 5px;
}
/*-------------------
	警告表示
--------------------*/
input[type="text"].warningItem, input[type="password"].warningItem, select.warningItem {
	border: solid 1px #3b5998;
}
/*削除ボタン*/
.deleteIcon {
	width: 26px;
	height: 26px;
	margin-left: -5px;
	background: url(../image/trashbox.png) no-repeat 50% 50%;
	display: inline-block;
	border: none;
	border-radius: 3px;
	vertical-align: bottom;
	cursor: pointer;
}

.list .deleteIcon:hover, .list .deleteIcon:focus, .list .deleteIcon:active {
	background: #b1231e url(../image/trashbox.png) no-repeat 50% 50%;
}
/*詳細ボタン*/
.showIcon {
	width: 22px;
	height: 22px;
	margin-left: -5px;
	padding: 2px 2px;
	display: inline-block;
	background: url(../image/que.png) no-repeat 50% 50%;
	border: none;
	border-radius: 3px;
	vertical-align: bottom;
	cursor: pointer;
}

.showIcon:hover, showIcon:focus, showIcon:active {
	background: url(../image/quehover.png) no-repeat 50% 50%;
}

/*背景色_1*/
.bgColor_1 {
	background: #ffd8cc;
}
/*背景色_2*/
.bgColor_2 {
	background: #f8e58c;
}
/*背景色_3*/
.bgColor_3 {
	background: #e6cde3;
}

/*照会画面の枠*/
span.waku{
	border: solid 1px #adadad;
	display : inline-block;
	margin: 5px 5px 0;
	padding: 2px 5px;
	word-break : break-all;
	vertical-align : middle;
	background-color : #f2f2f2;
}
.productList .waku{
	margin: 1px 2px;
}
.waku.hide{
	display : none;
}

/*ドル表示用の枠*/
.dollarFrame {
	border: solid 1px #0000ff !important;
}

/**
 * パスワード変更
 */
.configIcon {
	width: 22px;
	height: 22px;
	padding: 0;
	border: none;
	background: url(../image/Cog.png) no-repeat 50% 50%;
	background-size: 22px 22px;
	vertical-align: middle;
}

/*非表示*/
.hide {
	display: none;
}

/*
 * 入力フィールド
 */
/**
 * 半角数字
 */
.n1 {width: 20px;}
.n2 {width: 30px;}
.n3 {width: 40px;}
.n4 {width: 50px;}
.n5 {width: 60px;}
.n6 {width: 70px;}
.n7 {width: 80px;}
.n8 {width: 90px;}
.n9 {width: 100px;}
.n10 {width: 110px;}
.n11 {width: 120px;}
.n12 {width: 130px;}
.n13 {width: 140px;}
.n14 {width: 150px;}
.n15 {width: 160px;}
.n16 {width: 170px;}
.n17 {width: 180px;}
.n18 {width: 190px;}
.n25 {width: 260px;}
.n30 {width: 310px;}
/**
 * 半角アルファベット
 */
.a2 {width: 41px;}
.a3 {width: 56px;}
.a4 {width: 72px;}
.a5 {width: 87px;}
.a6 {width: 103px;}
.a7 {width: 118px;}
.a8 {width: 133px;}
.a9 {width: 148px;}
.a10 {width: 164px;}
.a11 {width: 179px;}
.a12 {width: 195px;}
.a14 {width: 211px;}
.a20 {width: 317px;}
.a30 {width: 471px;}
.a40 {width: 624px;}
.a50 {width: 778px;}
/**
 * 全角文字
 */
.s3 {width: 58px;}
.s4 {width: 74px;}
.s5 {width: 90px;}
.s6 {width: 106px;}
.s7 {width: 122px;}
.s8 {width: 138px;}
.s9 {width: 154px;}
.s10 {width: 170px;}
.s12 {width: 202px;}
.s15 {width: 250px;}
.s16 {width: 266px;}
.s17 {width: 282px;}
.s18 {width: 298px;}
.s20 {width: 330px;}
.s22 {width: 360px;}
.s25 {width: 410px;}
.s26 {width: 435px;}
.s28 {width: 477px;}
.s30 {width: 490px;}
.s40 {width: 650px;}
.s50 {width: 810px;}
.s60 {width: 970px;}
.s65 {width: 1050px;}
.s70 {width: 1200px;}
.ss {width: 330px;}

/*
 * ファイル
 */
li.file {
	margin-top: 5px;
	margin-left: 5px;
}
li.file a {
	min-width: 250px;
	text-align: left;
	display:inline-block;
	padding: 2px 10px;
	border-radius: 5px;
	background-color: #84d65d	;
	border: solid 1px #999999;
}
li.file a img {
	height: 24px;
	margin-right: 5px;
	vertical-align: middle;
}

td.cmt {
	padding: 1px 0 1px 8px;
}
td.cmt img {
	vertical-align: middle;
	height: 18px;
}

/*
 * IME制御
 */
.imeOn {
	ime-mode: active;
}
.imeOff {
	ime-mode: inactive;
}