@charset "UTF-8";
/* CSS Document */

@media screen and (max-width: 760px) {




/*============================================================
    company
============================================================*/

#corporateBlock {
    position: relative;
    padding-top: 20px;
	margin-bottom: 40px;
	border-top: none;
}

#corporateBlock h2 {
    font-family: 'Syncopate', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #313131;
    background: #ebebeb;
    width: auto;
    text-align: center;
    padding: 18px 0;
    margin-top: 5px;
}

#corporateBlock .corporateInfo {
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
    padding-top: 30px;
}


#corporateBlock .corporateInfo a {
    display: block;
    float: none;
    position: relative;
    color: #fff;
    margin-left: 0;
}


#corporateBlock .corporateInfo h5 {
    background: url("../../../common/img/corporate_cover.png");
    font-size: 14px;
    width: 97%;
    line-height: 26px;
    font-weight: normal;
    padding: 4px 0 2px 3%;
    position: absolute;
    bottom: 0;
    left: 0;
}


.company h2{
	margin-top: 75px;
    background: none;
	}
	
.company h2 strong {
    
    font-weight: 700;
    font-size: 23px;
    line-height: 23px;
    letter-spacing: 2px;
}

#profileBlock {
    width: 94%;
    margin: 0 auto;
    font-size: 13px;
    line-height: 22px;
    text-align: left;
    padding-top: 20px;
    padding-left: 0;
    background: none;
}

#profileBlock tr.first th, #profileBlock tr.first td {
    border-top: none;
}
#profileBlock tr th {
   background: #f6f6f6;
font-weight: normal;
padding: 10px 0 10px 5%;
border-bottom: none;
width: 95%;
display: block;
}
#profileBlock tr td {
    border-left: none;
    border-bottom: none;
    padding: 10px 0 10px 3%;
    width: 97%;
    display: block;
}


.companypic{
	padding-top:20px;
	
	
	}
	
	
#mapCanvas {
    margin-top: 40px;
    height: 300px !important;
}
#footerNav{
	margin-top:50px;
	
	
	}
#footerNav li{
	padding:16px 3%;
	border-top:2px solid #e60012;
	color:#e60012;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	background-image: url(/common/img/arrow_red.png);
background-repeat: no-repeat;

background-position: 96% center;
	
	}


}




