article, header, nav, footer {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

html {
    overflow: hidden;
    height: 100%;
}

body {
   margin: 0;
   padding: 0;
   background: #FFF;
   font-family:'Univers LT W01_55 Roman1475956', sans-serif;
   color: #000;
   font-size: 10px;
   height: 100%;
   -webkit-text-size-adjust: 100%;
   overflow: hidden !important;
   background: #F8F6ED;
}
#is-loading {
 display: block;
 position: fixed;
 width: 100%;
 height: 100%;
 top: 0px;
 left: 0px;
 background: #FFF;
 z-index: 8;
}

a:link {
  color : #FFF;
	text-decoration: none;
}

a:visited {
  color : #FFF;
	text-decoration: none;
}

a:active {
  color : #FFF;
	text-decoration: none;
}

a:hover {
  color : #FFF;
	text-decoration: none;
}

li {
	list-style-type: none;
}

ul li ul {
  display: none;
}

span {
  cursor: pointer;
}

li {
  cursor: pointer;
}

ul li ul li {
	font-size:10px;
    height:20px;
    line-height:20px;
	font-weight:normal;
	letter-spacing: 0.07em;
	margin-left: -30px;
}

.weeditall { 
  position: relative; 
	z-index:10;
}

.fade_logo { 
	position:absolute;
	top:50%;
	left:50%;
	margin:-12px 0 0 -79px;
	z-index:9999;
}

.fade_15aw { 
	position:absolute;
	top:50%;
	left:50%;
	margin:-10px 0 0 -152px;
	z-index:9999;
}

img { vertical-align: middle; border: 0; }

img.bg {
	min-height: 100%;
	min-width: 1800px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
}

#bg{
	z-index: -1;
	position:fixed;
}

@media screen and (max-width: 1800px){
  img.bg {
  left: 50%;
  margin-left: -512px; }
}

#loading {
 display: none;
 position: fixed;
 top: 63%;
 left: 50%;
 width: 200px;
 height: 200px;
 margin-top: -100px;
 margin-left: -100px;
 text-align: center;
 color: #fff;
 z-index: 9;
}

.logo {
	font-size:10px;
	color:#FFF;
	z-index: 1000;
	position: absolute;
	left:50%;
	top:50%;
	width:473px;
	margin-top: -208px;
	margin-left: -236px;
	
}

.lazy {
    display: none;
    margin: 0 auto;
}

.header_logo {
	z-index: 1000;
	position: absolute;
	left:50px;
	top:40px;
	width:200px;
}

.navigation {
  	font-family:'Univers LT W01_45 Light1475944', sans-serif;
	font-size:11px;
	line-height:20px;
	letter-spacing:0.1em;
	color:#FFF;
	z-index: 1000;
	position: absolute;
	left:10px;
	padding-left:0px;
	margin-left:0px;
	top:80px;
	width:400px;
}

.navigation ul li {
	padding-top:7px;
}

.navigation ul li ul li {
	font-size:10px;
	padding-top:4px;
}

.footer {
  	font-family:'Univers LT W01_45 Light1475944', sans-serif;
	font-size:10px;
	line-height:20px;
	letter-spacing:0.05em;
	color:#FFF;
	z-index: 1000;
	position: absolute;
	padding-left: 50px;
	padding-bottom: 30px;
	left:0px;
	bottom:0px;
	width:420px;
}

.footer a {
        color: #FFFFFF;
        text-decoration: none;
}
.footer a:link{
        color: #FFFFFF;
        text-decoration: none;
}
.footer a:visited {
        color: #FFFFFF;
        text-decoration: none;
}
.footer a:hover {
        color: #FFFFFF;
        text-decoration: underline;
}
			
#box1,#box2,#box3,#box4,#box5,#box6,#box7,#box8,#secondcontent
 {
    display: none;
}

body #contents {
	width: 1050px;
	margin: 0 auto;
}

body #contents #navigation {
	width: 250px;
	float:left;
	position: relative;
}

body #contents #list-wrap {
	width: 800px;
	float:right;
	position: relative;
  	font-family:'Univers LT W01_45 Light1475944', sans-serif;
	margin: 55px 0 0 0;
}
body #contents #list-wrap table {
	width: 800px;
	margin: 0 auto 35px auto;
	height:auto;
}
body #contents #list-wrap table.oversea {
	
}
body #contents #list-wrap table td {
	padding: 0px 0px 0 0px;
	font-size: 11px;
	line-height: 22px;
}
body #contents #list-wrap table td.area {
	clear:both;
	width: 250px;
	padding-left: 0;
	padding-right: 30px;
	padding-bottom: 10px;
}
body #contents #list-wrap table td.shopname {
	clear:both;
	width: 250px;
}
body #contents #list-wrap table td.address {
	width: 450px;
}
body #contents #list-wrap table td.telnumber {
	width: 100px;
	padding-right: 0;
}
body #contents #list-wrap table td a {
	text-decoration: none;
}
body #contents #list-wrap table td a:hover {
	text-decoration: none;
}

/* Media Queries */
@media only screen and (max-width: 500px) {

body {
   width:100%;
   margin: 0;
   padding: 0;
   background: #FFF;
   font-family:'Univers LT W01_55 Roman1475956', sans-serif;
   color: #000;
   font-size: 10px;
   -webkit-text-size-adjust: 100%;
   overflow: hidden !important;
   background: #F8F6ED;
}
    
#loading {
 display: none;
 position: fixed;
 top: 65%;
 left: 50%;
 width: 200px;
 height: 200px;
 margin-top: -100px;
 margin-left: -100px;
 text-align: center;
 color: #fff;
 z-index: 9;
}

#loading img {
  width:20px;
  height:20px;
}

.fade_logo { 
	position:absolute;
	top:50%;
	left:50%;
	margin:-12px 0 0 -40px;
	z-index:9999;
}


.top_logo_size {
	width:80px;	
}

.footer {
  	font-family:'Univers LT W01_45 Light1475944', sans-serif;
	font-size:7px;
	line-height:20px;
	letter-spacing:0.05em;
	color:#FFF;
	z-index: 1000;
	position: absolute;
	padding-left: 30px;
	padding-bottom: 15px;
	left:0px;
	bottom:0px;
	width:420px;
}

}