@charset "utf-8";
/* CSS Document */

.div_notice{
	max-width:600px;
	min-height:200px;
	border:#B5B5B6 2px solid;
	margin:0px auto;
	padding:3px 0px 3px 3px;
	position:fixed;
	z-index:999;
	background-color:#FFF;
	right:0px;
	left:0px;
}

.div_notice_title{
	position:relative;
	margin:0px 3px 2px 0px;
	background-color:#B5B5B6;
}

.div_notice_content{
	background-color:#FFF;
	margin:15px;
	line-height:200%;
	color:#666;
}

@media screen and (max-width: 763px) {
	.div_notice{
		max-width:90%;
		top:60px;
	}
}
