
/* base
===============================================================*/
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd,tr {
	font-size: 12px;
	line-height: 22px;
}

body {
	color:#323232;
	background-color:#ffffff;
	font-family:"Osaka", Osaka, "Hiragino Kaku Gothic Pro", "�q���M�m�p�S Pro W3", "���C���I", Meiryo, Verdana, "�l�r �o�S�V�b�N", "MS P Gothic", san-serif;
	background: #000000;

}
.spnone{
	display:none;
	}

	
h1{
	text-indent: -9999px;
	height: 0;
}



/* font
===============================================================*/
a { 
	color:#323232;
	text-decoration:none;
}
 
a:visited {
	color:#323232;
	text-decoration:none;
}

a:hover {
	color:#323232;
	text-decoration: underline; 
}

a:active {
	color:#323232;
	text-decoration: underline; 
}


a.ani{
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
	}
a.ani:hover{
	color:#727272;
	}

/* Contents
===============================================================*/
div#AllBox {
    margin: 0px auto 35px;
    position: relative;
    z-index: 1;
}

div#Contents {
}

div#Main {
	
}

div#SideBar {
		
}

/* Navigation
===============================================================*/


div#HeaderBox {
	width:100%;
	min-width:320px;
	margin: 0px auto;
    position: fixed;
    top: 0px;
    left: 0px;
	z-index: 10;
}
#Navigation ul li{
	text-align:center;
}


div#Navigation {
/*	background:url(../images/common/head_bg.png) no-repeat center top;
	background-size:750px 70px;
*/	height: 70px;
}

div#Navigation .nav_wrap_area{
	background:url(../images/common/head_bg.png) no-repeat center top;
	background-size:750px 70px;
	position: relative;
	height: 70px;
	}

div#Navigation .nav_wrap{
	width: 280px;
	margin:0 auto;
	} 

div#Navigation .logo{
	width:111px;
	}
div#Navigation .logo img{
	width:100%;
	}
	
div#HeaderBox .acc_tl03 a{
	background:url(../images/common/menu.png) no-repeat 0 0;
	background-size:26px 25px;
	width:26px;
	height:25px;
	text-indent:-9990px;
	display:block;
	position: absolute;
    top: 11px;
    right: 11px;
}
div#HeaderBox .active a{
	background:url(../images/common/close.png) no-repeat 0 0;
	background-size:26px 25px;
	width:26px;
	height:25px;
	text-indent:-9990px;
	display:block;
	}


div#HeaderBox div#Navigation .sp_menu_wrap {
	/*display:none;*/
    width:100%;
	overflow:auto;
	margin: 0 0 0 0 ;
	padding-top:32px;
}

div#HeaderBox div#Navigation .sp_menu_box {
    padding:5px 5px 80px 5px;
}

div#HeaderBox .acc_box {
		background:url(../images/common/menu_bg.png) repeat 0 0 ;
	background-size:25px 25px;
    margin-top: -30px;
}
div#HeaderBox .acc_content03 ul li{
	border-bottom:solid 1px #636363;
}
div#HeaderBox .acc_content03 ul li:last-child {
	border-bottom:none;
}
div#HeaderBox .acc_content03 ul li a{
	
	width:100%;
	text-indent:-9990px;
	display:block;
	margin:0 auto;
	padding:10px 0;
	}

div#HeaderBox .acc_content03 ul li.m01 a{
	background:url(../images/common/m01.png) no-repeat center 50%;
	background-size:125px 15px;
	}
div#HeaderBox .acc_content03 ul li.m002 a{
	background:url(../images/common/m02.png) no-repeat center 50%;
	background-size:125px 15px;
	}
div#HeaderBox .acc_content03 ul li.m03 a{
	background:url(../images/common/m03.png) no-repeat center 50%;
	background-size:125px 15px;
	}
div#HeaderBox .acc_content03 ul li.m04 a{
	background:url(../images/common/m04.png) no-repeat center 50%;
	background-size:125px 15px;
	}
div#HeaderBox .acc_content03 ul li.m05 a{
	background:url(../images/common/m05.png) no-repeat center 50%;
	background-size:107px 14px;
	}
div#HeaderBox .acc_content03 ul li.m06 a{
	background:url(../images/common/m06.png) no-repeat center 50%;
	background-size:59px 13px;
	}
div#HeaderBox .acc_content03 ul li.m07 a{
	background:url(../images/common/m07.png) no-repeat center 50%;
	background-size:108px 14px;
	}


/* FooterBox
===============================================================*/
div#FooterBox {
	background:url(../images/common/bg_bottom.png) repeat-x  0 bottom;
	background-size:750px 90px;
}
div#FooterBox .footer_area {
	padding-bottom:20px;
    left: 170px;
    margin: 0 auto;
}

address{
	font-style:normal;
	color:#ffffff;
	font-size:12px;
	text-align:center;
	margin-bottom:10px;
	
}
div#FooterBox .copy{
	text-align:center;
	color:#969697;
	font-size:10px;
}
.bg_cv{
	position:absolute;
	top:0;
	left:0;
	z-index: 0;
	}
	
.bg_bottom {
    height: 182px;
    position: relative;
    bottom: -89px;
    z-index: -10;
}






.sp_tel {
    border-bottom: solid 1px #4b4b4b;
    padding-bottom: 15px;
    margin-bottom:15px;

}
.sp_tel a.telno {
	background:url(../images/top/tel.png) no-repeat 0 0;
	background-size:190px 40px;
	width:190px;
	height:40px;
	margin:0 auto;
	display:block;
	text-indent:-9990px;
	}
	.sp_tel span {
    text-align: center;
    display: block;
    color: #FFFFFF;
    margin-top: 10px;
    line-height: 16px;
	}
	.sp_tel span a {
		text-decoration: underline;
		color: #FFFFFF;
	}

.spbtn_area{
	width:100%;
	margin-bottom:12px;
	}
.spbtn_area .inner{
	background:#440000;
	width:100%;
	height: 42px;
	border-bottom:solid 1px #000000;
	}
.spbtn_area li a {
	display:block;
	color:#ffffff;
	padding:10px;
	text-align:center;
	line-height: 1.8em;
	}
.spbtn_area li {
	border-right:solid 1px #000000;
/*	width: 32.7%;*/
	width: 50%;
	box-sizing: border-box;
    display: inline-table;
}
.spbtn_area li.end{
	border-right:none;
}
.spbtn_area .in3 li {
	width: calc(100% / 3);
}
/*
.btnFB{ float: left; width: 48%; }
.btnPC{ float: right; width: 48%; }
*/
ul.sns {
	width: 85px;
	margin: auto;
	clear: both;
	overflow: hidden;
}
ul.sns li {
	float: left;
	width: 35px;
}
ul.sns li a {
	text-indent: -9999px;
	display: block;
	width: 35px;
	height: 35px;
}

ul.sns li.btnFB a {
	background: url(/sp/images/common/fb.png) no-repeat 0 0;
	background-size: 35px 35px;
}
ul.sns li.btnIN {
	float: right;
}
ul.sns li.btnIN a {
	background: url(/sp/images/common/in.png) no-repeat 0 0;
	background-size: 35px 35px;
}

.btnPC {
	width: 48%;
	margin: 21px auto 15px;
}
.btnPC a{
	color:#ffffff;
	background:#323232;
	padding:10px;
/*	margin:0 25% 15px 0;*/
	display:block;
	text-align:center;
	-moz-border-radius: 4px;    /* Firefox */
	-webkit-border-radius: 4px; /* Safari,Chrome */
    border-radius: 4px;        /* CSS3 */
	}
/*
.btnFB a{
	color:#ffffff;
	background:#3b5998;
	padding:10px;
	margin:0 0 15px 25%;
	display:block;
	text-align:center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    border-radius: 4px;
	}
.btnFB a span{
	background: url(../images/common/btn_facebook.png) no-repeat 50% 50%;
	background-size: 71px 12px;
	display: block;
	text-indent: -9999px;
}
*/
.btnSP{
	display:none;
	}

  .arrow_link{
    position: relative;
    display: inline-block;
    padding-right: 10px;
    text-decoration: none;
  }
  .arrow_link,
  .arrow_link:hover,
  .arrow_link:visited{
    color: #fff;
  }
  .arrow_link::before,
  .arrow_link::after{
    position: absolute;
    content: '';
    transition: 0.3s ease;
  }
  .arrow_link::before{
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    left: 0;
    bottom: 2px;
  }
  .arrow_link::after{
    width: 4px;
    height: 4px;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
