@charset "utf-8";


/* ---------------------------------------------
　base modules
------------------------------------------------ */

html, body, header {
    height: 100%;
}

#adminBox {
	margin-bottom: 0 !important;
}

.acmsHeadBtn {
	margin-left: 250px;
}

.acms-btn-action-group {
	margin-bottom: 0 !important;
}

/* 以下のユニットが一覧表示じに「続きを読む・・・非表示 */
#more {
	display: none !important;
}
/* ---------------------------------------------
　header
------------------------------------------------ */

.header {
    background: url("../img/bg01.jpg") ;
    color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 228px;
    z-index: 100;
}

.logo {
	margin-top: 100px;
}

.logo img {
	width: 180px;
	height: inherit;
}

.navi {
	font-family: 'Lora', serif;
	font-size: 16px;
}

.navi li {
	margin-top: 28px;
	color: #6c4319;
}

.navi a:link,
.navi a:hover,
.navi a:active,
.navi a:visited {
	color: #6c4319;
	text-decoration: none;
}

.facebook {
	margin-top: 20px;
}

/* news */

.navi__news__btn {
	border: 2px solid #9e7953 ;
	display: inline-block;
	padding: 2px 50px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

.navi__news__btn:hover {
	background: #9e7953;
	color: #fff !important;
}

/* recruit */

.gn-recruit {
	font-size: 70%;
	color: #916a44;
	border-top: 1px solid #bda279;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 30px;
}

.spmenu {
	display: none;
}


/* ---------------------------------------------
　container
------------------------------------------------ */

.container{
    margin-left: 228px;
    min-width: 840px;
    position: relative;
    text-align: center;
}



/* content
------------------------------------------------ */

.content {
	width:781px;
	margin: 70px auto;
}


.box__inner {
	width:633px;
	margin: 0 auto;
	text-align:left;
	padding: 0 74px;
	background: url("../img/bg_box.png") repeat-y 0 0;
}
div.box:before {
    background: url("../img/bg_box_before.png") no-repeat 0 0;
	visibility:visible;
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 70px;
	width:781px;
    margin: 0;
}
div.box:after {
    background: url("../img/bg_box_after.png") no-repeat 0 0;
	visibility:visible;
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 70px;
	width:781px;
    margin: 0;
}

/* sidebar
------------------------------------------------ */

.sidebar{
	width:190px;
	float:right;
	text-align:left;
}




