@charset "utf-8";
body {
	font-size: 14px;
	color: #333;
	margin: 0;
	padding: 0;
}
h2 {
	text-align: center;
}
.for-debug {
	display: none;
}
span#debug-area {
	float: right;
	margin: 10px;
}
table.input-area {
	margin-top: 20px;
	margin-bottom: 20px;
	width: calc(100% - 10px);
	margin: 0 auto;
}
table.return-area {
	width: 90%;
	margin: 0 auto;
}
td.button {
	text-align: center;
}
div#wrapper {
	width: 100%;
}
div#head-area {
	width: 100%;
	height: 50px;
	background-color: #fd7e00;
	position: fixed;
	top: 0;
}
div#head-area h2 {
	margin-top: 10px;
	font-size: 22px;
}

div#foot-area {
	width: 100%;
	height: 50px;
	background-color: #fd7e00;
	position: fixed;
	top: calc(100vh - 50px);
}

div#main-area {
	width: 100%;
	min-height: calc(100vh - 100px);
	margin-top: 50px;
	overflow-x: hidden;
	overflow-y: auto;
}
div.main-narrow {
	/*width: 100%;*/
	width: calc(100% - 470px);
	min-width: 300px;
	margin: 0 auto 50px;
	padding-left: 220px;
	padding-right: 250px;
	overflow-y: auto;
}
div#left-bar {
	width: 220px;
	height: calc(100vh - 100px);
	background-color: transparent;
	position: fixed;
	left: 0;
	top: 50px;
	/*opacity: 0;*/
}
div#left-bar-menu {
	width: 200px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fd7e00;
	opacity: 0.9;
}
div#left-bar-menu ul,
div#left-bar-menu li {
	list-style-type: none;
	padding-left: 15px;
}
div#left-bar span#left-menu-on {
	width: 20px;
	position: absolute;
	display: block;
	text-align: center;
	top: 0;
	right: 0;
	background-color: #fd7e00;
	opacity: 0.9;
	cursor: pointer;
	border-radius: 0 8px 8px 0;
}
div#left-bar span#left-menu-off {
	width: 20px;
	position: absolute;
	display: block;
	text-align: center;
	top: 0;
	right: 0;
	background-color: #fd7e00;
	opacity: 0.9;
	cursor: pointer;
	border-radius: 0 8px 8px 0;
}
ul#left-bar-menu {
	list-style: none;
}
ul#left-menu hr {
	width: 95%;
	margin-left: -10px;
}
div#right-bar {
	width: 250px;
	height: calc(100vh - 100px);
	background-color: transparent;
	position: fixed;
	right: 0;
	top: 50px;
}
div#right-bar-menu {
	width: 230px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
	/*opacity: 0.9;*/
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-radius: 0 0 0 5px;
}
div#right-bar-menu ul {
	list-style-type: none;
	padding-left: 5px;
	margin-left: 5px;
}
div#right-bar-menu li {
	list-style-type: none;
	padding-left: 5px;
}
div#right-bar-menu ul > li > ul {
	padding-left: 5px;
	margin-left: 5px;
}
div#right-bar span#right-menu-on {
	width: 20px;
	position: absolute;
	display: block;
	text-align: center;
	top: 0;
	left: 0;
	background-color: #fff;;
	opacity: 0.9;
	cursor: pointer;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-radius: 0 0 0 8px;

}
div#right-bar span#right-menu-off {
	width: 20px;
	position: absolute;
	display: block;
	text-align: center;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: 0.9;
	cursor: pointer;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-radius: 0 0 0 8px;

}
ul#right-bar-menu {
	list-style: none;
}
ul#right-menu {
	/*width: 85%;*/
	display: block;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
}
ul#right-menu li {
	/*width: 95%;*/
	display: block;
	background-color: #ffdab9;
	border-radius: 5px;
	opacity: 0.9;
	padding: 10px 5px 10px 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
ul#right-menu li span.title {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
ul#right-menu li ul.li-inner-ul li {
	font-size: 12px;
	padding: 5px;
}

/* contents */
div#main-area h2 {
	text-align: center;
	font-size: 20px;
}
div#main-area h3 {
	text-align: center;
	font-size: 18px;
	color: #333;
}

table.top-area {
	width: 95%;
	margin: 20px auto;
}
table.top-area td.top-harf-td {
	width: 49%;
	text-align: center;
	vertical-align: middle;
}
span.top-big-btn {
	width: 95%;
	height: 85px;
	display: inline-block;
	background-color:brown;
	border-radius: 20px;
	color: #fff;
	font-size: 26px;
	padding-top: 50px;
}
span.top-big-btn a {
	color: #fff;
}

table.input-area-narrow,
table.list-area-narrow {
	margin-top: 20px;
	margin-bottom: 20px;
	width: calc(100% - 10px);
	margin: 10px auto;
}
table.list-area-narrow {
	border: 1px solid #ccc;
	border-collapse: collapse;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
}
table.input-area-narrow th,
table.input-area-narrow td,
table.list-area-narrow  th,
table.list-area-narrow  td {
	padding: 3px;
}
table.list-area-narrow  th {
	background-color: #333;
	border-collapse: collapse;
	color: #fff;
	font-weight: bold;
}
table.list-area-narrow td {
	border: 1px solid #ccc;
	border-collapse: collapse;
}
th.td-center,
td.td-center {
	text-align: center;
}
th.td-right,
td.td-right {
	text-align: right;
}
th.td-left,
td.td-left {
	text-align: left;
}
img.img-content {
	max-width: 100px;
}
/* Footer area */
div#foot-area {

}
span#foot-link {
	display: inline-block;
	width: 95%;
	padding-top: 12px;
	text-align: center;
	font-size: 16px;
}
/* form parts */
input[class="input-normal"] {
	width: 250px;
}
input[class="input-narrow"] {
	width: 80px;
}

span.require {
	color: red;
}

div.form-group {
	display: block;
	margin: 10px;
}
div.form-control-box {
	display: inline-block;
}
span.n-small {
	font-size: smaller;
}
div#err-msg-area {
	width: 99%;
	margin: 0 auto;
	font-size: 20px;
	color:hotpink;
	text-align: center;
	height: 30px;
}