@charset "utf-8";
/*
* topics.css
*
* date: 2014/MM/DD
*/

/* menuTab
-------------------------------------------------- */
#mainSection #menuTab {
	border-bottom: 1px solid #a2df44;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	position: relative;
}
	#mainSection #menuTab li {
		background: #ffffff;
		border-bottom: 1px solid #ffffff;
		border-radius: 5px 5px 0 0;
		 -moz-border-radius: 5px 5px 0 0;
		 -webkit-border-radius: 5px 5px 0 0;
		color: #ffffff;
		float: left;
		height: 39px;
		margin: 0 10px 0 0;
		position: relative;
		text-align: center;
		text-indent: 5px;
		width: 138px;
		behavior: url(/_js/PIE.htc);
	}
	#mainSection #menuTab li.firstLi {
		margin: 0 10px;
	}
	#mainSection #menuTab li.allCate {
		background: #598b00;
		border: 1px solid #598b00;
	}
	#mainSection #menuTab li.gameCate {
		background: #cf1120;
		border: 1px solid #cf1120;
	}
	#mainSection #menuTab li.teamCate {
		background: #2c428f;
		border: 1px solid #2c428f;
	}
	#mainSection #menuTab li.noticeCate {
		background: #7d8012;
		border: 1px solid #7d8012;
	}
	#mainSection #menuTab li.otherCate {
		background: #999999;
		border: 1px solid #999999;
	}
	#mainSection #menuTab li:before {
		content: url(/img/topics/ico_tab_no_01.png);
		left: 3px;
		position: absolute;
		top: 14px;
	}
		#mainSection #menuTab li a {
			color: #ffffff;
			display: block;
			height: 100%;
			width: 100%;
		}
	#mainSection #menuTab li:hover {
		background: #ffffff;
		border-top: 1px solid #a2df44;
		border-left: 1px solid #a2df44;
		border-right: 1px solid #a2df44;
		border-bottom: 1px solid #ffffff;
	}
		#mainSection #menuTab li:hover a {
			color: #598b00;
		}
	#mainSection #menuTab li.allCate:before { content: url(/img/topics/ico_tab_no_06.png); }
	#mainSection #menuTab li.gameCate:before { content: url(/img/topics/ico_tab_no_02.png); }
	#mainSection #menuTab li.teamCate:before { content: url(/img/topics/ico_tab_no_03.png); }
	#mainSection #menuTab li.noticeCate:before { content: url(/img/topics/ico_tab_no_04.png); }
	#mainSection #menuTab li.otherCate:before { content: url(/img/topics/ico_tab_no_05.png); }
	#mainSection #menuTab li:hover:before {
		content: url(/img/topics/ico_tab_no_01.png);
	}
	#mainSection #menuTab li:last-child {
		margin: 0 0 0;
	}
	#mainSection #menuTab li.current {
		background: #ffffff;
		border-top: 1px solid #a2df44;
		border-left: 1px solid #a2df44;
		border-right: 1px solid #a2df44;
		border-bottom: 1px solid #ffffff;
	}
	#mainSection #menuTab li.current:before {
		content: url(/img/topics/ico_tab_no_01.png);
	}
		#mainSection #menuTab li.current a {
			color: #598b00;
		}

/* contentMain
-------------------------------------------------- */
#mainSection ul.contentMain {
	margin: 10px 0;
}
	#mainSection ul.contentMain li {
		border-bottom: 1px dotted #666666;
		padding: 15px;
		width: 730px;
	}
		#mainSection ul.contentMain li .row01{
			line-height: 20px;
			margin: 0 0 5px;
		}
			#mainSection ul.contentMain li .row01 .date{
				color: #007129;
				float: left;
				font-size: 14px;
			}
			#mainSection ul.contentMain li .row01 .category {
				color: #ffffff;
				float: left;
				font-size: 12px;
				height: 20px;
				margin: 0 0 0 10px;
				text-align: center;
				width: 80px;
			}
			#mainSection ul.contentMain li .row01 .gameCate { background: #cf1120; }
			#mainSection ul.contentMain li .row01 .teamCate { background: #2c428f; }
			#mainSection ul.contentMain li .row01 .noticeCate { background: #7d8012; }
			#mainSection ul.contentMain li .row01 .otherCate { background: #999999; }
			#mainSection ul.contentMain li .row02 {
				color: #598b00;
			}
				#mainSection ul.contentMain li .row02 a {
					color: #598b00;
					text-decoration: underline;
				}
				#mainSection ul.contentMain li .row02 a:hover {
					text-decoration: none;
				}

/* detail
-------------------------------------------------- */
#mainSection.detail .row01 {
	line-height: 20px;
	margin: 0 15px 5px;
}
	#mainSection.detail .row01 .date{
		color: #007129;
		float: left;
		font-size: 14px;
	}
	#mainSection.detail .row01 .category {
		color: #ffffff;
		float: left;
		font-size: 12px;
		height: 20px;
		margin: 0 0 0 10px;
		text-align: center;
		width: 80px;
	}
	#mainSection.detail .row01 .gameCate { background: #cf1120; }
	#mainSection.detail .row01 .teamCate { background: #2c428f; }
	#mainSection.detail .row01 .noticeCate { background: #7d8012; }
	#mainSection.detail .row01 .otherCate { background: #999999; }

#mainSection.detail .ttlMain {
	border-bottom: 1px dotted #333333;
	font-size: 20px;
	padding: 10px;
}

#mainSection.detail .txtMain {
	font-size: 15px;
	padding: 15px 10px;
}
	#mainSection.detail .txtMain table {
		border: 1px solid #d5d6d5;
		border-collapse:collapse;
		border-spacing: 0;
		margin: 10px 0;
	}
		#mainSection.detail .txtMain table th {
			background: #f0f0e1;
			border: 1px solid #d5d6d5;
			font-weight: normal;
			padding: 5px 10px;
			text-align: left;
		}
		#mainSection.detail .txtMain table td {
			border: 1px solid #d5d6d5;
			padding: 5px 10px;
			text-align: left;
		}
		#mainSection.detail .txtMain p a {
			color: #598B00;
			text-decoration: underline;
		}
		#mainSection.detail .txtMain p a:hover {
			text-decoration: none;
		}

#mainSection.detail .btnGame {
	background: #007129;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	margin: 20px auto 10px;
	position: relative;
	text-align: center;
	text-indent: 20px;
	width: 240px;
}
#mainSection.detail .btnGame:hover {
	background: #598b00;
}
	#mainSection.detail .btnGame a {
		color: #ffffff;
		display: block;
		height: 100%;
		width: 100%;
	}
#mainSection.detail .btnGame:before {
	content: url(/img/topics/ico_btn_01.png);
	left: 25px;
	position: absolute;
	top: 3px;
}

#mainSection.detail .pagingArea {
	border-top: 1px dotted #333333;
	padding: 10px 0;
	position: relative;
}
	#mainSection.detail .pagingArea .prev {
		float: left;
	}
	#mainSection.detail .pagingArea .prev:before {
		content: url(/_img/btn/btn_paging_prev03.png);
		margin: 0 5px;
	}
	#mainSection.detail .pagingArea .list {
		left: 50%;
		position: absolute;
		top: 10px;
	}
	#mainSection.detail .pagingArea .list:before {
		content: url(/_img/ico/ico_list01.png);
		margin: 0 5px;
	}
	#mainSection.detail .pagingArea .next {
		float: right;
	}
	#mainSection.detail .pagingArea .next:after {
		content: url(/_img/btn/btn_paging_next03.png);
		margin: 0 5px;
	}
		#mainSection.detail .pagingArea a {
			color: #598b00;
			text-decoration: underline;
		}
		#mainSection.detail .pagingArea a:hover {
			text-decoration: none;
		}



