@charset 'utf-8';

body #ZZ_common_footer div.inner {
	line-height: 1.7;
}
/* ====================================================================================

- @media screen

==================================================================================== */
@media screen and (max-width: 750px) {

body #ZZ_common_footer div.inner {
	width: 100%;
	margin: 0 auto;
	padding: 20px 3.2%;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
}





/* ##### Common footer ##### */

/* ----- Block: A ----- */
body #ZZ_common_footer .block_a {
	width: 100%;
	float: none;
    margin-bottom: 10px;
}
/* ----- Block: B ----- */
body #ZZ_common_footer .block_b {
	width: 100%;
	float: none;
    margin-bottom: 10px;
}
/* ----- Block: C ----- */
body #ZZ_common_footer .block_c {
	width: 100%;
	float: none;
}

/* ----- Company ----- */
body #ZZ_common_footer .company li {
	font-size: 10px;
	text-align: left;
}
body #ZZ_common_footer .company li.logo {
    width: 280px;
	margin: 0 auto 15px;
    text-align: center;
}
body #ZZ_common_footer .company li.name strong {
	font-weight: bold;
	font-size: 12px;
	margin-right: 7px;
}


/* ----- Contact ----- */
body #ZZ_common_footer .contact li {
	font-size: 10px;
	text-align: left;
}
body #ZZ_common_footer .contact li.heading {
	font-size: 11px;
	font-weight: bold;
	line-height: 1.7;
}
body #ZZ_common_footer .contact li.telephone {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	padding: 0 0 0 23px;
}

/* ----- Access ----- */
body #ZZ_common_footer .access {
	padding: 0;
	text-align: left;
}
body #ZZ_common_footer .access li{
	display: inline-block;
    padding-right: .5em;
}
body #ZZ_common_footer .access li:last-child{
    padding-right: 0;
}
body #ZZ_common_footer address{
    line-height: 1.4;
}



/* ----- Version2 ----- */
#ZZ_common_footer.ver2 div.inner{
	width: inherit;
	text-align: center;
}
#ZZ_common_footer.ver2 div.inner > div{
	width: 230px;
	margin: 0 10px;
	float: none;
	display: inline-block;
	vertical-align: top;
}
#ZZ_common_footer.ver2 div.inner > div:first-child{
	margin-left: 0;
}
#ZZ_common_footer.ver2 div.inner > div:last-child{
	margin-right: 0;
}
#ZZ_common_footer.ver2 div.inner .contact{
	font-size: 12px;
}
#ZZ_common_footer.ver2 div.inner .contact b{
	font-size: 14px;
	margin-left: 5px;
}
#ZZ_common_footer.ver2 div.inner .access{
	padding-top: 0;
}



}




