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



/* ----------------------------------
======[ 営業所案内ページ ] ==================
---------------------------------- */
.office .section-title {
	position: relative;
}
.office-map {
	background-image: url(../img-common/section-title-bg@2x.jpg);
	-moz-background-size:auto 100%;
	-webkit-background-size:auto 100%;
	-o-background-size:auto 100%;
	-ms-background-size:auto 100%;
	background-size:auto 100%;
	background-repeat: repeat-x;
	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-position: right top;
	position: absolute;
}
.office-map a {
	display: block;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 25px;
	color: #000;
	background-image: url(../img-common/navi-bg@2x.png);
	-moz-background-size:7px 14px;
	-webkit-background-size:7px 14px;
	-o-background-size:7px 14px;
	-ms-background-size:7px 14px;
	background-size:7px 14px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
}
.office-map a:hover {
	font-size: 12px;
	color: #000;
	background-color: #DDD;
}
.pic-map{
	width: 60px;
	top: 9px;
	right: 125px;
}
.google-map{
	width: 105px;
	top: 9px;
	right: 9px;
}
.backscreen .office-map {
	position: static;
	float: right;
	margin-left: 10px;
}
.backscreen {
	margin-top: -5px;
	margin-bottom: 14px;
	overflow: hidden;
	padding-right: 10px;
}
.cross-table {
	border-style: none;
}
.cross-table th , .cross-table td{
	padding: 12px;
}

.cross-table th {
	color: #000;
	font-weight: 300;
	background-color: #eee;
	border-style: none none solid;
	border-bottom-width: 2px;
	border-bottom-color: rgba(255,255,255,1.00);
}

.cross-table td {
	border-style: none;
}
.company-column {
	border: none;
	border-radius: 0px;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
	margin-bottom: 5px;
}

.company-column h3{
	margin-bottom: 10px;
	background-image: none;
    background-color: #fff;
	padding-left: 0px;
	font-size: 18px;
    border-bottom-width: 2px;
}

@media screen and (min-width : 768px){
.backscreen {
	position: absolute;
	top: 9px;
	right: 0px;
	width: 200px;
	height: 40px;
}
}

@media screen and (min-width : 1152px){
.backscreen {
	width: 95%;
	position: static;
	padding-right: 10px;
}
.office .section-text .column {
	width: 48.5%;
}
.office .section-text .column:nth-child(even) {
	float: right;
	margin-right: 0px;
}
.office .section-text .column:nth-child(odd) {
	float:left;
	margin-left: 0px;
	clear: both;
}
}
