@CHARSET "UTF-8";
/******************************************全体の宣言文******************************************/
header, nav, article, aside, section, footer, address {
	display:block;
}
body{
font-family: Verdana,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
html{ height:100%; margin-left: 0;margin-left: 0}
h1,h2,h3,h4,p{margin:0; padding:0}
a img{border:none;}
a{text-decoration:none;}
p{margin:0;padding:0;}
p a{text-decoration:underline;}
ul a,ol a{text-decoration:none;}
table{ border-collapse:collapse;}
table td{padding:0px; border:0px; vertical-align:top;}
table tr{padding:0px;}
ul,ol,li{
list-style:none;
padding:0;
margin:0;
}

section{
	margin:0px 0px 0px 0px;
	padding:0px;
}

}*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/*背景*/
body{background:url(/contents/demou/img/bg.jpg);}

/*ヘッダー*/
header{background:#;}

h1{width:800px;height:160px;position:relative;display:block;margin:0 auto;background:#000000;}
.left{position:absolute;top:40%;;left:35px;}
.right{position:absolute;top:15%;right:35px;}

/*各ホテル一覧*/
main{
width:800px;
background:#000000;
height:100%;
margin:0 auto;
padding-bottom: 20px;
display:block;
}

section.hotel_list ul{
width:730px;
margin: 0 auto;
font-size:0px;
}

section.hotel_list li{
display:inline-block;
width:160px;
height:250px;
color:#ffffff;
vertical-align:top;
}
section.hotel_list li a{
    display: block;
}

section.hotel_list li:nth-child(n+2){
    margin-left: 30px;
}

/*ホテル名、住所*/
.hotelname{font-size:16px;margin-top: 10px;}
.address{font-size:12px;margin-top: 5px}

.first{margin-top:10px}



/*copyright*/
.copyright{
display:block;
font-size:10px;
color:#ffffff;
width:800px;
height:20px;
margin:0 auto;
background:#000000;
text-align:center;
}


/*長体90%*/
.chou90{
transform: scale(0.9,1);
width:111%;
transform-origin: top left;
latter-spacint:0.5em;
}

/*長体80%*/
.chou80{
transform: scale(0.8,1);
width:125%;
transform-origin: top left;
latter-spacint:0.5em;
}

/*長体70%*/
.chou70{
transform: scale(0.7,1);
width:142%;
transform-origin: top left;
latter-spacint:0.5em;
}