@charset "utf-8";
/*------------------------------------------------------------

------------------------------------------------------------*/
#gNavi li:nth-child(6) > a {
	color: #29b572;
}

.mainImg {
	min-height: 300px;
	background: url(../img/access/main_img.jpg) no-repeat left center;
}

.mainImg h2 {
	padding-top: 131px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	letter-spacing: 4px;
	line-height: 1.25;
}

.mainImg h2 span {
	display: inline-block;
	border-bottom: 2px solid #fff;
}

#conts > .text{
    margin: 0 auto 20px;
}

#conts table{
    width: 100%;
    margin-bottom: 80px;
    border-collapse: collapse;
    border: 1px solid #dedede;
}
#conts table thead tr th,
#conts table thead tr td{
    padding: 8px 4px;
    color: #fff;
    background: #35cc83;
    font-weight: normal;
    text-align: center;
}
#conts table thead tr th{
    border-right: 1px solid #dedede;
}

#conts table tbody tr th,
#conts table tbody tr td{
    padding: 8px 0 7px;
    font-weight: normal;
    text-align: center;
}
#conts table tbody tr th{
    padding-left: 12px;
    border-right: 1px solid #dedede;
    border-bottom: 2px solid #dedede;
    text-align: left;
}
#conts table tbody tr td{
    border-bottom: 2px solid #dedede;
}
#conts table tbody tr:last-child th,
#conts table tbody tr:last-child td{
    border-bottom: none;
}

#conts .mapLink{
    text-align: right;
}
#conts .mapLink a{
    color: #0066CC;
    font-weight: bold;
}
#conts .mapLink a:hover{
    text-decoration: underline;
}

#conts .ggmap{
    margin-bottom: 80px;
}


@media all and (min-width: 0) and (max-width: 767px) {
	.mainImg {
        margin-bottom: 60px;
		min-height: 126px;
		background-size: cover;
	}

	.mainImg h2 {
		padding-top: 55px;
		font-size: 15px;
		letter-spacing: 2px;
	}

	.mainImg h2 span {
		border-bottom: 1px solid #fff;
	}

#conts > .text span{
    display: block;
}

}