@charset "shift_jis";

/*
ベース色 : hsl(240, *, *);

【Blue】
#006CD8 210-100-85 ※Original Blue ※そのうち210度にする
#E8F4FF 210-9-100 ※_functions.js

【Red】
#D90036 345-100-85

*/

.block_message {
	background: hsl(0, 0%, 97%);
	border-color: hsl(0, 0%, 91%) hsl(0, 0%, 85%) hsl(0, 0%, 85%) hsl(0, 0%, 91%);
	border-style: solid;
	border-width: 1px;
	display: block;
	height: 340px;
	line-height: 340px;
	text-align: center;
	width: 100%;
	
	/*角を丸くする*/
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

body {
	background: #fff;
}

#default_help ul{
	list-style-type: decimal;
	margin: 16px 0 0 22px;
}

h3{
	font-size: 1.15em;
}

footer {
	background: #fff;
	color: hsl(0, 0%, 76%);
	font-size: 76%;
	padding: 3.75%;
	text-align: center;
}

h3 {
	background: hsl(240, 76%, 50%);
	color: #fff;
	padding: 12px;
}

header {
	border-color: hsl(0, 0%, 85%);
	border-style: solid;
	border-width: 0 0 1px 0;
	box-shadow: 2px 4px 8px 0px hsla(0, 0%, 91%, 0.38);
	display: flex;
}
header > div {
	width: calc(100% - 60px);
}
header > div.hamburgermenu {
	width: 60px;
}

input[type="text"],input[type="password"],select,textarea{
	border:solid 1px rgb(85%,85%,85%);
	padding:6px;
	
	/*角を丸くする*/
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
input[type="text"],textarea{
	ime-mode:active;
}
input[type="text"].code,input[type="text"].disabled {
	ime-mode: disabled;
}
input[type="text"].code{
	text-align:center;
}
input[type="text"].inactive{
	ime-mode:inactive;
}

.memo{
	color: hsl(0, 0%, 62%);
	font-family:MS UI GOTHIC;
	font-size:0.76em;
	margin-bottom:6px;
}

.smaller{
	font-size:0.85em;
}

table.view td {
	padding:3px 6px;
}
table.view th {
	background: hsl(240, 76%, 50%);
}
