@charset "utf-8";

/**
 *
 *  renewal topage
 *
 */

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
p, h1, h2, h3, h4, h5, dl, dd, ul {
	margin: 0;
}
.top-page, .top-page * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4 {
	font-size: inherit;
	font-weight: normal;
}
body {
	font-size: 12px;
	color: #303030;
	/*font-family: 'Noto Sans Japanese';*/
	min-width: 1160px !important;
}
.font-arial {
	font-family:Helvetica, Arial,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
}
ul {
	padding: 0;
}
li {
	list-style: none;
}
a {
	color: #333;
	text-decoration: none;
	outline : none;
}
a:hover {
	/*opacity: .7;*/
}
img {
	/*vertical-align: text-bottom*/
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}
.container {
	margin: 0 auto;
	padding: 0 15px;
	width: 100%;
}
.width1160 {
	max-width: 1190px;
}
.width1480 {
	max-width: 1510px;
}
.width980 {
	max-width: 1010px;
}
.bold {
	font-weight: bold;
}
.margin-auto {
	margin: 0 auto;
}
.bg-color01 {
	background-color: #000;
}
.color01 {
	color: #fff;
}
.underline {
	text-decoration: underline;
}
.float-r {
	float: right;
}
.float-l {
	float: left;
}
.text-c {
	text-align: center;
}
.text-r {
	text-align: right;
}
.cont-sp {
	display: none;
}
.cont-pc {
	display: block;
}
.cont-pc-t {
	display: block;
}

.border01 {
	border: 1px solid #1A3591;
}
.radius05 {
	border-radius: 5px;
}
.radius10 {
	border-radius: 10px;
}
.font12 {
	font-size: 12px;
}
.font13 {
	font-size: 13px;
}
.font14 {
	font-size: 14px;
}
.font15 {
	font-size: 15px;
}
.font16 {
	font-size: 16px;
}
.font18 {
	font-size: 18px;
}
.font20 {
	font-size: 20px;
}
.font22 {
	font-size: 22px;
}
.font24 {
	font-size: 24px;
}
.font26 {
	font-size: 26px;
}
.font28 {
	font-size: 28px;
}
.padding60 {
	padding: 60px 0;
}
.padding80 {
	padding: 80px 0;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.line-24 {
	line-height: 24px;
}
.col2 {
	width: 50%;
}
.link-btn, .link-btn span:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.link-btn {
	display: block;
	width: 160px;
	padding: 12px 25px 12px 35px;
	border: 1px solid #000;
	text-align: center;
	text-decoration: none !important;
}
.link-btn span {
	position: relative;
}
.link-btn span:before {
	content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -20px;
    top: 4px;
}
.link-btn:hover {
	opacity: 1;
	background: #000;
	color: #fff;
}
.link-btn:hover span:before {
	border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
/*--------------------------------------------------------------------------
   header
---------------------------------------------------------------------------*/
.header, .header * {
	box-sizing: border-box;
}
.header {
	height: 70px;
	border-bottom: 1px solid #d9d9d9;
    box-shadow: 0 -5px 7px #000;
}
.header .logo {
	padding-top: 15px;
	margin-left: 90px;
}
.g-navi {
	margin-left: 60px;
}
.g-navi-menu > li {
	float: left;
	margin: 0 17.5px;
	line-height: 70px;
	position: relative;
}
.g-navi-menu > li a {
	cursor: pointer;
	text-decoration: none;
}
.g-navi-menu > li a.active {
	opacity: .7;
}
.second-menu {
	display: none;
	position: absolute;
	left: 0;
	width: 200px;
	top: 100%;
	line-height: 40px;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	z-index: 999;
	font-weight: normal;
	font-size: 11px;
}
.second-menu li {
	border-bottom: 1px solid #d9d9d9;
	background: #fff;
}
.second-menu li:last-child {
	border-bottom: none;
}
.second-menu a {
	padding: 0 10px 0 30px;
	position: relative;
	display: block;
}
.second-menu a:before {
	content: '';
    position: absolute;
    left: 10px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    margin-top: -4px;
}
.g-navi-menu .online {
	padding: 5px 8px;
	text-decoration: none;
}
.sns-list {
	padding-top: 19px;
}
.sns-list li {
	float: left;
	padding: 0 5px;
}
#bread-crumb {
	box-shadow: none !important;
}


/*--------------------------------------------------------------------------
   main img
---------------------------------------------------------------------------*/
.mv-box {
	position: relative;
}
.slide-title {
	position: absolute;
	bottom: 50px;
    left: 50px;
}
.kv-banner {
	position: absolute;
	bottom: 50px;
    right: 50px;
}
.kv-banner a:hover{
	opacity:0.95;
}

.kv-banner-t {
	position: absolute;
	bottom: 140px;
    right: 50px;
}
.kv-banner-t a:hover{
	opacity:0.95;
}

.main-img-box {
	width: 100%;
	height: 600px;
}
.main-img-box.slide01 {
	background: url(../images/toppage/img_mv01.jpg) center;
	background-size: cover;
}
.main-img-box.slide02 {
	background: url(../images/toppage/img_mv02.jpg) center;
	background-size: cover;
}
.main-img-box.slide03 {
	background: url(../images/toppage/img_mv03.jpg) center;
	background-size: cover;
}
.main-img-box img {
	display: none;
}
/*end mainImg*/


/*--------------------------------------------------------------------------
   about
---------------------------------------------------------------------------*/
.about-box h2 {
	font-size: 30px;
	font-weight: bold;
}
.about-box .ttl-box {
	padding: 0 10px 0 90px;
}
/*end about*/


/*--------------------------------------------------------------------------
   slider
---------------------------------------------------------------------------*/
.kv-box.toppage {
	background: url(../images/toppage/bg_slide.png) no-repeat center;
	background-size: cover;
	padding: 40px 0;
}
.kv-box.toppage .container {
	padding: 0 60px;
	max-width: 1280px;
}
.slick-prev, .slick-next {
	width: 30px;
	height: 70px;
}
.slick-prev {
	left: -45px;
}
.slick-next {
	right: -45px;
}
.slick-next:before, .slick-prev:before {
	content: '';
    position: absolute;
	width: 35px;
    height: 35px;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 17px;
}
.slick-next:before {
    left: -15px;
    border-top: 1px solid #303030;
    border-right: 1px solid #303030;
}
.slick-prev:before {
    right: -15px;
    border-bottom: 1px solid #303030;
    border-left: 1px solid #303030;
}
.kv-box.toppage .kv-img-box {
	height: 580px;
	border: 1px solid #ccc;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.kv-img-box > div {
	height: 100%;
}
.kv-img-box .txt-box {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -webkit-justify-content: center;
	justify-content: center;
    -webkit-align-items: center;
	align-items: center;
	font-size: 13px;
}
.kv-img-box .txt-box p {
	margin: 15px 0 40px;
}
/*---▼リンクボタン白---*/
.kv-img-box .link-btn {
	width: 180px;
	line-height: 50px;
	border: 1px solid #fff;
	color: #fff;
	padding: 0 0 0 10px;
}
.kv-img-box .link-btn:hover {
	background: #fff;
	color: #000;
}
.kv-img-box .link-btn span:before {
	width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    left: -20px;
    top: 5px;
}
.kv-img-box .link-btn:hover span:before {
	border-top: 1px solid #000;
    border-right: 1px solid #000;
}
/*---▼リンクボタン黒---*/
.kv-img-box .link-btn.black {
	border: 1px solid #000;
	color: #000;
}
.kv-img-box .link-btn.black:hover {
	background: #000;
	color: #fff;
}
.kv-img-box .link-btn.black span:before {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.kv-img-box .link-btn.black:hover span:before {
	border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
/*---------▼kingdome---------*/
.kingdome .img-box {
	background: url(../images/toppage/kv/img_kingdome.jpg) no-repeat center;
	background-size: cover;
}
.kingdome .txt-box {
	background: #1e2b60;
	color: #fff;
}

/*---------▼alutech gulliver---------*/
.alutech_gulliver .img-box {
	background: url(../images/toppage/kv/img_alutech_gulliver.jpg) no-repeat center;
	background-size: cover;
}
.alutech_gulliver .txt-box {
	background: #516DA0;
	color: #fff;
}

/*---------▼flash---------*/
.flash .img-box {
	background-image: url(../images/toppage/kv/gif_flash.gif), url(../images/toppage/kv/bg_flash.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%, cover;
}
.flash .img-box img {
	width: 100%;
}
.flash .txt-box {
	background: #000;
	color: #fff;
}
/*end kv*/


/*--------------------------------------------------------------------------
   link
---------------------------------------------------------------------------*/
.link-box {
	padding: 40px 0;
}
.link-list {
	margin: 0 -15px;
}
.link-list li {
	width: 50%;
	padding: 0 30px;
}
.link-list li a {
	text-decoration: none;
}
.link-list li h3 {
	font-size: 26px;
}
.link-list div {
	padding: 110px 0;
	margin-bottom: 40px;
	transition:.5s;
	overflow: hidden;
}
.link-list .product div {
	background: url(../images/toppage/bg_product.jpg) no-repeat center;
	background-size:100% 100%;
}
.link-list .shop div {
	background: url(../images/toppage/bg_shop.jpg) no-repeat center;
	background-size:100% 100%;
}
.link-list .movie div {
	background: url(../images/toppage/bg_movie.jpg) no-repeat center;
	background-size:100% 100%;
}
.link-list .friends div {
	background: url(../images/toppage/bg_friend.jpg) no-repeat center;
	background-size:100% 100%;
}
.link-list div:hover {
	background-size:110% 110%;
}
@media all and (max-width:1500px) {
	.link-list .product div, .link-list .shop div, .link-list .movie div, .link-list .friends div {
		background-size: auto 100%;
	}
	.link-list div:hover {
		background-size: auto 110%;
	}
}
/*end link box*/


/*--------------------------------------------------------------------------
   news
---------------------------------------------------------------------------*/
.news-box {
	padding-bottom: 60px;
}
.news-box h2 {
	font-size: 26px;
	font-weight: bold;
}
.news-list {
	margin: 0 -20px;
	padding: 30px 0 40px;
}
.news-list li {
	width: 33.33333%;
	padding: 0 20px;
}
.news-list li a {
	text-decoration: none;
}
.news-list li a:hover {
	opacity: 1;
	text-decoration: underline;
}
.news-list li .img-box {
	height: 200px;
	margin-bottom: 10px;
	background: #000;
}
.news-list dt {
	margin: 5px 0;
}
/*end news*/


/*--------------------------------------------------------------------------
   modal
---------------------------------------------------------------------------*/
.graylayer{
	display:none;
	position: fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-color: #000;
	opacity:.7;
	-webkit-filter: alpha(style=0, opacity=30);
	-moz-filter: alpha(style=0, opacity=30);
	-o-filter: alpha(style=0, opacity=30);
	-ms-filter: alpha(style=0, opacity=30);
	filter: alpha(style=0, opacity=30);
	z-index: 9970;
}
#ModalInlineDataAfter {
	position: fixed;
    top: 50%;
	left: 50%;
    z-index: 9999;
}
#ModalCloseBtnAfter {
	position: absolute;
    top: 25px;
    right: 25px;
    z-index: 1002;
    width: 29px;
    height: 29px;
    background: url(/shared/images/modal_close01.gif) no-repeat 0 0;
    cursor: pointer;
}
#ModalInlineDataAfter{
	display: none;
}
#AfterService{
	width: 550px;
	margin: 0 auto;
	background: #fff;
}
#AfterService .inside{
	border: 5px solid #ececec;
	padding: 50px 40px;
}
#AfterService .note{
	padding: 30px 0 0 0;
	line-height: 250%;
}
.campaign{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 998;
}
.campaign .bg{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.85;
	filter: alpha(opacity=85);
}
/*end modal*/


/*--------------------------------------------------------------------------
   footer
---------------------------------------------------------------------------*/
/*.footer, .footer * {
	box-sizing: border-box;
}
.footer {
	padding: 20px 0 20px;
	opacity: .6;
}
.footer_nav li {
	float: left;
}*/
.guide-nav li {
	padding: 0 15px;
	border-right: 1px solid #333;
}
.guide-nav li a {
	text-decoration: none;
}
.guide-nav li:last-child {
	border: none;
}
.social-nav {
	margin-left: 10px;
}
.social-nav li {
	padding: 0 7.5px;
}
/*end footer*/

/*--------------------------------------------------------------------------
   other
---------------------------------------------------------------------------*/
/*product*/
#Main #SubNavi {
	box-sizing: content-box;
}

@media all and (max-width:767px) {
/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
	body {
		min-width: inherit !important;
	}
	.container {
		padding: 0 20px;
	}
	.cont-pc {
		display: none;
	}
	.cont-pc-t {
		display: none;
	}
	.cont-sp {
		display: block;
	}
	/*
	.cont-sp a{
		display:inline-block;
		width:45%;
		
	}*/
	.cont-sp a{
		display:block;
		width:70%;
		margin:5px auto;
	}
	.cont-sp a img {
		width:100%;	
	}

	.col2 {
		width: 100%;
	}
	.link-btn {
		width: 190px;
		margin: 0 auto;
	}
	

/*--------------------------------------------------------------------------
   header
---------------------------------------------------------------------------*/
	.header {
		height: 60px;
		position: relative;
		z-index: 999;
		background: #fff;
	}
	.header .logo {
		padding-top: 18px;
		margin: 0;
	}
	.header .logo img {
		width: 120px;
		height: auto;
	}
	.g-navi {
		margin: 0;
		position: absolute;
		top: 60px;
		z-index: 999;
		background: #fff;
		left: 0;
		right: 0;
	}
	.g-navi-menu {
		display: none;
	}
	.g-navi-menu a {
		padding: 0 15px;
		display: block;
	}
	
	.g-navi-menu .online {
		background: none;
		color: #303030;
		margin: 0;
		padding: 0 15px;
	}
	.g-navi-menu > li {
		line-height: 45px;
		float: none;
		margin: 0;
		font-size: 11px;
		border-bottom: 1px solid #d9d9d9;
	}
	.g-navi-menu > li > a {
		position: relative;
	}
	.g-navi-menu > li > a:after {
		content: '';
		position: absolute;
		width: 8px;
		height: 8px;
		border-top: 1px solid #333;
		border-right: 1px solid #333;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
		margin-top: -4px;
		right: 15px;
	}
	.second-menu {
		position: static;
		width: 100%;
		border-left: none;
		border-right: none;
		border-top: 1px solid #d9d9d9;
		border-bottom: none;
	}
	.second-menu li {
		background: #F2F2F2;
	}
	.second-menu a:before {
		width: 8px;
		height: 8px;
		left: inherit;
		margin-top: -4px;
		right: 15px;
		border-top: 1px solid #999;
		border-right: 1px solid #999;
	}
	.sns-box {
		display: none;
	}
	#panel-btn{
		display: inline-block;
		position: relative;
		width: 30px;
		height: 50px;
		margin: 4px 0 0;
		float: right;
	}
	#panel-btn-icon{
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 25px;
		height: 3px;
		margin: -1px 0 0 -12px;
		background: #a3a3a3;
		transition: .2s;
	}
	#panel-btn-icon:before, #panel-btn-icon:after{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 25px;
		height: 3px;
		background: #a3a3a3;
		transition: .3s;
	}
	#panel-btn-icon:before{
		margin-top: -10px;
	}
	#panel-btn-icon:after{
		margin-top: 6px;
	}
	#panel-btn .close{
		background: transparent;
	}
	#panel-btn .close:before, #panel-btn .close:after{
		margin-top: 0;
	}
	#panel-btn .close:before{
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	#panel-btn .close:after{
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
	
/*--------------------------------------------------------------------------
   main img
---------------------------------------------------------------------------*/
	.main-img-box.slide01, .main-img-box.slide02, .main-img-box.slide03 {
		background: none;
		height: auto;
	}
	.main-img-box img {
		width: 100%;
		height: auto;
		display: block;
	}
	.slide-title {
		bottom: inherit;
		left: 0;
		margin-left: 0;
		top: -250px;
	}
	.slide-title img {
		max-width: inherit;
		width: 100%;
	}
	.kv-banner {
		/*
		bottom: 50px;
		left: 50%;
		margin-left: -100px;
		*/
		left: 0;
		width:100%;
		text-align:center;
		margin:0 auto;

	}
	.kv-banner-t {
		bottom: 150px;
		left: 50%;
		margin-left: -115px;
	}

	.scroll-btn {
		position: absolute;
		bottom: 20px;
		left: 50%;
		margin-left: -12px;
		z-index: 20;
		-webkit-animation: arrowMove 1.2s ease-in infinite;
		animation: arrowMove 1.2s ease-in infinite;
	}

/*--------------------------------------------------------------------------
   about
---------------------------------------------------------------------------*/
	.about-box {
		padding: 25px 0;
	}
	.about-box .ttl-box {
		padding: 0 15px;
		text-align: center;
	}
	.about-box h2 {
		font-size: 20px;
	}
	.about-box .ttl-box p {
		font-size: 10px;
	}
	.about-box p {
		margin-bottom: 15px;
	}
	.about-box p br {
		display: none;
	}
	
/*--------------------------------------------------------------------------
   slider
---------------------------------------------------------------------------*/
	.kv-box.toppage {
		padding: 0;
	}
	.kv-box.toppage .container {
		padding: 0;
	}
	.kv-box.toppage .kv-img-box {
		display: block;
		height: auto;
		border: none;
		border-top: 1px solid #f2f2f2;
	}
	.kv-img-box > div {
		height: auto;
	}
	.kv-img-box .img-box {
		height: 700px;
	}
	.kv-img-box .txt-box {
		display: block;
		padding: 15px 0 30px;
		height: 210px;
	}
	.kv-img-box .txt-box > div {
		max-width: 270px;
		padding: 0 15px;
		margin: 0 auto;
		font-size: 10px;
	}
	.kv-img-box .txt-box > div img {
		width: 100%;
	}
	.kv-img-box .txt-box p {
		margin-bottom: 30px;
	}
	.kv-img-box .link-btn {
		line-height: 40px;
	}
	.kv-img-box .link-btn span:before {
		top: 3px;
	}
	
	@media all and (max-width:620px) {
		.kv-img-box .img-box {
			height: 600px;
		}
	}
	@media all and (max-width:550px) {
		.kv-img-box .img-box {
			height: 500px;
		}
	}
	@media all and (max-width:480px) {
		.kv-img-box .img-box {
			height: 375px;
		}
	}
	@media all and (max-width:320px) {
		.kv-img-box .img-box {
			height: 330px;
		}
	}
	
	/*---------▼kingdome---------*/
	.kingdome.kv-img-box .txt-box > div {
		max-width: 300px;
	}
	.kingdome.kv-img-box .txt-box > div img {
		max-width: 140px;
	}
	
	/*---------▼flash---------*/
	.flash.kv-img-box .txt-box > div img {
		max-width: 75px;
	}
	
/*--------------------------------------------------------------------------
   link
---------------------------------------------------------------------------*/
	.link-box {
		padding: 20px 0;
	}
	.link-list {
		margin: 0 -20px;
	}
	.link-list li {
		width: 100%;
		padding: 0 20px;
	}
	.link-list div {
		padding: 80px 0;
		margin-bottom: 20px;
	}
	@media all and (max-width:480px) {
		.link-list div {
			padding: 40px 0;
			margin-bottom: 20px;
		}
	}
	.link-list .product div, .link-list .shop div, .link-list .movie div, .link-list .friends div {
		background-size: cover;
		background-position: center top;
	}
	.link-list li h3 {
		font-size: 20px;
	}

/*--------------------------------------------------------------------------
   news
---------------------------------------------------------------------------*/
	.news-box {
		padding-bottom: 30px;
	}
	.news-box h2 {
		font-size: 20px;
	}
	.news-box h2 + p {
		font-size: 10px;
	}
	.news-list {
		padding: 20px 0;
	}
	.news-list li {
		width: 100%;
		margin-bottom: 20px;
	}
	.news-list li:last-child {
		margin-bottom: 0;
	}
	.news-list li .img-box {
		margin-bottom: 5px;
	}
	.news-list .date {
		font-size: 12px;
	}
	
/*--------------------------------------------------------------------------
   modal
---------------------------------------------------------------------------*/
	#AfterService{
		width: 300px;
	}
	#AfterService .inside{
		position: relative;
		border: 3px solid #ececec;
		padding: 25px 20px;
		background: #fff;
	}
	#AfterService .inside img{
		width: 200px;
		height: auto;
	}
	#AfterService .note{
		padding: 10px 0 0 0;
		line-height: 200%;
	}
	#ModalCloseBtnAfter{
		position: absolute;
		top: 10px;
		right: 10px;
		width: 15px;
		height: 15px;
		background: url(/shared/images/modal_close01.gif) no-repeat 0 0;
		background-size: 15px;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
	}
	
/*--------------------------------------------------------------------------
   footer
---------------------------------------------------------------------------*/
	.footer {
		opacity: 1;
		padding: 0;
	}
	.footer .container {
		padding: 0;
	}
	.pageTop a {
		width: 100%;
		height: 39px;
		border-top: 1px solid #d7d7d7;
		background: url(/shared/images/footer_pagetop_sp.gif) no-repeat 50% 50%;
		background-size: 16px 12px;
		display: block;
		text-indent: -9999px;
	}
	.footer_navs {
		float: none;
	}
	.footer_nav {
		text-align: center;
		margin: 0;
		float: none;
		border-top: 1px solid #d7d7d7;
	}
	.guide-nav {
		padding: 5px 0;
	}
	.guide-nav li {
		float: none;
		display: inline-block;
		border-right: 1px solid #d7d7d7;
		padding: 0 10px;
	}
	.guide-nav li a {
		color: #999;
		font-size: 10px;
	}
	.social-nav li {
		width: 25%;
		padding: 10px 0;
		border-right: 1px solid #d7d7d7;
	}
	.social-nav li:last-child {
		border-right: 0;
	}
	.social-nav li img {
		vertical-align: bottom;
		margin: 0 auto;
	}
	.footer_copy {
		border-top: 1px solid #d7d7d7;
		padding: 5px 0;
		font-size: 10px;
	}
}
