@charset"UTF-8";
/*footer
============================================================*/
.footerWrap{
/*	background: url(../images/bg_footer.png);*/
	font-size: 12px;
	padding:20px 0 30px;
	line-height: 2;
}
@media screen and (min-width:640px){
.footerWrap nav{
	width: 980px;
	margin: 0 auto;
}
.footerlink{
	margin-left: 60px;
}
.footerlink:first-child{
	margin-left: 0;
}
}
@media screen and (max-width:640px){
.footerWrap nav{
	width: 100%;
	margin: 0 auto;
}
.footerlink{
	margin: 0 30px 20px 0;
}
}
.footerlink{
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	color: #fff;
}
.footerlink:first-child{
	margin-left: 0;
}
.footerlink::before {
	content:"＞";
	color: #fff;
}
.footerlink a{
	color: #fff;
	text-decoration: underline;
}
.footerlink a:hover{
	color: #dddddd;
}
.footerlink ul{
	text-indent: 1em;
}
.footerlink ul ul{
	text-indent: 2em;
}
.copyright{
	font-size: 12px;
	text-align: center;
	line-height: 3em;
}

/*text-align
============================================================*/
.taC{text-align: center;}
.taR{text-align: right;}

/*fontstyle
============================================================*/
.bold{
	font-weight: bold;
}

/*margin
============================================================*/
.mT5{margin-top: 5px;}
.mT20{margin-top: 20px;}
.mT40{margin-top: 40px;}
.mB70{margin-bottom: 70px;}
.mL30{margin-left: 30px;}

/*width
============================================================*/
.w80{width: 80px;}
.w110{width: 110px;}
.w120{width: 120px;}
.w160{width: 160px;}
.w600{width: 600px;}
