/*------------------------------------------------------------
  [PC] geo location banner
------------------------------------------------------------ */

#GeoLocBnr {
	display: none;
	opacity: 0;
	position: absolute;
	top: 18px;
	right: -100px;
	z-index: 999;
}

#GeoLocBnr a {
	display: block;
	width: 310px;
	background: #5bc2dc;
	padding: .5em 1em;
	border-radius: 3px;
	text-decoration: none;
	text-align: center;
	font-family: "suntory syntax", Arial, Helvetica, sans-serif;
	color: #fff;
}

#GeoLocBnr a:hover {
	background: #6dd0e5;
}

#GeoLocBnr a:before {
	display: block;
	content: "";
	width: 18px;
	height: 18px;
	background: url(../png/icon_glb_globe.png);
	position: absolute;
	top: .5em;
	left: 10px;
}

#GeoLocBnr .closeBnr {
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	background: url(../png/icon_glb_close.png);
	position: absolute;
	top: .5em;
	right: 10px;
	text-indent: -9999px;
}

#GeoLocBnr .closeBnr:hover {
	opacity: .8;
}

/* ==========================================================================
= COMMON Parts
========================================================================== */

.wrapper-inner {
	max-width: 1160px;
	margin-right: auto;
	margin-left: auto;
}

.wide-inner {
	max-width: 1260px;
	margin-right: auto;
	margin-left: auto;
}

.wrap {
	position: relative;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width: 767px) {

.wrapper-inner {
	max-width: 95%;
}

.wrap {
	width: 95%;
}

}

