body {
	background:#ffffff;
	font-size: 13px;
	color: #666;
        margin: 0px;
        line-height: 1.2rem;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color:#666666;
	text-decoration: none;
}
a:alink {
	color:#FF3366;
	text-decoration: none;
}
a:hover {
	color:#FF3366;
	text-decoration: underline;
}
a:visited:hover {
	color:#FF3366;	
	text-decoration: none;
}

h1 {
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	
}
table {
	cellspacing: 0;
	cellpadding: 0;
	border: 0;
	border-spacing: 0;

}
main {
  width: 750px;

}

a img { border: none;}

ul#link {
	padding: 1px;
	font-size: 14px;
	text-align: center;
}
div#comm {
	width: 150px;
	height: 100px;
	padding: 1px;
	overflow: auto;
	color: #000000;
	font-size: 12px;
}
@media only screen and (max-device-width : 750px) {
/* スマートフォンだけ以下を適用 */
  	
img { 
 		  max-width:100%;
  	}
  }

#copy {
	
        text-align: center;
        font-size: 13px;  
}
#list {
	
        margin: auto;
        max-width:100%;
        text-align: left;
}
#hotel_a {
	
        margin: auto;
      max-width:750px;
}
#hotel_b {
	
        margin: auto;
        max-width:750px;
}

ul#a {
  
  font: 14px/1.6 'arial narrow', sans-serif;
  list-style: none;
  padding: 0.5em 0.7em;
  border: solid 2px #5c9ee7;
  border-radius: 5px;
}
ul#a li {
  position: relative;
  color: #5c9ee7;
  margin-bottom:5px;
  padding-left:30px;
  line-height: 30px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px dashed #5c9ee7;
}
ul#a li:last-child{
  border:none;
  margin: 0;
}
ul#a li:before { /*疑似要素*/
  font-family: FontAwesome;
  content: "\f054";
  position: absolute;
  left: 5px;
  font-size: 1.2em;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

ul#a li:hover:before{
  -webkit-transform:scale(1.5);
  transform:scale(1.5);
  background-position: bottom;
  color: red;
}
ul#m {
    border-radius: 5px;
    border: solid 1px #ccc;
    padding: 5px;
    margin: 5px;
}
ul#m li{
    list-style: none;
    font-size: 14px;
    line-height: 40px;
    text-align: left;
    padding-left: 15px;
    border-bottom: solid 1px #ccc;
    position: relative;
}
ul#m li:last-child{
  border:none;
  margin: 0;
}

ul#m li a{
    display:block;  
    
}

ul#m li a:hover { background:#5c9ee78f;
                  color: #fff;
 }  


ul#m li:after {
  display: block;
  content: '';
  position: absolute;
  top: 1.0em;
  right: 1em;
  width: 12px;
  height: 12px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#midasi {	
background: -webkit-gradient(linear,center top,center bottom,from(#5c9ee7),to(#5c9ee785));
border-radius: 10px;
text-align: center;
font-size: 16px;
color: #fff;
height: 50px;
line-height: 50px;
padding: 5px;
margin: 5px;
}
#midasi a {color: #fff; font-size: 16px;}
#copy {
	
        text-align: center;
        font-size: 13px;  
}
