/* #news_sns
**************************************************
**************************************************/
#news-sns > .table {
	width: 100%;
	display: table;
	box-sizing: border-box;
}

#news-sns .table > div {
	display: table-cell;
	height: 50px;
	vertical-align: middle;
}

#news-sns .news-sns-left {
	width: 80%;
	background: url(../images/icon_horn.png) no-repeat 0 50%;
	padding: 0 0 0 30px;
	font-size: 17px;
}

#news-sns .news-sns-left span {
	color: #00beed;
}

#news-sns .news-sns-left a {
	color: #656565;
}

#news-sns .news-sns-left a:hover {
	text-decoration: underline;
}

#news-sns .news-sns-right {
	width: 20%;
}

#news-sns .news-sns-right ul {
	display: table;
	width: 100%;
}

#news-sns .news-sns-right li {
	display: table-cell;
	font-size: 24px;
	text-align: right;
	vertical-align: middle;
}

#news-sns .news-sns-right li:first-child {
	font-size: 12px;
	color: #adacac;
}

#news-sns .news-sns-right li a {
	color: #818181;
}

#news-sns .news-sns-right li a:hover {
	color: #555;
}

/* #news-sns-mobile
**************************************************
**************************************************/
#news-sns-mobile {
	padding: 5px;
}
#news-sns-mobile .news-sns-left {
	width: 100%;
	background: url(../images/icon_horn.png) no-repeat 0 50%;
	padding: 0 0 0 30px;
	font-size: 14px;
	white-space: normal;
	box-sizing:border-box;
}

#news-sns-mobile .news-sns-left a {
	color: #656565;
}

#news-sns-mobile .news-sns-left a:hover {
	text-decoration: underline;
}

#news-sns-mobile .news-sns-right {
	width: 100%;
	text-align: center;
	padding: 5px;
}

#news-sns-mobile .news-sns-right li {
	display: inline-block;
	font-size: 24px;
	text-align: right;
	vertical-align: middle;
}

#news-sns-mobile .news-sns-right li:first-child {
	font-size: 12px;
	color: #adacac;
}

#news-sns-mobile .news-sns-right li a {
	color: #818181;
}

#news-sns-mobile .news-sns-right li a:hover {
	color: #555;
}

/* #top-banner-area01
**************************************************
**************************************************/
#top-banner-area01 {
	margin: 0 auto 75px;
}

#top-banner-area01 ul {
	display: table;
	width: 100%;
}

#top-banner-area01 li {
	display: table-cell;
	border-collapse: separate;
	border-spacing: 0 2px;
	width: 25%;
}

#top-banner-area01 li img {
	width: 98%;
}

#top-banner-area01-mobile {
	margin: 0 0 40px;
}
#top-banner-area01-mobile li {
	width: 100%;
	margin: 0 0 5px;
}

#top-banner-area01-mobile li img {
	width: 100%;
}


/* #customer
**************************************************
**************************************************/
#customer {
	margin: 0 auto 20px;
}
#customer h1 {
	margin: 20px 0 40px;
}

#customer ul {
	display: table;
	width: 100%;
	margin: 0 0 55px;
}
#customer li {
	width: 20%;
	display: table-cell;
	text-align: center;
}

/* #customer-mobile
**************************************************
**************************************************/
#customer-mobile {
	text-align: left;
	padding: 15px;
	font-size:0.9em;
}

#customer-mobile h1 {
	margin: 25px auto 10px;
	width: 340px;
	display: block;
	text-align: center;
}

#customer-mobile h1 img {
	width: 100%;
}
#customer-mobile li {
	display: inline-block;
	width: 32%;
}

#customer-mobile li img {
/*	width: ;*/
	max-width: 100%;
}


/* #content1-mobile
**************************************************
**************************************************/
#content1-mobile {
	padding: 7px;
	line-height:1.9rem;
	font-size:1.0em;
}

@media only screen and (max-width: 480px) {
	#customer-mobile li {
		width: 49%;
		margin: 0 0 0.8rem;
	}
}

