@charset "utf-8";
body{
	padding-top: 14rem; /* #headerのheightと同値 */
}
#container {
	display: block;
	width: auto;
	min-height: 0;
	overflow: visible;
}

#header {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100vw;
	/* height: 14rem; */
	max-height: 100vh;
	min-height: 0;
	/* overflow: auto; */
	box-shadow: none;
}

#header_wrap {
	position: static;
	width: auto;
}

#mymainback {
	width: auto;
}

#pankuzu_wrap {}

#detail_countdown_wrap {}

#main {
	width: 100%;
}

#sidebar2 {
	width: 100%;
}

#back_or_pagetop {}

#footer {}