@charset "utf-8";
/* =============================================================================
   header min-width: 768px PC版
   ========================================================================== */
@media screen and (min-width: 768px) {

img.bgmaximage{
	position:fixed !important;
	display:none;
}

#maincontent {
position: absolute;
top: 0px;
left: 0;
z-index: 50;
width: 100%;
height: 100%;
}



#head_menu_box {
	display: block;
	padding: 0px;
	height: 100px;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-image: url(../img/top_head_bk.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
	position: relative;
}





#info_box {
	display: block;
	height: 130px;
	width: 360px;
	background-image: url(../img/info_bk.png);
	background-repeat: repeat;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	
}
#info_box_title {
	font-size: 13px;
	line-height: 30px;
	font-weight: bold;
}
.info_day {
	font-size: 11px;
	display: block;
	float: left;
	width: 75px;
	text-shadow: none;
}
.info_txt {
	display: block;
	float: left;
	width: 285px;
}
.info_block {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#info_box_out {
	position: absolute;
	color: #FFF;
	top: 270px;
}
.info_txt a {
	color: #FFF;
	text-decoration: none;
	text-shadow: none;
}
.info_txt a:hover {
	color: #FFF;
	text-decoration: underline;
	text-shadow: none;
}
#info_box_title a {
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-shadow: none;
}
#info_box_title a:hover {
	font-weight: normal;
	color: #F90;
	text-decoration: underline;
	text-shadow: none;
}

.regalnews_top {
	position: absolute;
	top: 600px;
}

.regalnews_top img {
	width: 400px;

}

}

/* =============================================================================
   header max-width: 767px
   ========================================================================== */
   
@media screen and (max-width: 767px) {

.bgmaximage{
	display: none;
}

#maincontent {
width: 100%;


}
.regalnews_top img {
	width: 100%;

}


#head_menu_box {
	display: block;
	padding: 0px;
	height: 100px;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-image: url(../img/top_head_bk.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
	position: relative;
}





#info_box {
	display: block;
	width: 100%;
	background-image: url(../img/info_bk.png);
	background-repeat: repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
	
}
#info_box_title {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
		color: #FFF;
}
.info_day {
	font-size: 12px;
	display: block;
	text-shadow: none;
		color: #FFF;
}
.info_txt {
	display: block;
	width: 100%;
}
.info_block {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#info_box_out {
	margin-top: 40px;
	display: block;
	
}
.info_txt a {
	color: #FFF;
	text-decoration: none;
	text-shadow: none;
}
.info_txt a:hover {
	color: #FFF;
	text-decoration: underline;
	text-shadow: none;
}
#info_box_title a {
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-shadow: none;
}
#info_box_title a:hover {
	font-weight: normal;
	color: #F90;
	text-decoration: underline;
	text-shadow: none;
}

}
