@charset "utf-8";

/* -----------------------------------------------------------
CSS Information
File name:      style.css
----------------------------------------------------------- */


/* -----------------------------------------------------------
TGSフォーラム
business/forum.html
----------------------------------------------------------- */


#forum{
	
	display: block;
	margin: 40px 0 20px 0;
	clear: both;

}

#forum h3{
 clear: both;
 border: #CC0000 3px solid;
 font-size: 16px;
 padding: 20px 0;
 color: #CC0000;
 text-align: center;
 display: block;
 margin: 20px 0;
}


#forum .note{
	background: url(../common/note_cap.gif) no-repeat 0 6px;
}

#details #forum table{
	margin-top: 20px;
	border: #ccc solid 1px;
}



#details #forum #timeTable table{
	margin-top: 10px;
	margin-bottom: 5px;
	border-color: #ccc;
	border-right: #ccc solid 1px;
	
	
}

#details #forum h4{
	margin-top: 10px;
}

/*////////////

	Work Shop

////////////*/

#details #forum #workShop h4{
	
}

#details #forum #workShop h4 span{
	font-size: 12px;
	display: block;

}

#details #forum #workShop th{
	text-align: center;
	background: #EBF0F3;
	color:#666;
	vertical-align: middle;
	border: #ccc solid 1px;
	width: 60px;
}

#details #forum td{
	width:86%;
	padding: 5px;
}

/*////////////

	TimeTable

////////////*/

#details #forum #timeTable td{

	padding: 5px 6px;
	border-color: #ccc;
}

#details #forum #timeTable th{
	text-align: center;
	background: #fdedea;
	color:#666;
	vertical-align: middle;
	border: #ccc solid 1px;

}


#details #forum .tTitle{
	width:14%;
	background: #eee;
	text-align: center;
}

#contact{
	background: #fffff1;
}

#details #forum #timeTable .Category{
	width: 320px;
	border-right: #ccc solid 1px;
}

#details #forum #timeTable .btn{
	float:right;
}

#details #forum #timeTable .Category img,
#details #forum #timeTable .CategoryT img{
	margin-right: 5px;
}

#details #forum #timeTable .Category h5,
#details #forum #timeTable .CategoryT h5{
 font-weight: bold;
 font-size: 14px;
 color:#666;
	float: left;
	margin-top: 5px;
}

.free{
	background: url(images/free.gif) no-repeat right;
	padding: 10px 50px 0 0;
	height: 40px;
	vertical-align: middle;
}


/*////////////

	Forum詳細

////////////*/

#details #forum #detailInfo{
	margin-top: 40px;
}

#details #forum #detailInfo table{
	clear: both;
}

#details #forum #detailInfo th{
	text-align: left;
	font-size: 14px;
	height: 20px;
	width:60px;
	}

#details #forum #detailInfo h5{
	float: left;
	font-weight: bold;
	color: #333;
	font-size: 18px;
	margin-top: 60px;
	display:block;
}


#details #forum #detailInfo .backNavi{
	float: right;
	margin-top: 96px;
	display: block;
}

#details #forum #detailInfo h5 img{
	vertical-align: middle;
		margin: 0 10px 5px 0px;
}

#details #forum #detailInfo h5 .backTonavi{
text-align: right;
}

#details #forum #detailInfo th img{
	float: right;
	margin-left: 20px;
}

#details #forum #detailInfo .Price{
	text-align: right;
}


#details #forum #detailInfo .Time{
	color: #666666;
	font-weight: bold;
}

#details #forum #detailInfo strong{
	font-size: 14px;
	color:#666;
	padding: 5px;
	display: block;
}

#details #forum #detailInfo strong span{
	color:#666;
	font-weight: normal;
	background: #eee;
	display: block;
	padding: 5px;
}

#details #forum #detailInfo .register{

}

#details #forum #detailInfo .photo{
	float: right;
	margin: 5px 5px 5px 15px;
}

#details #forum #detailInfo .speaker .profile{
	text-align: left;
	font-size: 10px;
	background: #eee;
	display:block;
	padding: 5px;
	clear: both;
}

#details #forum #detailInfo .speaker .note{
	text-align: left;
}

#details #forum #detailInfo .DotLine{
	border-bottom: #CCCCCC dotted 1px;
	width: 100%;
	display: block;
	height: 1px;
	margin: 20px 0;
}

#details #forum #detailInfo .speaker{
	text-align: center;
	width:25%;
	border: dotted 1px #CCCCCC;
}


#details #forum #detailInfo .speaker .company{
	font-weight: bold;
	line-height: 1.2;
	display: block;
	margin: 0;
	color: #666666;
}

#details #forum #detailInfo .speaker p{
	line-height: 1.2;
	display: block;
	margin: 0;
}


#details #forum #detailInfo #ceo p{
	text-align: center;
	display: block;
	margin: 0 0 0 0;
	line-height: 1.4;
	font-size: 12px;
}

#details #forum #detailInfo #ceo .profile{
	float: right;
}

#details #forum #detailInfo #ceo img{


	margin-bottom: 10px;
}


/* -----------------------------------------------------------
ビジネス関連の出展/ワークショップ
business/b2b.html
----------------------------------------------------------- */
#b2b{
	
	display: block;
	margin: 40px 0 20px 0;
	clear: both;

}

#b2b h3{
 clear: both;
 border-top: #CCCCCC 1px solid;
 border-bottom: #CCCCCC 1px solid;
 font-size: 14px;
 padding: 0 0 0 3px;
}

#b2b h3 span{
font-size: 12px;
color: #999999;

}
#b2b ul{
 margin-top: 10px;
}
1
#b2b .text{
	display: block;
	border: #CCCCCC solid 1px;
	padding: 10px;
	margin: 10px 0;
}

#details #b2b table{
	margin: 20px 0;
	border: solid 1px #CCCCCC;
}

#details #b2b td{
	padding: 0 0 0 5px;
}



#b2b .note{
	background: url(../common/note_cap.gif) no-repeat 0 6px;
}



/* -----------------------------------------------------------
bday
business/bday.html
----------------------------------------------------------- */
#bday{
	
	display: block;
	margin: 40px 0 20px 0;
	clear: both;

}

#bday h3{
 clear: both;
 border-top: #CCCCCC 1px solid;
 border-bottom: #CCCCCC 1px solid;
 font-size: 14px;
 padding: 0 0 0 3px;
}

#bday h4{
 clear: both;
 font-size: 12px;
 display: block ;
 margin: 10px 0;

}

#bday h3 span{
font-size: 12px;
color: #999999;

}
#bday ul{
 margin-top: 10px;
}
1
#bday .text{
	display: block;
	border: #CCCCCC solid 1px;
	padding: 10px;
	margin: 10px 0;
}

#details #b2b table{
	margin: 20px 0;
	border: solid 1px #CCCCCC;
}

#details #b2b td{
	padding: 0 0 0 5px;
}



#bday .note{
	background: url(../common/note_cap.gif) no-repeat 0 6px;
}


#bday dl{
margin: 10px 0;

}

#bday dt{
	font-weight: bold;
	font-size: 12px;
	color:#333333;
}


/* -----------------------------------------------------------
センス・オブ・ワンダー・ナイトページ　トップ 
business/index.html
----------------------------------------------------------- */

h2{
   text-align: center; 
}

#Eng{
   text-align: center;
   margin: 15px 0px 20px 0px; 
}

#company{
   text-align: center;
   margin-top: 10px; 
}

#Text{
     margin: 20px 0px;
}

#sown{
	
	_padding: 0 0 0 10px;
}

#sownLogo{

	display: block;
	clear: both;
	margin: 0 0 20px 250px;
	_margin: 0 0 10px 125px;
}

#sown h3{
	 font-size: 14px;	
	 border-bottom:1px solid #ccc;
	 border-top:1px solid #ccc;
	 padding: 3px 0 3px 5px;
	 color: #666;
	 margin: 15px 0px 10px 0px;
}

#sown h4{
	 font-size: 14px;
	 background: #eee;
	 padding: 20px 0 5px 10px;
	 margin: 0px 0px;
}
#sown .box{
     margin: 20px 0px;

}
#sown .box dl{
	 padding: 0px 5px;
}

#sown .box dt{
    
font-weight: bold;
margin: 10px 0;
color:#666;
border-bottom: #ccc dotted 1px;
width: 718px;
}

#sown .box dd{
    
color: #666;

}

#sown .box p.presen{
	 padding: 15px 5px 10px;
	 line-height: 130%;
}

#sown #gameList{
     width: 718px;
		 margin: 10px auto 10px auto;
		 text-align: center;
}

#sown #gameList .games{
   width: 340px;
	 background: #eee;
	 text-align: left;
}

#sown #gameList .games dl{
	 padding: 10px 20px;

}

#sown #gameList .games dt{
	 color: #CE7742;
	 font-weight: bold;
}

#sown #gameList .games dd{
     line-height: 150%;
	 margin-bottom: 10px;   
}

.tAlignL{
	text-align: left !important;
	background: #f8f8f8;

}

.extra{
     padding: 10px;
}

#profileBox{
     width: 718px;
}

#details #sown table{
margin: 30px 0;

}

#details #sown td{
	padding: 5px;
	color: #333333;
	border-right: #ccc 1px dotted;
	border-left: #ccc 1px dotted;
	border-top: none;
	border-bottom: none;	
	vertical-align: top;
	width: 179px;
	text-align: center;
}

#details td ul span,
#details td ol span,
.note{
	background: url(../common/note_cap.gif) no-repeat 0 0px;
	padding: 0 0 0 12px;
	font-size: 10px;
	color: #666666;
}

#details td ul span,
#details td ol span,
.note2{
	background: url(../common/note_cap.gif) no-repeat 0 5px;
	padding: 0 0 0 12px;
	font-size: 10px;
	color: #666666;
}

.extra .note{
	background: url(../common/note_cap.gif) no-repeat 0 6px;
	padding: 0 0 0 12px;
	font-size: 10px;
	color: #666666;
}


#sown ol li ul .note{
	background: url(../common/note_cap.gif) no-repeat 0 6px;
}


/* -----------------------------------------------------------
BizNatchups
business/matcup.html
----------------------------------------------------------- */
#machUp{
	clear: both;
	margin-top: 30px;
}

#machUp iframe{
	border: #CCCCCC 1px solid;
	margin: 30px 0;
}


/* -----------------------------------------------------------
Release
business/release.html
----------------------------------------------------------- */

#details #Release h2{
text-align: left;
font-size: 20px;
font-weight: bold;
color: #333333;
}

#details #Release table{
	 margin-top: 30px;
	 width: 910px;
}

#details #Release th{
	text-align: center;
	height: 30px;
	vertical-align: middle;
	background: #FFFFFF;
}

#details #Release th,
#details #Release td{
	
	padding: 0 0 0 8px;

}


/* -----------------------------------------------------------
Release
business/call.html
----------------------------------------------------------- */


#details table {
	width: 735px;
	text-align: left;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	margin: 5px 0 20px 0;
}


/* -----------------------------------------------------------
Extra
business/全体
----------------------------------------------------------- */

.clear{
   clear: both;
}



#alCenter,
#alCenter a{
	text-align: center;
	font-size: 18px !important;
	font-weight: bold;
	margin: 50px  auto;
}
