@charset "UTF-8";

* {
	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";;
	position: static;
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	float: none;
}
body {
	background-image: none;
	border-top: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:#FFF;/*#333*/
}

div#wrapper {
	position: relative;
	width: 320px;
	overflow: hidden;
	background-color:#FFF;
	margin: 0px;
	color:#333;/**/
}
div#MobileNavigation {
	position: absolute;
	position: fixed;
	top: 0px;
	z-index: 30;
	padding: 10px 13px;/* 18px 13px*/
}
div#MobileNavigation span {
	color: #333;
	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;
	background-image: url(../images/m_header02.png);
	background-repeat:no-repeat;
}
div#wrapper header h1{/*h1px*/
	text-align: center;
	padding: 0px;
}
div#wrapper header h1 a {/*h1*/
	line-height: 1em;
	display: none;	/* block */
	padding: 20px 0px 20px 0px;/*20px 0px 20px 0px*/
	text-decoration: none;
	color: #666;
	font-size: 12px;/*20px*/
	font-weight: normal;
	/*text-shadow: 0px 1px 3px #000;*/
}


div#wrapper article {
	padding: 10px 0px 50px 0px;/*65px 0px 0px 0px*/
}
div#wrapper article section {
	padding: 10px 5px;
}
div#wrapper article img {
	max-width: 300px;
	display: block;
	clear: both;
	margin: 0px auto;
	/*border-radius: 5px;*/
}
div#wrapper article p {
	clear: both;
}
div#wrapper article section h3 {/*サブページのタイトル*/
	color: #333;
	border-bottom:1px solid #333;
	/*border-radius: 5px;*/
	margin:  55px 0px 20px;/* 5px 0px下にかくれないように*/
/*	text-shadow: 0px 2px 3px #000;
	box-shadow: 0px 0px 5px #CCC;
*/	padding: 5px 5px;
	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;
	/*opacity: 0.99;*/
}
nav#global,div#MobileSlideNavigator {
	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: #333;
	/*text-shadow: 0px 1px 2px #000;*/
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-in-out;
}
nav#global ul li a:hover {
	background-color: rgba(255,255,255,0.1);
}
footer {
	margin:0;
	padding: 0px 0px 50px 0px;
	border: none;
	background-image:none;
}
footer p {
	clear: both;
	font-size: 10px;
	color: #333;
/*	text-shadow: 0px 1px 2px #000;
*/	padding: 10px 0px;
	text-align: center;
	float: none;
}
footer small{/**/
	color:#333;
}
footer a:link{/**/
	color:#333;
}
nav.PageSelector {
	display: block;
	margin: 0px auto;
	text-align: center;
}
nav.PageSelector select {
	width: 300px;
}
div.TabClip {
	overflow-x: auto;
	cursor: pointer;
	position: relative;
}
div.TabClip div.TabClipUI {
	position: absolute;
	width: 140px;
	height: 30px;
	left: 10px;
	top: 10px;
	background-color: #000;
	opacity: 0.7;
	z-index: 5;
	border-radius: 5px;
	background-image: url(../images/tabclip.png);
	background-size: 140px 30px;
	background-repeat: no-repeat;
	background-position: center center;
}
div.TabClip table tr th {
	white-space: nowrap;
}
