@charset "utf-8";

/*--------------------------------------------------------------------------------
	composition
--------------------------------------------------------------------------------*/

html { font-size: 62.5% /*10px*/; }
body {
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: Verdana, Roboto, 'Droid Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	line-height: 1.3333; /* 20px */
	text-align: center;
	background: url(null) fixed; 
}

/*--------------------------------------------------------------------------------
	header
--------------------------------------------------------------------------------*/

#header {
	z-index: 999;
	width:100%;
	background:#f5a100;
	border-bottom:#ff3300 2px solid;
	box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.2);
    position: fixed;  
    top:0;  
    left:0;  
}
  
* html #header    {     
    position: absolute;     
    top: expression(eval(document.documentElement.scrollTop+0));  
}  

#header .innerBox {
	position: relative;
	height: 70px;
}

/*----------------------------------------
	logo
----------------------------------------*/

#header .logo {
	background: url(../img/header_logo.png) no-repeat left top;
	background-size: cover;
	width: 137px;
	height: 50px;
	position: absolute;
	top: 10px;
	left: 10px;
	margin: 0;
	padding: 0;
	line-height: 1;
}
#header .logo a { height: 50px;}

/*----------------------------------------
	header_nav
----------------------------------------*/

#header_nav {
	position: absolute;
	top: 30px;
	left: 150px;
}
#header_nav a {
	display: block;
	text-decoration: none;
}

/* li */

#header_nav li { float: left; padding:0 8px; border-right:#fff 1px solid; }

/* a */

#header_nav a { color:#fff; padding:0 10px; font-weight:bold; }
#header_nav a:hover { color:#f5a100; background:#fff; }


/*--------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------*/
#footer {
}
/*----------------------------------------
	bnr
----------------------------------------*/

#footer #bnr {
	background:#cccccc;
	color:#fff;
	font-size: 12px;
	font-size: 1.2rem;
	padding:20px 0;
}
#footer #bnr img {
	border:#999 1px solid;
}

/*----------------------------------------
	copyright
----------------------------------------*/

#footer #copyright {
	background:#000;
	color:#fff;
	font-size: 12px;
	font-size: 1.2rem;
	padding:7px 0;
}
#footer #copyright .copy { text-align:right; }
#footer #copyright a { color:#fff; }

/*----------------------------------------
	pagetop
----------------------------------------*/
.pagetop {
	text-align: right;
	margin: 0 auto;
}
.pagetop a {
	font-size: 13px;
	font-size: 1.3rem;
	display: inline-block;
	color: #fff;
	text-decoration:none;
	padding: 6px 2em 4px;
	border-radius: 4px 4px 0 0;
	background: #000;
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
.pagetop a:hover {
	opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	behavior: url(PIE.htc);
}

.pagetop2 {
	position: fixed;
	bottom: -300px;
	right: 24px;
	margin: 0 auto;
	z-index: 200;
	visibility: hidden;
	-webkit-transition: bottom 0.4s linear;
	transition: bottom 0.4s linear;
}
.pagetop2 i {
	font-size: 20px;
	font-size: 2rem;
}
.pagetop2.visible {
	bottom: 30px;
}
 
.pagetop2 a {
	font-size: 13px;
	font-size: 1.3rem;
	display: table-cell;
	width: 100px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	text-decoration:none;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #000;
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	behavior: url(PIE.htc);
}
.pagetop2 a:hover {
	opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	behavior: url(PIE.htc);
}




/*--------------------------------------------------------------------------------
	contents
--------------------------------------------------------------------------------*/
.page-header {
	background: #dbd6cd;
	margin-top:70px;
	margin-bottom:60px;
}
.page-header .container {
	background: url(../../img/topimage.jpg) no-repeat bottom right;
	background-size:contain;
	height:200px;
	position: relative;
	line-height: 1em;
}
.page-header .container h1 {
	position: absolute;
	top: 50%;
	font-size:200%;
}