﻿/* 連戦弾カラーコード */

/* 紺色　RGB（ 41, 36, 82）292452 */
/* 黄色　RGB（239,231, 74）efe74a */
/* 灰色　RGB（ 41, 48, 49）293031 */

/* COSスコアラ カラーコード */

/* 背景　RGB( 89, 84, 80) #595450 */
/* 白枠　RGB(232,232,224) #e8e8e0 */
/* タグ　RGB(120,112, 96) #787060 */

/* 目次 上段　RGB( 73, 73, 73) #494949 */
/* 目次 下段　RGB( 58, 58, 58) #3a3a3a */

/* 勝利　RGB(207,239,181) #cfefb5 */
/* 敗北　RGB(251,198,198) #fbc6c6 */
/* 引分　RGB(204,204,204) #cccccc */
/* 総数　RGB(255,255,204) #ffffcc */

/* 勝利　上段　RGB(181,205,138) #b5cd8a */
/* 勝利　下段　RGB(163,196,105) #a3c469 */

/* 敗北　上段　RGB(194,130,130) #c28282 */
/* 敗北　下段　RGB(184,106,106) #b86a6a */

/* 引分　上段　RGB(203,203,195) #cbcbc3 */
/* 引分　下段　RGB(195,194,184) #c3c2b8 */



/* スコア　上段　RGB(195,194,184) #c3c2b8 */
/* スコア　下段　RGB(175,174,165) #afaea5 */

/* 汎用　RGB（134,140,172）#868cac */

@charset "Shift_JIS";

/* --- COCフォント ---*/
@font-face {
	font-family: CoCFont;
	src: url(http://rensendan.jp/font/coc.ttf);
}

/* ### <span class="xxx"></span> ### */
.clr_name		{ color:#ded79c; font-size: 14px; }												/* 名前色 */
.clr_clan		{ color:#609c60; font-size: 12px; }												/* 所属クラン色 */
.clr_mes		{ color:#ffffff; font-size: 12px; }												/* メッセージ色 */
.clr_dttm		{ color:#9c9c9c; font-size:  8px; text-align: right; }							/* 日時＆役職 */
.clr_kick		{ color:#5aa610; font-size:  8px; }												/* キック色 */
.clr_sysmes	{ color:#5aa610; font-size:  8px; }													/* システムメッセージ色 */
.clr_cntr		{ color:#5aa610; font-size:  10px; }											/* カウンタメッセージ色 */
.clr_cmt		{ color:#ffffff; font-size:  10px; }												/* コメント色 */

.clr_pv			{ color:#AAAAAA; font-size:   8px; }											/* PVメッセージ色 */
.clr_pvnum		{ color:#008B8B; font-size:   8px; font-family:CoCFont; }	/* PVメッセージ色 */
.clr_cpyrt		{ color:#F5DEB3; font-size:   6px; font-family:CoCFont; } 	/* Copyrightメッセージ色 */

/* ### 文字色 ### */
.Clr_Win{ color: #cfefb5; }
.Clr_los{ color: #fbc6c6; }
.Clr_Dra{ color: #cccccc; }
.Clr_Sum{ color: #ffffcc; }

/* ### タイトル ### */
.Clr_ToolName{ color: #efe74a; font-size:6px; }

/* ### リンク色 定義 ### [ STARt ]*/
a { text-decoration: none; }
a:link { color: #dddddd; }
a:visited { color: #dddddd; }
a:hover { color: #dddddd; }
a:active { color: #dddddd; }

/* --- 全体の背景・テキスト --- */
body {
	margin: 5;
	padding: 5;
	background-color: #595450;
	color: #FFFFFF;
	font-family:CoCFont, Osaka-mono, "Osaka-等幅", 'ＭＳ ゴシック', monospace;
	font-size:12px; 
	font-weight:bold;
}

/* ### リンク下線無 ### */


/* ### 丸テーブル ### */
.Win {
	border-spacing: 0;
	width: 100%;
}
.Win th, .Win td {
	padding: 5px;
	background: #e8e8e0;
	border-bottom: 1px solid #e8e8e0;
	border-right: 1px solid #e8e8e0;
}
.Win th {
	background:#e8e8e0;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.Win th:last-child, .Win td:last-child {
	border-right:none;x
}

.Win tr:last-child td {
	 border-bottom: none;
}

.Win-Wrapper {
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
		border-radius: 10px;
	box-shadow: 0 1px 1px #e8e8e0;
	border: 1px solid #e8e8e0;
	overflow: hidden;
}

/* ### 丸テーブル ### */
.Mds {
	border-spacing: 0;
	width: 100%;
}
.Mds th, .Mds td {
	padding: 10px;
	background: #3a3a3a;
	border-bottom: 1px solid #494949;
	border-right: 1px solid #444444;
	text-align: center;
}
.Mds th {
	background:#494949;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.Mds th:last-child, .Mds td:last-child {
	border-right:none;x
}

.Mds tr:last-child td {
	 border-bottom: none;
}

.Mds-Wrapper {
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
		border-radius: 10px;
	box-shadow: 0 1px 1px #494949;
	border: 1px solid #494949;
	overflow: hidden;
}

/* ### 丸テーブル ### */
.Mei {
	border-spacing: 0;
	width: 100%;
	color: ffffff;
}
.Mei th, .Mei td {
	padding: 10px;
	background: #a3c469;
	border-bottom: 1px solid #a3c469;
	border-right: 1px solid #a3c469;
	text-align: center;
}
.Mei th {
	background:#b5cd8a;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.Mei th:last-child, .Mei td:last-child {
	border-right:none;x
}

.Mei tr:last-child td {
	 border-bottom: none;
}

.Mei-Wrapper {
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
		border-radius: 10px;
	box-shadow: 0 1px 1px #a3c469;
	border: 1px solid #a3c469;
	overflow: hidden;
}

/* ### 丸テーブル ### */
.Mes {
	border-spacing: 0;
	width: 100%;
	color: ffffff;
}
.Mes th, .Mes td {
	padding: 10px;
	background: #868cac;
	border-bottom: 1px solid #868cac;
	border-right: 1px solid #868cac;
	text-align: center;
}
.Mes th {
	background:#868cac;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.Mes th:last-child, .Mes td:last-child {
	border-right:none;x
}

.Mes tr:last-child td {
	 border-bottom: none;
}

.Mes-Wrapper {
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
		border-radius: 10px;
	box-shadow: 0 1px 1px #868cac;
	border: 1px solid #868cac;
	overflow: hidden;
}

/* ### 丸テーブル ### */
.Scr {
	border-spacing: 0;
	width: 100%;
	color: ffffff;
}
.Scr th, .Scr td {
	padding: 10px;
	background: #afaea5;
	border-bottom: 1px solid #868cac;
	border-right: 1px solid #868cac;
	text-align: center;
}
.Scr th {
	background:#c3c2b8;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.Scr th:last-child, .Scr td:last-child {
	border-right:none;x
}

.Scr tr:last-child td {
	 border-bottom: none;
}

.Scr-Wrapper {
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
		border-radius: 10px;
	box-shadow: 0 1px 1px #868cac;
	border: 1px solid #868cac;
	overflow: hidden;
}

/* ### 丸テーブル ### */
.Input {
	border-spacing: 0;
	color: ffffff;
}
.Input th, .Input td {
	padding: 10px;
	background: #868cac;
	border-bottom: 1px solid #868cac;
	border-right: 1px solid #868cac;
	text-align: left;
}
.Input th {
	background:#868cac;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.Input th:last-child, .Input td:last-child {
	border-right:none;x
}

.Input tr:last-child td {
	 border-bottom: none;
}

.Input-Wrapper {
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
		border-radius: 10px;
	box-shadow: 0 1px 1px #868cac;
	border: 1px solid #868cac;
	overflow: hidden;
}

/* ### 明細）勝利 ### */
.MeiWin {
	border-spacing: 0;
	width: 100%;
	color: ffffff;
}
.MeiWin th, .MeiWin td {
	padding: 10px;
	background: #a3c469;
	border-bottom: 1px solid #a3c469;
	border-right: 1px solid #a3c469;
	text-align: center;
}
.MeiWin th {
	background:#b5cd8a;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.MeiWin th:last-child, .MeiWin td:last-child {
	border-right:none;x
}

.MeiWin tr:last-child td {
	 border-bottom: none;
}

.MeiWin-Wrapper {
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
		border-radius: 10px;
	box-shadow: 0 1px 1px #a3c469;
	border: 1px solid #a3c469;
	overflow: hidden;
}

/* ### 明細）敗北 ### */
.MeiLose {
	border-spacing: 0;
	width: 100%;
	color: ffffff;
}
.MeiLose th, .MeiLose td {
	padding: 10px;
	background: #b86a6a;
	border-bottom: 1px solid #b86a6a;
	border-right: 1px solid #b86a6a;
	text-align: center;
}
.MeiLose th {
	background:#c28282;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.MeiLose th:last-child, .MeiLose td:last-child {
	border-right:none;x
}

.MeiLose tr:last-child td {
	 border-bottom: none;
}

.MeiLose-Wrapper {
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
		border-radius: 10px;
	box-shadow: 0 1px 1px #a3c469;
	border: 1px solid #b86a6a;
	overflow: hidden;
}

/* ### 明細）引分 ### */
.MeiDraw {
	border-spacing: 0;
	width: 100%;
	color: ffffff;
}
.MeiDraw th, .MeiDraw td {
	padding: 10px;
	background: #c3c2b8;
	border-bottom: 1px solid #cbcbc3;
	border-right: 1px solid #cbcbc3;
	text-align: center;
}
.MeiDraw th {
	background:#cbcbc3;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.MeiDraw th:last-child, .MeiDraw td:last-child {
	border-right:none;x
}

.MeiDraw tr:last-child td {
	 border-bottom: none;
}

.MeiDraw-Wrapper {
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
		border-radius: 10px;
	box-shadow: 0 1px 1px #cbcbc3;
	border: 1px solid #c3c2b8;
	overflow: hidden;
}

/* ### 丸テーブル ### */
.Med {
	border-spacing: 0;
	width: 100%;
	color: ffffff;
}
.Med th, .Med td {
	padding: 10px;
	background: #595450;
	border-bottom: 1px solid #afaea5;
	border-right: 1px solid #afaea5;
	text-align: center;
}
.MeMeds th {
	background:#c28282;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.Med th:last-child, .Med td:last-child {
	border-right:none;x
}

.Med tr:last-child td {
	 border-bottom: none;
}

.Med-Wrapper {
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
		border-radius: 10px;
	box-shadow: 0 1px 1px #afaea5;
	border: 1px solid #afaea5;
	overflow: hidden;


/* ### 丸テーブル ### */
.Help {
	border-spacing: 0;
	width: 100%;
	color: ffffff;
}
.Help th, .Help td {
	padding: 10px;
	background: #595450;
	border-bottom: 1px solid #afaea5;
	border-right: 1px solid #afaea5;
	text-align: center;
}
.MeMeds th {
	background:#c28282;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.Help th:last-child, .Help td:last-child {
	border-right:none;x
}

.Help tr:last-child td {
	 border-bottom: none;
}

.Help-Wrapper {
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
		border-radius: 10px;
	box-shadow: 0 1px 1px #afaea5;
	border: 1px solid #afaea5;
	overflow: hidden;
}}