@charset "UTF-8";

#access{
	padding-top: 50px;
	padding-bottom: 30px;	
}
#access h6{
	margin-bottom: 20px;
	padding: 10px 5px;
	color: #0063C6;
	font-size: 18px;
	border-bottom: 1px dotted #0063C6;
	border-top: 1px dotted #0063C6;
}
#access .h6_margin{
	margin-top: 70px;	
}
#access table{
	width: 100%;
	border-style: none;
}

#access table tr td{
	border-top: 1px solid #B8CBDE;
	border-bottom: 1px solid #B8CBDE;
	border-right-style: none;
	border-left-style: none;
	vertical-align: middle;
	padding: 15px 10px;
}
#access .bg_blue{
	background: #ECF6FE;
}
#access #access_map{
	height: 0;
	overflow: hidden;
	padding-bottom: 100%;
	position: relative;
	margin-bottom: 0px;
}
#access #access_map iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}



/* スマホ 480px以下 */
@media only screen and (max-width: 480px) {

#access{
	padding-top: 30px;
	padding-bottom:40px;
}
#access h6{
	padding: 3px;
	text-align: center;
}

#access table tr td{
	padding-top: 5px;
	padding-bottom: 5px;
	
}

}




/* スマホ 767px以下 */
@media only screen and (max-width:767px) {
#access{
	padding-top: 30px;
	padding-bottom:40px;
}
#access .a_main{
	border-bottom: none;
	padding-bottom: 50px;
}

}
