@charset "UTF-8";
/******************************
汎用一般画面共通
******************************/
.bold_500 {
	font-weight: 500;
}

.bold_700 {
	font-weight: 700;
}
.string08 {
	font-size: 8px;
}

.string10 {
	font-size: 10px;
}

.string12 {
	font-size: 12px;
}
.string14 {
	font-size: 14px;
}

.string16 {
	font-size: 16px;
}

.string18 {
	font-size: 18px;
}

.string20 {
	font-size: 20px;
}

.string24 {
	font-size: 24px;
}

.string28 {
	font-size: 28px;
}

.string32 {
	font-size: 32px;
}

.string36 {
	font-size: 36px;
}

.string40 {
	font-size: 40px;
}

.string48 {
	font-size: 48px;
}

.string56 {
	font-size: 56px;
}

.string64 {
	font-size: 64px;
}

.width40 {
	width: 40px;
}

.width60 {
	width: 60px;
}

.width80 {
	width: 80px;
}

.width100 {
	width: 100px;
}

.width120 {
	width: 120px;
}

.width140 {
	width: 140px;
}

.width160 {
	width: 160px;
}

.width180 {
	width: 180px;
}

.width200 {
	width: 200px;
}

.width220 {
	width: 220px;
}

.width240 {
	width: 240px;
}

.width260 {
	width: 260px;
}

.width280 {
	width: 280px;
}

.width300 {
	width: 300px;
}

.width320 {
	width: 320px;
}

.width340 {
	width: 340px;
}

.width360 {
	width: 360px;
}

.width380 {
	width: 380px;
}

.width400 {
	width: 400px;
}

.width420 {
	width: 420px;
}

.width440 {
	width: 440px;
}

.width460 {
	width: 460px;
}

.width480 {
	width: 480px;
}

.width500 {
	width: 500px;
}

.width600 {
	width: 600px;
}

.width700 {
	width: 700px;
}

.width800 {
	width: 800px;
}

.width900 {
	width: 900px;
}

.width1000 {
	width: 1000px;
}

.width1100 {
	width: 1100px;
}

.width1200 {
	width: 1200px;
}

.color_bk {
	color: #000000;
}

.color_wh {
	color: #ffffff;
}

.color_rd {
	color: #ff0000;
}

.color_lm {
	color: #00ff00;
}

.color_bl {
	color: #0000ff;
}

.color_cs {
	color: #dc143c;
}

.color_mr {
	color: #800000;
}

.color_or {
	color: #ff4500;
}

.color_yl {
	color: #ffff00;
}

.color_gd {
	color: #ffd700;
}

.color_dg {
	color: #006400;
}

.color_gr {
	color: #008000;
}

.color_pg {
	color: #98fb98;
}

.color_rb {
	color: #4169e1;
}

.color_lb {
	color: #b0c4de;
}

.color_mb {
	color: #191970;
}

.color_nv {
	color: #000080;
}

.color_db {
	color: #00bfff;
}

.color_gy {
	color: #808080;
}

.color_si {
	color: #c0c0c0;
}

.color_ws {
	color: #f5f5f5;
}

.color_aw {
	color: #faebd7;
}

.color_pp {
	color: #ffdab9;
}

.color_dv {
	color: #9400d3;
}

.color_id {
	color: #4b0082;
}

/******************************
配線くん一般画面共通
******************************/
.pad-l-r {
	padding: 0px 5px 0px 0px;
}

.pad-u-b {
	padding: 15px 0px 15px 0px;
}
.pad-t-d5 {
	margin: 10px 0px 0px 0px;
}
.footer-height {
	height: 180px;
	display: table-cell;
}

.bold_string {
	font-weight: 900;
}

/******************************
一般画面ヘッダー部分
******************************/
/*ヘッダー*/
#header {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

header#header {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

/*サイトID*/
#site-id {
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: space-between;
}

/*サイトIDコンテンツ縦並び*/
.header-block {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.site-id-contents {
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: end;
}

.site-id-contents p {
	margin: auto 0px;
	padding: 0px 0px 0px 40px;
}

.site-id-contents-text {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	font-weight: 500;
	color: #4d4d4d;
}

.site-id-text {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	font-weight: 500;
	color: #4d4d4d;
}

/*サイトID「ログイン」色指定*/
.site-id-text-some {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: 900;
	color: #1e388c;
}

/* ヘッダーロゴ */
.customer-top-img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.admin-header-a {
	display: block;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* ヘッダー会社名 */
.site-id-contents-company {
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	color: #000;
	font-weight: bold;
}

/* ヘッダーログイン名 */
.site-id-text-some {
	margin: 0px;
	padding: 2px 15px 2px 15px;
	background-color: #02740c;
	border-bottom: #020c22 solid 2px;
	border-right: #020c22 solid 2px;
	border-radius: 12px;
	font-size: 18px;
	font-weight: 900;
	color: #ffffff;
}

/* ヘッダーログインアウト */
.site-id-text-logout {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: 900;
	color: #ff0000;
}

/* ヘッダー境界線 */
.header-hr {
	height: 3px;
	margin: 0px 0px 0px 0px;
	background: linear-gradient(to right, #0071bc 0%, #85ccec 100%);
	border: none;
}
/* ヘッダーメニュー */
.menu_bg {
	width: 100%;
	height: 50px;
	padding: 5px 0 0 0;
	background-color: #312efa;
}

nav {
	margin: 5px 0 0 0;
	position: relative;
	width: 1200px;
	height: 30px;
	background-color: #2421a1;
	border-bottom: #5481e4 solid 1px;
	border-right: #5481e4 solid 1px;
	border-radius: 12px;
	font-size: 0;
}

nav a {
	line-height: 30px;
	height: 100%;
	font-size: 16px;
	display: inline-block;
	position: relative;
	z-index: 1;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: white;
	cursor: pointer;
}

nav .animation {
	position: absolute;
	height: 100%;
	top: 0;
	z-index: 0;
	transition: all .5s ease 0s;
	border-radius: 12px;
}

nav a:hover {
	text-decoration: none;
}


nav a:nth-child(1) {
	display: inline-block;
	width: 150px;
	transition: all 1s;
}

nav a:nth-child(2) {
	display: inline-block;
	width: 150px;
	transition: all 1s;
}

nav a:nth-child(3) {
	width: 150px;
	transition: all 1s;
}

nav a:nth-child(4) {
	width: 150px;
}

nav a:nth-child(5) {
	width: 150px;
}

nav a:nth-child(6) {
	width: 150px;
}

nav a:nth-child(7) {
	width: 150px;
}

nav a:nth-child(8) {
	width: 150px;
}

nav .customer-item-edit,
nav a:nth-child(1):hover~.animation {
	width: 150px;
	left: 0;
	background-color: #1abc9c;
}

nav .customer-cart-list,
nav a:nth-child(2):hover~.animation {
	width: 150px;
	left: 150px;
	background-color: #e74c3c;
}

nav .customer-quote-list,
nav a:nth-child(3):hover~.animation {
	width: 150px;
	left: 300px;
	background-color: #3498db;
}

nav .customer-order-list,
nav a:nth-child(4):hover~.animation {
	width: 150px;
	left: 450px;
	background-color: #9b59b6;
}

nav .customer-user-update,
nav a:nth-child(5):hover~.animation {
	width: 150px;
	left: 600px;
	background-color: #e67e22;
}

nav .customer-inquiry-input,
nav a:nth-child(6):hover~.animation {
	width: 150px;
	left: 750px;
	background-color: #05a134;
}

nav .customer-operation-instructions,
nav a:nth-child(7):hover~.animation {
	width: 150px;
	left: 900px;
	background-color: #e622cc;
}

nav .customer-logout,
nav a:nth-child(8):hover~.animation {
	width: 150px;
	left: 1050px;
	background-color: #14afd6;
}


/******************************
一般画面BODY部分
******************************/
/* 基本構成 */
.base-content {
	display: flex;
	margin: 0 auto;
	padding: 0px;
	width: 1200px;
}

.base-content-rv {
	display: flex;
	flex-direction: row-reverse;
	margin: 0 auto;
	padding: 0px;
	width: 1200px;
}

/* 基本構成左 */
.base-left-content {
	margin: 0px;
	padding: 0px;
	width: 360px
}

.base-right-content {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	width: 830px
}

/* 基本テーブル */
.base-table {
	border-collapse: separate;
	border-spacing: 1px;
}

.base-table th:first-child {
	border-radius: 5px 0 0 0;
}

.base-table tr:first-child td:first-child {
	border-radius: 5px 0 0 0;
}

.base-table tr:first-child td:last-child {
	border-radius: 0 5px 0 0;
}

.base-table th:last-child {
	border-radius: 0 5px 0 0;
}

.base-table tr:last-child td:first-child {
	border-radius: 0 0 0 5px;
}

.base-table tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
}

.base-table th,
.base-table td {
	padding: 2px 8px;
	border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;
	border-bottom: 1px #000 solid;
	border-right: 1px #000 solid;
}

.base-table th {
	text-align: center;
	background: #ccc;
	background-image: -webkit-linear-gradient(#04436d, #0071bc);
	background-image: linear-gradient(#04436d, #0071bc);
	transition: 1s;
}

.title-col
{
	background: #ccc;
	background-image: -webkit-linear-gradient(#04436d, #0071bc);
	background-image: linear-gradient(#04436d, #0071bc);
	color: #ffffff;
}

.base-table th:hover i {
	color: #ffff00;
}

.base-table#sort_table th {
	transition: 1s;
}

.base-table#sort_table th:hover {
	background-image: -webkit-linear-gradient(#0c7402, #67f55a);
	background-image: linear-gradient(#0c7402, #67f55a);
}

.select-row {
	transition: 0.3s;
}

.select-row:hover {
	text-decoration: none;
	background-image: linear-gradient(170deg, #060afc, rgb(66, 73, 139));
	border-color: #060afc;
	box-shadow: 0 0 8px 0 #060afc;
	color: #ffff00;
	cursor: pointer;
}
.waku_01 {
	position: relative;
	margin: 0 20px 0 20px;
	padding: 20px 20px 20px 20px;
	border: solid 3px #060afc;
	border-radius: 8px;
}

.waku_01 .box-title {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 10px;
	padding: 0 9px;
	line-height: 1;
	font-size: 19px;
	background: #FFF;
	color: #060afc;
	font-weight: bold;
}

.waku_01 p {
	margin: 0 20px 0 20px;
	padding: 0 20px 0 20px;
}
/* 部品 */
.lr-margin{
	margin: 0px 10px 0px 10px;
}
.customer-subtitle {
	position: relative;
	display:table-cell;
	margin: 10px 0 5px 0;
	padding: 0px 0px 4px 0px;
	width: 1200px;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 2px;
	border-bottom: 2px solid #0071bc;
	color: #000;
}

.waku-scroll {

	overflow-y: scroll;
	margin: 20px auto 10px;
	padding: 25px;
	width: 1000px;
	height: 120px;
	border: 2px solid #ccc;
	font-size: 12px;
}

/* ボタン通常 */
.btn_admin_normal {
	display: inline-block;
	margin: 10px;
	padding: 3px 20px 3px 20px;
	border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;
	border-bottom: 2px #000 solid;
	border-right: 2px #000 solid;
	color: #ffffff;
	font-size: 20px;
	font-weight: 900;
	background-image: linear-gradient(-170deg, #060afc, #060afc);
	border-radius: 15px;
	transition: 0.3s;
	cursor: -moz-grab;
	cursor: -webkit-grab;
	cursor: grab;
}

.btn_admin_normal::after {
	width: 5px;
	height: 5px;
	border-top: 3px solid #333333;
	border-right: 3px solid #333333;
	transform: rotate(45deg);
}

.btn_admin_normal:hover {
	text-decoration: none;
	background-image: linear-gradient(170deg, #060afc, rgb(66, 73, 139));
	border-color: #060afc;
	box-shadow: 0 0 8px 0 #060afc;
	color: #ffff00;
}

/* ボタン緑 */
.btn_admin_green {
	display: inline-block;
	margin: 10px;
	padding: 3px 20px 3px 20px;
	border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;
	border-bottom: 2px #000 solid;
	border-right: 2px #000 solid;
	color: #ffffff;
	font-size: 20px;
	font-weight: 900;
	background-image: linear-gradient(-170deg, #048b04, #048b04);
	border-radius: 15px;
	transition: 0.3s;
	cursor: -moz-grab;
	cursor: -webkit-grab;
	cursor: grab;
}

.btn_admin_green::after {
	width: 5px;
	height: 5px;
	border-top: 3px solid #333333;
	border-right: 3px solid #333333;
	transform: rotate(45deg);
}

.btn_admin_green:hover {
	text-decoration: none;
	background-image: linear-gradient(170deg, #048b04, #035f03);
	border-color: #048b04;
	box-shadow: 0 0 8px 0 #048b04;
	color: #ffff00;
}

/* ボタン赤 */
.btn_admin_red {
	display: inline-block;
	margin: 10px;
	padding: 3px 20px 3px 20px;
	border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;
	border-bottom: 2px #000 solid;
	border-right: 2px #000 solid;
	color: #ffffff;
	font-size: 20px;
	font-weight: 900;
	background-image: linear-gradient(-170deg, #c50a0a, #c50a0a);
	border-radius: 15px;
	transition: 0.3s;
	cursor: -moz-grab;
	cursor: -webkit-grab;
	cursor: grab;
}

.btn_admin_red::after {
	width: 5px;
	height: 5px;
	border-top: 3px solid #333333;
	border-right: 3px solid #333333;
	transform: rotate(45deg);
}

.btn_admin_red:hover {
	text-decoration: none;
	background-image: linear-gradient(170deg, #c50a0a, #7e0707);
	border-color: #c50a0a;
	box-shadow: 0 0 8px 0 #c50a0a;
	color: #ffff00;
}

/* ボタングレー（使用不可） */
.btn_admin_desible {
	display: inline-block;
	margin: 10px;
	padding: 3px 20px 3px 20px;
	border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;
	border-bottom: 2px #000 solid;
	border-right: 2px #000 solid;
	color: #ffffff;
	font-size: 20px;
	font-weight: 900;
	background-image: linear-gradient(-170deg, #8d8c8c, #a8a7a7);
	border-radius: 15px;
	transition: 0.3s;
}



/* テキスト等 */
.txt-login {
	box-sizing: border-box;
	width: 400px;
	border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;
	border-bottom: 2px #000 solid;
	border-right: 2px #000 solid;
	margin: 4px 0;
	padding: 4px;
	border-radius: 5px;
	outline: none;
	transition: 0.3s;
	background-color: #e0fafa;
	color: #000000;
	font-size: 16px;
	font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif";
	cursor: pointer;
}
.txt-login:focus {
	border-color: dodgerBlue;
	box-shadow: 0 0 8px 0 dodgerBlue;
	background-color: #e0fafa;
}
.txt-login:placeholder-shown {
	background: #f5dada;
}
.txt-login:valid {
	background: #d5f7fc;
}
.txt-login:invalid {
	background: #f5dada;
}

.txt-login:read-only {
	color: #ffffff;
	background: rgb(0, 96, 150);
	cursor: not-allowed;
}


.txt-admin {
	box-sizing: border-box;
	width: 100%;
	border-top: 1px #2b17e0 solid;
	border-left: 1px #2b17e0 solid;
	border-bottom: 4px #000 solid;
	border-right: 4px #000 solid;
	margin: 4px 0;
	padding: 4px;
	border-radius: 5px;
	outline: none;
	transition: 0.3s;
	background-color: #ffffff;
	color: #000000;
	font-size: 16px;
	font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif";
	cursor: pointer;
}

.txt-admin:focus {
	border-color: dodgerBlue;
	box-shadow: 0 0 8px 0 dodgerBlue;
	background-color: #e0fafa;
}

.txt-admin-onebox {
	box-sizing: border-box;
	width: 60px;
	border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;
	border-bottom: 2px #000 solid;
	border-right: 2px #000 solid;
	margin: 4px 0;
	padding: 0px 0px 4px 16px;
	border-radius: 5px;
	outline: none;
	transition: 0.3s;
	background-color: #ffffff;
	color: #000000;
	font-size: 40px;
	font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif";
	cursor: pointer;
}

.txt-admin-onebox:focus {
	border-color: dodgerBlue;
	box-shadow: 0 0 8px 0 dodgerBlue;
	background-color: #f1f5cd;
}

.txt-admin-twobox {
	box-sizing: border-box;
	width: 80px;
	border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;
	border-bottom: 2px #000 solid;
	border-right: 2px #000 solid;
	margin: 4px 0;
	padding: 0px 0px 4px 16px;
	border-radius: 5px;
	outline: none;
	transition: 0.3s;
	background-color: #ffffff;
	color: #000000;
	font-size: 40px;
	font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif";
	cursor: pointer;
}

.txt-admin-twobox:focus {
	border-color: dodgerBlue;
	box-shadow: 0 0 8px 0 dodgerBlue;
	background-color: #f1f5cd;
}

.txt-admin-treebox {
	box-sizing: border-box;
	width: 120px;
	border-top: 1px #0000ff solid;
	border-left: 1px #0000ff solid;
	border-bottom: 3px #000 solid;
	border-right: 3px #000 solid;
	margin: 4px 0;
	padding: 0px 0px 4px 16px;
	border-radius: 5px;
	outline: none;
	transition: 0.3s;
	background-color: #ffffff;
	color: #000000;
	font-size: 40px;
	font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif";
	cursor: pointer;
}

.txt-admin-treebox:focus {
	border-color: dodgerBlue;
	box-shadow: 0 0 8px 0 dodgerBlue;
	background-color: #f2f5dd;
}


/* チェックボックス */
.chk-admin-no {
	display: none;
}

.chk-admin {
	display: inline-block;
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
	padding: 10px 40px;
	width: auto;
}

.chk-admin::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 4px;
	width: 24px;
	height: 24px;
	margin-top: -18px;
	content: '';
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.chk-admin::after {
	display: block;
	position: absolute;
	left: 11px;
	top: 50%;
	width: 6px;
	height: 18px;
	margin-top: -18px;
	content: '';
	transform: rotate(45deg);
	opacity: 0;
	border-right: 5px solid #3600cc;
	border-bottom: 3px solid #3600cc;
}

.chk-admin-no:checked+.chk-admin::before {
	border-color: #666;
}

.chk-admin-no:checked+.chk-admin::after {
	opacity: 1;
}

/* ラジオボタン */
.rdo-admin-no {
	display: none;
}

.rdo-admin {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	padding: 5px 40px;
	position: relative;
	width: auto;
	height: 24px;
}

.rdo-admin::before {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
	content: '';
	display: block;
	height: 24px;
	left: 5px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	width: 24px;
}

.rdo-admin::after {
	background: #3600cc;
	border-radius: 50%;
	content: '';
	display: block;
	height: 14px;
	left: 12px;
	margin-top: -2px;
	opacity: 0;
	position: absolute;
	top: 50%;
	width: 12px;
}

.rdo-admin-no:checked+.rdo-admin::before {
	border-color: #666;
}

.rdo-admin-no:checked+.rdo-admin::after {
	opacity: 1;
}

/* テーブルセルホバー */
.link_cell:hover {
	background: #7edaeb;
}

/* Hiddenフォーム */
.my_form {
	margin: 0px 0px 0px 0px;
}

/* ページ毎タイトル */
.admin-subtitle {
	position: relative;
	padding: 10px 0px 10px 0px;
	width: 1200px;
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 2px;
}

.admin-subtitle:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1200px;
	height: 6px;
	content: '';
	background-image: linear-gradient(to left, #13f7e4 0%, #0071bc 100%);
	border-radius: 3px;
}

/* サブタイトル */
.admin-minititle {
	margin: 15px 0px 5px 0px;
	padding: 2px 0px 2px 5px;
	width: 350px;
	background-image: linear-gradient(to bottom, #024069 0%, #0071bc 50%, #024069 100%);
	border-radius: 5px;
	border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;
	border-bottom: 2px #000 solid;
	border-right: 2px #000 solid;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
}

.admin-minititle-caution {
	position: relative;
	margin: 10px 0px 5px 0px;
	padding: 7px 0px 0px 40px;
	border-bottom: solid 2px rgb(219, 51, 9);
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;

}

.admin-minititle-caution:before {
	position: absolute;
	content: '';
	bottom: -1px;
	left: 0;
	width: 0;
	height: 0;
	border-left: solid 25px transparent;
	border-bottom: solid 25px rgb(219, 51, 9);
}

.admin-minititle-slim {
	position: relative;
	margin: 10px 0px 5px 0px;
	padding: 7px 0px 0px 40px;
	border-bottom: solid 2px rgb(28, 1, 100);
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
}

.admin-minititle-slim:before {
	position: absolute;
	content: '';
	bottom: -1px;
	left: 0;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 25px transparent;
	border-bottom: solid 25px rgb(28, 1, 100);
}

/* 項目 */
.admin-koumoku {
	margin: 15px 0px 5px 0px;
	padding: 4px 15px 2px 15px;
	display: inline-block;
	background-image: linear-gradient(to bottom, #024069 0%, #0071bc 50%, #024069 100%);
	border-radius: 15px;
	border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;
	border-bottom: 2px #000 solid;
	border-right: 2px #000 solid;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
}

/* ブロックリンク */
.a-block {
	display: block;
}

.a-block:hover {
	text-decoration: none;
}

.left-align-40 {
	margin: 0px 0px 0px 40px;
}

/* 左寄せ */
.align-left {
	text-align: left;
}

/* 中央寄せ */
.align-center {
	text-align: center;
}

/* 右寄せ */
.align-right {
	text-align: right;
}
/* 上寄せ */
.valign-top {
	vertical-align: top;
}

/* 中段 */
.valign-middle {
	vertical-align: middle;
}

/* 下寄せ */
.valign-bottom {
	vertical-align: bottom;
}


/* 「ステータス」タイトル表記 */
.admin-status-title {
	width: 240px;
	font-weight: 500;
	color: #ffffff;
	letter-spacing: 2px;
}

/* 「未対応」表記 */
.admin-status-mitaiou {
	color: #ff0000;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 2px;
}

/* 「受注処理中」表記 */
.admin-status-shorichu {
	color: #068116;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 2px;
}

/* 「発送済み」表記 */
.admin-status-hasou {
	color: #200461;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 2px;
}

/* 「件数」タイトル表記 */
.admin-count-title {
	width: 60px;
	font-weight: 500;
	color: #ffffff;
	letter-spacing: 2px;
}

/* 「件数」表記 */
.admin-count-kazu {
	color: #200461;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 2px;
}

/* 「指定月」表記 */
.topmenu-select {
	width: 350px;
	height: 40px;
	border-radius: 5px;
	border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;
	border-bottom: 1px #000 solid;
	border-right: 1px #000 solid;
	color: #200461;
	font-size: 16px;
	font-weight: 600;
}

/* 「未返信」表記 */
.admin-mail-norep {
	width: 100px;
	font-size: 16px;
	font-weight: 600;
	color: #ff0000;
}

.admin-top-right-content {
	padding: 2px 15px 2px 2px;
	overflow-y: scroll;
	width: 810px;
	height: 200px;
}

.item-code {
	padding: 5px 10px 5px 10px;
	border-top: 2px solid #d8dcdc;
	border-right: 2px solid #666;
	border-bottom: 2px solid #333;
	border-left: 2px solid #868888;
	border-radius: 15px;
	background-image: -webkit-linear-gradient(135deg, #ccc 0%, #acafaf 20%, #d8dcdc 34%, white 53%, #ccc 100%);
	background-image: linear-gradient(-45deg, #ccc 0%, #acafaf 20%, #d8dcdc 34%, white 53%, #ccc 100%);
	color: #000;
	font-size: 20px;
	font-weight: 600;
}

.table-mini-title {
	padding: 2px 10px 2px 10px;
	background-image: -webkit-linear-gradient(#4340cf, #4340cf);
	background-image: linear-gradient(#4340cf, #4340cf);
	border-top: 2px solid #d8dcdc;
	border-right: 2px solid #666;
	border-bottom: 2px solid #333;
	border-left: 2px solid #868888;
	border-radius: 15px;
	color: #ffffff;
	letter-spacing: 2px;
	font-size: 18px;
	font-weight: 900;
}
/*フッター*/
/*-----フッター/キャラクター固定-------*/
.fukidasi {
	position: fixed;
	bottom: 66px;
	right: 360px;
	width: 400px;
	height: 150px;
	text-align: center;
	z-index: 999;
	visibility: hidden;
}
.site-comment
{
	width: 400px;
	height: 120px;
	display: table-cell;
	vertical-align: middle;
	font-size: 20px;
	color: #000;
	font-weight: 600;
}
.character {
	position: fixed;
	bottom: 18px;
	right: 200px;
	z-index: 998;
	
}

.width100 {
	width: 100px;
}

.width150 {
	width: 150px;
}

.width200 {
	width: 200px;
}

.width250 {
	width: 250px;
}

.width300 {
	width: 300px;
}

.width400 {
	width: 400px;
}

/* hover */
.character:hover+.fukidasi {
	visibility:visible;
}

.copyright
{
	position: fixed;
	width: 100%;
	bottom: 0px;
	left:0;
	background-image: linear-gradient(to bottom, #01411c 0%, #03960f 50%, #01411c 100%);	text-align: center;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
}
.copyright-link
{
	position: fixed;
	width: 100%;
	bottom: 20px;
	left: 0;
	background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #ffffff 100%);
	text-align: center;
	color: #000;
	font-size: 16px;
}