@charset "utf-8";

/* --------------------------------------------------

	SiteName : 朝日エアーゾール
	FileName : style.css

	== URL ======================================
	https://www.as-asahi.co.jp/
-------------------------------------------------- */
/* ------ Header ------ */
header div.title{
	display: inline-block;
	height: 255px;
	overflow: hidden;
	position: absolute;
	width: 100%;
}
header h1{
	position:absolute;
	left:50%;
	top:0;
	width:100%;
	margin-left:-160px;
	background:transparent url("../img/company_bg.jpg") no-repeat scroll center center;
	background-size:cover;
}
header h1 .ttl{
	position:relative;
	display: inline-block;
}
header h1 .ttl img{
	margin:116px auto 67px 53px;
}
#header .header{
	margin-top:50px;
}

/* ------ Sidebar ------ */
#sidebar .sidebar #addr{
	margin-left:-30px;
}

/* ------ Contents ------ */
article{
	display: inline-block;
	margin: 0 auto;
	max-width: 1000px;
	min-width: 1000px;
	padding: 0;
	width: 100%;
	text-align:right;
}
section .container{
	max-width:660px;
	min-width: 660px;
	text-align:center;
	color:#595757;
	font-size:14px;
}
section{
	margin-bottom:40px;
}
section:last-child{
	margin-bottom:80px;
}
section h2{
	font-size:22px;
	color:#595757;
	border-bottom:4px solid #595757;
	height:65px;
	line-height:65px;
	text-align:left;
}
section .txt{
	line-height:24px;
	margin:25px 0;
	text-align:left;
}
section h2:before{
	font-family: FontAwesome;
	color:#d3edfb;
	content: "\f0da";
	margin-right:10px;
}

section#company table{
	margin-top:40px;
	border-top:1px solid #c1c1c1;
	width:100%;
}
section#company table tr{
	border-bottom:1px solid #c1c1c1;
}
section#company table th{
	font-size:14px;
	background-color:#efefef;
	color:#595757;
	padding:15px 20px;
	width: 105px;
	white-space:nowrap;
	overflow: hidden;
	vertical-align: top;
	line-height:1.6em;
}
section#company span.t2{
	display: block;
	letter-spacing: 5em;
	margin-right: -5em;
}
section#company span.t3{
	display: block;
	letter-spacing: 2em;
	margin-right: -2em;
}
section#company span.t4{
	display: block;
	letter-spacing: 1em;
	margin-right: -1em;
}
section#company span.t5{
	display: block;
	letter-spacing: 0.5em;
	margin-right: -0.5em;
}
section#company span.t6{
	display: block;
	letter-spacing: 0.2em;
	margin-right: 0.2em;
}
section#company span.t7{
	display: block;
	letter-spacing: 0;
	margin-right: 0;
}
section#company table td{
	font-size:14px;
	background-color:#fff;
	color:#595757;
	padding:15px 20px;
	text-align:left;
	width: 475px;
	vertical-align: top;
	line-height:1.6em;
}
section#map #map_canvas,
section#map #map_canvas > div{
	overflow:hidden;
}