/*
 * http://www.lfo.com.tw/
 *
 * Copyright 2016, TANK
 * 
 * 
 * 2016 / 06 / 21
 */


body {
    margin: 0;
    background: #010101;
    background: -webkit-radial-gradient(#0e0e0e, #010101);
    background: radial-gradient(#0e0e0e, #010101);
    color: #fff;
    font-size: 14px;
}

.wrapper .warp {
    padding-bottom: 25px;
    min-height: 390px;
}

.wrapper .warp section {
	position: relative;
	padding-top: 15px;
}

.wrapper .warp #waylink {
	position: absolute;
	top: 10px;
	right: 0;
}

.wrapper .warp h2.tit {
	margin-top: 10px;
	padding: 0 0 15px 60px;
	background: url(../images/all/icon-sTit.png) no-repeat 0 0;
	border-bottom: 1px #ccc solid;
}



/* + article
*----------------------------------------------------------------------------*/
#article {
	overflow: hidden;
	margin: 20px 0 0;
}

#article .item {
	margin: 15px 0;
	padding-bottom: 10px;
	border-bottom: 1px #fff dotted;
}

#article .item h3 {
	font-size: 18px;
}

#article .item ul li {
	margin: 10px 0;
	margin-right: 10px;
	display: inline-block;
	font-size: 16px;
}

#article .list {
	overflow: hidden;
	margin: 10px 0;
    padding: 10px;
    background: #2d2d2d;
    border: 1px solid #3d3d3d;
    border: 1px solid rgba(255,255,255,.15);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

#article .list h3 {
	float: left;
}

#article .list p {
	margin-top: 3px;
	float: right;
}


#article ul.games li a img {
	position:absolute;
	right:0px;
}

#article ul.games li a img.hover ,
#article ul.games li a:hover img.first {
	display: none;
}

#article ul.games li a:hover img.hover {
	display: inline-block;
}


/* + page
*----------------------------------------------------------------------------*/
#page .pagenav {
	text-align: center;
}