* {
	font-size: 14px;
}
hr {
	max-width: none;
}
ul,
li {
	list-style:none;
	margin:0;
}
body {
	background: #F9F9F9;
}
.button {
	font-size: 14px;
	padding: 0.75em 0.85rem;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}
label {
	padding-top: 5px;
	padding-bottom: 0;
	margin-bottom: 14px;
}
input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="datetime"],
input[type="date"] {
	font-size: 14px;
	height: 2rem;
}
select {
	font-size: 14px;
	padding-top: 0;
	padding-bottom: 0;
	height: 2rem;
}
/*table*/
table .button {
	font-size: 12px;
	margin-bottom: 0;
	padding: 0.85em 0.85rem;
}
table label {
	font-size: 12px;
	color: #555;
	padding-top:7px;
	margin-bottom: 0;
}
table input[type="text"],
table input[type="password"],
table input[type="number"],
table input[type="tel"],
table input[type="email"],
table input[type="datetime"],
table input[type="date"],
table .input-group,
table select {
	margin-bottom: 0;
}
/*header*/
header {
	z-index: 1000;
	background: #428BCA;
	padding:1rem;
	color:#FFF;
	position: fixed;
	top: 0;
	width: 100%;
}
header a {
	display: inline-block;
	color:#FFF;
	width:100%;
}
header a {
	color:#FFF;
}
header a:hover {
	color: #FFF;
	opacity: 0.7;
}
header .button {
	margin:0;
}
header .button.hollow {
	border:solid 1px #fff;
	color:#FFF;
}
header .button.hollow:hover {
	border:solid 1px #fff;
	color:#FFF;
	opacity: 0.7;
}

/*Main*/
#Main {
	margin-top: 70px;
	padding:1rem 1rem 5rem;
}
#Main h1 {
	font-size: 24px;
}
#Main h2 {
	font-size: 18px;
	margin-top: 2rem;
}
#maincontent {
	background: #FFF;
	padding:1rem;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}

#action-nav .sticky .inner{
	padding:1rem;
	background: #FFF;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}

/*sidebar*/
#sidebar-nav {
	position: fixed;
	left: 0;
	margin-top: 70px;
	height: 100vh;
	overflow-y: scroll;
}
#sidebar-nav,
#sidebar-nav a {
	color:#555;
	background-color:#f9f9f9;
}
#sidebar-nav li.dt {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	box-shadow: 0 1px 0 rgba(255,255,255,1);
	font-weight: bold;
	font-size:1rem;
	padding: 10px 0 3px 0;
	background-color:#f9f9f9;
}
#sidebar-nav li.dt i {
	padding-right: 8px;
	font-size:1.3rem;
}
#sidebar-nav li a {
	padding:10px 10px 10px 25px;
	font-size:.9rem;
	display:block;
	-webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
#sidebar-nav li.active a {
	background: #dbdbdb;
}
#sidebar-nav li a:hover,
#sidebar-nav li a:focus,
#sidebar-nav li a:active {
    background-color: #dbdbdb;
}
/*arrow*/
.is-accordion-submenu-parent>a:after {
	border-color: #555 transparent transparent;
}

/*footer*/
footer {
	padding:1rem;
}
/*app*/
#app{
	min-width: 1280px;
}
/*asterisk*/
.require::after {
	content: " ※";
	color:#ec5840;
}