﻿*{
	font-family: "ＭＳ Ｐゴシック",sans-serif;
}
.text01 {
	font-size: 14px;
	line-height: 150%;
}
.text02_small {

	font-size: x-small;
	line-height: 150%;
}
.text03 {

	font-size: 13pt;
	line-height: 150%;
	font-weight: bold;
}
.text04 {
        color: #32cd32;
	font-size: 13pt;
	line-height: 150%;
	font-weight: bold;
}
.text05 {

	font-size: 11pt;
	line-height: 150%;
}


/* 元々ファイルごとに仕込まれていたCSSをここに移動
-----------------------------------------*/
.style1 {
	color: #0066FF;
	font-weight: bold;
}
.style4 {
	font-size: medium;
	font-weight: bold; 
}
.style5 {
	color: #FF6600;
	font-weight: bold;
}
.style6 {
	color: #33CC00;
	font-weight: bold;
}
.style7 {
	color: #33CC00;
}
.style3 {
	font-size: large;
	font-weight: bold;
}
.style8 {
	color: #FF0000;
	font-weight: bold;
}



/* 行事予定
-----------------------------------------*/
ul.gyoji {
	list-style: circle;
	line-height: 2em;
}

ul.gyoji li{
	
}


/* 実施要項・組み合わせ・競技結果
-----------------------------------------*/
/* 罫線 */
table.download {
	border-collapse: collapse;
}

/* リンクなしの●を薄い色に */
table.download td {
	color: #CCC;
	text-align: center;
}

/* アンダーラインを非表示 */
table.download td a,
.hanrei {
	text-decoration: none;
	color: #7777FF;
}

/* 訪問済みはデフォルト色 */
table.download td a:visited {
	color: #6342A6;
}

/* 競技名の文字色 */
table.download th.leftside,
table.download th.name {
	color: #000;
	font-weight: normal;
	text-align: left;
}
table.download th.number {
	color: #000;
	font-weight: normal;
	text-align: right;
}
table.download th.month {
	color: #000;
	font-weight: normal;
	text-align: center;
}

/* 交互に色付け */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #E6E6E6;
}


/* その他
-----------------------------------------*/

/* リストの行間を空ける */
.list_normal li {
	margin: 10px 0;
}

