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

/* グローバル */
html {
	height: 100%;
}
body {
	font-size: 16px;
	line-height:1.5em;
	/*text-align: justify;*/
	-webkit-text-size-adjust: none;
	background-color: #fff;
	color:#363636;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.clear {
	clear: both;
}
.base_color {
	color: #fff;
}
img {
	width : auto;
	max-width : 100%;
	width /***/: auto; /*IE8のみ適用*/
	height : auto;
}
p {
	word-wrap: break-word;
	line-height:1.8;
}
a {
	text-decoration: none;
	color:#363636;
	word-break: break-word;
}
a:hover {
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	margin-right: auto;
	margin-left: auto;
}
.txt_center {
	text-align: center;
}
.trans,
.trans a,
.trans span {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a img:hover {
	filter: alpha(opacity=70); /*IE*/
	-moz-opacity: 0.70; /*FF*/
	opacity: 0.70;
	zoom: 1.0;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.google_map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.google_map iframe,
.google_map object,
.google_map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


header #logo,
.bgbk {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.fc_red {
	color:#e35d50;
}
