﻿@charset "UTF-8";
/* CSS Document */

/*コーポレートページのCSS*/


/*========会社概要========*/

.post .container table{ 
	border-collapse: collapse;
	border-top: solid 1px #ddd;
	font-size: 1rem;
}

.post th, .post td{
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
	border-bottom: solid 1px #ddd;
}

/*.post h2{
	margin-top: 20px;
}*/

.post th{
	padding-right: 2.5rem;
	text-align: left;
	word-break: keep-all;
}

/*========沿革========*/

.history .container{
	margin: 0 auto;
	max-width: 100%;
	background-image: url(../img/top.jpg);
}

.history .text{
	padding:20px;
}

.history h2{
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 1.2rem;
}


/*======Map======*/

aside#location{
    max-width: 800px;
	margin-left: auto;
	margin-right: auto;
    margin-bottom:50px;
}

.location iframe{
	width:100%;
	height: 480px;
	vertical-align: bottom;
}

.location h3{
	margin: 0;
	padding: 20px 0;
	background: #806F50;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.3rem;
	letter-spacing: 0.2em;
	text-align: center;	
	opacity: 0.8;
}
