
@charset "utf-8";

/****************************************************************************************************
  GoogleMap 情報ウインドウ用CSS
  
  作成日： 2015/07/14
  注意  ： 印刷用ページに背景などが反映されないよう、別ファイルとしてあります。
****************************************************************************************************/

.gm-style-iw {
	line-height: 1.3;
	overflow: hidden ! important;
	max-width: 260px ! important;
}
.gm-style-iw div {
	line-height: 1.3;
    overflow: hidden ! important;
    max-width: 260px ! important;
}

span.officeName {
	font-weight: 600;
	line-height: 1.8;
}

a.officeLink {
	color: blue;
	text-decoration: underline;
}
