@charset "utf-8";

/* -----------------------------------------------------------
CSS Information
File name:      style.css
----------------------------------------------------------- */

/* -----------------------------------------------------------
来場者トップ 
visitor/index.html
----------------------------------------------------------- */

#overView{
	margin-top: 40px;
}



#overView th{

	text-align: center;
	padding: 10px 0 10px 2px;
	background: #fff;
	color: #666;
	vertical-align: text-top;
	font-weight: bold;

}

#overView td{

	vertical-align: text-top;
	padding: 0 0 0 6px;

}

#overView td strong{
	border: solid #666666 1px;
	color: #666;
	padding: 5px;
}


#details td .note,
#details td ul .note,
#details td ol .note{
	background: url(../common/note_cap.gif) no-repeat 0 0;
	padding: 0 0 0 12px;
}



/* -----------------------------------------------------------
展示コーナー／ホールマップ
visitor/map.html
----------------------------------------------------------- */

#map h3{
	 font-size: 14px;
	 border-top: solid 1px #666;
	 border-bottom: solid 1px #666;
	 color: #333333;
	 padding:5px 0;
	 margin: 10px 0;
	 
}

#map p{
	color: #666;
	padding: 0 0 0 12px;
}

/*080929追加*/

#map #thum{
	padding: 0 0 20px 0;
	margin: 0px;
}

#map #thum img{
	padding: 0px;
	margin: 0px;
}

#map #thum p{
    text-align:right;
	padding: 0 12px 0 0;
}



/* -----------------------------------------------------------
出展者一覧
visitor/list.html
----------------------------------------------------------- */

#list{
	margin: 40px 0 0 0;
}

#list h3{
	 font-size: 14px;
	 border-top: solid 1px #666;
	 border-bottom: solid 1px #666;
	 color: #333333;
	 padding:5px 0;
	 margin: 10px 0;
}

#list ul{
	color: #333333;
}

#list ul ul li{
	color:#666;
}

#day{
	text-align: right;
}

/* -----------------------------------------------------------
入場券
visitor/ticket.html
----------------------------------------------------------- */

#ticket{
	margin: 40px 0 0 0;
	
	}

#ticket h3{
	  font-size: 14px;
	 border-top: solid 1px #666;
	 border-bottom: solid 1px #666;
	 color: #333333;
	 padding:5px 0;
	 margin: 10px 0;
	 
}


#ticket h4{
	 font-size: 12px;
	 color: #666;
	 padding: 5px 0 5px 10px;
	 border-bottom: solid 1px #ccc;
	 margin: 10px 0;
	 
}


#ticket th{

	vertical-align: text-top;
	padding: 10px 0 10px 2px;
	background: #fff;
	color: #666;
	text-align: center;

}

#ticket td{

	vertical-align: text-top;
	padding: 0 0 0 6px;

}

#details #ticket table {
	width: 735px;
	text-align: left;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	margin: 5px 0 0 0;
}

/* -----------------------------------------------------------
会場アクセス
visitor/access.html
----------------------------------------------------------- */

#access{
	margin: 40px 0 0 0;
	
	}

#access h3{
	 font-size: 14px;
	 border-top: solid 1px #666;
	 border-bottom: solid 1px #666;
	 color: #333333;
	 padding:5px 0;
	 margin: 10px 0;
	 
}


#access h4{
	 font-size: 12px;
	 color: #666;
	 padding: 5px 0 5px 5px;
	 border-bottom: solid 1px #ccc;
	 margin: 10px 0;
	 
}


#access th{

	text-align: center;
	padding: 10px 0 10px 2px;
	background: #fff;
	color: #666;
	vertical-align: middle;

}

#access td{

	vertical-align: middle;
	padding: 0 0 0 6px;

}

#access #flashcontent{
	margin: 20px 0;
	width:734px;
	height: 350px;
	margin: 10px 0;
	border: #999999 3px solid;
	background: #f1f1f1;
	
}


/* -----------------------------------------------------------
PCオンラインゲームコーナー
visitor/pcostage.html
----------------------------------------------------------- */


#online{

margin: 60px 0 0 0;
clear: both;

}

#online #onlineAnk ul{
	margin: 20px 0 0 0;
	padding-bottom: 30px;
}

#online #onlineAnk ul li{
	float: left;
	display: block;
	margin: 0 20px 0 0;
	list-style: none;
	border: #ccc 1px solid;
	padding: 0;
	background: #fff;
	width: 150px;
	text-align: center;
}

#online .boxT{
	width: 740px;
	margin: 10px 0 0 0;
	padding-bottom: 30px;
	padding-top: 0px;
	border-top: #eee 1px solid;
	border-bottom: #eee 1px solid;
	clear: both;
}

#online .boxT dl{

}

#online .boxT dl dt{
	font-weight: bold;
	color: #666666;
	font-size: 14px;
}

#online .boxT dl dd{
	color: #666666;
	font-size: 12px;
}


#online .boxT h3{
	font-size: 14px;
	
}

#online .boxT h4{
	font-size: 12px;
	font-weight: normal;
}

#online .boxT dl img{
	float: right;
	margin: 0 0 0 5px;
}


#online .boxT p{
	color: #666666;
}


/* -----------------------------------------------------------
イベントステージ
media/stage.html
----------------------------------------------------------- */

#stage{
	margin-top: 40px;
}



#stage th{

	text-align: center;
	padding: 10px 0 10px 2px;
	background: #fff;
	color: #666;
	vertical-align: middle;
	font-weight: bold;
	background:  #eee;

}


#stage th span{
	font-weight: normal;
	text-align: left;
	font-size: 10px;
	display: block;
	padding: 3px;
	/*background: url(../common/note_cap.gif) no-repeat 0 10px;*/
	/*padding-left:12px;*/
	border-top: dotted 1px #666;
	border-bottom: dotted 1px #666;
	width: 70px;
	margin: 5px auto 0 auto;
}

#stage th span a{
	font-size: 10px;
}

#stage td{

	vertical-align: text-top;
	padding: 0 0 0 6px;

}

#stage td strong{
	border: solid #666666 1px;
	color: #666;
	padding: 5px;
}

#stage table dl{

	padding: 20px 5px 0 5px;

}

#stage table dl dt{
	font-weight: bold;
	color: #666666;
	
}

#stage table .mc{
padding: 0 0 0 5px;
display: block;
margin: 10px 0;
font-size: 10px;
color: #666;
}

#stage table dl dd{
	color: #666666;
	border-bottom: 1px dotted #CCCCCC;
	border-top: 1px dotted #CCCCCC;

	padding: 15px 0;

}

#details td .note,
#details td ul .note,
#details td ol .note{
	background: url(../common/note_cap.gif) no-repeat 0 0;
	padding: 0 0 0 12px;
}


#stage #Extra{
	padding: 10px 0;
}

#stage #Extra ul .note{
	background: url(../common/note_cap.gif) no-repeat 0px 5px;
	list-style: none !important;
}


#eventAnk{
	margin-top: 40px;
}
#eventAnk ul{
	margin: 20px 0 0 0;
	padding-bottom: 30px;
}

#eventAnk ul li{
	float: left;
	display: block;
	margin: 0 20px 0 0;
	list-style: none;
	border: #ccc 1px solid;
	padding: 0;
	background: #fff;
	width: 150px;
	text-align: center;
}

#eventMap{
	margin:5px;
	border: #ccc 1px solid;
	padding: 5px;
}

#eventMap p.mapTitle{
	padding: 5px;
	margin-bottom:15px;
	font-weight: bold;
	background:  #eee;
}

#eventMap #thum p{
    text-align:right;
	padding: 0 12px 0 0;
}

/* -----------------------------------------------------------
主催者企画
media/stage.html
----------------------------------------------------------- */

#event{
	margin-top: 40px;
}