/* Web Fonts Loading */
@import url(http://fonts.googleapis.com/css?family=Oswald:400);
@import url(http://fonts.googleapis.com/css?family=Questrial);

.introduce {
    padding-top: 100px;
    position: relative;
    display:block;
    text-align:center;
    margin-bottom: 50px;
}

.introduce h1 {
    font-size: 16px;
    font-weight: bold;
    line-height:1.6em;
    margin: 0px 10px;
}

.introduce p{
    font-size: 11px;
    margin: 10px 10px 0px 10px;
}

.introduce .topics{
    text-align: left;
    font-size: 10px;
    width: 80%;
    margin: 20px auto 0px auto;
    background-color: #f9f9f9;
    padding: 10px;
}

.topLogo{
    position: fixed;
    left: 0px;
    top: 0px;
    padding-top: 20px;
    height: 50px;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
    background-color: #fff;
    z-index: 9998;
}

.topLogo .logo{
    width: 32px;
}

.headerNavi{
    position: fixed;
    top: 71px;
    background-color: #fff;
    width: 100%;
    height: -moz-calc(100% - 71px);
    height: -webkit-calc(100% - 71px);
    height: calc(100% - 71px);
    z-index: 9999;
    height: 0px;
    overflow: hidden;
}

.headerNavi ul{

}
.headerNavi li{
    padding: 20px 20px;
    font-family: 'Oswald';
    font-size: 18px;
    border-bottom: 1px solid #efefef;
}

.headerNavi a {
    color: #333;
    text-decoration: none;
}

section .contents{
}

.sectionHeader.odd {
    background-color:#070F14;
    color:white;
}

.sectionHeader {
    padding:26px 0;
    text-align:center;
}
.sectionHeader .title{
    font-size: 20px;
    font-weight: normal;
    font-family: 'Questrial', sans-serif;
}
.sectionHeader .subTitle{
    font-weight: normal;
    font-size: 14px;

}


.contents .content .contentTitle{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}

.ourservices .contents .content.search{
    background-image: url("/images/search.png");
    background-size: 65px;
    background-position: 10px center;
    background-repeat: no-repeat;
    padding: 20px 10px 20px 85px;
    border-bottom: 1px solid #e9e9e9;
}

.ourservices .contents .content.foot{
    background-image: url("/images/foot.png");
    background-size: 65px;
    background-position: 10px center;
    background-repeat: no-repeat;
    padding: 20px 10px 20px 85px;
    border-bottom: 1px solid #e9e9e9;
}

.ourservices .contents .content.building{
    background-image: url("/images/building.png");
    background-size: 65px;
    background-position: 10px center;
    background-repeat: no-repeat;
    padding: 20px 10px 20px 85px;
    border-bottom: 1px solid #e9e9e9;
}


.blogsns .contentHeader{
    display: table;
    width: 100%;
    height: 50px;
}
.blogsns .contentHeader .title{
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 50%;
}
.blogsns .contentHeader .title img{
    height: 40px;
    vertical-align: middle;
}
.blogsns .updatedate{
    position: relative;
    float: left;
    height: 50px;
    overflow: hidden;
    color: #999;
}
.blogsns .updatedate *{
    display: inline-block;
    font-family: 'Oswald';
    width: 100%;
    text-align: center;
}
.blogsns .updatedate .d{
    font-size: 15px;
}
.blogsns .updatedate .y{
    font-size: 15px;
    position: relative;
    top: -8px;
}
.blogsns .updatedate .string{
    position: relative;
    top: -17px;
}
.blogsns .likeCount{
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-left: 20px;
    font-size: 17px;
    font-family: 'Oswald';
    color: #999;
}
.blogsns .contents{
    background-image:url('/images/macpc.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 260px;
    padding-top: 140px;
}
.blogsns .contents .content{
    padding: 20px 0px;
    border-bottom: 1px solid #eee;
}
.blogsns .contents .content p{
    padding: 10px 20px 0px 20px;
    text-align: center;
}
.blogsns a{
    display: block;
    padding: 10px 5px;
    margin: 10px 30px 0px 30px;
    text-align: center;
    background-color: #009be9;
    color: white;
    text-decoration: none;
}


.recruit .contents{
    padding: 0px 20px;
}
.recruit .content{
    margin: 0px auto;
}
.recruit .content h2{
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.recruit table{
    border-collapse: separate;
}
.recruit th, .recruit td{
}
.recruit th{
    padding: 10px 5px;
    font-size: 13px;
    min-width: 4em;
    font-weight: normal;
    vertical-align: top;
    border-bottom: 1px dashed #999;
}
.recruit td{
    line-height: 1.5em;
    padding: 10px 5px;
    border-bottom: 1px dashed #999;

}
.recruit td .cellTitle{
    font-weight: bold;
    font-size: 13px;
    padding-bottom: .5em;
}
.recruit td .cellBody{
    font-size: 12px;
}

.recruit .linkBtn{
    display: inline-block;
    width: 100%;
    text-align: center;
    max-width: 1100px;
    margin: 10px auto 20px auto;
    background-color: #009be9;
    text-decoration: none;
    color: white;
    padding: 10px 0px;
}
.recruit .linkBtn div:first-child{
    font-size: 20px;
    font-weight: bold;
}


.contactus{
    border-top: 1px solid #ccc;
}

.contactus .contents{
    margin-bottom: 30px;
}

.contactus .telArea{
    text-align: center;
    margin: 0px 10px;
}

.contactus .telArea .tel{
    font-family: 'Oswald';
    font-size: 26px;
    letter-spacing: .02em;
}
.contactus .telArea .tel img{
    vertical-align: bottom;
    display: block;
    width: 28px;
    margin: 0px auto;
}
.contactus .telArea .worktime{
    font-size: 13px;
}

.contactus .mailArea{
    margin: 20px 10px 0px 10px;
}

.contactus .mailArea input{
    border: 1px solid #ececec;
    background-color: #ececec;
    padding: 5px 10px;
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    font-size: 12px;
}

.contactus .mailArea .mailTitle{
    max-width: 1100px;
    margin: 0px auto;
}
.contactus .mailArea .mailTitle img:first-child{
    width: 15px;
}
.contactus .mailArea .mailTitle img:last-child{
    width: 124px;
}

.contactus .mailArea .contactForms{
    width: 100%;
    max-width: 1100px;
    margin: 0px auto;
}

.contactus .mailArea .contactForms .inner{
    position: relative;
}

.contactus .mailArea .leftForm{
    padding-top: 100px;
}

.contactus .mailArea .leftForm div{
    margin-bottom: 5px;
}
.contactus .mailArea .leftForm div:last-child{
    margin-top: 20px;
}

.contactus .mailArea .leftForm button{
    background-color: #009be9;
    border: 1px solid #009be9;
    color: white;
    display: block;
    font-size: 14px;
    margin: 0 auto;
    padding: 10px 30%;
}

.contactus .mailArea .rightForm{
    position: absolute;
    top: 0px;
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
}

.contactus .mailArea .rightForm textarea{
    border: 1px solid #ececec;
    background-color: #ececec;
    padding: 5px 10px;
    height: 82px;
    font-size: 12px;
    width: 100%;
}

.maps {
    position: relative;
}
.maps .gmap{
    background-color: #E9E5DC;
    height: 300px;
}

.maps .cover{
    height: 19px;
    position: absolute;
    left: 0px; top:0px;
    width: 100%;
    background-image: url('/images/giza.png');
    background-position: top left;
    background-repeat: repeat-x;
    background-size: 50px;
    z-index: 5000;
}
.maps .cover_bottom{
    height: 19px;
    position: absolute;
    left: 0px; top:281px;
    width: 100%;
    background-image: url('/images/giza_bottom.png');
    background-position: bottom left;
    background-repeat: repeat-x;
    background-size: 50px;
    z-index: 5000;
}

.maps .companyinfo{
    margin: 20px 10px;
}
.maps .companyinfo table{
    margin: 0px auto;
}

.maps .companyinfo table th{
    background-color: #f5f5f5;
    min-width: 4em;
}

.maps .companyinfo table th,
.maps .companyinfo table td{
    padding: 10px;
    border: 1px solid #e5e5e5;
}

footer p{
    padding: 10px 50px;
    background-color: #fff;
    color: #333;
    text-align: center;
}


.toTop{
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 9998;
    opacity: 0;
    cursor: pointer;
}
.toTop img{
    width: 30px;
}

.spmenu{
    position: fixed;
    right: 15px;
    top: 20px;
    z-index: 9999;
}
.spmenu img{
    width: 30px;
}