/* ==========================================================================
   pop
   ========================================================================== */
   
#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #fff;
  display: none;
}

#boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  width: 500px;
  height: 330px;
  display: none;
  z-index: 9999;
  padding: 20px;
  border-radius: 0px;
  text-align: center;
}

#boxes #dialog {
  width: 500px;
  height: 330px;
  padding: 30px;
  background-color: #292929;
  font-size: 13pt;
  color:#FFF;
}

.input { width:402px; height:40px; padding:20px 0 20px; }

.submit {font-size:10px; text-indent:-9999px; width:404px; height:40px; background:url(../img/button_popup.png) no-repeat bottom center; border:0px; cursor:pointer; margin:5px auto 0 auto; padding:0;}


/* ==========================================================================
   custom styles
   ========================================================================== */

body { background-color:#000; padding-top:0; margin-top:0; }

footer {
	color:#fff;
	background-color:#292929;
	bottom:0;
	}
	
h1 { margin:0; padding:0;}
h2 { margin:0; padding:0; border:0;}
h2 img { border:0; }
h3 { margin:5px 0 0; padding:0; }
.topic { color:fff; }
.topic a { color:#FFF; font-size:14px;}
.topic a:hover { color:#999; text-decoration:none; }


.whitebox { background-color:#fff; padding:30px 0 40px }
#sidebox { background-color:#FFF; border:0; }

.formbox { padding:30px 0 40px }

.topic { color:#fff; }

#sidebox ul li { line-height:155%; padding-bottom:10px; }

.cap {display:none; color:#fff;}

.posty { padding-top:20px; }




/* ==========================================================================
   Figures
   ========================================================================== */


.photofigure { width:100%; margin:0; padding:0; position:relative; } /* 相対位置 */
.photofigure img { width:100%; }

.leadfigure { width:100%; text-align:center; top:210px; margin:0; padding:0; position:absolute; }

.leadrightfigure { width:100%; text-align:center; top:210px; margin:0; padding:0; position:absolute; }

.textfigure { width:100%; text-align:center; bottom:2px; margin:0; padding:0; position:absolute; }

.textfigure004 { width:100%; text-align:center; top:10px; margin:0; padding:0; position:absolute; }




/* ==========================================================================
   Row
   ========================================================================== */

/* .row */
.row--nopadding {
	  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
 
/* .row--nopadding */
.row--nopadding > [class*="col-"] {
	border:0;
	paadding-top: 0;
  padding-left: 0;
  padding-right: 0;
  paadding-bottom: 0;
}




/* ==========================================================================
   GNAVI
   ========================================================================== */
   
#gnavi { height:52px; margin:0 auto 0 auto; padding:0; text-align:center; font-size:10px; }

#gnavi ul {padding:0; width:800px;}

#gnavi li {padding:0; height:52px;}
   

.headerNavBtn{
    text-align:center;
    height:2em;
    color:#fff;
    font-size:16px;
	font-weight:600;
	text-decoration-line: none;
    text-decoration-style: solid;
}

.headerNavBtn:hover{
    color:#999;
}







/* ==========================================================================
   Page Top Scrolling
   ========================================================================== */

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size:18px;
	font-weight:bold;
}

#page-top a {
    background: #333;
    text-decoration: none;
    color: #fff;
    width: 96px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
	opacity: 0.8;
}

#page-top a:hover {
    text-decoration: none;
    background: #999;
}