/** == 画面全般 == **/
html {
	height: 100%;
}
/* 画面の背景（グラデーション） */
body {
	margin: 0px;
	font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック',
		sans-serif;
}

table {
	padding: 0px;
}

/** エラーメッセージのlist-style-type 対策 */
font[color='red'] ul {
	list-style-type: none; /* 赤字指定時のみタイプ無し */
}

/** 画像背景 */
#nmsys-logo-01 {
	background-image: url(../img/logo_01.png);
	background-repeat: no-repeat;
	background-size: 310px 59px;
}

#nmsys-logo-02 {
	background-image: url(../img/logo_02.png);
	background-repeat: no-repeat;
	background-size: 310px 48px;
}

#keyvisual {
	padding: 0px;
}

#keyvisual div {
	overflow: hidden;
	width: 100%; /* トリミングしたい枠の幅 */
	height: 300px; /* トリミングしたい枠の高さ */
	position: relative;
	background-image: url(../img/keyvisual.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0 -210px;
}

#contact {
	padding: 0px;
}

#contact div {
	overflow: hidden;
	width: 100%; /* トリミングしたい枠の幅 */
	/* トリミングしたい枠の高さは後から設定 */
	position: relative;
	background-image: url(../img/contact_bg_img.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0 100%;
}

#kamotsu-ico {
	background-image: url(../img/kamotsu.png);
	background-repeat: no-repeat;
	background-size: 55px 55px;
}

#sendfile-ico {
	background-image: url(../img/sendfile.png);
	background-repeat: no-repeat;
	background-size: 55px 55px;
}

/** ボタン：フラットデザイン */
button.flat-btn {
	display: inline-block;
	font-size: 12pt; /* 文字サイズ */
	height: 34px; /* ボタンの高さ*/
	padding: 0px; /* 余白無し */
	color: #fff; /* 文字色 */
	border-style: none; /* ボーダーなくす */
	/* ボタン背景色：自由に決められるようあえて指定なし */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* 角丸の指定 */
	text-align: center; /* 文字は左右中央 */
	vertical-align: middle; /* 文字は上下中央 */
}
/* オンマウス時はボタン中の「i」要素は回転する仕様 */
button.flat-btn.red-btn i, button.flat-btn.gray-btn i, button.flat-btn.orange-btn i
	{
	font-size: 16pt;
	position: relative;
	transition: .5s;
}

button.flat-btn.red-btn:hover, button.flat-btn.gray-btn:hover, button.flat-btn.orange-btn:hover
	{
	opacity: 0.8; /* 透明度を20%に指定 */
}

button.flat-btn.red-btn:hover i, button.flat-btn.gray-btn:hover i,
	button.flat-btn.orange-btn:hover i {
	-webkit-transform: rotateX(360deg);
	-ms-transform: rotateX(360deg);
	transform: rotateX(360deg);
}

button.red-btn { /** 決定ボタン用 */
	background-color: #d70c24;
}

button.gray-btn { /** キャンセル系ボタン用 */
	background-color: #3f3f3f;
}

button.green-btn {
	background-color: green;
}

button.orange-btn { /** その他ボタン用 */
	background-color: #f39700;
}

button.cornflowerBlue-btn { /** その他ボタン用 */
	background-color: cornflowerBlue;
}

button.disable-btn { /** 非活性ボタン用 */
	background-color: #cccccc;
	color: #aaa;
}

/** 小見出し01 */
.crosshead01 {
	position: relative;
}

.crosshead01 div.icon {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.crosshead01 div.contents01 {
	display: inline-block;
	color: #000000;
}

.crosshead01 div.contents01 div.caption-s {
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5em;
}

.crosshead01 div.contents01 div.caption-m {
	font-size: 18pt;
	font-weight: bold;
	line-height: 1.5em;
}

.crosshead01 div.contents01 div.caption-l {
	font-size: 26pt;
	font-weight: bold;
	line-height: 1.5em;
}

.crosshead01 div.contents01 div.comment {
	font-size: 10pt;
	line-height: 2.4em;
}

.crosshead01 div.contents02 {
	display: inline-block;
	color: #000000;
}

.crosshead01 div.contents02 div.caption {
	font-size: 36pt;
	font-weight: bold;
	line-height: 1.5em;
}

.crosshead01 div.contents02 div.comment {
	font-size: 16pt;
	line-height: 2.4em;
}

/** 小見出し02（下線付き） */
.crosshead02 {
	border-bottom: 1px solid #d70c24;
	text-align: left;
	padding-left: 20px;
	font-size: 18pt;
	font-weight: bold;
	line-height: 1.5em;
}

.crosshead02 button {
	float: right; /* 配置したボタンは右端に表示させる */
	margin-right: 20px;
}

/** 小見出し03 */
.crosshead03 {
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.crosshead03 div.icon {
	position: relative;
	top: 0px;
	left: 40px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.crosshead03 div.icon span {
	display: inline-block;
	font-size: 16pt;
}

.crosshead03 div.contents01 {
	position: absolute;
	top: 20px;
	left: 170px;
	display: inline-block;
	color: #000000;
}

.crosshead03 div.contents02 {
	position: absolute;
	top: 50%;
	left: 180px;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	display: inline-block;
	color: #000000;
}

.crosshead03 div.contents01 div.caption-s {
	font-size: 18pt;
	font-weight: bold;
	line-height: 1.5em;
}

.crosshead03 div.contents01 div.caption-l {
	font-size: 26pt;
	font-weight: bold;
	line-height: 1.5em;
}

.crosshead03 div.contents01 div.comment {
	font-size: 10pt;
	line-height: 2em;
}

.crosshead03 div.contents02 div.caption {
	font-size: 26pt;
	font-weight: bold;
	line-height: 1.5em;
}

.crosshead03 div.contents02 div.comment {
	font-size: 18pt;
	line-height: 2em;
}

/** 小見出し04 */
.crosshead04 {
	position: relative;
}

.crosshead04 div.header {
	border-bottom: 1px solid #d70c24;
	text-align: left;
	padding-bottom: 10px;
}

.crosshead04 div.header div.icon01 {
	position: relative;
	height: 26px;
	width: 160px;
	font-size: 13pt;
}

.crosshead04 div.header div.icon02 {
	position: relative;
	height: 40px;
	width: 240px;
	font-size: 13pt;
}

.crosshead04 div.header div.timestamp {
	display: inline-block;
	padding-right: 40px;
	font-size: 13pt;
}

.crosshead04 div.header div.caption {
	display: inline-block;
	padding-right: 40px;
	font-weight: bold;
	font-size: 14pt;
}

.crosshead04 div.contents {
	margin-top: 14px;
}

.crosshead04 div.contents div.comment01 {
	font-size: 12pt;
	line-height: 2em;
	text-align: left;
}

.crosshead04 div.contents div.comment02 {
	font-size: 17pt;
	line-height: 2em;
	text-align: left;
}

/** 小見出し05（無地） */
.crosshead05 {
	font-size: 16pt;
	text-align: left;
}

.crosshead05.lg {
	font-size: 20pt;
	font-weight: bold;
}

/** 小見出し06（お問い合わせ案内１用） */
.crosshead06 {
	position: relative;
}

.crosshead06 div.contents01 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* 角丸の指定 */
	background: rgba(255, 255, 255, 0.8);
}

.crosshead06 div.contents01 div.caption {
	position: relative;
	top: 25%;
	left: 0px;
	display: inline-block;
	font-size: 18pt;
	line-height: 1.5em;
}

.crosshead06 div.contents01 div.bold {
	font-weight: bold;
}

.crosshead06 div.contents02 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* 角丸の指定 */
	background: rgba(255, 255, 255, 0.8);
}

.crosshead06 div.contents02 div.caption {
	position: relative;
	top: 18%;
	left: 0px;
	display: inline-block;
	font-size: 28pt;
	line-height: 1.5em;
}

.crosshead06 div.contents02 div.bold {
	font-weight: bold;
}

.crosshead06 button {
	position: absolute;
	top: calc(50% + 144px);
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/** 小見出し07（お問い合わせ案内２用） */
.crosshead07 {
	position: relative;
}

.crosshead07 div.contents01 {
	background: #dddddd;
	text-align: left;
	padding: 20px 100px 20px 100px;
}

.crosshead07 div.contents01 div.caption {
	font-size: 26px;
	font-weight: bold;
}

.crosshead07 div.contents01 div.comment {
	font-size: 16px;
	line-height: 2em;
}

.crosshead07 div.contents01 div.contact {
	position: absolute;
	top: calc(16% + 80px);
	left: 650px;
	font-size: 16px;
	font-weight: bold;
	background: #cccccc;
	padding: 16px;
}

.crosshead07 div.contents01 div.contact button {
	position: absolute;
	top: 70px;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	font-weight: normal;
}

.crosshead07 div.contents02 {
	background: #dddddd;
	text-align: left;
	padding: 20px;
}

.crosshead07 div.contents02 div.caption {
	font-size: 30px;
	font-weight: bold;
	border-bottom: 1px solid #888888;
}

.crosshead07 div.contents02 div.comment {
	font-size: 22px;
	line-height: 2em;
	padding-top: 20px;
}

.crosshead07 div.contents02 div.contact {
	position: absolute;
	top: 480px;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	font-weight: normal;
	font-size: 24px;
	font-weight: bold;
	background: #cccccc;
	padding: 20px;
}

.crosshead07 div.contents02 div.contact button {
	position: absolute;
	top: 100px;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	font-weight: normal;
}

/** 小見出し08（システム概要説明用） */
.crosshead08 {
	position: relative;
}

.crosshead08 dl>dt {
	position: relative;
	font-weight: bold;
	font-size: 20pt;
}

.crosshead08 dl>dt>div {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 4rem;
}

.crosshead08 dd {
	font-size: 26px;
}

.crosshead08 dl>dd>.contents {
	width: 100%;
	position: relative;
}

.crosshead08 dl>dd>div.contents>img {
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	width: 350px;
	height: 250px;
	border: 1px solid #dddddd;
	margin: 0 auto;
}

.crosshead08 dl>dd>div.contents>div.comment {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 290px;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	text-align: left;
	width: 84%;
	line-height: 1.8em;
	font-size: 18pt;
}

.crosshead08 dl>dd>div.contents>div.list {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 440px;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	text-align: left;
	width: 84%;
	padding: 20px;
	background: #cccccc;
}

.crosshead08 dl>dd>div.contents>div.list>ul {
	list-style-type: disc;
	margin-top: 10px;
	padding-left: 20px;
}

.crosshead08 dl>dd>div.contents>div.list>ul>li {
	margin-left: 20px;
	line-height: 2em;
}

.accordions1 dt.opened {
	background: #d70c24;
	color: #ffffff;
}

.accordions1 dt.opened:after {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	content: '\f106';
	font-family: 'FontAwesome';
	font-size: 1.6em;
}

.accordions1 dt:not(.opened) {
	border: 1px solid #dddddd;
	color: #000000;
}

.accordions1 dt:not(.opened):after {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	content: '\f107';
	font-family: 'FontAwesome';
	font-size: 1.6em;
}

.accordions2 dt {
	position: relative;
	padding: 20px;
	border: 1px solid #cccccc;
	font-size: 22pt;
}

.accordions2 dd {
	padding: 0px 20px 20px 20px;
	border: 1px solid #cccccc;
}

.accordions2 dt div {
	font-size: 20pt !important;
	line-height: 2em;
}

.accordions2 dt.opened:after {
	position: absolute;
	bottom: 28px;
	right: 40px;
	content: '\f106';
	font-family: 'FontAwesome';
	font-size: 1.6em;
}

.accordions2 dt:not (.opened ):after {
	position: absolute;
	bottom: 28px;
	right: 40px;
	content: '\f107';
	font-family: 'FontAwesome';
	font-size: 1.6em;
}

.accordionsPC dt {
	position: relative;
	padding: 20px;
	border: 1px solid #cccccc;
	border-bottom-width: 0px;
	font-size: 22pt;
}

.accordionsPC dd {
	padding: 0px 20px 20px 20px;
	border: 1px solid #cccccc;
	border-top-width: 0px;
}

.accordionsPC dt div {
	font-size: 13pt !important;
}

.accordionsPC dt.opened:after {
	position: absolute;
	top: -12px;
	right: 40px;
	content: '\f106';
	font-family: 'FontAwesome';
	font-size: 1.6em;
}

.accordionsPC dt:not (.opened ):after {
	position: absolute;
	bottom: 28px;
	right: 40px;
	content: '\f107';
	font-family: 'FontAwesome';
	font-size: 1.6em;
}

/** 左側ライン入り見出し */
.left-border-headline {
	border: 1px solid #cccccc;
	font-weight: bold;
	margin: auto;
	text-align: left;
	padding: 10px;
}

.left-border-headline div {
	font-size: 18pt;
	border-left: 6px solid #d70c24;
	padding-left: 10px;
}

/** フラット円01（白枠 5px） */
div.flat-circle01 {
	display: inline-block;
	font-size: 1em; /* 文字サイズ */
	padding: 0px 0px; /* 縦方向に○px、横方向に○pxの余白 */
	color: #fff; /* 文字色 */
	border-style: none; /* ボーダーなくす */
	/* ボタン背景色：自由に決められるようあえて指定なし */
	border: solid 5px #fff; /* 白、太枠 */
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px; /* 角丸の指定 */
}

div.flat-circle01 span {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: 1em;
}

/** フラット円02（枠なし） */
div.flat-circle02 {
	display: inline-block;
	font-size: 1em; /* 文字サイズ */
	padding: 0px 0px; /* 縦方向に○px、横方向に○pxの余白 */
	color: #fff; /* 文字色 */
	border-style: none; /* ボーダーなくす */
	/* ボタン背景色：自由に決められるようあえて指定なし */
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px; /* 角丸の指定 */
}

div.flat-circle02 span {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: 1em;
}

/** フラット楕円01（枠なし・小） */
div.flat-ellipse01 {
	display: inline-block;
	font-size: 1em; /* 文字サイズ */
	padding: 0px 0px; /* 縦方向に○px、横方向に○pxの余白 */
	border-style: none; /* ボーダーなくす */
	/* ボタン背景色：自由に決められるようあえて指定なし */
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px; /* 角丸の指定 */
	text-align: center;
}

div.flat-ellipse01 span {
	display: inline-block;
	line-height: 1em;
	width: 80%;
	text-align: center;
}

/** フラット楕円02（枠なし・大） */
div.flat-ellipse02 {
	position: relative;
	display: inline-block;
	font-size: 1em; /* 文字サイズ */
	padding: 0px 0px; /* 縦方向に○px、横方向に○pxの余白 */
	border-style: none; /* ボーダーなくす */
	/* ボタン背景色：自由に決められるようあえて指定なし */
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px; /* 角丸の指定 */
	text-align: center;
	vertical-align: middle;
}

div.flat-ellipse02 span {
	position: absolute;
	line-height: 40px;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	width: 80%;
	font-size: 18pt !important;
}

/** 背景色 */
.c-orange {
	background-color: #f39700; /* オレンジ */
}

.c-winered {
	background-color: #e24d77; /* ワインレッド */
}

.c-lightyellow {
	background-color: #fff096; /* 薄黄 */
}

.c-lightgray {
	background-color: #cccccc; /* 薄グレー */
}

/* クリック可能な地点でホバーした時の設定 */
.click-p:hover {
	cursor: pointer; /* 指矢印のカーソルに変更 */
}

/** テーブル関連 */
table.input-table td {
	padding-bottom: 10px;
}

table.input-table td:nth-child(1) {
	text-align: right;
	padding-right: 5px;
}

table.insidetable {
	border-collapse: collapse;
	vertical-align: top;
}

table.insidetable th {
	color: #000000;
	background-color: #99cccc;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	text-align: center;
}

table.insidetable td {
	color: #000000;
	background-color: #ffffff;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
}

table.insidetable2 {
	background-color: #666666;
}

ul#designTab {
	list-style: none;
	margin: 0px 0px 0px 40px;
}

ul#designTab li {
	position: relative;
	top: 1px;
	z-index: 1;
	float: left;
	padding: 5px 10px 10px 10px;
	border: 1px #000 solid;
	height: 15px;
	line-height: 19px;
	margin: 0px;
	cursor: pointer;
	border-radius: 6px 6px 0px 0px;
	background-color: #D3D3D3;
	background: linear-gradient(#ffffff, #cccccc);
	width: 6.5em;
	text-align: center;
}

ul#designTab li.selected {
	color: #000;
	height: 16.5px;
	margin: 0px 0px 0px 0px;
	cursor: default;
	background-color: #ffffff;
	background: linear-gradient(#ffffff, #ffffff);
}

#textArea {
	position: relative;
	top: -1px;
	clear: left;
	margin: 0px 10px 10px 10px;
	border: 1px #000 solid;
	height: 330px;
}

.readonly {
	color: #808080;
	background-color: #EEEEEE;
	border: solid thin #BBBBBB;
}

/** 要素を中央揃え */
.align-center {
	margin: 0 auto;
}

/** ヘッダー：ナビゲーション */
.nav>div {
	position: relative;
	width: 100%;
	min-width: 600px;
	background: #d70c24;
	height: 40px;
	text-align: right;
	z-index: 2;
}

.nav ul {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.nav ul li {
	list-style: none;
	width: 130px;
	height: 40px;
	line-height: 40px;
	color: white;
	text-align: center;
}

.nav ul li:hover {
	cursor: pointer;
}

.nav ul li div {
	position: relative;
}

.nav ul li div i {
	position: absolute;
	top: 27%;
	left: 6px;
	font-size: 14pt;
}

.nav ul.sub {
	display: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
}

.nav ul.main li {
	background: #d70c24;
}

.nav ul.sub li {
	background: rgba(215, 12, 36, 0.8);
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.nav ul.sub li:hover {
	background: #e24d77;
}

.nav ul.sub li div i {
	transition: .5s;
}

.nav ul.sub li:hover div i {
	-webkit-transform: rotateX(360deg);
	-ms-transform: rotateX(360deg);
	transform: rotateX(360deg);
}

.nav>div.main>div.logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 40px;
	height: 40px;
	background: #ffffff;
}

.nav>div.main>div.logo>div {
	position: relative;
	top: 5px;
	left: 8px;
	width: 24px;
	height: 30px;
	background-image: url(../img/logo_03.png);
	background-repeat: no-repeat;
	background-size: 24px 30px;
}

.nav>div.main>div.service {
	position: absolute;
	top: 0px;
	left: 40px;
	width: 206px;
	height: 40px;
	background: rgba(0, 0, 0, 0);
}

.nav>div.main>div.service>div {
	position: relative;
	top: 12px;
	left: 10px;
	width: 178px;
	height: 17px;
	background-image: url(../img/logo_04.png);
	background-repeat: no-repeat;
	background-size: 170px 17px;
	border-right: 1px solid #666666;
}

.nav>div.main>div.company {
	position: absolute;
	top: 0px;
	left: 227px;
	width: 228px;
	height: 40px;
	background: rgba(0, 0, 0, 0);
}

.nav>div.main>div.company>div {
	position: relative;
	top: 12px;
	left: 10px;
	width: 125px;
	height: 15px;
	background-image: url(../img/logo_05.png);
	background-repeat: no-repeat;
	background-size: 125px 15px;
}

/** ヘッダー：ユーザー情報 */
.user-info {
	background: #3f3f3f;
	width: 100%;
	min-width: 600px;
	line-height: 60px;
	height: 60px;
	color: #ffffff;
}

.user-info div.jigyosha-nm { /** 事業者区分名 */
	position: relative;
	font-size: 18pt;
	width: auto;
	text-align: left;
	padding-left: 10px;
	float: left;
}

.user-info div.login-user { /** ログインユーザー */
	position: relative;
	font-size: 12pt;
	width: 247px;
	height: 60px;
	text-align: left;
	float: right;
}

.user-info div.login-user div#icon { /** ユーザーアイコン */
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	display: inline-block;
	width: 39px;
	height: 30px;
	background-image: url(../img/user.png);
	background-repeat: no-repeat;
	background-size: 39px 30px;
}

.user-info div.login-user div#nm { /** ユーザー名 */
	position: absolute;
	top: 50%;
	left: 59px;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	display: inline-block;
}

/** コンテンツ */
div.mimerit-contents {
	min-height: calc(100vh - 210px); /* ヘッダー＋フッターの高さを引く */
	text-align: center;
	background: #e9e9e9;
}

/* コンテンツ > 見出し */
div.mimerit-contents div#headline {
	position: relative;
	background: #cccccc;
	text-align: left;
	width: 100%;
	height: 60px;
}

div.mimerit-contents div#headline>div.caption {
	position: absolute;
	top: 10px;
	left: 20px;
	font-size: 24pt;
	font-weight: bold;
	line-height: 1.5em;
	width: 600px;
	min-width: 1600px;
}

div.mimerit-contents div#headline>div.description {
	position: absolute;
	top: 10px;
	left: 440px;
	font-size: 12pt;
	line-height: 1.4em;
	width: 800px;
	min-width: 800px;
}

/* コンテンツ > メイン */
div.mimerit-contents div.main {
	background: #ffffff;
}

div.mimerit-contents div.main div.info {
	padding: 15px 0px;
	background: #e9e9e9;
	min-height: 90px;
	height: auto;
}

div.mimerit-contents div.main div.info span {
	display: block;
	width: 100%;
	text-align: left;
	padding: 12px 20px;
	border-bottom: 1px solid #d70c24;
	font-size: 13pt;
	font-weight: bold;
}

div.mimerit-contents div.main div.command {
	background: #e9e9e9;
	text-align: right;
	padding: 30px;
	height: 100px;
}

/* コンテンツ > メニューフレーム */
div.mimerit-contents div#menu-frame {
	background: #e9e9e9;
	width: 600px;
	margin: auto;
	padding-top: 80px;
	padding-bottom: 20px;
}
div.mimerit-contents div#menu-frame > table.menu {
	display: inline-block;
	border-collapse: collapse;
	padding-bottom: 40px;
}
div.mimerit-contents div#menu-frame > table.menu tr td {
	padding: 0;
}
div.mimerit-contents div#menu-frame > table.menu > tbody > tr:first-child > td > div.headline {
	/** 見出し */
	color: #ffffff;
	text-align: left;
	padding: 7px 0px 7px 14px;
	font-size: 13pt;
	background: #d70c24;
}
div.mimerit-contents div#menu-frame > table.menu tbody > tr > td {
	width: 600px;
	/* min-width: 600px; */
}
div.mimerit-contents div#menu-frame > table.menu > tbody > tr > td > table {
	padding: 0;
	border-collapse: collapse;
	background: #ffffff;
}
div.mimerit-contents div#menu-frame > table.menu > tbody > tr > td > table > tbody > tr > td {
	height: 72px;
	padding: 10px 5px;
	border: 1px solid #c0c0c0;
}

div.mimerit-contents div#menu-frame > table.menu > tbody > tr > td > table > tbody > tr > td > div {
	position: relative;
	height: 100%;
	border-left: 3px solid #d70c24;
}

div.mimerit-contents div#menu-frame > table.menu > tbody > tr > td > table > tbody > tr > td > div div.function-nm {
	position: absolute;
	top: 7px;
	left: 12px;
	text-align: left;
	width: 90%;
	font-size: 14pt;
	font-weight: bold;
}

div.mimerit-contents div#menu-frame > table.menu > tbody > tr > td > table > tbody > tr > td > div div.description {
	position: absolute;
	top: 42px;
	left: 12px;
	text-align: left;
	width: 90%;
	font-size: 11pt;
}
div.mimerit-contents div#menu-frame > table.menu > tbody > tr > td > table > tbody > tr > td > div > i.icon {
	position: absolute;
	top: 20px;
	right: 5px;
	text-align: left;
	font-size: 24pt;
	color: #cccccc;
	transition: .5s;
}
div.mimerit-contents div#menu-frame > table.menu > tbody > tr > td > table > tbody > tr > td:hover {
	cursor: pointer;
}

div.mimerit-contents div#menu-frame > table.menu > tbody > tr > td > table > tbody > tr > td:hover > div > i.icon {
	-webkit-transform: rotateX(360deg);
	-ms-transform: rotateX(360deg);
	transform: rotateX(360deg);
}

/** フッター：コピーライト */
footer {
	position: relative;
	width: 100%;
	bottom: 0;
	height: 90px;
	background: #ffffff;
	border-top: 1px solid #cccccc;
	text-align: center;
}

footer div.logo {
	position: absolute;
	display: inline-block;
	left: 50%;
	top: 0px;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}

footer div.copyright {
	position: absolute;
	display: inline-block;
	left: 50%;
	top: 60px;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	color: #000000;
	font-family: 'Century Gothic', 'Verdana', 'Tahoma', sans-serif;
	/* width: 100%; */
	font-size: 11pt;
}

/** jQuery：datepicker用設定 */
.holiday>.ui-state-default {
	background: #ffc;
	color: red;
}

.sunday>.ui-state-default {
	background: #fcc;
	color: red;
}

.saturday>.ui-state-default {
	background: #ccf;
	color: blue;
}

.datechooser {
	width: 110px;
}

/* 文字の装飾 */
/* 縁取り ぼかし無し */
.str-shadow1 {
	text-shadow: 0px 1px 1px white, 0px 0px 1px white, 1px 0px 1px white,
		0px -1px 1px white, -1px -1px 1px white, -1px 0px 1px white;
}
/* 縁取り ぼかし有り */
.str-shadow2 {
	text-shadow: 0px 1px 14px white, 0px 0px 14px white, 1px 0px 14px white,
		0px -1px 14px white, -1px -1px 14px white, -1px 0px 14px white;
}

/** == バースマスタ画面 == **/
/* 種別、備考は左インデントを付与 */
table.berth-master td:nth-child(2), table.berth-master td:nth-child(3) {
	padding-left: 5px;
}

/** == バース使用計画画面 == **/
div.gb-wr { /** ワインレッド */
	height: 10px;
	width: 100%;
	background-color: #e24d77;
}

div.gb-or { /** オレンジ */
	height: 10px;
	width: 100%;
	background-color: #f39700;
}

.bg-blue { /** 青 */
	background-color: #bbdefb !important;
}

.bg-lightyellow { /** 薄黄 */
	background-color: #fff096 !important;
}

/** == 標準テーブル == **/
table.standard-table {
	border-collapse: collapse;
	z-index: auto; /* 初期値 */
}

table.standard-table tr>th, table.standard-table tr>td { /* th, td 共通 */
	border-style: solid; /* 枠線：単線 */
	border-color: #e6e6e6; /* 枠色：薄グレー */
}

table.standard-table tr:first-child>th:nth-of-type(1) {
	border-width: 1px 1px 0px 1px;
}

table.standard-table tr:first-child>th {
	border-width: 1px 1px 0px 0px;
}

table.standard-table tr>th:first-child {
	border-width: 1px 1px 0px 1px;
}

table.standard-table tr>th {
	border-width: 1px 1px 0px 0px;
}

table.standard-table tr:last-child>td:nth-of-type(1) {
	border-width: 1px 1px 1px 1px;
}

table.standard-table tr:last-child>td {
	border-width: 1px 1px 1px 0px;
}

table.standard-table tr>td:nth-of-type(1) {
	border-width: 1px 1px 0px 1px;
}

table.standard-table tr>td {
	border-width: 1px 1px 0px 0px;
	height: 50px;
	word-break: break-all; /* 幅以上の文字列は折り返す */
}

table.standard-table tr>th { /* th */
	padding-left: 5px;
	background-color: #e9e9e9; /* 背景色：薄グレー */
	color: #000000; /* 文字色：黒 */
	height: 50px;
}

table.standard-table tr {
	background-color: #fff; /* th以外の背景色：白 */
}

table.standard-table th.minute {
	padding-left: 1px !important;
	padding-right: 1px !important;
	text-align: center;
	min-width: 25px;
	max-width: 25px;
}

table.standard-table th.minute2 {
    padding-left: 1px !important;
    padding-right: 1px !important;
    text-align: center;
    min-width: 30px;
    max-width: 30px;
}

table.standard-table th.berth-no {
	min-width: 30px;
}

table.standard-table th.berth-div {
	min-width: 80px;
}

table.standard-table th.berth-remark {
	min-width: 100px;
}

table.standard-table th.jigyosha-select, table.standard-table td.jigyosha-select
	{
	min-width: 75px;
}

table.standard-table th.jigyosha-nm {
	min-width: 400px;
}

table.standard-table td.jigyosha-nm1, table.standard-table td.jigyosha-nm2
	{
	min-width: 200px;
	text-align: left;
}

table.standard-table th.jigyosha-nm-mini, table.standard-table td.jigyosha-nm-mini
	{
	min-width: 175px;
	text-align: left;
	padding-left: 10px;
}

table.standard-table th.haisha-no, table.standard-table td.haisha-no {
	min-width: 60px;
}

table.standard-table th.shaban, table.standard-table td.shaban {
	min-width: 50px;
}

table.standard-table th.sekisairyo, table.standard-table td.sekisairyo {
	min-width: 50px;
}

table.standard-table th.kamotsu, table.standard-table td.kamotsu {
	min-width: 80px;
}

table.standard-table th.driver-nm, table.standard-table td.driver-nm {
	min-width: 95px;
}


/* ポップアップのキャプション */
.pop-caption {
	font-size: 18pt;
}
/* 必須項目 */
i.required {
	color: #ff0000;
}

/** == 受付処理画面 == **/
/* 選択行の着色 */
table.uketsuke tr.selected {
	background: #e24d77;
	color: #fff;
}

/** == 各テーブル 共通設定 == */
/* 縦書き */
table.standard-table th.v-write {
	white-space: nowrap;
	text-align: center;
}

table.standard-table th.v-write>span {
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	margin: 8px;
}

table.standard-table td.del-flg, table.standard-table td.id, table.standard-table td.login-id,
	table.standard-table td.user-nm, table.standard-table td.jigyosha,
	table.standard-table td.mail-address, table.standard-table td.driver-kb,
	table.standard-table td.edit-auth, table.standard-table td.global-ip,
	table.standard-table td.berth-shu, table.standard-table td.berth-biko,
	table.standard-table td.schedule, table.standard-table td.kamotsu,
	table.standard-table td.tel-no, table.standard-table td.service-plan,
	table.standard-table td.jigyosha-kb, table.standard-table td.jigyosha-cd,
	table.standard-table td.jigyosha-nm1, table.standard-table td.jigyosha-nm2,
	table.standard-table td.jigyosha-ryak-nm, table.standard-table td.shaban,
	table.standard-table td.jigyosha-kana,
	table.standard-table td.tel-no-prefix, table.standard-table td.shashu,
	table.standard-table td.mobile-tel-no, table.standard-table td.driver-nm,
	table.standard-table td.mobile-mail-address, table.standard-table td.shougou-no,
	table.standard-table td.nohin-nm, table.standard-table td.hin-nm, table.standard-table td.niji-nm,
	table.standard-table td.kika-nm, table.standard-table td.pref, table.standard-table td.city,
	table.standard-table td.youSya
	{
	text-align: left;
	padding-left: 5px;
}

table.standard-table td pre.kika-nm
    {
    text-align: left;
    border-style: none;
    padding-left: 5px;
    background-color: #fff;
    font-size: 11pt;
/*         box-sizing: content-box; */
        display: table-cell;
        vertical-align: inherit;
    }

table.standard-table td.sensor, table.standard-table td.haiso-shougou-no,
	table.standard-table td.yoyakuwaku, table.standard-table td.machi,
	table.standard-table td.possible-reservation-cnt, table.standard-table td.btn-cell
	{
	text-align: center;
}

table.standard-table td.berth-no, table.standard-table td.sekisairyo,
	table.standard-table td.progress-time, table.standard-table td.loading-and-unloading,
	table.standard-table td.status, table.standard-table td.haisha-no,
	table.standard-table td.yoyaku-time, table.standard-table td.nisoroe-situation,
	table.standard-table td.kosu, table.standard-table td.hasu, table.standard-table td.juryo, table.standard-table td.youseki,
	table.standard-table td.shintyok, table.standard-table td.totyak-date {
	text-align: right;
	padding-right: 5px;
}

/** == 確認表示用 == */
div.chk-disp {
	padding: 10px;
	text-align: left;
	background: #fff096;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* 角丸の指定 */
	border: 1px solid #f39700;
	word-wrap: break-word; /* 半角英数字も折り返す */
}

/** == データ部のみスクロールするテーブル == */
table.scroll-table {
	outline: none;
}

table.scroll-table>thead, table.scroll-table>tbody {
	display: block;
}

table.scroll-table>tbody {
	overflow: auto;
}

/** == 標準テーブルα（乗せ用の透過テーブル） == **/
table.standard-table-alpha {
	border-collapse: collapse;
	z-index: 1; /* 初期値より一つ上 */
	pointer-events: none; /* クリックイベントの透過 */
}

table.standard-table-alpha tr>th, table.standard-table-alpha tr>td {
	background-color: rgba(0, 0, 0, 0);
	//
	背景色透過
}

table.standard-table-alpha tr>th {
	padding-left: 5px;
}
/* テーブルの枠線は単線 */
table.standard-table-alpha tr:first-child>th:nth-of-type(1) {
	border-style: solid;
	border-color: rgba(0, 0, 0, 0);
	border-width: 1px 1px 0px 1px;
}

table.standard-table-alpha tr:first-child>th {
	border-style: solid;
	border-color: rgba(0, 0, 0, 0);
	border-width: 1px 1px 0px 0px;
}

table.standard-table-alpha tr>th:first-child {
	border-style: solid;
	border-color: rgba(0, 0, 0, 0);
	border-width: 1px 1px 0px 1px;
}

table.standard-table-alpha tr>th {
	border-style: solid;
	border-color: rgba(0, 0, 0, 0);
	border-width: 1px 1px 0px 0px;
}

table.standard-table-alpha tr:last-child>td:nth-of-type(1) {
	border-style: solid;
	border-color: rgba(0, 0, 0, 0);
	border-width: 1px 1px 1px 1px;
}

table.standard-table-alpha tr:last-child>td {
	border-style: solid;
	border-color: rgba(0, 0, 0, 0);
	border-width: 1px 1px 1px 0px;
}

table.standard-table-alpha tr>td:nth-of-type(1) {
	border-style: solid;
	border-color: rgba(0, 0, 0, 0);
	border-width: 1px 1px 0px 1px;
}

table.standard-table-alpha tr>td {
	border-style: solid;
	border-color: rgba(0, 0, 0, 0);
	border-width: 1px 1px 0px 0px;
	height: 50px;
	word-break: break-all; /* 幅以上の文字列は折り返す */
}

/* プログレスバー */
table.standard-table-alpha div.progress {
	background: #f39700;
	color: #fff;
	border-radius: 6px 6px 6px 6px;
	width: calc(100% - 10px);
	height: 18px;
	text-align: left;
	padding-left: 5px;
	margin-left: 5px;
	margin-top: auto;
	margin-bottom: auto;
	pointer-events: auto; /* クリックイベントを有効にする */
}

table.standard-table-alpha div.progressLog {
    background: #f39700;
    color: #fff;
    border-radius: 0px 0px 0px 0px;
    width: calc(100% - 0px);
    height: 18px;
    text-align: left;
    padding-left: 0px;
    margin-left: 0px;
    margin-top: auto;
    margin-bottom: auto;
    pointer-events: auto; /* クリックイベントを有効にする */
}

/** == FontAwesome用 == */
.fa-green:before {
	color: #2E7D32;
}

.fa-red:before {
	color: #D50000;
}

.fa-yellow:before {
	color: #FBBD08;
}

/** == エラー画面用 == */
div.error-layout {
	width: 400px;
	display: inline-block;
	text-align: center;
	padding: 30px;
	background-color: rgba(32, 192, 96, 0.2);
	border-radius: 18px; //
	角丸：IE -webkit-border-radius: 18px;
	//
	角丸：Safari、Google
	Chrome
	-moz-border-radius
	:
	18px;
	//
	角丸：Firefox
}

/** == ソートテーブル用 == */
.sortable-table tbody tr:hover {
	cursor: pointer; /* 指矢印のカーソルに変更 */
}

table.colortable3 tr:nth-child(even) {
	background: #e8e8ff;
}

table.colortable3 tr:nth-child(odd) {
	background: #fff;
}