
/**********************
	base
**********************/

* {

	margin:0px;
	padding:0px;
}

html {

	position:relative;
	width:100%;
	height:100%;

}

body{

	background:#000;
	font-family:"Futura","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "?¼­?¼³ ?¼°ã‚´ã‚·ãƒ?ã‚¯", "MS PGothic", sans-serif;
	color:#fff;
	font-size:14px;
}

img {
	border:0px;
}

a,a:hover,a:active,a:visited {
	text-decoration:none;
	color:#fff;
}
a:hover {
	text-decoration:none;
	color:#ccc;
}

h1,h2,h3,h4,h5{

}

h2 { 
	font-size:18px; font-weight:normal;
    font-family: "Futura","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "?¼­?¼³ ?¼°ã‚´ã‚·ãƒ?ã‚¯", "MS PGothic", sans-serif;
}

h3 { font-size:14px }

table,tr,td{
	border:0px;
}
td {
	vertical-align:top;
	padding:5px;
}

li {
	padding:0px;
	list-style:none;
}

address {
	display:inline-block;
	font-style:normal;
}

/**********************
	common style
**********************/

.v-margin {
	margin:10px 0px;
}
.b-margin {
	margin-bottom:20px;
}

.indent {
	display:inline-block;
	margin-left:20px;
}

.pointer {

	cursor:pointer;
}

.clear {

	clear:both;
}


.button {
	display:inline-block;
	margin:5px 0px;
	padding:2px 10px;
	border:1px solid #fff;
	cursor:pointer;
}
.button:hover {
	background:#fff;
	color:#000;
}

/**********************
	id
**********************/

#background{

	z-index:0;
	position:fixed;
	width:100%;
	height:100%;
}

#video,#tubular-container {

	position:absolute;
	top:0px;
	left:0px !important;
	min-width:100%;
	min-height:100%;
	width:auto;
	height:100%;
	z-index:-1;
}

.bg-image {

	background-image: url(../images/bg-mobile.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}


#contents{

	position:absolute;
	min-width:800px;
	min-height:600px;
	width:100%;
	height:100%;
	z-index:10;
	overflow:auto;
}

#bt-play {
	display:none;
}

#bt-sound {

	margin:0px 0px 20px -10px;
	cursor: pointer;
}

#menu {

	display:block;
	position:absolute;
	z-index:110;
	top:18%;
	left:20px;
	width:160px;

}

#menu ul{
}

#menu li {

	display:inline-block;
	list-style:none;
	min-width:0%;
	margin-bottom:20px;
	cursor:pointer;
	font-family: "Futura","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "?¼­?¼³ ?¼°ã‚´ã‚·ãƒ?ã‚¯", "MS PGothic", sans-serif;
    letter-spacing: 0.1em;
	transition-duration:0.2s;
	-webkit-transition-duration:0.2s;
	-moz-transition-duration:0.2s;
}
#menu li:last-child {
	margin-bottom:0px;
}

#menu li.active{
   border-bottom: 1px solid #fff;
}

#menu li#top{
   color:#fff;
   border-bottom: 0px solid #fff;
   background:none;
}


#menu li:hover,#menu li.active,#top:hover{
	-webkit-animation:blink 0.2s 2;
    -moz-animation:blink 0.2s 2;
    animation:blink 0.2s 2;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
#menu a:hover {
	color:#fff;
}

#menu .caption{
	position:absolute;
	display:none;
	left:10px;
	margin-top:5px;
	opacity:0.5;
	font-size:12px;

}


#right-close-block {

	display:none;
	position:fixed;
	z-index:8;
	width:0px;
	right:0px;
	height:100%;
	background:url(../images/close-right.png) no-repeat 20px center;
	opacity:0;
}
#right-close-block:hover {
	opacity:1;
}


#logo {

	position:absolute;
	z-index:120;
	left:20px;
	height:60px;
    width: auto;
    margin-top:15px;
}

#logo:hover{
    cursor:pointer;

}

#info-img {
	position:absolute;
	z-index:13;
	bottom:65px;
	left:20px;
	width: 200px;
}


/**********************
	info page
**********************/


#info-page {

	position:absolute;
	z-index:12;
	top:0px;
	left:0px;
	width:800px;
	height:100%;
	overflow: auto;
    background: rgba(0,0,0,0.5);
}

#info-page .inner{

	position: absolute;
	padding-bottom: 20px;
    top: 120px;
    left: 300px;
    width: 500px;
    z-index: 20;
}

#info-close-bt {

	position:absolute;
	top: 110px;
    left: 705px;
    z-index: 200;
}
#info-close-bt:hover{
	opacity:0.7;
}

#info-page header {

	width:100%;
	height:60px;
}


#info-page .page{

	position:relative;
	display:none;
	width:100%;
}



.sentence {

	width:460px;
	text-align:justify;
	line-height:2em;
}
.sentence p {
}




/* outline */


table.outline-info {

	width:500px;
	margin-top:-18px;
}
.outline-info td{
	padding:8px 0px;
	line-height:2em;
}
.outline-info td img{
	height: 45px;
    margin-top: 10px;
}
.outline-info .subject {
	width:80px;
	padding-right:40px;
	letter-spacing:0.5em;
	text-align:justify;
	text-justify:inter-ideograph;
}

.outline-date {

	font-size:24px;
}
.outline-date .small{

	font-size:16px;
}


/* exhibitors */

.exhibitor-list {

	width:200px;
	float:left;
}
.exhibitor-list li{

	margin:5px 0px;
}

.exhibitor-list li>a {
	margin-left:20px;
	font-size:12px;
}



/*  access  */

#shinko-image {

	width:480px;
	margin-bottom:20px;
}


/**********************
	footer
**********************/

#footer {

	position:absolute;
	z-index:100;
	bottom:0px;
	left:0px;
	width:100%;
	height:20px;
	padding:10px 0px;
}

#tw-bt{
	width:80px;
	margin-left: 20px;
	margin-right:10px;
	float:left;
}
#fb-bt{

	width:120px;
	margin-left: 10px;
	float:left;
}
#copy{
	position:absolute;
	width:300px;
	right:0px;
	bottom:10px;

	margin-top:5px;
	padding-right: 20px;
	text-align:right;
	color:#fff;
	font-size:11px;
	font-family: "Futura","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "?¼­?¼³ ?¼°ã‚´ã‚·ãƒ?ã‚¯", "MS PGothic", sans-serif;
}