@charset "UTF-8";

/* ------------------------------------------------------------------------
    Business
------------------------------------------------------------------------  */

/* Background */
.section {
	text-align:center;
}
/*
#section0,
#section2 {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;	
}

#section0 {
	background-image: url(../../images/outline_bg.png);
}
#section2 {
	background-image: url(../../images/map_bg.png);
}
*/

/* Outline */
#section0 {
	width: 100%;
	height: 100%;	
	display: table;
}
.company_wrap {
	width: 1000px;
	margin: 100px auto;
}
.company_wrap #outline_title {
	font-size: 2em;
	margin-bottom: 20px;
}
.company_wrap table {
	width: 1000px;
	margin-bottom: 100px;
}
.company_wrap table tr {
	border-bottom: 1px solid #ccc;
}
.company_wrap table tr th {
	padding: 10px;
	font-size: 1.3em;
	font-weight: normal;
	padding-left: 200px;
	text-align: center;
	letter-spacing: 0.2em;
}
.company_wrap table tr td {
	padding: 20px;
	font-size: 1.3em;
	font-weight: normal;
	padding-left: 50px;
	text-align: left;
	letter-spacing: 0.2em;
}
.company_bottom_anchor {
	margin-bottom: 100px;
}
.company_bottom_anchor a {
	text-decoration: none;
	font-size: 1.3em;
	color: #333;
	display: block;
	font-weight: bold;
}
.company_bottom_anchor a:hover {
	color: #004ea2;
	display: block;
}
#section1 {
	width: 100%;
	height: 100%;	
	display: table;
}
.group_wrap {
	width: 1000px;
	margin: 100px auto 0;
}
.group_wrap .type3 {
	width: 620px;
	margin: 0 auto;
	font-size: 2.0em;
	font-weight: bold;
	border-top: 1px solid #004ea2;
	border-bottom: 1px solid #004ea2;
	line-height: 60px;
	margin-bottom: 20px;
}
.group_wrap .type3 span{
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 20px;
	color: #ccc;
}
.group_wrap #group_title {
	font-size: 2.6em;
	margin-bottom: 20px;
	color: #004ea2;	
}
.group_wrap #catch {
	font-size: 1.5em;
}
.group_wrap #group_image {
	margin-bottom: 30px;
}
.group_bottom_anchor {
	margin: 100px 0;
}
.group_bottom_anchor a {
	text-decoration: none;
	font-size: 1.3em;
	color: #333;
	display: block;
	font-weight: bold;
}
.group_bottom_anchor a:hover {
	color: #004ea2;
	display: block;
}

/* map */
#section2 {
	width: 100%;
	height: 100%;	
	display: table;	
}
.map_wrap {
	width: 1000px;
	margin: 100px auto 0;
}
.map_wrap .root_wrap {
	width: 550px;
	text-align: left;
	margin: 0 auto;
}
.map_wrap #map_title {
	font-size: 2em;
	margin-bottom: 20px;
}
.map_wrap #google_map {
	margin-bottom: 20px;
}
.root_wrap #address {
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 15px;
}
.root_wrap #train {
	font-size: 1.3em;
	margin-bottom: 50px;
}















