@charset "utf-8";
/*********      マスク・モザイク      *********/
.mask{
	background-color: #000000;
	cursor: progress;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	filter: alpha(opacity=30);
	-webkit-opacity: 0.30;
	-moz-opacity: 0.30;
	-ms-opacity: 0.30;
	-o-opacity: 0.30;
	opacity: 0.30;
}
.mask i{
	position: fixed;
	top: 50%;
	left: 50%;
	color: #FFFFFF;
	font-size: 60px;
	margin: -30px 0 0 -30px;
}
.mosaic{
	color: transparent;
	display: inline-block;
	text-shadow: #000000 0 0 10px;
}
.mosaic:hover{
	color: #191919;
	text-shadow: none;
}
/*********      Google Maps API       *********/
.angular-google-map-container{
	height: 450px;
}
.angular-google-map-container img{
	max-width: none !important;
}
.angular-google-map-container .infowindow{
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif !important;
}
.angular-google-map-container .infowindow b{
	display: block;
	font-size: 18px;
	overflow: hidden;
}
.angular-google-map-container .infowindow p{
	line-height: 150%;
}
/*********  ブロック・インライン構造  *********/
.clear{
	clear: both;
	visibility: hidden;
}
.none{
	display: none;
}
.inline{
	display: inline;
}
.inline-block{
	display: inline-block;
}
.block{
	display: block;
}
.hidden{
	visibility: hidden;
}
.visible{
	visibility: visible;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak{
	display: none !important;
}
/*********            画像            *********/
img{
	border: none;
}
img.center{
	display: block;
	margin: auto;
}
/*********          背景画像          *********/
.bg-cover{
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	width: 100%;
	height: 100%;
	overflow: hidden; text-indent: 100%; white-space: nowrap;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bg-contain{
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	width: 100%;
	height: 100%;
	overflow: hidden; text-indent: 100%; white-space: nowrap;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
/*********          マージン          *********/
.mt0{ margin-top: 0px !important; }
.ml0{ margin-left: 0px !important; }
.mr0{ margin-right: 0px !important; }
.mb0{ margin-bottom: 0px !important; }
.mt5{ margin-top: 5px !important; }
.ml5{ margin-left: 5px !important; }
.mr5{ margin-right: 5px !important; }
.mb5{ margin-bottom: 5px !important; }
.mt10{ margin-top: 10px !important; }
.ml10{ margin-left: 10px !important; }
.mr10{ margin-right: 10px !important; }
.mb10{ margin-bottom: 10px !important; }
.mt15{ margin-top: 15px !important; }
.ml15{ margin-left: 15px !important; }
.mr15{ margin-right: 15px !important; }
.mb15{ margin-bottom: 15px !important; }
.mt20{ margin-top: 20px !important; }
.ml20{ margin-left: 20px !important; }
.mr20{ margin-right: 20px !important; }
.mb20{ margin-bottom: 20px !important; }
.mt25{ margin-top: 25px !important; }
.ml25{ margin-left: 25px !important; }
.mr25{ margin-right: 25px !important; }
.mb25{ margin-bottom: 25px !important; }
.mt30{ margin-top: 30px !important; }
.ml30{ margin-left: 30px !important; }
.mr30{ margin-right: 30px !important; }
.mb30{ margin-bottom: 30px !important; }
.mt40{ margin-top: 40px !important; }
.ml40{ margin-left: 40px !important; }
.mr40{ margin-right: 40px !important; }
.mb40{ margin-bottom: 40px !important; }
/*********         パディング         *********/
.pt0{ padding-top: 0px !important; }
.pl0{ padding-left: 0px !important; }
.pr0{ padding-right: 0px !important; }
.pb0{ padding-bottom: 0px !important; }
.pt5{ padding-top: 5px !important; }
.pl5{ padding-left: 5px !important; }
.pr5{ padding-right: 5px !important; }
.pb5{ padding-bottom: 5px !important; }
.pt10{ padding-top: 10px !important; }
.pl10{ padding-left: 10px !important; }
.pr10{ padding-right: 10px !important; }
.pb10{ padding-bottom: 10px !important; }
.pt15{ padding-top: 15px !important; }
.pl15{ padding-left: 15px !important; }
.pr15{ padding-right: 15px !important; }
.pb15{ padding-bottom: 15px !important; }
.pt20{ padding-top: 20px !important; }
.pl20{ padding-left: 20px !important; }
.pr20{ padding-right: 20px !important; }
.pb20{ padding-bottom: 20px !important; }
.pt25{ padding-top: 25px !important; }
.pl25{ padding-left: 25px !important; }
.pr25{ padding-right: 25px !important; }
.pb25{ padding-bottom: 25px !important; }
.pt30{ padding-top: 30px !important; }
.pl30{ padding-left: 30px !important; }
.pr30{ padding-right: 30px !important; }
.pb30{ padding-bottom: 30px !important; }
.pt40{ padding-top: 40px !important; }
.pl40{ padding-left: 40px !important; }
.pr40{ padding-right: 40px !important; }
.pb40{ padding-bottom: 40px !important; }
