@charset "utf-8";
/* CSS Document */

/* ==================================================

	main_visual

================================================== */
#main_visual{
	background: url(../../../images/office/utsunomiya_header_bg_img.jpg) #FFF left top no-repeat;
	background-size: cover;
	background-position: center}

@media screen and (max-width:1023px){
#main_visual{
	background-position: 66% 50%}
}
@media screen and (max-width:425px){
#main_visual{
	background-position: 70% 50%}
}


/* ==================================================

	section

================================================== */
/* ----------------------------------------

	access

---------------------------------------- */
#access dl dt{
	color: #3498db;
	border-bottom: 1px #3498db solid;}

#access .train_list dt{
	position: static;
	padding: 0 10px 0 0;
	color: #000;
	font-size: 16px;
	line-height: 1.6rem;
	border-bottom: none;}

#access .train_list dt:first-of-type{ color: #000;}
