/*ログイン お知らせ制御CSS*/
@charset "UTF-8";

/*ログイン停止*/
/*停止する場合にはdisplay: none;を有効にする*/
.login-box table{
	/*display: none;*/
}

/*お知らせエリア表示設定*/
/*お知らせが無い場合にはdisplay: none;を有効にする*/
.notice-box{
	/*display: none;*/
}

.notice-box h2{
	font-size:1.3em;
	text-indent: 0.5em;
	border-bottom: 1px #FFF dotted;
	margin-bottom:5px;
}

.notice-box h2:before{
    content: url(../img/notice-mark.png);
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.notice-box iframe{
	border:none;
	width: 100%;
}

/*notice.html設定*/
.notice-body{
	padding: 10px;
	line-height: 1.4em;
	background-color: #eaffff;
}

.notice-body em{
	display:block;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FF0000;
	margin-bottom: 10px;
}

.notice-body em:before{
	content: "■";
	margin-right: 0.5em;
}