@CHARSET "utf-8";

@font-face {
	font-family: 'MyLight';
	src: url("./font/OpenSans-Light.eot");
	src: url("./font/OpenSans-Light.eot?") format('embedded-opentype')
		,url("./font/OpenSans-Light.woff2") format('woff2');
}
@font-face {
	font-family: 'MyReg';
	src: url("./font/OpenSans-Regular.eot");
	src: url("./font/OpenSans-Regular.eot?") format('embedded-opentype')
		,url("./font/OpenSans-Regular.woff2") format('woff2');
}
@font-face {
	font-family: 'MyItalic';
	src: url("./font/OpenSans-Italic.eot");
	src: url("./font/OpenSans-Italic.eot?") format('embedded-opentype')
		,url("./font/OpenSans-Italic.woff2") format('woff2');
}
@font-face {
	font-family: 'MyBold';
	src: url("./font/OpenSans-Bold.eot");
	src: url("./font/OpenSans-Bold.eot?") format('embedded-opentype')
		,url("./font/OpenSans-Bold.woff2") format('woff2');
}
@font-face {
	font-family: 'MyBoldI';
	src: url("./font/OpenSans-BoldItalic.eot");
	src: url("./font/OpenSans-BoldItalic.eot?") format('embedded-opentype')
		,url("./font/OpenSans-BoldItalic.woff2") format('woff2');
}

@font-face {
	font-family: YuGothicM;
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: YuGothicM;
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: YuGothicM;
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: YuGothicM;
	src: local("Yu Gothic UI Semibold"), local("Yu Gothic Semibold");
	font-weight: 400;
}
@font-face {
	font-family: YuGothicM;
	src: local("Yu Gothic Bold");
	font-weight: bold;
}

@font-face {
font-family: 'MyriadPro';
  src: url('./font/MyriadPro-Regular.woff2') format('woff2');
}
* {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: MyReg, YuGothicM, sans-serif;
	-ms-font-feature-settings: "kern", "liga", "pnum";
}

html, body {
	background-color: #fafff9;
}

table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

table.autoLayout {
	table-layout: auto !important;
}

td {
	height: 22px;
	padding: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
}

td.noCut {
	overflow: visible !important;
	white-space: normal !important;
	word-break: keep-all;
}

table.autoLayout td {
	padding-right: 5px;
}

table.autoLayout input, table.autoLayout select {
	margin-right: 20px;
}

table.autoLayout input[type="button"], table.autoLayout input[type="submit"] {
	margin-right: 15px;
}

table.autoLayout input[type="radio"] {
	margin-right: 2px;
}

table.border {
	border-collapse: separate;
    border-spacing: 0;
	border-top: 1px solid #fafff9;
    border-left: 1px solid gray;
}

table.border tr:first-child td {
	border-top: 1px solid gray;
}

table.border td {
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
}

table.noborder {
	border: 0px;
}

table.noborder tr:first-child td {
	border-top: 0;
}

table.noborder td {
	border: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
}

a {
	text-decoration: none;
	color: #444;
}

textarea {
	padding: 11px;
	border: 0;
}

input {
	padding: 3px;
}

button {
	padding: 3px !important;
}

option {
	color: #000;
	padding: 5px 2px 2px 6px;
}

#header {
	width: 100%;
	padding: 10px;
	color: white;
	font-family: MyBold;
	background: #f74c18; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #f74c18 0%, #f74c18 0%, #f29807 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #f74c18 0%, #f74c18 0%, #f29807 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #f74c18 0%, #f74c18 0%, #f29807 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f74c18',
		endColorstr='#f29807', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	border-bottom: 2px groove orange;
}

#header td {
	padding: 2px;
}

#header a {
	font-size: 36px;
	color: #fff;
}

#header a.logout, #header .userName {
	font-size: 20px;
	color: #fff;
}

#header a.logout {
	text-decoration: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

#header a.logout:hover {
	text-shadow: 0px 0px 1px #ffffff, 0 0 10px #fc6271, 0 0 20px #fc6271, 0 0 30px #fc6271;
}

#pankuzu {
	height: 25px;
	background-color: #e6b065;
	border-bottom: 2px groove orange;
}

#pankuzu a {
	color: #555;
	font-size: 15px;
}

#pankuzu .active {
	font-family: MyBold;
}

#pankuzu .inactive {

}

#myloading {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.4);
	position: fixed;
	z-index: 99999;
}

#myloading img {
	position: fixed; /* gif画像をスクロールさせない */
	top: 48%;
	left: 48%;
}

#body {
	padding: 0 20px;
	width: 100%;
}

#scrollBody {
	overflow-y: scroll;
}

#scrollBody table.border td {
	border-top: 0;
}

.loginFormFrame {
	background-color: #f4c290;
	border-color: #ff4300;
	border-width: 1px;
	border-style: solid;

	margin-top: 10px;
	padding: 10px;

	width: 344px;
}

.loginLabel {
	color: White;
	background-color: #ff4300;
	font-family: MyBold;
}

.button {
	display: block;
	height: 30px;
	width: 70px;
	padding: 5px;
	text-align: center;
	background: -moz-linear-gradient(top, #0099CC 0%, #006699);
	background: -webkit-gradient(linear, left top, left bottom, from(#0099CC),
		to(#006699));
	border: 2px solid #FFF;
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000, 000, 000, 0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000, 000, 000, 0.3);
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

.nodisp {
	display: none !important;
}

.cmn_header {
	background-color: #8d4f42;
	color: #fff;
	text-align: center;
}

.cmn_datalist {
	background-color: #fff;
	color: #000;
}

.cmn_inputlabel {
	background-color: sienna;
	color: #fff;
}

.bbs_category {
	font-size: 16px;
	font-family: MyBold;
	color: #333;
}

.bbs_header {
	background-color: #30b26a;
	color: #fff;
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.messageBox {
	width: 100%;
	min-height: 0px;
	max-height: 100px;
	overflow-y: auto;
	text-align: left;
	margin-bottom: 5px;
}

.messageBox2 {
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}

.errorMsg {
	color: red;
}

.successMsg {
	color: blue;
}

.errorMsg ul {
	list-style: none;
}

.ime-off {
	ime-mode: disabled;
}

.deleted {
	text-decoration: line-through;
}

.canNotExecute {
	color: silver;
}

.topHeading {
	margin-right: 20px;
	padding: 5px;
	font-size: 20px;
	color: white;
	background-color: #FB8014;
}

.bold {
	font-family: MyBold;
}

.flex {
	display: flex;
}
