@charset "UTF-8";
/* @media handheld, all and (max-width:580px){ */
/* override layout.css */

html,body{
background: #FFF;
}

/* floatingBlk --Logo,Gnav,Lnav -- ********** */
#floatingBlk{
    position: static;
    width: 100%;
    height: auto;
    margin: 0 0 10px;
}
#floatingBlk #headerBar{
    position: static;
    width: auto;
    height: 30px;
    margin: 0;
    padding: 0 3px 4px;
    background: #FFF;
    text-align: left;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
#floatingBlk #header{
    position: relative;
    width: auto;
/*  height: 130px; */
    margin: 0 auto;
}

#container{
	width:auto;
	min-width: auto;
	background: #FFF;
}


/* conWrap ****** */
div#contWrap{
position: static;
width: 100%;
height: auto;
overflow: visible;
z-index: 10;
background: none !important;
}
div#container{
width: auto;
margin: 0 auto;
padding: 0;
text-align:left;
background: none;
}
/* ContentsArea */
div#contentsHome{
padding-top: 0;
}
div#contentsHome div#kvBlk{
position: static;
height: auto;
}

/* ContentsArea */
body#home #contentsArea{
display: none;
padding-top: 0;
}

/* ContentsArea : mainArea */
#contentsArea #mainArea{
float: none;
width: auto;
margin-bottom: 0;
}
#mainArea .boxCont{
padding: 0 10px;
background: none;
}
#mainArea .boxCont div#content{
width: auto;
margin: 0 auto;
}

/* ContentsArea : subArea */
#contentsArea #subArea{
/* display: none; */
float: none;
width: auto;
height: auto;
padding: 0 10px 10px;
}


/* pokeparkField */
#pokeparkField{
display: none !important;
}

.footer{
width: auto !important;
}

/* FooterArea
--------------------------------------------------------------*/
#contentsHome div.footer,
#contentsArea div.footer{
clear: both;
width: 100%;
height: auto;
margin: 0;
padding-top: 15px;
background: #FFF;
font-size: 85%;
}


/* LAYOUT for Alternative
--------------------------------------------------------------*/
/* bg alternative */
body.altn{
background: none;
}
/* ContentsArea */
body.altn #contentsArea{
display: block;
padding-top: 0;
}

