@charset "UTF-8";

#content.main {
	padding: 20px 50px 50px 50px;
}

/* slide bnr
============================================ */
#slide_bnr {
	position: relative;
	width: 710px;
	height: 220px;
	margin-left: -35px;
	border: 1px solid #cfcfcf;	
}
#slide_bnr .bnr {
	position: relative;
	width: 100%;
	height: 100%;
}
#slide_bnr .bnr li {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 708px;
	height: 218px;
	border: 1px solid #fff; 
}
#slide_bnr .bnr li:first-child {
	display: block;
}
#slide_bnr .bnr li a {
	display: block;
	width: 100%;
	height: 100%;
}
#slide_bnr .bnr li a img {
	width: 100%;
	height: 100%;
}
#slide_bnr .nav {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 10px;
	z-index: 1;
}
#slide_bnr .nav li {
	position: relative;
	width: 100%;
	height: 10px;
	margin-bottom: 7px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	text-indent: -100000px;
}
#slide_bnr .nav li.on {
	background-color: #ff773b;
}

/* gametitle
============================================*/
#gametitle {
	position: relative;
	width: 100%;
	margin-top: 50px;
}
#gametitle h3 {
	margin-bottom: 10px;
}
#gametitle .bnr {
	position: relative;
	width: 660px;
	height: auto;
}
#gametitle .bnr li {
	overflow: hidden;
	float: left;
	width: 200px;
	height: 340px;
	margin-right: 20px;
}
#gametitle .bnr li a {
	display: block;
	width: 100%;
	height: 100%;
}
#gametitle .bnr li a span {
	display: inline-block;
}
#gametitle .bnr li a span.img {
	width: 100%;
	height: 245px;
}
#gametitle .bnr li a span.title {
	width: 100%;
	height: 25px;
	margin-top: 5px;
	color: #4665af;
	font-weight: bold;
}
#gametitle .bnr li a span.desc {
	width: 100%;
	height: 50px;
	font-size: 12px;
}

/* gamecom now
============================================*/
#gcn {
	position: relative;
	width: 100%;
	height: 55px;
	margin-top: 40px;
	border: 3px solid #e7e7e7;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 70%, #f8f8f8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%,#ffffff), color-stop(100%,#f8f8f8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 70%,#f8f8f8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 70%,#f8f8f8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 70%,#f8f8f8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 70%,#f8f8f8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */
}
#gcn h3 {
	position: absolute;
	top: 11px;
	left: 15px;
	width: 165px;
	height: 27px;
}
#gcn .comment {
	overflow: hidden;
	position: absolute;
	top: 12px;
	left: 200px;
	width: 405px;
	height: 25px;
}
#gcn .nav {
	position: absolute;
	top: 14px;
	right: 10px;
	width: 10px;
	height: 20px;
}
#gcn .nav li {
	position: relative;
	width: 100%;
	height: 10px;
	text-indent: -100000px;
	background-image: url(/html/images/main/btn_arrow.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
#gcn .nav li:hover {
	background-position-x: 100%; 
}
#gcn .nav li.prev {
	background-position-y: 0;
}
#gcn .nav li.next {
	background-position-y: 100%;
}

/* board
============================================*/
.board {
	position: relative;
	width: 100%;
	margin-top: 50px;
}
.board h3 {
	margin-bottom: 5px;
}
.board .list {
	position: relative;
	width: 100%;
	padding: 20px 0;
	border-top: 2px solid #e7e7e7;
	border-bottom: 2px solid #e7e7e7;
}
.board .list li {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 22px;
	margin-bottom: 5px;
	line-height: 1.6;
}
.board .list li a {
	display: block;
	width: 100%;
	height: 100%;
}
.board .list li a:after {
	content: '';
	display: block;
	clear: both;
}
.board .list li a span {
	float: left;
	height: 100%;
}
.board .list li a span.icon {
	width: 80px;
}
.board .list li a span.subject {
	width: 470px;
}
.board .list li a span.date {
	width: 89px;
	color: #b8b8b8;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
}




