* {
	/*font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;*/
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	font-size: 13pt;
	font-weight: 650; /* モバイルChromeで太くならないため全てのcssで650へ変更。*/
}
html, body, #map_canvas {
	height: 100%;
	margin: 0;
	padding: 0;
}
#watch {
	/*position: fixed;*/
	/*bottom: 35px;*/
	/*left: 8px;*/
	margin-left: 10px;
	background: white;
	border-radius: 4px;
	border: 1px solid #888888;
	box-shadow: 0 2px 10px 0 #aaaaaa;
	padding: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* バルーンの共通スタイル */
hr {
	margin-top: 20px;
	margin-bottom: 20px;
}
.balloon_content {
	/*font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;*/
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	font-size: 13pt;
	font-weight: 650; /* モバイルChromeで太くならないため全てのcssで650へ変更。*/
	width:300px;
	line-height: 22pt;
}
.photo {
	display: flex;
	justify-content: center;
}
.horizontal {
	width: 300px;
}
.vertical {
	height: 300px;
}
a img {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

/* PCのスタイル */
@media screen and (min-width: 768px) {
}

/* モバイルのスタイル */
@media screen and (max-width: 768px) {
	.balloon_content {
		line-height: 20pt;
	}
}
