/* CSS Document */

body{
	margin: 0;
	padding:0;
}

#notice{
	max-width: 610px !important;
	margin: 0 auto;
}

.top {
	position:relative;		
	left:0;
	top:0;
	width:100%;
	height: 45px;
	text-shadow:none;
	background-color:#27a6f3;
	
	z-index:9999;	
}

.top .logo {
	font-weight:600;
	text-shadow:none;
	text-align:center;
	font-size: 18px;
	position:absolute;
	width:200px;
	left: 50%;
	margin-left:-100px;
	color:#FFF;
	cursor: pointer;
	-webkit-tap-highlight-color:rgba(39,166,243,0.31);
	tap-highlight-color:rgba(39,166,243,0.31);
	height: 45px;
	line-height: 45px;
}

.top .btn {
	padding-left: 14px;
	font-weight:600;
	text-shadow:none;
	font-size: 20px;
	
	position:absolute;
	left: 0px;
	top: 0px;
	color:#FFF;
	width:45px;
	height: 45px;
	line-height: 45px;
	
	cursor: pointer;
	-webkit-tap-highlight-color:rgba(39,166,243,0.31);
	tap-highlight-color:rgba(39,166,243,0.31);
}

.top .btn img{
	margin-bottom: 2px;
	vertical-align: middle;
}

.notiLink{
	cursor: pointer;	
}


.fnButton {
    position: relative;
    display: inline-block;
    padding: 7px 7px;
    margin: 3px 3px;
    background-color: #ededed;
    cursor: pointer;
    font-size: 8.5pt;
    font-weight: bold;
    color: #555;
    border: 1px solid #ccc;
    text-shadow: none;
    -webkit-border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
}