@charset "utf-8";
/* CSS Document */

body{
	min-width: 1000px;
}
html{
	font-size: 62.5%;
	font-family: "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*コンテンツ幅に合わせてください*/
/*footer*/

footer .inner{
	width: 1110px;
	margin: 0 auto;
	padding: 40px 0;
	line-height: 1.8;
	font-size: 1.2rem;
}
footer .footerHeading{
	font-size: 1.6rem;
}
footer .footerHeading span{
	position: relative;
	padding: 0 25px 0 3px;
}
footer .footerHeading span::before{
	content: "";
  	position: absolute;
  	top: 24px;
  	left: 0px;
  	height: 2px;
  	width: 100px;
}
footer .footerHeading span::after{
	content: "";
  	position: absolute;
  	top: 22px;
  	left: 100px;
  	width: 6px;
	height: 6px;
	border-radius: 50%;
}
footer .linkList{
	margin-top: 16px;
}
footer .linkList a{
	position: relative;
	padding-right: 15px;
	text-decoration: none;
}
footer .linkList a:hover,
footer .linkList a:active{
	text-decoration: underline;
}
footer .linkList a::before{
	content: "";
  	position: absolute;
  	top: 3px;
  	left: 0px;
	width: 2px;
  	height: 10px;
	margin-left: -10px;	
}
footer .linkList a:nth-of-type(1)::before{
	display: none;
}

/*グレー*/
/*footer{
	background: -moz-linear-gradient(left,  #3f3f3f 0%, #737373 100%); 
	background: -webkit-linear-gradient(left,  #3f3f3f 0%,#737373 100%); 
	background: linear-gradient(to right,  #3f3f3f 0%,#737373 100%); 
}
footer,
footer .linkList a{
	color: #ffffff;
}
footer .footerHeading span::before,
footer .footerHeading span::after
{
	background-color: #dadada;
}
footer .linkList a::before{
	background-color: #a5a5a5;
}*/

/*ホワイト*/
footer,
footer .linkList a{
	color: #666666;
}
footer .footerHeading span::before,
footer .footerHeading span::after,
footer .linkList a::before{
	background-color: #a5a5a5;
}