@charset "UTF-8";
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
/*	background-color: #000000;*/
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
	padding-right: 15px;
	padding-left: 15px; /* div 自体ではなく div 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして使用することもできます。 */
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}

/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color:#414958;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
}

/* ~~ このコンテナが他のすべての div を囲み、パーセンテージに基づいた幅を指定します。~~ */
.container {
	width: 1200px;
	max-width: 1200px;/* レイアウトが大型モニターで広がりすぎないように、最大幅を指定することをお勧めします。これにより、読みやすい行の長さを保つことができます。IE6 ではこの宣言は無視されます。 */
	min-width: 1200px;/* レイアウトが狭くなりすぎないように、最小幅を指定することをお勧めします。これにより、サイドカラムで読みやすい行の長さを保つことができます。IE6 ではこの宣言は無視されます。 */
	background-color: #FFF;
	margin: 32px; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。.container の幅を 100% に設定した場合、これは必要ありません。 */
	text-align: center;
}

/* ~~ これはレイアウト情報です。~~ 

1) 余白は、div の上部または下部にのみ配置されます。この div 内のエレメントには、それ自体に余白があるので、ボックスモデル計算を行う必要がありません。ただし、div 自体に両側の余白やボーダーを指定した場合、その値が加算されたものが合計幅になることに注意してください。div 内のエレメントの余白を削除し、さらにその div 内に、全体のデザインに必要な幅や余白を指定していない 2 つ目の div を追加することもできます。

*/
.content {
	width: 350px; /*400px;*/
	padding: 10px 0;
	float: left;
}

/* ~~ このセレクターグループは、.content 内のリストに領域間隔を指定します。~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* この余白は、上述の見出しと段落ルールの右の余白を表します。下の余白はリスト内の他のエレメントとの間隔用に配置され、左の余白はインデント作成用に配置されています。これは必要に応じて調整できます。 */
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、.container で overflow:hidden が削除されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.tb_score_in {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	/*width: 400px;*/
	padding-left: 5px;
	/*table-layout: fixed;*/
	border: none;
}
.tb_score_title {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	width: 160px;
	padding-left: 5px;
	border: none;
	float: left;
}
.tb_score_title2 {
	text-align: left;
	width: 440px;
	padding-left: 5px;
	border: none;
	float: left;
}
.tb_srect {
	text-align: center;
	width: 40px;
	height: 320px;
	font-size: 24px;
	line-height: 110%;
	float: left;
	border: none;
}
.tb_srect_content {
	margin: 5% 19% 0 19%;
	text-align: center;
	border: none;
/*	border: 1px solid #80ff80;*/
	line-height: 110%;
	height: 100%;
	width: 60%;
}
.tb_frame {
	text-align: center;
	width: 40px;
	height: 140px;
	float: left;
	border: 1px solid #000000;
}
.tb_frame_current_match {
	background-color: #ff0000;
}
.tb_frame_title {
	font-size: 7px;
	text-align: center;
	height: 12px;
	border: none;
}
.tb_frame_content {
	margin: 5% 19% 0 19%;
	text-align: center;
	border: none;
/*	border: 1px solid #80ff80; */
	font-size: 18px;
	line-height: 95%;
	height: 80px; //220px;
	width: 60%;
	position:relative;
/*	vertical-align:middle;*/
}
.tb_frame_content2 {
	margin: 5% 19% 0 19%;
	text-align: center;
	border: none;
/*	border: 1px solid #80ff80; */
	font-size: 20px;
	line-height: 95%;
	height: 110px;
	width: 60%;
	position:relative;
/*	vertical-align:middle;*/
}
.tb_frame_content2_smallfont6 {
	font-size: 21px;
}
.tb_frame_content2_smallfont7 {
	font-size: 20px;
}
.tb_frame_content2_smallfont8 {
	font-size: 15px;
}
.tb_frame_content2_smallfont9 {
	font-size: 14px;
}
.tb_frame_content2_smallfont10 {
	font-size: 13px;
}
.tb_frame_content2_smallfont11 {
	font-size: 12px;
}
.tb_frame_content2_smallfont12 {
	font-size: 11px;
}
.tb_frame_content2_smallfont13 {
	font-size: 10px;
}
.tb_frame_content2_smallfont14 {
	font-size: 9px;
}
.tb_frame_content2_smallfont15 {
	font-size: 8px;
}
.tb_frame_hoin_player {
	background-color: #ffaaaa;
}
.tb_frame_result_content {
	margin: 50% 4% 0 4%;
	text-align: center;
	border: none;
/*	border: 1px solid #80ff80;*/
	font-size: 20px;
	line-height: 105%;
	height: 30%;
	width: 90%;
	position:relative;
}
.tb_frame_result_hon {
	position:absolute;
	top: 8%;
	left: 5%;
/*	margin: 0 4% 0 4%;*/
	text-align: center;
	border: none;
	width: 90%;
}
.tb_frame_result_win {
	position:absolute;
	top: 51%;
	left: 5%;
/*	margin: 0 4% 0 4%;*/
	text-align: center;
	border-top: 2px solid #000000;
	width: 90%;
}
.tb_frame_result_win_dai {
	position:absolute;
	top: 80%;
	left: 80%;
/*	margin: 0 4% 0 4%;*/
	text-align: center;
	border:none;
	font-size: 12px;
/*	width: 90%;*/
}
.tb_frame_btop {
	border-top: 1px solid #000000;
}
.tb_frame_bbottom {
	border-bottom: 1px solid #000000;
}
.tb_frame_waza {
	text-align: center;
	height: 30px; /*30px;*/
}
.tb_frame_waza1 {
	text-align: center;
	color: #ff0000;
	border: none;
	font-size: 16px;
	width: 12px; /*32px;*/
	height: 18px;
/*	height: 50px;*/
	float: left;
	margin-top: -2px;
}
.tb_frame_waza1b {
	text-align: center;
	color: #ff0000;
	border: none;
	font-size: 16px;
	width: 12px; /*32px;*/
	height: 18px;
/*	height: 50px;*/
	float: left;
	margin-top: -2px;
    padding-top: 8px;
}
.tb_frame_waza2 {
	text-align: center;
	color: #ff0000;
	border: none;
	font-size: 24px;
	width: 16px;
	height: 17px;
	float: left;
	margin: -6px 0 0 -2px;
}
.tb_frame_waza2b {
	text-align: center;
	color: #ff0000;
	border: none;
	font-size: 24px;
	width: 16px;
	height: 17px;
	float: left;
	margin: -6px 0 0 -2px;
    padding-top: 6px;
}
.tb_frame_faul {
	text-align: left;
	/*border: none;*/ /*1px solid #000000;*/
	height: 10px; /*15px;*/
	position:relative;
	font-size: 12px;
	margin-top: 0px; /*-6px;*/
    padding-bottom: 8px;
}
.tb_frame_faul_str_l {
	text-align: left;
	position:relative;
	top: 0;
	left: 0;
    float: left;
}
.tb_frame_faul_str_r {
	text-align: right;
	position:relative;
	top: 0;
	left: 0;
    float: right;
}
.tb_frame_faul1 {
	text-align: center;
	border: none;
	font-size: 16px;
	width: 30px;
	height: 24px;
	float: left;
}
.tb_frame_faul_extra {
	text-align: center;
	border: 1px solid #000000;
	width: 15px;
	position:absolute;
	top: 28px;
	left: 60%;
	font-size: 12px;
    z-index: 10;
}
.tb_frame_ippon {
	text-align: center;
	border: none;
	width: 15px;
	position:absolute;
	top: 82px;
	left: 30%;
	font-size: 11px;
	line-height: 105%;
}
.tb_frame_ippon2 {
	text-align: center;
	border: none;
	width: 15px;
	position:absolute;
	top: 130px;
	left: 30%;
	font-size: 11px;
	line-height: 105%;
}
.tb_frame_kojin_school1 {
	text-align: center;
	border: none; /*1px solid #000000;*/
	height: 30px;
    width: 100px;
	position:absolute;
	font-size: 9px;
	top: 66px;
	left: -38px;
    color: #000000;
}
.tb_frame_kojin_school2 {
	text-align: center;
	border: none; /*1px solid #000000;*/
	height: 30px;
    width: 100px;
	position:absolute;
	font-size: 9px;
	top: 76px;
	left: -38px;
    color: #000000;
}
.tb_frame_kojin_supporter1 {
	text-align: left;
	border: none; /*1px solid #000000;*/
	height: 30px;
	position:absolute;
	font-size: 16px;
	top: 56px;
	left: -8px;
    color: #ff0000;
}
.tb_frame_kojin_supporter2 {
	text-align: left;
	border: none; /*1px solid #000000;*/
	height: 30px;
	position:absolute;
	font-size: 16px;
	top: 66px;
	left: -8px;
    color: #ff0000;
}
.tb_frame_dantai_supporter1 {
	text-align: left;
	border: none; /*1px solid #000000;*/
	height: 30px;
	position:absolute;
	font-size: 16px;
	top: 66px;
	left: -8px;
    color: #ff0000;
}
.tb_frame_dantai_supporter2 {
	text-align: left;
	border: none; /*1px solid #000000;*/
	height: 30px;
	position:absolute;
	font-size: 16px;
	top: 76px;
	left: -8px;
    color: #ff0000;
}
.tb_frame_draw {
	text-align: center;
	border: none;
//	border: 1px solid #80ff80;
	width: 30px;
	height: 30px;
	position:absolute;
	top: 120px;
	left: 0px;
	font-size: 44px;
}
.tb_frame_name_add {
    margin-left: -14px;
	font-size: 14px;
}
.tbprefnamehalf {
	text-align: center;
	width: 50px;
	float: left;
}

.tb_frame_referee_display {
	display: none;
}

.tb_frame_referee {
	margin: 5% 19% 0 19%;
	text-align: center;
	width: 60%;
	font-size: 16px;
}

.tb_frame_referee2 {
	font-size: 16px;
	margin: 2% 9% 0 9%;
	text-align: center;
	width: 30%;
	float: left;
}
.tx-h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #003;
}
.tx-small {
	font-size: small;
	text-align: center;
}
.rb-large {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
}
.tx-large {
	font-size: 36px;
	text-align: center;
}
.tx-name {
	font-size: 24px;
	text-align: left;
}

.result-circle {
	display: inline-block;
	width: 100%;
	height: 100%;
	background: #ffffff;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	-ms-border-radius: 100%; 
	border-radius: 100%;
	border: 1px solid #000000;
}

.result-triangle {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.result-triangle .tri-image {
	width: 100%;
	height: 100%;
}
.result-triangle__:before, .result-triangle__:after {
    content: "";
    display: block;
    position: relative;
    width: 0;
    height: 0;
    top: 0px;
}
.result-triangle__:before {
	border-bottom: 100px solid #000000;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
    top: 0px;
    z-index: 5;
}
.result-triangle__:after {
	border-bottom: 100px solid #CCCCCC;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
    top: 0px;
    top: 1px;
    z-index: 10;
}

.result-square {
	display: inline-block;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	border: 1px solid #000000;
}