@charset "utf-8";
@import url('border.css');
@import url('button.css');
@import url('color.css');
@import url('cursor.css');
@import url('dialog.css');
@import url('display.css');
@import url('font.css');
@import url('form.css');
@import url('height.css');
@import url('loading.css');
@import url('flex.css');
@import url('margin.css');
@import url('padding.css');
@import url('table.css');
@import url('page.css');
@import url('width.css');
@import url('menu.css');
@import url('window_delete.css');
@import url('window_upload.css');

/* -- 全体要素 --*/
html,body {
	margin :0;
	font-size: 15px;
	font-family: "M PLUS 1c", sans-serif;
	background: #fff;
	color: #404040;
	background: #f5f5f5;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

hr {
	display:none;
}

.div_center {
	margin: 0 auto;
}

header {
	z-index: 1;
	display: flex;
	align-items: center;
	position: fixed;  
	width :calc(100% - 40px);
	height: 50px;
	margin: 0;
	padding: 0 10px;
}

#side_menu_img {
	padding: 7px;
	cursor: pointer;
}
	
#side_menu_img:hover {
	background: #6495ed;
	border-radius: 3px;
}

.title_img {
	width: 160px;
}

footer {
	bottom: 0;
	width :100%;
	height: 50px;
	margin: 0;
	padding-top: 10px;
	text-align: center;
	border-top: 1px solid #a8a8a8;
}

#login_contents {
	width: 100%;
	padding-top: 80px;
	min-height: calc(100% - 80px);
}

em.red_icon {
	margin: 0 10px;
	padding: 2px 10px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	background: #ff6347;
}

.box_message {
	width: calc(100% - 4px);
	margin: 0 0 10px 0;
	padding: 0;
	border: 2px outset #dc143c;
}

.break_word {
	word-break:break-word;
}

.box_message ul {
	padding: 0 30px;
}

