﻿@charset "utf-8";


/* access/index.html
=========================================*/
body#company #contents #map01,
body#company #contents #map02,
body#company #contents #map03 {
	width: 560px;
	margin: 30px 12px 0;
	text-align: center;
}

body#company #contents .script {
	height: 350px;
}
body#company #contents .noscript {
	height: 267px;
}


/* enterprise/index.html
=========================================*/
body#company #contents .companyPhoto {
	clear: both;
	margin: 0 0 20px;
}
body#company #contents .companyPhoto .textCol {
	float:left;
	width: 270px;
}
body#company #contents .companyPhoto .photoCol {
	float:right;
	width: 140px;
	padding: 3px 0 0;
	text-align: center;
}










/*
=========================================*/
/* Clearfix */
body#company #contents .companyPhoto:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

body#company #contents .companyPhoto {
	zoom: 1;
}
