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