#Outline {
	max-width: none;
}

#Header {
	position: fixed;
	width: 100%;
	height: 40px;
	z-index: 10;
	text-align: center;
}
#Header .button_area {
	top: 0;
	height: 40px;
}
#Header .button_area:first-child {
	left: 0;
}
#Header .button_area:last-child {
	right: 0;
}

#Header .head_area {
	width: 180px;
	height: 40px;
	font-size: 1.2em;
}
#Header .head_area a.logo div {
	width: inherit;
	height: inherit;
	background: url(../../../../file/image/logo_360x80.v03.png) no-repeat center;
	background-size: contain;
}

#Header div.search_area {
	top: 5px;
	right: 75px;
	width: 28px;
	background-color: rgba(255, 255, 255, 0.8);
}
#Header div.search_area form input[name=s] {
}

#Header .shop_area {
	top: 5px;
	right: 40px;
	width: 30px;
	height: 30px;
}

#Header a.user {
	margin: 6px;
	border-radius: 14px;
	width: 26px;
	height: 26px;
}

#Nav {
	position: fixed;
	top: 40px;
}


#Contents {
	margin-top: 50px;
	margin-bottom: 25px;
	padding-bottom: 10px;
}

#Popup .popup {
	margin: 30px auto;
	width: calc(100% - 60px);
	height: calc(100% - 60px);
}
#Popup .dialog {
	position: relative;
	max-width: 310px;
}
