﻿@charset "utf-8";

/* base
----------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}
html {
	overflow-y: scroll;
}
body {
	font-family: "メイリオ",  Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	/*font-size: 0.8em;*/
	font-size: 14px;
	color: #000;
	line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
	font-weight: normal;
}
table {
	border-collapse: collapse;
}
img {
	border: none;
	vertical-align: bottom;
}
li {
	list-style-type: none;
}
sup {
	color: #900;
}
label {
	cursor: pointer;
}

/* link
----------------------------------------------------*/
a:link {
	color: #1155cc;
}
a:visited {
}
a:hover {
	text-decoration: none;
}
a:active {
}

/* clear
----------------------------------------------------*/
/* ---IE7.IE8 clearfix--- */
.clearfix:after { content: ".";display: block;clear: both;height: 0;visibility: hidden; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clear {
	clear: both;
}

.bookpass1 {
        margin: 20px;
}

.gw img{
  width: 100%;
  height: auto;
}

.bana img{
  display: table;
}

.adv2 img{
  width: 100%; 
  height: auto;
  display: table-cell;
  vertical-align: middle;
}

.adv3 img{
  width: 100%; 
  height: auto;
  display: table-cell;
  vertical-align: middle;
}

/* end */
