@charset "UTF-8";

/* LAYOUT
--------------------------------------------------------------*/
html,body{
/* width: 100%; */
/* height: 100%; */
color: #FFF;
background: #000;
}

/* conWrap */
#contWrap{
position: absolute;
top: 0;
left: 0;
width: 100%;
/* overflow-y: auto; */
z-index: 10;
}
#home #contWrap{
height: 100%;
}
#container{
/* position: absolute; */
/* top: 36px; */
width:940px;
margin: 0 auto;
text-align:center;
padding: 0;
background: none;
text-align: left;
}
/* ContentsArea */
#contentsHome{
padding-top: 125px;
}
#contentsHome div#kvBlk{
position: relative;
height: 518px;
}

/* ContentsArea */
#contentsArea{
width: 940px;
margin: 0 auto;
background: #D5C17A;
}

/* ContentsArea : mainArea */
#contentsArea #mainArea{
//float: right;
//width: 748px;
//margin-bottom: 30px;
/*
filter:alpha(opacity=90) !important;
-moz-opacity:0.9;
-khtml-opacity:0.9;
opacity:0.9;
*/
}
#mainArea .boxCont{
padding-top: 5px;
background: url('/ex/pokepark2/common/images/content_bg_mid.png') repeat-y left top;
}
#mainArea .boxCont div#content{
width: 640px;
margin: 0 auto;
}

/* ContentsArea : subArea */
#contentsArea #subArea{
/* display: none; */
float: left;
width: 182px;
height: 400px;
}
.tit_inquiry_footer {
  color: #d6ba32;
  margin-bottom: 10px;
}

@media screen and (min-width: 581px) {
  .inquiry_footer {
    border:1px solid #fff;
    padding:10px 20px;
    margin:10px 0;
  }
  .inquiry_footer p {
    line-height:1.8em;
    margin-bottom:5px;
  }
}