@charset "utf-8";



/*----------------------------------------
	style
----------------------------------------*/

#wrapper{
min-width:1000px;
width:100%;
margin:0px auto 0;
padding-top:45px;
background-image:url("../img/info/bg.jpg");
background-position:center top;
background-attachment:fixed;

background-repeat:no-repeat;
}

#innerBox{
font-size:15px;
position:relative;
width:740px;
margin:50px auto 70px;
padding:50px 60px 90px;
background-color:rgba(0,0,0,0.7);
border-radius:10px;
}


#innerBox p{
font-weight:bold;
line-height:170%;
}

#innerBox h2{
font-size:34px;
font-weight:800;
color:#d00;
text-shadow: 2px 2px 2px rgba( 0, 0, 0, 0.5);
line-height:130%;
border-left:10px solid #d00;
padding-left:10px;
margin:0 0 10px;
}

#innerBox h4{
font-size:20px;
display:block;
margin:40px 0 10px;
}

#innerBox img{
display:block;
width:100%;
}


#innerBox table{
font-size:15px;
text-align:left;
padding:15px 35px;
}

#innerBox table th{
padding:3px 3px;
}

#innerBox table td{
padding:5px 3px 5px 6px;
}

#wrapper #topImage{
margin:0 auto 0;
width:1000px;
height:650px;
background-image:url("../img/info/tgs2014/title.jpg");
background-position:center 85px;
background-attachment:fixed;
background-repeat:no-repeat;
margin-bottom:-350px;

}


table{background-color:rgba(60,60,60,0.6);width:700px;border-radius:5px;}
th{color:#d00;width:130px;}
p{margin-left:10px;}



/*----------------------------------------
	for SP
----------------------------------------*/

@media screen and (max-width: 480px) {


#wrapper{
margin:0 auto 0;
min-width:0px;
width:100%;
padding:0px;
background-attachment:scroll;
background-image:none;

}


#innerBox p{
font-weight:bold;
line-height:170%;
}

#innerBox h2{
font-size:24px;
font-weight:800;
color:#d00;
text-shadow: 2px 2px 2px rgba( 0, 0, 0, 0.5);
line-height:120%;

}

#innerBox h4{
font-size:18px;
display:block;
margin:30px 0 8px;
}

#innerBox img{
display:block;
width:100%;
}


#innerBox table{
font-size:15px;
text-align:left;
padding:15px 15px;
}

#innerBox table th{
padding:3px 3px;
vertical-align:top;
}

#innerBox table td{
padding:5px 3px 5px 6px;
}



#wrapper #topImage{
margin:0 auto 0;
width:100%;
height:400px;
background-size:contain;
background-image:url("../img/info/tgs2014/title.jpg");
background-position:center 45px;
background-size:120%;
background-attachment:scroll;
background-repeat:no-repeat;
margin-bottom:-210px;

}


#btn_back{
display:inline-block;
background-color:#666;
font-weight:600;
border-radius:20px;
color:#fff;
padding:4% 4%;
line-height:0;
position:absolute;
top:8px;
left:5px;
z-index:100;
}


#innerBox{
font-size:14px;
line-height:160%;
position:relative;
width:90%;
margin:0px auto 30px;
padding:15% 4% 0px;
background-color:transparent;
border-radius:10px;
}



table{background-color:rgba(60,60,60,0.6);width:100%;border-radius:5px;}
th{color:#d00;width:100px;}
p{margin-left:10px;}



}






