@charset "utf-8";

/*========== CSS INFORMATION ==========

File Name：	print.css

==============================*/

body {
	font-size:	12px;
	margin: 0;
	padding: 0;
}

body:not(:target) {/* IE9 */
    zoom: 100%\9; 
}
/*
*+html body { /* IE7のみ適用 */
   /* zoom: 95%; 
}*/

* html body { /* IE6以下適用 */
    zoom: 95%; 
}
 
header {
	position: relative;
}

*+html body #global-nav { /* IE7のみ適用 */
    zoom: 99%;
}

#demo-block{
	margin:0;
	width: 100%;
	padding:0;
	display:inline;
	float:left;
	clear:both;
	color:#000;
	z-index: 150;
	position: absolute;
	top: 0px;
	left: 0px;
}

#top-header {
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 940px;
	z-index: 100;
/*	text-align: right;*/
	text-align: center;
}

/* fullSlideShow
--------------------------- */
.fullSlideShow {
	margin:0;
	padding:0;
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.fullSlideShow ul {
	top: 33%;
	left: 50%;
	width: 100%;
	position: fixed; /* absolute or fixed */
	overflow: hidden;
}
/*ChromeとOperaのみだけに適用されるCSSハック*/
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
.fullSlideShow ul {
	top: 47%;
	left: 90%;
	width: 100%;
	position: fixed; /* absolute or fixed */
	overflow: hidden;
}
}
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
#top-main {
	top: 90%;
	left: 0px;
}
}

.fullSlideShow ul li {
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	position: absolute;
}
.fullSlideShow ul li img {
	width: 100%;
}
.fullSlideShow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.fullSlideShow ul {
	display: inline-block;
	overflow: hidden;
}
.pagiNation {
	top: 50%;
	/*bottom: 30px;*/
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: fixed; /* absolute or fixed */
	z-index: 90; /* 非表示にする場合は「90」以下に */
 	visibility: visible; /* 非表示にする場合は「hidden」に */
}


#top-main {
	top: 45%;
	left: 0px;
}

#page-top, #page-top a {
	display: none;
}

.main {
	clear: both;
	overflow: hidden;
	width: 100%;
}

*+html body .main {
	margin: 30px 0 20px 0;
	overflow: hidden;
	clear: both;
}

red {
color: #E41A1A;
}
