/* CSS Document */
@import "reset.css";
@import "common.css";
@import "style.css";

/* CSS Document */
/**
****************************************************************
*
*	株式会社アンチータcss
*	css/top.css
*	
****************************************************************
*/



body{
background:none;
color: #4B4848;
min-width:980px;
}
a{
  color: #4B4848;
}
a:hover{
	color:#FFF;
}
img{ vertical-align:top;}
.sp{
  display:none;
}
a:hover img{
	opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}
/* ------------------------------------------------------------
box-sizing
------------------------------------------------------------ */
*{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
/* ------------------------------------------------------------
header
------------------------------------------------------------ */
/*ヘッダー*/
div#header{
/*  border-bottom:4px solid #beb785;*/
  height:74px;
  width:100%;
  min-width:980px;
  margin:0 0 10px 0;
  padding:0 10px;
}


div#boxHeaderRight{
width:380px;
height:70px;
float:right;
}

/* ------------------------------------------------------------
link_box　いります
------------------------------------------------------------ */
#link_box{
/*  background: #393;
  color:#fff;*/
	line-height:1 !important;
	margin:20px 0 10px 0;
  padding:4px 0 6px 0;
  width:100%;
  min-width:980px;
  color: #666;
}
#link_list{
 line-height:1;
  margin:0 auto;
  max-width:980px;
  padding:0 10px;
  text-align:right;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#link_list li{
	/*color:#fff;*/
  display:inline;
  font-size:15px;
  line-height:1 !important;
  margin:0 0 0 20px;
}

#link_list li:first-child:before{
  content:none;
}
#link_list li a{
/*  color:#fff;
*/	line-height:1 !important;
  text-decoration:none;
  color: #333;
}
/*#link_list li:before{
	color: #C10003;
  content:"\f0da";
  font-family:FontAwesome;
  margin:0 4px 0 0px;
}*/
#link_list li#linklist_home:before{
	content:none;
}
#link_list li a i.fa-home{
	color:#fff;
  font-size:16px;
}
#link_list li a:hover,#link_list li a i.fa-home:hover{
  color: #C10003;
}

/* ------------------------------------------------------------
global navi
------------------------------------------------------------ */
#navi_main_box{
	height:80px;
	margin:20px auto 20px auto;
	position:relative;
	vertical-align:middle;
	z-index:50;
	width:960px;
}
#navi_main_box ul{
	height:80px;
	margin:0 auto;
	padding:0;
	vertical-align:middle;
	width:960px;
}



/* ------------------------------------------------------------
totop
------------------------------------------------------------ */
div#box_totop{
	bottom:30px;
	color:#fff;
	height:60px;
	margin:0 auto;
	padding:0;
	position:absolute;
	right:-120px;
	text-align: center;
	width:60px;
}
p#totop {
	color:#fff;
}
p#totop i{
	color:#9E8F84;
	font-size:60px;
	line-height:60px;
}
p#totop a{
	background:none;
	border-radius:50%;
	color:#9E8F84;
	display:block;
	height:60px;
	line-height:60px;
 	margin:0 0 0 0px;
	overflow:hidden;
	text-indent:0;
	width:60px;
}
/* /このページの上へ*/
/* ------------------------------------------------------------
footer　いります
------------------------------------------------------------ */
div#footer{
/*  border-top:1px solid #beb785;
*//*  background:#f4f2ea;*/
	background-image:none;
	height:auto;
	padding:0px 0 20px 0;
	text-align: left;
  width:100%;
	margin: 0px 0 0 0;
  min-width:980px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*ここから*/
#footer_link01_box{
  background:url(../image/footer_bg.jpg) repeat center top;
  margin:0 auto 20px auto;
  padding:10px 0 10px 0;
}
#footer_link01{
	margin:0 auto;
	text-align:center;
  padding:0 10px;
	max-width:980px;
}
#footer_link01 li{
	float:left;
   font-size:12px;
	list-style:none;
	line-height:2;
	padding:0px 0.5%;
	text-align:center;
	width:33.333%;
}
#footer_link01 li a:before{
	content:"\f138";
	font-family:FontAwesome;
	margin:0 4px 0 0;
}
#footer_link01 li a{
	background:#beb785;
	border-radius:6px;
	color:#fff;
	display:block;
	height:100%;
	padding:4px;
  text-decoration:none;
	width:100%;
}
#footer_box02{
text-align:center;
margin-top: 20px;

}
/*ここから*/
.footer_link02{
  font-size:12px;
  margin:0 auto 20px auto;
}
  
.footer_link02:after{
  content:"|";
}
.footer_link02 li{
  list-style:none;
  display:inline;
  margin:0 10px 0 0;
  text-align:center;
}
.footer_link02 li:before{
  content:"|";
  margin:0 10px 0 0;
}
.footer_link02 li a{
  color:#555;
  text-decoration:none;
}
.footer_link02.small{
  font-size:10px;
}

/*ここまで*/



#footer_cr p{
  color: #666;
  font-size:12px;
  padding:0px 0 0 0;
  text-align:center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* ------------------------------------------------------------
slider
------------------------------------------------------------ */  
#topslider{
  overflow:hidden;
  position:relative;
    width:100%;
	margin-top: 40px;
  }
#topslider_inner{
position:relative;
width: 960px;
margin: 0 auto;
/*width:2900px*/;/*3個文+マージン*/
/*left:50%;*/
/*margin-left:-1450px;
*/}

#topslider_inner img{
	  -webkit-box-shadow: 0px 0px 15px -3px #999999;
       -moz-box-shadow: 0px 0px 15px -3px #999999;
            box-shadow: 0px 0px 15px -3px #999999;
	
}
#topslider_inner li{
  width:960px;
  border-radius:16px;
  overflow:hidden;
}


/* ------------------------------------------------------------
main
------------------------------------------------------------ */  
div#contents_top{
	margin: 0 auto;
	padding:10px 10px 0 10px;
	position:relative;
  text-align:center;
	width:980px;
}



/********** banner **********/
.top_bnr_box{
	margin:0 0 30px 0;
}
.top_bnr_box_item{
	float:left;
	margin-right:15px;
}
.top_bnr_box_item:nth-child(4n){
	margin-right:0;
}
