@charset "utf-8";

/*********************************************************************
Copyright (C) 2009 WEB DESIGN LAB (http://www.webdlab.com/)
Licensed under the MIT License:
http://www.opensource.org/licenses/mit-license.php
*********************************************************************/

/*--Base------------------------------------------------------------*/

html,body {
	width: 100%;
	height: 100%;
}

html {
	height: 100%;
	overflow-y: scroll;
}

/*--Reset-----------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

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

ul,ol {
	list-style: none;
}

.resizeimage {
   max-width: 640px; /* 最大幅 */
}
.resizeimage img {
	width: 100%;
}

/*--Text------------------------------------------------------------*/

body {
	font-size: 88%;
	font-weight: normal;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
h1 {
	background-color: #CCC;
	padding-top: 2px;
	padding-bottom: 2px;
}

/*--Link------------------------------------------------------------*/

a,
a:link {
	color: #F00;
}

a:visited {
	color: #333333;
}

a:hover,
a:active {
	color: #777777;
}

a:focus {
	outline: none;
}

/*--HTML5-----------------------------------------------------------*/

article,aside,details,footer,header,main,menu,nav,section,summary {
	display: block;
}

/*--sample----------------------------------------------------------*/

#wrapper {
	width: 100%;
	overflow : hidden ;
}

#header {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#header header {
	margin-right: auto;
	margin-left: auto;
	max-width: 640px;
}

#contents {
	margin: 0 auto;
	max-width: 640px;
}

#footer {
	width: 100%;
	color: #CCC;
	background-color: #666;
	margin-top: 10px;
	text-align: center;
}

#footer footer {
	max-width: 640px;
	margin-right: auto;
	margin-left: auto;
	height: 35px;/*サンプル用に高さ設定してあります。*/
}
#gotopbt {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	max-width: 640px;
}

#header header,
#contents
 {
	width: 100%;/*センター固定 or リキッドレイアウトの変更(リキッドレイアウトにする場合はwidthを100%に変更)*/
}

.price_tb {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	width: 90%;
}
.price_tb th {
	color: #FFF;
	background-color: #F69;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
.price_tb td {
	text-align: center;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}

/*--common----------------------------------------------------------*/

#header h1,
#header h2,
#contents h3,
#header p,
#contents p,
#footer p {
	padding: 10px;
}
h3 {
	border:3px solid #0099CC;
	background: #0099CC;
	color:#FFF;
	box-shadow:inset 1px 1px 0 rgba(255,255,255,0.4);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	clear: both;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
}
h4 {
	font-weight: bold;
	color: #009BC9;
	padding-left: 1em;
}
.bg02 {
	background-image: url(../img/check.png);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 2em;
}
.al_cent {
	text-align: center;
}
em {
	font-weight: bold;
	color: #FF6C99;
	font-style: normal;
	text-decoration: none;
	font-size: 130%;
}

#map_canvas{
	position: relative;
	padding: 0 0 56%;
	height: 0;
	overflow: hidden;
}
#map_canvas iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
#main ul {
	margin-left: 1em;
}
#main li {
	list-style-type: disc;
	list-style-position: inside;
}
#main .lefimg {
	float: left;
	width: 30%;
	margin-right: 10px;
	margin-bottom: 10px;
}
.clear {
	clear: both;
}
