@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

body {
    color: #666;
    font-family: "Open Sans","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-size: 13px;
    width: 100%;

    background-color: #ffffff;
}

.noscroll {
	position: fixed;
	overflow-y: scroll;
}

.t_right {
	text-align: right;
}

.txt_center {
	text-align: center;
}

/*header*/
.header {
	background-image: url("../img/bg_borderline.jpg");
	background-repeat: repeat-x;
	background-position: top 0%;
}

.headerbox {
	width: 960px;
	margin: 0 auto 10px;
	overflow: hidden;
}

.headerbox .header_l {
	padding-top: 25px;
	float: left;
	color: #491B03;
}

.headerbox .header_l p {
	margin-left: 60px;
	line-height: 1.2rem;
}

.headerbox .header_r {
	padding-top: 30px;
	float: right;
}


/*gnavi*/
.gnavi {
	overflow: hidden;
	position: absolute;
	width: 100%;
	top: 0px;
	background-image: url("../img/bg_efata.gif");
}


.gnavibox {
	width: 990px;
	margin: 0 auto;
	text-align: center;
}

.gnavibox ul li {
	/*list-style: none;
	float: left;*/
	display: inline-block;
}

.gnavibox ul li a img {
	padding: 20px 9px;
	display: block;
}

/*スクロール後*/
.nlock {
	/*box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);*/
    margin: 0 auto;
    position: fixed;
    /*background-color: rgba(255,255,255,0.7);*/
    background-image: url("../img/bg_efata.gif");

    animation-duration: 0.2s;
    animation-name: slidein;
}

@keyframes slidein {
  from { top: -60px; }
  to   { top: 0; }
}

.renlock {

	margin: 0 auto;
    position: fixed;
    top: -80px;
    background-image: url("../img/bg_efata.gif");

	animation-duration: 0.2s;
    animation-name: slideout;
}

@keyframes slideout {
  from { top: 0px; }
  to   { top: -60px; }
}

/*mein*/
.main {
	background-image: url("../img/bg_efata.gif");
	padding-bottom: 100px;

	padding-top: 70px;
	position: relative;
}

/*footer*/
.footer {
	background-image: url("../img/bg_borderline.jpg");
	background-repeat: repeat-x;
	background-position: top 0%;

}

.footerbox {
	padding-top: 40px;
	padding-bottom: 20px;
	width: 960px;
	margin: 0 auto;
	border-bottom: 2px solid #C3996D;

	overflow: hidden;
}

.footer .copyright {
	font-size: 14px;
	text-align: center;
	padding: 15px 0 20px;
}

.footer ul {
	width: 190px;
	float: left;
}

.footer ul li {
	margin-bottom: 10px;
	
}

.footer ul li a {
	color: #5D4020;
	text-decoration: none;
	font-size: 14px;
}

.footer ul li a:hover {
	text-decoration: underline;
}



.footer .foot_l {
	float: left;
	padding-left: 65px;
}

.footer .foot_r {
	float: right;
	padding-right: 30px;
}

/*pagetop */
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}

.pagetop a {
    display: block;

}
 
.pagetop a:hover {
    display: block;
    opacity: 0.7;
}

.absolute {
    position: absolute;
}


.bnrbox {
	overflow: hidden;
	width: 530px;
	margin: 0 auto;
}

.bnrbox a:hover {
	opacity: 0.7;
}

.bnrbox .bnrbox_l {
	padding-top: 28px;
	float: left;
}

.bnrbox .bnrbox_r {
	float: right;
}





