﻿@charset "UTF-8";

/* ▼▼▼ 会社情報
=====================================*/
.message {
	margin-bottom: 60px;
	overflow: hidden;
	}
	.message .title {
		margin-bottom: 30px;
		text-align: center;
		}
	.message .copy {
		margin-bottom: 10px;
		font-size: 23px;
		font-weight: bold;
		}
		.message .name {
			padding: 20px 0 0;
			text-align: right;
			}
table.info {margin-bottom: 50px;}
table.info th:after {background: none;}
table.info td li {
	float: none;
	line-height: 1.8;
	}
	
table.history {
	width: 100%;
	margin-bottom: 50px;
	}	
	table.history td {
		border-bottom: 1px solid #DDDDDD;
		padding: 10px 0;
		}
	table.history td:nth-child(1) {width: 100px;}
	table.history td:nth-child(2) {width: 70px;}
	
#map {
	width: 960px;
	height: 480px;
	margin-bottom: 10px;
	overflow: hidden;
	}	
	.google {
		clear: both;
		overflow: hidden;
		}
		.google a {
			background: url(../../img/arrow_google.png) no-repeat left center;
			padding-left: 11px;
			color: #E60012;
			text-decoration: underline;
			}
		.google a:hover {
			text-decoration: none;
			}