footer {
	clear: both;
	background: #ecedee;
	margin-top: 30px;
	line-height: 24px;
}

.footer-container {
	clear: both;
    margin: 0 auto;
    padding: 10px 0;
}

.col1,
.col2,
.col3 {
	float: left
}

.col1:first-child {
	width: 14%
}

.col1:nth-child(2) {
	width: 28%
}

.col3 {
	width: 28%
}

.col4 {
	width: 262px;
	padding-right: 15px;
	float: right
}

.footer-container .foot-nav-title {
	line-height: 2.1em;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #4a4a4a;
    margin: 12px auto;
}

.foot-contact .foot-contact-icon {
	font-size: 16px;
    color: #333;
	padding: 15px 0;
}

.foot-contact .foot-contact-icon span {
    display: block;
    padding-left: 28px;
    height: 30px;
	background-size: 22px;
	background-repeat: no-repeat;
	margin: 5px 0 0 0;
}

.foot-contact .foot-contact-icon span:first-child {
	background-image: url(imgs/ico01.gif);
}

.foot-contact .foot-contact-icon span:nth-child(2) {
	background-image: url(imgs/ico02.gif);
}

.foot-contact .foot-contact-icon span:last-child {
	background-image: url(imgs/ico03.gif);
}

/* 内部留言 */
.newsletter-item .newsletter-title::before{
	content: '*';
	color: #ff0204;
	display: inline-block;
	padding-right: 3px;
}

.newsletter-item .newsletter-inner table {
	width: 100%;
}

.newsletter-item input,
.newsletter-item textarea {
	height: 30px;
	color: #999;
	font-size: 14px;
	border-radius: 0;
	border-color: #ccc;
	padding: .375rem .75rem;
}

.newsletter-item textarea {
	height: 64px !important;
}

.col4 .send-btn input{
	float: right;
	padding: 0 15px;
    height: 30px;
    border: 0;
    background: #333;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.footer-copyright {
	background: #333;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

.footer-copyright div {
	margin: 0 auto;
	padding: 10px 0;
}
