﻿*{margin:0;
padding:0;}

img{
vertical-align:bottom;
}

header{
width:100%;
margin:auto;
background-color:#fff;
}

body{
color:#191970;
}


#wrap{
width:100%;
margin:auto;
}


h1{
background-color:#6495ed;
height:120px;
width:100%;
margin:0px auto 30px;
background-image:url(../img/icon.png);
background-repeat:no-repeat;
background-position:center center;
display:block;
text-indent:100%;
white-space:nowrap;
overflow:hidden;
}

header ul{
list-style-type:none;
display:flex;
}

header li{
background-color:#6495ed;
width:20%;
text-align:center;
}

header li a{
color:#fff;	
text-decoration:none;
padding:10px 0;
display:block;
}

header li a:hover{
background-color:#4169e1;
color:#6495ed;
}


#side{
width:80%;
float:right;
padding-bottom:100px;
padding-top:40px;
margin:auto;
}


#yotei{
width:300px;
}

#yotei h2{
font-size:35px;
}

#yotei th,td{
line-height:2.0;
}

#map{
width:300px;
margin-top:20px;
margin-bottom:20px;
}

#map p{
color:#6495ed;
}

.kaijyo{
clear:both;
}

footer{
background-color:#6495ed;
text-align:center;
padding:10px 0;
width:100%;
margin-top:50px;
}




#schedule{
float:right;
width:90%;
border: 1px solid #b0c4de;
padding-top:50px;
box-sizing: border-box;
}

}

#schedule h2{
color:#000;
padding-bottom:20px;
}

#schedule table{
padding:10px 0 40px 0;
}

#schedule th{
color:#696969;
text-align:left;
}

#schedule td{
color:#696969;
padding-left:35px;
}

#schedule ul{
color:#696969;
line-height:1.8;
padding-left:30px;
padding-top:20px;
}

