<?php
header('Content-type: text/css');
?>
.tab {
    border-left: none;
    overflow: hidden;
}

.tab:after{
    content: "";
    display: block;
    clear: both;
}
.tab li {
    float: left;
    width: 125px;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    height: 30px;
    font-size: 16px;
    cursor: pointer;
    border-bottom: 1px solid #424242;
    color: #fff;
}
.tab.pc_mode li{
	width:100%;
    text-align:left;
    cursor: inherit;
}

.tab li.on {
    color: #6a9bff;
    border-bottom: 1px solid #6a9bff;
}

.tab_con {
    clear: both;
}

.tab_con div {
    display: none;

}
.tab_con .tab_centent dl{
	padding-left: 45px;	
	margin-top: 20px;
	background-image: url(/template/s150319001001/images/main_footer_img00.png);
	background-position: left center;
	background-size: auto;
	background-repeat: no-repeat;
}
.tab_con .tab_centent dl.email{
	background-image: url(/template/s150319001001/images/main_footer_img01.png);
}
.tab_con .tab_centent dl.time{
	background-image: url(/template/s150319001001/images/main_footer_img02.png);
}
.tab_con .tab_centent dl.fax{
	background-image: url(/template/s150319001001/images/main_footer_img03.png);
}

.tab_con .tab_centent dl dt{
	font-size: 12px;
	color: #666;
}
.tab_con .tab_centent dl dd{
	font-size: 24px;
	color: #fff;
	padding-top: 5px;
}
.tab_con .tab_centent dl.email dd,
.tab_con .tab_centent dl.time dd,
.tab_con .tab_centent dl.fax dd{
	font-size: 14px;
}
@media all and (max-width:991px){
    .tab li{
    	width:50%;
    }
}
#googlepatner{
     text-align: right;
}