@charset "utf-8";
/* 基本設定　ここから */
body {
	font: 14px/1.231 "ヒラギノ角ゴ Pro W3";
}
section {
	margin-bottom: 1em;
}
.typeA {
	margin-bottom: 0;
}
nav {
	margin-bottom: 1em;
}
dt {
	margin-top: 1em;
}
dd {
	margin-bottom: 1em;
}
/* clearfix */
.clearfix:after {
	content: "."; /* 新しい要素を作る */
	display: block; /* ブロックレベル要素にする */
	clear: both;
	height: 0; /* 高さのないものにする */
	visibility: hidden; /* 表示されないようにする */
}
aside {
	background-color: #DDDDDD;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px;
}
aside p:last-child {
	margin-bottom: 0;
}
h1 {
	display: block;
	width: 320px;
	height: 50px;
	padding-top: 20px;
	padding-bottom: 30px;
	margin: 0 auto;
}
#btnEnterA, #btnEnterB {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 2px 2px 3px #69F;
	-webkit-box-shadow: 2px 2px 3px #69F;
	background-color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#CCC), to(#666));
	width: 150px;
	margin: 0 auto;
	}
#btnEnterA a, #btnEnterB a {
	text-shadow: -1px -1px 0 rgba(150, 150, 150, 0.3);
	text-align: center;
	display: block;
	padding: 5px 0;
	font-size: 120%;
	font-weight: bold;
	color:#FFF;
	text-decoration: none;
}
#btnEnterA {
	margin-bottom: 15px;
}
#btnEnterB {
	margin-bottom: 650px;
}
h2 {
	font-size: 121%;
	text-align: center;
	color: #FFFFFF;
	margin: 0px 0 0 0;
	padding: 9px 0 4px 0;
	width: auto;
	height: 20px;
	background-color: #14267C;
}
section p img:first-child {
	width: 320px;
	height: 58px;
	display: block;
	margin: 0 auto;
	padding: 0 0 10px 0;
}
#about {
	padding: 0 10px 0 10px;
}
#wrap {
	padding: 10px;
}
nav {
	/*border-radius: 8px;
	-webkit-border-radius: 8px;*/
	background-color: #003399;
	background: -webkit-gradient(linear, left top, left bottom, from(#69F), to(#003399));
	font-size: 107%;
	width: 300px;
	margin: 1px auto;
}
nav li {
	text-align: center;
	float: left;
	font-weight: bold;
	border-left: 1px solid #FFFFFF;
	text-shadow: -1px -1px 0 rgba(150, 150, 150, 0.3);
}
nav li:first-child {
	border: none;
}
nav li a {
	display: block;
	width: 99px;
	padding: 18px 0;
}
nav a {
	color: #FFFFFF;
	text-decoration: none;
}
.contact {
	/*border-radius: 8px;
	-webkit-border-radius: 8px;*/
	background-color: #003399;
	background: -webkit-gradient(linear, left top, left bottom, from(#69F), to(#003399));
	font-size: 107%;
	width: 300px;
	margin: 1px auto;
}
.contact li {
	text-align: center;
	float: left;
	font-weight: bold;
	border-left: 1px solid #FFFFFF;
	text-shadow: -1px -1px 0 rgba(150, 150, 150, 0.3);
}
.contact li:first-child {
	border: none;
}
.contact li a {
	display: block;
	width: 300px;
	padding: 18px 0;
}
.contact a {
	color: #FFFFFF;
	text-decoration: none;
}
h3#infoA, #blogA, #priceA, #telA, #mailA, #accessA {
	background-color: #003399;
	background: -webkit-gradient(linear, left top, left bottom, from(#69F), to(#003399));
	font-size: 107%;
	margin: 0;
	padding: 8px 0 8px 8px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
article {
	display: none;
	padding: 10px;
}
h3#info, #price, #tel, #mail, #access, #form {
	background: url(../image/arrow004.png) left top no-repeat;
	padding: 2px 0 0 21px;
	color: #FF3399;
	margin: 2em 0 0 0;
	min-height: 23px;
}
h3#info, #price {
	margin: 80px 0 0 0;
}
#btnTop {
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#999999)) #CCCCCC;
	width: 7em;
	font-size: 85%;
	text-align: center;
	float: right;
	margin-right: 10px;
}
#btnTop a {
	text-shadow: 1px 1px 0 #ddd;
	display: block;
	padding: 5px 0;
	color: #444444;
	text-decoration: none;
}
#switchButton {
	clear: both;
	text-align: center;
	font-size: 80%;
}
#footContent {
	border-top: 1px solid #EBEBEB;
	padding: 10px 0 10px 0;
	margin: 100px 0 0 0;
}
footer {	
	background: url(../image/footer_back.png) repeat-x;
}
footer p {
	clear: both;
	padding: 0;
}
footer p img {
	display: block;
	width: 320px;
	height: 30px;
	margin: 0 auto;
}
footer p:last-child {
	margin: 0;
}
footer#footerA {
	margin: 0 0 650px 0;
}


