/* ------------------------------
RESET
------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ------------------------------
CONTAINER
------------------------------ */
body{
	background:#ffffff url(img/bg.gif) no-repeat;
	background-position: 50% 0%;
	font-family: sans-serif;
	font-size:10pt;
	line-height:1.8;
	color:#666666;
	}
a{
	color:#000000;
	text-decoration:none;
	padding-left:15px;
	margin-top:20px;
	background:url(img/lm.gif) no-repeat 0% 50%;
	}
a:visited{
	color:#000000;
	text-decoration: none;
	}
a:hover{
	color:#17A6E5;
	}
a.bn{
	background-image:none;
	padding:0;
	}
a.bn:hover img{
	/*モダンブラウザ用*/
	opacity:0.8;
	/*IE7以下用*/
	filter:alpha(opacity=80);
	/*IE8用*/
	-ms-filter:"alpha(opacity=80)";
	}
#container{
	width:950px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	}
h2{
	width:270px;
	float:left;
    	text-indent: 100%;
    	overflow: hidden;
   	white-space: nowrap;
	}
#ABOUT,#PLAYER,#EVENT,#STREAM,#CONTACT{
	overflow:hidden;
	zoom:1;
	margin:120px 0 120px 0;
	}
.contents{
	width:680px;
	float:right;
	background:url(img/line_parts.gif) repeat-y;
	}
.contents01{
	margin-left:30px;
	}
.contents02{
	width:310px;
	margin-left:30px;
	margin-bottom: 15px;
	float:left;
	}
.contents02:nth-of-type(3){
	clear: both;
}

.contents03{
	width:197px;
	margin-left:29px;
	float:left;
	}
h3,h4{
/*     	text-indent: 100%; */
   	white-space: nowrap;
   	overflow: hidden;
	zoom:1;
	}
h3{
	width:640px;
	height:34px;
	margin:0 0 20px 30px;
/* 	background:#000000 no-repeat 10px; */
	background-color: #000;
	font-size: 16px;
/* 	font-weight: normal; */
	color: white;
	line-height: 34px;
	padding-left: 10px;
	}
.imgtext{
	display:block;
    	text-indent: 100%;
   	white-space: nowrap;
   	overflow:hidden;
	zoom:1;
	}



/* ------------------------------
HEADER
------------------------------ */
#headerbg{
	left: 0; /*ie*/
	position: absolute;/*ie*/
	z-index:2;/*ie*/
	min-width:950px;
	width:100%;
	height:105px;
	background:url(img/header_shadow.png) repeat-x bottom;
	position:fixed;
	top:-115px;
	z-index:9999;
	/* -moz-box-shadow: 0 3px 3px #ccc;　/* Firefox用 */
	/*-webkit-box-shadow: 0 3px 3px #ccc;　/* Safari,Google Chrome用 */
	}
#header{
 	width:950px;
	height:30px;
	width:950px;
	margin:0 auto;
}
.header_li{
	width:950px;
	height:30px;
	margin:45px 0 0 75px;
	padding:0;
	text-indent:-9999px;
   	white-space: nowrap;
}
.header_li a{
	margin:0;
	padding:0;
	}

#header_news{
	width:40px;
	height:12px;
	float:left;
	margin:45px 0 0 0;
	}
#header_news a{
	width:40px;
	height:12px;
	display:block;
	background:url(img/header_news.gif) no-repeat;
	}
#header_player{
	width:51px;
	height:12px;
	float:left;
	}
#header_player a{
	width:51px;
	height:12px;
	display:block;
	background:url(img/header_player.gif) no-repeat;
	}
#header_event{
	width:44px;
	height:12px;
	float:left;
	}
#header_event a{
	width:44px;
	height:12px;
	display:block;
	background:url(img/header_event.gif) no-repeat;
	}
#header_top{
	width:191px;
	height:30px;
	float:left;
	margin-top:35px;
	zoom:1;
	}
#header_top a{
	width:191px;
	height:30px;
	display:block;
	background:url(img/header_logo.jpg) no-repeat;
	}
#header_top:hover{
	/*モダンブラウザ用*/
	opacity:0.8;
	/*IE7以下用*/
	filter:alpha(opacity=80);
	/*IE8用*/
	-ms-filter:"alpha(opacity=80)";
	}
#header_stream{
	width:57px;
	height:12px;
	float:left;
	}
#header_stream a{
	width:57px;
	height:12px;
	display:block;
	background:url(img/header_stream.gif) no-repeat;
	}
#header_about{
	width:49px;
	height:12px;
	float:left;
	}
#header_about a{
	width:49px;
	height:12px;
	display:block;
	background:url(img/header_about.gif) no-repeat;
	}
#header_contact{
	width:66px;
	height:12px;
	float:left;
	}
#header_contact a{
	width:66px;
	height:12px;
	display:block;
	background:url(img/header_contact.gif) no-repeat;
	}

/* ------------------------------
TOP
------------------------------ */
#TOP{
	margin-top:205px;
	}
#TOP_H1{
	width:529px;
	height:84px;
	margin:0 auto;
	}
#topnavi_ul{
	list-style-type:none;
	width:950px;
	height:27px;
	margin:100px 0 0 -6px;
}
.topnavi_li{
	width:950px;
	height:27px;
	margin:0 0 0 34px;
	padding:0;
	text-indent:-9999px;
   	white-space: nowrap;
}
.topnavi_li a{
	margin:0;
	padding:0;
}
#topnavi_news{
	width:93px;
	height:27px;
	float:left;
	}
#topnavi_news a{
	width:93px;
	height:27px;
	display:block;
	background:url(img/top_navi_news.png) no-repeat;
	}
#topnavi_player{
	width:128px;
	height:27px;
	float:left;
	}
#topnavi_player a{
	width:128px;
	height:27px;
	display:block;
	background:url(img/top_navi_player.png) no-repeat;
	}
#topnavi_event{
	width:107px;
	height:27px;
	float:left;
	}
#topnavi_event a{
	width:107px;
	height:27px;
	display:block;
	background:url(img/top_navi_event.png) no-repeat;
	}
#topnavi_stream{
	width:130px;
	height:27px;
	float:left;
	}
#topnavi_stream a{
	width:130px;
	height:27px;
	display:block;
	background:url(img/top_navi_stream.png) no-repeat;
	}
#topnavi_about{
	width:107px;
	height:27px;
	float:left;
	}
#topnavi_about a{
	width:107px;
	height:27px;
	display:block;
	background:url(img/top_navi_about.png) no-repeat;
	}
#topnavi_contact{
	width:149px;
	height:27px;
	float:left;
	}
#topnavi_contact a{
	width:149px;
	height:27px;
	display:block;
	background:url(img/top_navi_contact.png) no-repeat;
	}
.news_bg{
	overflow:hidden;
	zoom:1;
	width:950px;
	margin:60px 0 0 0;
	background:#ffffff repeat-y;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity:0.70;
	}
.news{
	overflow:hidden;
	zoom:1;
	width:890px;
	margin:30px 30px 30px 30px;
	}
#NEWS_ttl{
    	text-indent: 100%;
   	white-space: nowrap;
   	overflow: hidden;
	zoom:1;
	width:52px;
	height:17px;
	float:left;
	margin-bottom:20px;
	background:url(img/top_news_ttl.png) no-repeat;
}
#More{
	width:51px;
	height:12px;
	float:right;
	margin:0 0 25px 0;
	background:url(img/top_news_more.png) no-repeat;
}


dl{
	/*clear:both;
	display:block;
	overflow:hidden;
	zoom:1;
	width:890px;*/

	width:875px;
	float: left;

}

dt{
     float: left;
     display:block;

}
dd{
	float: left;
	display:block;
	margin: 0 0 5px 20px;
}
#hr{
	clear:both;
	zoom:1;
	height:0;
}
/* ------------------------------
PLAYER
------------------------------ */
#PLAYER{
	margin-top:100px;
	}
#PLAYER_H2{
	width:198px;
	height:42px;
	background:url(img/h2_player.png) no-repeat;
	}
/*
#memberprofile{
	background-image:url(img/h3_profile_memberprofile.gif);
	}
*/
#mago{
	font-size: 16px;
	color: #222;
	/*
width:31px;
	height:16px;
*/
	margin:10px 0 8px 0;
/* 	background:url(img/h4_player_01.gif) no-repeat; */
}
#tokido{
	font-size: 16px;
	color: #222;
/*
	width:43px;
	height:16px;
*/
	margin:10px 0 8px 0;
/* 	background:url(img/h4_player_02.gif) no-repeat; */
}
#bonchan{
	font-size: 16px;
	color: #222;
/*
	width:75px;
	height:16px;
*/
	margin:10px 0 8px 0;
/* 	background:url(img/h4_player_03.gif) no-repeat; */
}

.player-streamingLink {
	margin-top: 10px;
}
/* ------------------------------
EVENT
------------------------------ */
#EVENT_H2{
	width:164px;
	height:42px;
	background:url(img/h2_event.png) no-repeat;
	}
/*
#event_kokuchi{
	background-image:url(img/h3_event_kokuchi.gif);
	}
*/
#archive{
	margin-top:30px;
/* 	background-image:url(img/h3_event_archive.gif); */
	float:right;
	}
#topangaleague{
	clear:both;
	width:146px;
	height:15px;
	margin:0 0 0 30px;
	background:url(img/h4_event_01.gif) no-repeat;
	}
#bn_event{
	margin-top:5px;
	}
h5{
	margin-bottom:5px;
	}
#boldtext{
	font-weight: bold;
	}
.reague_archive{
	display:block;
	overflow:hidden;
	zoom:1;
	width:308px;
	margin:15px 0 0 30px;
	padding-bottom:20px;
	float:left;
	background:url(img/dotted.gif) bottom repeat-x;
	}
#topangacharitycup{
	clear:both;
	overflow:hidden;
	zoom:1;
	width:200px;
	padding-top:15px;
	margin:0 0 20px 30px;
	background-image: url(img/h4_event_02.gif) ;
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-repeat: no-repeat;
	}
.charity_archive{
	margin-left:30px;
	}
/* ------------------------------
STREAM
------------------------------ */
.streamContents {
	margin-bottom: -60px;
}

.streamWrap {
	min-height: 370px;
	margin-bottom: 60px;
	padding-bottom: 48px;
	position: relative;
}

.streamWrap img {
	width: 100%;
}

.detailLink {
	position: absolute;
	right: 0;
	bottom: 0;
}

.airtime {
	display: inline-block;
	color: #222;
	font-family: system-ui, -apple-system, "Hiragino Sans", "Yu Gothic UI", "Segoe UI", "Meiryo", sans-serif;
	font-size: 12px;
	line-height: 24px;
	height: 22px;
	margin: 5px;
	padding: 0 5px;
	background-color: #ccc;
	border: solid 1px white;
	float: right;
}

#STREAM_H2{
	width:202px;
	height:42px;
	background:url(img/h2_stream.png) no-repeat;
	}
#tooangatv,
#kachitagaritv,
#teppan,
#qwer {
	width:300px;
	margin-left:0px;
/* 	background-image:url(img/h3_stream_topangatv.gif); */
	}
.bn{
	clear:both;
	display:block;
	overflow:hidden;
	zoom:1;
	margin-bottom:15px;
	}
.stream_member{
	margin:10px 0 10px 0;
	}
/* ------------------------------
ABOUT
------------------------------ */
#ABOUT{
	overflow:hidden;
	zoom:1;
	}

#ABOUT_H2{
	width:164px;
	height:42px;
	background:url(img/h2_about.png) no-repeat;
	}
#whatstopanga{
/* 	background-image:url(img/h3_about_whatstopanga.gif); */
	margin-bottom:15px;
	}
#cop{
/* 	background-image:url(img/h3_about_cop.gif); */
	margin-top:30px;
	margin-bottom:15px;
	}
#missions{
/* 	background-image:url(img/h3_about_missions.gif); */
	margin-top:30px;
	margin-bottom:15px;
	}
#goal{
/* 	background-image:url(img/h3_about_goal.gif); */
	margin-top:30px;
	margin-bottom:15px;
	}
#customer{
/* 	background-image:url(img/h3_about_customer.gif); */
	margin-top:30px;
	margin-bottom:15px;
	}
/* ------------------------------
CONTACT
------------------------------ */
#CONTACT{
	overflow:hidden;
	zoom:1;
	}

#CONTACT_H2{
	width:232px;
	height:42px;
	background:url(img/h2_contact.png) no-repeat;
	}
table{
	table-layout:auto;
	width:650px;
	border-collapse:separate;
	border-spacing:0px;
	}
td{
	vertical-align:middle;
}
.box01{
	margin-top:15px;
	margin-left:10px;
	padding:5px 0 5px 5px;
	background:#fafafa;
	border:solid 1px #cccccc;
	}
.box02{
	margin-top:15px;
	margin-left:10px;
	margin-bottom:20px;
	padding:5px 0 0 5px;
	background:#fafafa;
	border:solid 1px #cccccc;
	}
/*
#contactform{
	background-image:url(img/h3_contact_form.gif);
	}
*/
#contact_01{
	font-size: 12px;
	color: #222;
	margin-top:15px;
	overflow:hidden;
	zoom:1;
	/*
width:35px;
	height:12px;
	background:url(img/h4_contact_01.gif) no-repeat;
*/
	}
#contact_02{
	font-size: 12px;
	color: #222;
	margin-top:15px;
	/*
width:74px;
	height:12px;
	background:url(img/h4_contact_02.gif) no-repeat;
*/
	}
#contact_03{
	font-size: 12px;
	color: #222;
	margin-top:15px;
	/*
width:112px;
	height:12px;
	background:url(img/h4_contact_03.gif) no-repeat;
*/
	}
#contact_04{
	font-size: 12px;
	color: #222;
	margin-top:5px;
	/*
width:35px;
	height:12px;
	background:url(img/h4_contact_04.gif) no-repeat;
*/
	}
#sendbg{
	width:650px;
	background-color:#e0e4e5;
	display: table-cell;
	}
#send{
	width:170px;
	height:34px;
	border-style:none;
	background:url(img/contact_btn.jpg) no-repeat;
	cursor: pointer;
	margin:20px;
	zoom:1;
	text-align:-moz-center; /*FF*/
	#text-align:center; /*IE */
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	}
#send:hover{
	/*モダンブラウザ用*/
	opacity:0.8;
	/*IE7以下用*/
	filter:alpha(opacity=80);
	/*IE8用*/
	-ms-filter:"alpha(opacity=80)";
	}

/* ------------------------------
pagetop
------------------------------ */
hr{
	clear:both;
	border:0;
	}
#pagetop{
	clear:both;
	overflow:hidden;
	zoom:1;
	width:950px;
	margin:20px auto 20px;
	}
#pagetop a{
	width:48px;
	height:11px;
	background:url(img/page_top.jpg) no-repeat;
	display:block;
	float:right;
	}

/* ------------------------------
footer
------------------------------ */
#footerbg{
	left: 0; /*ie*/
	position: absolute;/*ie*/
	z-index:2;/*ie*/
	min-width:950px;
	width:100%;
	height:80px;
	background:#333333
	}
#footer{
	width:950px;
	margin: 0 auto;
	text-align: left;
	}
#facebook{
	width:78px;
	height:20px;
	margin:30px 0 30px 10px;
	background:url(img/footerlink_facebook.gif) no-repeat 0% 0%;
	float:left;
	}
#twitter{
	width:93px;
	height:20px;
	margin:30px 0 30px 0;
	background:url(img/x-topangajapan.png) no-repeat 0% 0%;
	background-size: auto 40px;
	float:left;
	}
#copyright{
	color: white;
	font-size: 12px;
	line-height: 80px;
	text-indent: 0;
	/*
width:273px;
	height:11px;
	margin:34px 0 34px 0;
	background:url(img/footer_copyright.gif) no-repeat;
*/
	float:right;
	}
	
#copyright > span {
	font-family: monospace;
}

/* ------------------------------
footer
------------------------------ */
#thankscontainer{
	margin-top:300px;
	}
#thankslogo{
	width:388px;
	height:119px;
	margin:0px auto;
	}

/* ------------------------------
custom
------------------------------ */
.bn { /*banner*/
	margin-bottom: 0;
}


#topangaleague,
#topangacharitycup,
#topangaleaguextekken7,
.leagueTitle { /*archive*/
	color: #000;
	font-size: 16px;
	text-indent: inherit;
	line-height: 20px;
	width: auto;
	height: 20px;
	margin-left: 30px;
	margin-bottom: 0;
	padding-top: 24px;
	background: none;
	overflow: visible;
	clear: both;
}
#topangaleague {
	padding-top: 0;
}

.newsList {
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
}
.newsList > dd {
	white-space: nowrap;
	max-width: 750px;
    overflow: hidden;
    text-overflow: ellipsis;
}
