@charset "utf-8";
@import "base.css";
@import "common.css";

.sp_view{
	display: none;
}
body a{
	transition: 0.5s;
}
/*####################　ヘッダ　####################*/
#HeaderWall{
	width: 100%;
	background: #e6e6e6;
	position: fixed;
	z-index: 99999999;
}
#Header {
	width: 1024px;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
}
#Header h1 {
	width: 85px;
	height: 28px;
}
#Header h1 a{
	display: block;
	background: url(../img/logo.png) no-repeat;
	width: 85px;
	height: 28px;
	text-indent: -9999px;
}
#Header #Navi{
	position: absolute;
	right: 30px;
	top: 15px;
	width: 717px;
}
#Navi ul{
	height: 18px;
}
#Navi ul li{
	float: left;
	margin: 0 37px;
}
#Navi ul li a{
	display: block;
	text-indent: -9999px;
	height: 18px;
}
#Navi ul li.navi01 a{
	background: url("../img/head_navi01.png") no-repeat;
	width: 87px;
	filter:alpha(opacity=35);
    -moz-opacity: 0.35;
    opacity: 0.35;
}
#Navi ul li.navi02 a{
	background: url("../img/head_navi02.png") no-repeat;
	width: 59px;
	filter:alpha(opacity=35);
    -moz-opacity: 0.35;
    opacity: 0.35;
}
#Navi ul li.navi03 a{
	background: url("../img/head_navi03.png") no-repeat;
	width: 54px;
	filter:alpha(opacity=35);
    -moz-opacity: 0.35;
    opacity: 0.35;
}
#Navi ul li.navi04 a{
	background: url("../img/head_navi04.png") no-repeat;
	width: 90px;
	filter:alpha(opacity=35);
    -moz-opacity: 0.35;
    opacity: 0.35;
}
#Navi ul li.navi05 a{
	background: url("../img/head_navi05.png") no-repeat;
	width: 57px;
	filter:alpha(opacity=35);
    -moz-opacity: 0.35;
    opacity: 0.35;
}
#Navi ul li a.open{
	filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
#Navi ul li a:hover{
	text-decoration: none;
	color: #666;
}
#Header a:hover{
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
#Container{
	padding-top: 48px;
}
#mainImg{

	height: 256px;
	width: 1024px;
	margin: 0 auto;
	overflow: hidden;
}






/*####################　パンくず　####################*/
div#pankuzu{
	width: 100%;
	background: url(../img/bg_paper.jpg) #faf9f4;
}
div.pankuzu{
	width: 1140px;
	margin: 0 auto;
	padding: 10px 0 5px;
	color: #282828;
}
div.pankuzu a.home{
	color: #9d9d9e;	
	background: url(../img/icon_home.png) no-repeat left center;
	padding: 10px 0 0 35px;
}
div.pankuzu span.arrow{
	font-size: 80%;
	color: #9d9d9e;	
}
/*####################　sidenavi ####################*/
div#sidenavi{
	display: none;
	position: fixed;
	right: 0;
	top: 59px;
	margin: 0 auto;
	padding: 0;
	width: 90px;
	height: 247px;
}
div#sidenavi a{
	display: block;
	text-indent: -9999px;
	width: 90px;
	height: 247px;
	background: url(../img/side_btn.png) no-repeat;
}



/*####################　pageNavi　####################*/
div.wp-pagenavi{
	margin: 20px 0;
	text-align: center;
	font-size: 18px;
}
div.wp-pagenavi span,
div.wp-pagenavi a{
	padding: 3px 10px;
	margin: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
div.wp-pagenavi span{
	background: #af1829;
	color: #fff;
	border: solid 1px #af1829;
}
div.wp-pagenavi a{
	color: #af1829;
	border: solid 1px #af1829;
}


/*####################　pageTop　####################*/
#pageTop{
	display: none;
}
p.pageTop{
	position: fixed;
	right: 0;
	bottom: 0;
	width: 70px;
	height: 70px;
	margin: 0;
	padding: 0;
}
p.pageTop a{
	display: block;
	background: url(../img/go_top.png) no-repeat;
	background-size: 100%;
	width: 70px;
	height: 70px;
}
p.pageTop a:hover{
	text-decoration: none;
}
/*####################　フッター　####################*/
#Footer{
	width: 100%;
	padding: 20px 0 80vh;
}
#Footer div.FootMenu{
	width: 100%;
	background: #E6E6E6;
	margin: 0;
	padding: 0;
}	
#Footer div.FootMenu div.addr{
	width: 1024px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
}
#Footer div.FootMenu div.addr address{
	text-align: left;
	color: #000;
	font-size: 14px;
}
#Footer div.FootMenu div.addr address span{
	font-size: 150%;
}
#Footer div.FootMenu div.addr ul{
	position: absolute;
	right: 0;
}
#Footer div.FootMenu div.addr ul li{
	display: inline-block;
	border-left: solid 1px #000;
	padding: 1px 15px;
}
#Footer div.FootMenu div.addr ul li:first-child{
	border-left: none;
}
#Footer div.FootMenu div.addr ul li a{
	color: #000;
	font-size: 14px;
}
#Footer div.FootMenu div.addr ul li a:hover{
	color: #666;
	text-decoration: none;
}





/*end*/
