/*
lib.css
Copyright (C) 2019 Yahoo Japan Corporation. All Rights Reserved.
version 1.3.1
*/
/*-- libNotice 1.2.6 --*/
.elNotice {
	background: #fff;
	margin: 12px 0 12px;
}
.libNotice {
	width: 900px;
	margin: 0 auto 10px;
	padding: 9px;
	border: solid 1px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.libNotice:hover {
	text-decoration: none;
	font-weight: normal;
}
.libNotice.elWarning {
	display: block;
	border-color: #ff6c00;
	background-color: #fffbf1;
	color: #ff6c00;
	text-decoration: none;
}
.libNotice.elInfo {
	display: block;
	border-color: #0072ff;
	background-color: #e2f1ff;
	color: #0072ff;
	padding: 8px 9px 7px 9px;
	text-decoration: none;
}
.libNotice h1, .libNotice .elTitle {
	min-height: 17px;
	padding-left: 22px;
	font-weight: bold;
	line-height: 1.3;
	font-size: 16px;
}
.libNotice h1 + p, .libNotice .elTitle + p {
	margin-top: 8px;
}
.libNotice p {
	font-size: 14px;
	line-height: 1.2;
	font-weight: normal;
}
.libNotice p + p {
	margin-top: 5px;
}
.libNotice.elWarning h1, .libNotice.elWarning .elTitle {
	padding-left: 17px;
	background: url(../../image/1.1.0/ico_warning.png) 0 3px no-repeat;
	-webkit-background-size: 16px 13px;
	   -moz-background-size: 16px 13px;
	        background-size: 16px 13px;
}
.libNotice.elInfo h1, .libNotice.elInfo .elTitle {
	line-height: 1.3;
	background: url(../../image/1.1.0/ico_info.png) 0 1px no-repeat;
	-webkit-background-size: 16px 16px;
	   -moz-background-size: 16px 16px;
	        background-size: 16px 16px;
}
.libNotice.elInfo h1 + p, .libNotice.elInfo .elTitle + p,
.libNotice.elWarning h1 + p, .libNotice.elWarning .elTitle + p {
	line-height: 1.3;
	margin-top: 5px;
}
/* centering */
.libNotice.elCenter {
	text-align: center;
}
.libNotice.elCenter h1, .libNotice.elCenter .elTitle {
	padding: 0;
	border: none;
	background: none;
}
