﻿/* theme color:#ffc451 */

html {
	width: 100%;
	height: 100%;
	font-size: 14px;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	color: #000000;
	background-color: #ffffff;
}
a {
	color: #ffc451;
	text-decoration: none;
}
a:hover {
	color: #398f9f;
}
a:hover i {
	color: #398f9f !important;
}
a:link {
	font-weight: 600;
}
h1 {
	font-weight: 400;
}

/* PDF icon */
i.fa-file-pdf {
	color: #cc1111;
}

/*---------------------------------------------
		form parts
---------------------------------------------*/
select {
	height: 3em;
}
button {
	cursor: pointer;
	margin: 1px;
	height: 3em;
	color: #ffffff;
	background-color: #ffc451;
	border: none;
}
button.btnIcon {
	min-width: 40px;
}
button.btnCancel,
button.btnEnter {
	min-width: 200px;
}
button:hover {
	background-color: #398f9f;
}
button:disabled,
button#btnCancel {
	cursor: auto;
	background-color: #888888;
}
input {
	height: 2.6em;
}
input::placeholder {
	color: #398f9f;
}
/* IE */
input:-ms-input-placeholder {
	color: #398f9f;
}
/* Edge */
input::-ms-input-placeholder {
	color: #398f9f;
}
#errmsg {
	color: #cc0000;
	text-align: center;
}
.error {
	color: #cc0000;
}

/*---------------------------------------------
		table cell valiation
---------------------------------------------*/
.cv_nopadding {
	padding: 0 !important;
}
.cv_prewrap {
	white-space: pre-wrap !important;
	overflow-wrap: break-word !important;
}
.cv_nowrap {
	white-space: nowrap !important;
}
.cv_odd {
	background-color: #fff !important;
}
.cv_evn {
	background-color: #ddd !important;
}
.cv_center {
	text-align: center !important;
}
.cv_right {
	text-align: right !important;
}
.cv_border_b {
	border-bottom: 1px !important;
}
.cv_vtop {
	display: inline-block;
	vertical-align: top !important;
}
.cv_vmiddle {
	display: inline-block;
	vertical-align: middle !important;
}
.cv_vbottom {
	display: inline-block !important;
	vertical-align: bottom !important;
}
.cv_datetime input {
	float: left !important;
}
.cv_datetime div {
	float: left !important;
}
.cv_datetime span {
	float: left !important;
}
.cv_datetime.dragdealer {
	width: 480px !important;
}
.cv_error {
	color: #cc0000 !important;
}
.cv_min {
	width: 10% !important;
}
.cv_max {
	width: 90% !important;
}

/*---------------------------------------------
		wraper (header & contents)
---------------------------------------------*/
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin: 0 auto -120px;	/* マイナスマージンはフッターの高さ */
}

/*---------------------------------------------
		header
---------------------------------------------*/
#header {
	position: relative;
	height: 70px;
	margin-bottom: 20px;
	background: -moz-linear-gradient(bottom,#777777,#ffffff 5%,#ffffff);
	background: -webkit-linear-gradient(bottom,#777777,#ffffff 5%,#ffffff);
	background: linear-gradient(to top,#777777,#ffffff 5%,#ffffff);
}
#header img#logo {
	width: 150px;
	margin: 5px 10px
}
#header #top {
	position: absolute;
	top: 5px;
	width: 100%;
	text-align: center;
}
#header #navi {
	position: absolute;
	top: 5px;
	right: 5px;
}
#header #navi a {
	margin: 0 1em;
	text-decoration: none;
}
#header ul#tab {
	position: absolute;
	left: 180px;
	bottom: 0;
	margin: 0;
	padding: 0;
	width: calc(100% - 200px);
	display: flex;
	display: -webkit-flex;
	list-style: none;
	background: -moz-linear-gradient(bottom,#000000,#ffffff 5%,#ffffff);
	background: -webkit-linear-gradient(bottom,#000000,#ffffff 5%,#ffffff);
	background: linear-gradient(to top,#000000,#ffffff 5%,#ffffff);
}
#header ul#tab i {
	margin-right: 0.5em;
	color: #ffc451;
}
#header ul#tab li {
	display: block;
	width: calc(100% / 5);
	line-height: 30px;
	text-align: center;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	border-radius: 10px 10px 0 0;
}
#header ul#tab a {
	color: #555555;
}

/*---------------------------------------------
		contents
---------------------------------------------*/
#contents {
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
}
.page_title {
	margin: 0;
	font-family: serif;
	text-align: center;
}
h1.page_title {
	margin-top: 20px;
}
h3.page_title {
	margin-bottom: 20px;
}
/*---------------------------------------------
		footer
---------------------------------------------*/
#push {
	height: 100px;
}
#footer {
	width: 100%;
	height: 100px;
	clear: both;
	border: 0;
	margin: 20px 0 0 0;
	padding: 0;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	background-color: #555555;
}
#footer ul {
	width: 60%;
	margin: 10px auto;
	padding: 0;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	list-style: none;
}
#footer ul li {
	white-space: nowrap;
	margin: 0 30px;
}
#footer li.login a {
	color: #ddd;
}
#footer li.login a::before {
	font-family: "Font Awesome 5 Free";
	content:"\f502 ";
}