@charset "UTF-8";

@import url("../../commons.css");

* {
	font-family: ArialMT, "Myriad", "Myriad Pro", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","メイリオ","ＭＳ Ｐゴシック","Osaka";;
	list-style: none;
	position: static;
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	float: none;
}
body {
	background-image: none;
}

/* grade */
div#MobileNavigation span,div#wrapper header h1,footer,div#wrapper article section h3 {
	background: -webkit-gradient(linear, center top, center bottom, from(rgba(255,255,255,0.3)), to(rgba(0,0,0,0.2)));
	background: -moz-linear-gradient(top, rgba(255,255,255,0.3), rgba(0,0,0,0.2));
	background: -ms-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.2) 100%);
}
nav#global ul li a,div#MobileSlideNavigator ul li a {
	background: -webkit-gradient(linear, center top, center bottom, from(rgba(255,255,255,0.1)), to(rgba(155,155,155,0.1)));
	background: -moz-linear-gradient(top, rgba(255,255,255,0.1), rgba(155,155,155,0.1));
	background: -ms-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(155,155,155,0.1) 100%);
}
/* base colors */
div#MobileNavigation span,div#wrapper header h1,footer,
nav#global,div#MobileSlideNavigator,
nav#global ul li a,div#MobileSlideNavigator ul li a,
div#wrapper article section h3 {
	background-color: #333;
}


div#wrapper {
	position: relative;
	margin: 0px auto;
	text-align: left;
	z-index: 5;
	top: 0px;
	position: relative;
	width: 320px;
	overflow: hidden;
	background-color: #FFF;
	margin: 0px;
}
div#MobileNavigation {
	position: absolute;
	position: fixed;
	top: 0px;
	z-index: 30;
	padding: 18px 13px;
}
div#MobileNavigation span {
	color: #FFF;
	font-size: 24px;
	display: block;
	border: solid 1px rgba(0,0,0,0.8);
	padding: 2px 7px;
	border-radius: 5px;
	line-height: 1em;
	cursor: pointer;
	text-shadow: 0px 1px 3px #666;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5),0px 0px 2px rgba(0,0,0,0.2) inset,0px 1px 0px #FFF;
}
div#MobileNavigation span:hover {
	opacity: 0.7;
}
div#PageTopArrow {
	width: 30px;
	height: 30px;
	opacity: 0.4;
}
div#wrapper header {
	height: 60px;
	overflow: hidden;
	width: 320px;
	position: fixed;
	box-shadow: 0px 0px 10px #000;
	padding: 0px;
	z-index: 25;
}
div#wrapper header h1 {
	text-align: center;
	padding: 0px;
}
div#wrapper header h1 a {
	display: block;
	height: 60px;
	background: url(../../../documents/logo.png) no-repeat;
	background-position: center center;
	background-size: auto 60px;
	text-indent: -5000px;
}
div#wrapper article {
	padding: 65px 0px 0px 0px;
}
div#wrapper article h2 {
	text-align: center;
	padding: 10px 0px 0px;
}
div#wrapper article section {
	padding: 10px;
}
div#wrapper article section p {
	font-size: 14px;
	line-height: 1.7em;
}
div.gmap,a.youtube {
	margin: 0px auto;
}
div#wrapper article a img {
	max-width: 280px;
	display: block;
	clear: both;
	margin: 0px auto;
	border-radius: 5px;
}
div#wrapper article p {
	clear: both;
}
div#wrapper article section h3 {
	color: #FFF;
	border-radius: 5px;
	margin: 5px 0px;
	text-shadow: 0px 2px 3px #000;
	box-shadow: 0px 0px 5px #CCC;
	padding: 8px 10px;
	font-size: 16px;
}
div#wrapper article section dl dt {
	padding: 5px 10px 0px 10px;
}
div#wrapper article section dl dd {
	padding: 0px 10px 5px 10px;
	clear: both;
}
div#MobileSlideNavigator {
	z-index: 20;
	padding: 60px 0px 0px 0px;
}
nav#global,div#MobileSlideNavigator {
	width: 320px;
	height: auto;
	position: static;
}
nav#global ul,div#MobileSlideNavigator ul {
	height: auto;
	border-top: solid 1px rgba(0,0,0,0.1);
	border-bottom: solid 1px rgba(255,255,255,0.3);
}
nav#global ul li,div#MobileSlideNavigator ul li {
	float: none;
	display: inline;
	height: auto;
}
nav#global ul li a,div#MobileSlideNavigator ul li a {
	display: block;
	padding: 7px 15px;
	border-top: solid 1px rgba(255,255,255,0.3);
	border-bottom: solid 1px rgba(0,0,0,0.1);
	text-decoration: none;
	color: #FFF;
	text-shadow: 0px 1px 2px #000;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-in-out;
	cursor: pointer;
}
span.contactform {
	color: #FFF;
	text-shadow: 0px 1px 2px #000;
}
nav#global ul li a:hover,div#MobileSlideNavigator ul li a:hover {
	background-color: rgba(255,255,255,0.1);
}
footer {
	padding: 0px 0px 50px 0px;
	border: none;
}
footer p {
	clear: both;
	font-size: 10px;
	color: #EEE;
	text-shadow: 0px 1px 2px #000;
	padding: 10px 0px;
	text-align: center;
	float: none;
}
nav.PageSelector {
	display: block;
	margin: 0px auto;
	text-align: center;
	padding: 10px 0px;
}
nav.PageSelector select {
	width: 300px;
}
div#PageTopArrow {
	width: 30px;
	height: 30px;
	background-image: url(../../../images/pagetop.png);
	background-size: 100% 100%;
	position: fixed;
	right: 10px;
	bottom: 10px;
	opacity: 0.6;
	cursor: pointer;
}
