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


/*-float解除-*/
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	/*  height: auto;
*/  overflow: hidden;
}
/*-全てのタグに適用-*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	/*font-family: Helvetica Neue, sans-serif;*/
	font-family:Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝", "MS PMincho", "MS 明朝", serif;
	/*font-weight: 200;*/
	font-size:14px;
	height: 100%;
	color:#fff;
	line-height:22px;
	min-height:100%;/*background-color:#333;*/
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust:100%;
}
html, body {
	height: 100%;
}
a:link {
	color: #fff;
}
a:visited {
	color: #fff;
}
a:active {
	color: #fff;
}
/*a:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	transition: opacity 0.3s ease-out;
}*/
a {
	text-decoration: none;
}
br {
	letter-spacing: normal;
}
ul {
	list-style-type:none;
}
img {
	width:100%;
	height:auto;
	max-width:1200px;
}
.contents{
	text-align:center;
	width:100%;
	
}

/* google map */

#map_canvas {
	width: 90%;
	height: 300px;
	text-align:center;
	margin-top:60px;
	max-height:400px;
	margin:0 auto;
}
