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


/* + contact
*----------------------------------------------------------------------------*/
#contact {
	overflow: hidden;
	padding-left: 20px;
}

#contact p {
	margin: 10px 0;
	font-size: 16px;
}

#contact .info p {
	font-size: 18px;
}

#contact .contact {
    width: 600px;
    margin: 0 auto;
    padding: 10px;
    background: rgba(0, 0, 0, 0.76);
    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;
}

form fieldset input#btnOK ,
form fieldset input.btn-reset {
	margin: 10px;
}

form fieldset input.btn-reset {
	background: #969696;
}

/* + gameList
*----------------------------------------------------------------------------*/
#gameList {
	margin: 10px 0;
}

#gameList h3 {
	font-size: 18px;
	padding-bottom: 20px;
	border-bottom: 1px #fff solid;
}

#gameList table tr td {
	padding: 5px;
	border: 1px #fff solid;
	border-right: 0;
	border-top: 0;
	text-align: center;
}

#gameList table tr:last-child td {
	border-bottom: 1px #fff solid;
}

#gameList table tr td:last-child {
	border-right: 1px #fff solid;
}

#gameList table tr.first td {
	background: #f00;
}