@charset "utf-8";
/* ===================================================================
CSS Document

 file name  :common.css

=================================================================== */
@media (min-width: 1023px){
    .sp{
        display: none;
    }
}
/*---------------------------------------------
	Browser Default Initialization
---------------------------------------------*/
html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
	margin: 0;
	padding: 0;
	line-height: 160%;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before ,q:after {
	content: '';
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img {
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
ul li {
	list-style-type: none;
}
a,button,input,textarea{
    outline: none;
}

img {
    box-shadow: #000 0 0 0;
}
img, x:-moz-any-link, x:default {
    box-shadow: #000 0 0 0;
}
a.banner-policy-link{
	color:#FFFFFF;
	font-weight:bold;
}
a{
	color:#67391F;
	cursor:pointer;
	text-decoration:none;
}
a:hover{
	text-decoration:underline !important;
}
*{
    zoom:1;
}
.mt65 { margin-top: 65px !important;}
.pb70 { padding-bottom: 70px !important;}

/*---------------------------------------------
	Utility
---------------------------------------------*/
.cf,
.section,
#content{
	clear:both;
	zoom:1;
	height:1%;
}
.cf:after,
.section:after,
#content:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}



/*---------------------------------------------
	Common
---------------------------------------------*/

body{
	font-family: Meiryo,'Hiragino Kaku Gothic Pro',sans-serif;
	color:#444444;
	font-size:81.3%;	/* 11px */
	line-height:1.8;
	text-align:left;
	letter-spacing: -0.001em;
	-webkit-text-size-adjust: 100%;
	min-width:1023px;
	background-color:white;
}

a{
	text-decoration:none;	
}

/*-------------------------------------

 Wrap

-------------------------------------*/
#wrap{
	overflow:hidden;
}



/*-------------------------------------

 Header

-------------------------------------*/
#header {
	width:967px;
	height:66px;
	margin:24px auto 0 auto;
	position:relative;
}

/*-------------------
  ロゴ
-------------------*/
#header .hdrL h1,
#header .hdrL p {
	float:left;
	width:298px;
	height:28px;
	margin-left: 40px;
}

/*-------------------
  Google Serch
-------------------*/
#header .hdrR{
	float:right;
	width:350px;
	height:26px;
	position:relative;
	margin: 0 30px 0 0;
}
#header .hdrR p {
	width:51px;
	height:22px;
	float:left;
	margin-right:27px;
}
#header .hdrR .search {
	width:270px;
	position:relative;
	float: right;
	margin:0 0 0 0;
}

/*-------------------------------------

 BreadCrumb

-------------------------------------*/
#breadCrumb{
	width:967px;
	margin:25px auto;
	position:relative;
}
#breadCrumb h1{
	font-size:85%;
	position:relative;
	top:15px;
	left:70px;
}
#breadCrumb h1:before{
	content:'';
	display:block;
	width:61px;
	height:61px;
	background:url(../img/common/bread_icon.png) no-repeat 0 0;
	position:absolute;
	top:-18px;
	left:-70px;
}
#breadCrumb h1 a{
	text-decoration:underline;
}
#breadCrumb h1 a:hover{
	text-decoration:none !important;
}


/*-------------------------------------

 Category Image

-------------------------------------*/
#catImg{
	width:100%;
}
#catImg h2{
	width:960px;
	margin:0 auto;
}

/*-------------------------------------

 Global Navigation

-------------------------------------*/
#nav {
	width:100%;
	height:55px;
	overflow:hidden;
	position:relative;
	z-index:9000;
}
#nav .navInr{
	width:1023px;
	margin:0 auto;
	position:relative;
	left:0px;
}
.navInr ul {
	width:1023px;
	height:55px;
	margin:0 auto;
	position:relative;
	left:0px;
	background:url(../img/common/nav_bg.png) no-repeat 0 0
}
.navInr ul li{
	float: left;
	position: relative;
	z-index:10;
}

/*-------------------------------------

 Content


-------------------------------------*/
#content {
	width:100%;
}

#content .conteInr{
	width:1023px;
	margin:0 auto;
	font-size: 93%;
}

/*-------------------------------------

 Sidebar

-------------------------------------*/
#content #sidebar{
	float:right;
	width:200px;
}
#content #sidebar .sideInr{
	width:200px;
	background:url(../img/common/side_bg.png) no-repeat 0 bottom;
}
#content #sidebar .sideInr h3{
	border-bottom:#CCC 1px dotted;
	margin-bottom:0;
}
#content #sidebar .sideInr ul li{
	width: 186px;
	border-bottom: #CCC 1px dashed;
	margin: 0 auto;
}
#content #sidebar .sideInr ul li a{
	font-size: 85%;
	display:block;
	padding: 8px 10px 8px 30px;
	width: 144px;
	margin:8px auto;
	color:#444444;
	font-weight:bold;
	background:url(../img/common/side_arrow_icon.png) no-repeat 13px 48%;
}
#content #sidebar .sideInr ul li a.cr{
	background:#693B21 url(../img/common/side_arrow_icon02.png) no-repeat 13px 48%;
	color:#FFFFFF;
}
#content #sidebar .sideInr ul li a:hover{
	background:#E9E2DE url(../img/common/side_arrow_icon.png) no-repeat 13px 48%;
	text-decoration:none !important;
	color:#444444;
}
#content #sidebar .sideInr ul li a.cr:hover{
	background:#693B21 url(../img/common/side_arrow_icon02.png) no-repeat 13px 48%;
	color:#FFFFFF;
}
#content #sidebar p{
	margin-top:20px;
}



.sideInr#bgNone{
	background:none !important;	
}
ul.recruit li{
	border-bottom:#D5DCE9 1px solid !important;
	padding:0 !important;
	margin:0 !important;
	width:200px !important;
}
ul.recruit li a{
	width:176px !important;	
	padding:8px 12px 8px 12px !important;
	background:url(../img/common/side_arrow_icon03.png) no-repeat 95% 48% !important;
	margin:1px auto !important;
}
ul.recruit li a.cr,
ul.recruit li a:hover{
	color:#627CB0 !important;	
	background:#EFF2F7 url(../img/common/side_arrow_icon03.png) no-repeat 95% 48% !important;
}
ul.recruit li.sub{
	border:none !important;	
}
ul.recruit li.entry{
	line-height: 1.5 !important;
}
ul.recruit li.sub a{
	width:145px !important;
	font-size: 85% !important;
	padding: 4px 12px 4px 18px !important;
	border-bottom:#D5DCE9 1px dotted !important;
	background: #FFF url(../img/common/side_recruit_icon01.png) no-repeat 3% 48% !important;
}
ul.recruit li.sub a.cr,
ul.recruit li.sub a:hover{
	background:#FFFFFF url(../img/common/side_recruit_icon02.png) no-repeat 3% 48% !important;
}






/*-------------------------------------

 Footer

-------------------------------------*/
#footer {
	clear:both;
	width:100%;
	padding-top:50px;
}
#footer.top {
	padding-top:0;
}


/*----------------------------
 Bnr Area
-----------------------------*/
#footer .footBnr {
	width:100%;
	height: 150px;
	background:url(../img/common/bnr_bg.png) repeat-x 0 0;
	margin-bottom:25px;
}
#footer.top .footBnr {
    /*display: none;*/
}
#footer .footBnr ul {
	width:1023px;
	height: 150px;
	margin:0 auto;
	text-align: center;
}
#footer .footBnr ul li {
	width: 395px;
	height: 104px;
	margin-top: 24px;
	margin-right:30px;
	display: inline-block;
}
#footer .footBnr ul li:nth-of-type(1) {
	margin-left:15px;
	margin-right: 30px;
}


/*----------------------------
 PageTop
-----------------------------*/
#footer .pagetop{
	width:1023px;
	margin:0 auto;
	position:relative;
	top:5px;
	z-index:100;
}
#footer.top  .pagetop .ftL {
	float:none;
	display: inline-block;
	margin: 20px;
}
#footer.top .pagetop .ftL ul li {
	display: inline-block;
	vertical-align: middle;
}
#footer .pagetop .ftL {
	display: none;
}
#footer.top .pagetop .ftR {
	display: inline-block;
	float: right;
	width: auto;
}
#footer .pagetop .ftR {
	float: none;
	width: inherit;
	text-align: right;
}

/*----------------------------
 FootInr
-----------------------------*/
#footer .fNav {
	width:100%;
	background:url(../img/common/footer_bg.png) repeat 0 0;
	position:relative;
	/*top:-5px;*/
	z-index:0;
}
 #footer .fNav .sociarea_l {
	margin-top:0px;
	padding:20px 20px 0px 0px;
	display:inline-block;
	text-align:left;
	float:none;
	height:60px;
 }
 #footer .fNav .sociarea_l li {
	display:inline-block;
	position:relative;
	min-width:20%;
	color:#FFF;
	margin-left:20px;
	margin-bottom:20px;
 }
 #footer .fNav .sociarea {
	margin-top:0px;
	padding:10px 20px 0px 0px;
	display:block;
	text-align:right;
 }
 #footer .fNav .sociarea li {
	display:inline;
	position:relative;
	min-width:20%;
	color:#FFF;
	margin-right:20px;
	margin-bottom:20px;
 }
 #footer .fNav .sociarea p {
	opacity:0.8;
	color:#FFF;
 }
#footer .fNav .inner{
	width:1023px;
	margin:0 auto 30px;
}
#footer .fNav .inner .catList {
	width:174px;
	min-height:100px;
	float:left;
	/* margin-top:40px; */
	margin-right:65px;
}
#footer .fNav .inner .catList:nth-of-type(1),
#footer .fNav .inner .catList:nth-of-type(5),
#footer .fNav .inner .catList:nth-of-type(9){
	margin-left:30px;
}

#footer .fNav .inner .catList:nth-of-type(4){
	margin-right:0;
}
#footer .fNav .inner .catList:nth-of-type(8){
	margin-right:0;
}


#footer .fNav .inner .catList h4 {
	margin-bottom:22px;
}
  #footer .fNav .inner .catList h4 a {
    display: block;
    padding-bottom: 5px;
    color: #fff;
    background: url(../../../img/sp/common/line_footer.png) repeat-x left bottom;
    font-family:serif;
    text-decoration:none !important;
  }

#footer .fNav .inner .catList ul li {
	font-size: 85%;
	margin-bottom:10px;
	background:url(../img/common/fnav_arrow.png) no-repeat 0 3px;
	padding-left:15px;
}

#footer .fNav .inner .catList ul li a {
	color:#FFFFFF;
}

#footer small {
	margin-top:-5px;
	display:block;
	width:100%;
	padding:16px 0 12px 0;
	background:url(../img/common/footer_copy.png) repeat 0 bottom;
	color:#FFFFFF;
	text-align:center;
}
#optanon *, #optanon *:before, #optanon *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#optanon, #optanon *, #optanon div, #optanon span, #optanon ul, #optanon li, #optanon a, #optanon p, .optanon-alert-box-wrapper * {
    font-family: Arial, sans-serif;
    background: none;
    border: none;
    bottom: auto;
    clear: none;
}
#onetrust-policy a {
    color: #FFFFFF !important;
    font-weight: bold !important;
}

.fix-header {
	background-color:#FFF;
	line-height: 66px;
	top: -66px;
	left: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	color: #67391F;
	position: fixed;
	opacity:0;
	z-index: 1000;
/*	opacity: 0; */
	}
 
.fix-header ul{
	list-style-type: none;
}
 
.fix-header li a,.fix-header li a:visited{
	color: #67391F;
	font-family: serif;
	font-weight: bold;
	text-decoration: none !important;
}
.fix-header li:last-child{
	margin-right:0;
}
.fix-header li img{
	vertical-align:middle;
}
.fmenu > li {
    float: left;
    width: 14.28%;
    height: 40px;
    line-height: 40px;
    background: #fff;
    box-shadow: 0px 1px 4px #211c10;
}

/* micro clearfx */
.fcf:before, .fcf:after {
		content:"";
		display:table
}
.fcf:after { clear:both }
.fcf { zoom:1 } /* For IE 6/7 */
