/* CSS Document */

/*==================================================

about-contents
=================================================*/

.page-cont {
    
}
.page-cont .page-inner h1 {
    width: 100%;
    text-align: center;
}
.company-table {
    width: 100%;
    margin-top: 40px;
}
.company-table tr:nth-of-type(odd) {
    background-color: #f6f6f6;
}
.company-table th {
    width: 20%;
    color: #FFF!important;
    text-align: center;
    vertical-align: middle;
    background-color: #303743!important;
    border-bottom: 1px solid #595f69!important;
    padding: 1.4em 1em!important;
}
.company-table td {
    vertical-align: middle;
    padding: 1.4em 1em!important;
}
.map {
	width: 100%;
    max-width: 1200px;
	height: 500px;
	position: relative;
	overflow: hidden;
	margin: 80px auto 0;
}
.map iframe,
.map object,
.map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* WP調整用 追記　--------------------------------------------- */
.company-table th {
    border: none!important;
    border-bottom: 1px solid #595f69!important;
}
.company-table td {
    border: none!important;
}


@media only screen and (min-width:1px) and (max-width: 768px) {
	
    .company-table {
        width: 100%;
        margin-top: 4%;
    }
    .company-table tr:nth-of-type(odd) {
        background-color: #FFF;
    }
    .company-table th {
        width: 100%;
        display: block;
        border-bottom: none;
        padding: 1.4em 1em!important;
    }
    .company-table td {
        width: 100%;
        display: block;
        padding: 1.4em 0!important;
    }
    .map {
        width: 100%;
        max-width: 1200px;
        height: 500px;
        position: relative;
        overflow: hidden;
        margin: 8% auto 0;
    }
	/* WP調整用 追記　--------------------------------------------- */
	.company-table th {
	    border: none!important;
	}
		
}

@media only screen and (min-width:1px) and (max-width: 568px) {
	

}
	
@media only screen and (min-width:1px) and (max-width: 480px) {
	

}

