@charset "UTF-8";

/* font color */
.bs_style .blue{color: #0E74D1;}
.bs_style .red{color: #F3233C;}
.bs_style .pink{color: #EB4E93;}
.bs_style .orange{color: #D97C12;}
.bs_style .green{color: #83BF44;}
.bs_style .gray{color: #7B7979;}
.bs_style .white{color: #FFF;}
.bs_style .purple{color: #7C4285;}
.bs_style .black{color: #333;}

/* font size */
.bs_style .fs50p{font-size: 50%;}
.bs_style .fs55p{font-size: 55%;}
.bs_style .fs60p{font-size: 60%;}
.bs_style .fs65p{font-size: 65%;}
.bs_style .fs70p{font-size: 70%;}
.bs_style .fs75p{font-size: 75%;}
.bs_style .fs80p{font-size: 80%;}
.bs_style .fs85p{font-size: 85%;}
.bs_style .fs90p{font-size: 90%;}
.bs_style .fs95p{font-size: 95%;}
.bs_style .fs100p{font-size: 100%;}
.bs_style .fs105p{font-size: 105%;}
.bs_style .fs110p{font-size: 110%;}
.bs_style .fs115p{font-size: 115%;}
.bs_style .fs120p{font-size: 120%;}
.bs_style .fs125p{font-size: 125%;}
.bs_style .fs130p{font-size: 130%;}
.bs_style .fs135p{font-size: 135%;}
.bs_style .fs140p{font-size: 140%;}
.bs_style .fs145p{font-size: 145%;}
.bs_style .fs150p{font-size: 150%;}
.bs_style .fs155p{font-size: 155%;}
.bs_style .fs160p{font-size: 160%;}
.bs_style .fs165p{font-size: 165%;}
.bs_style .fs170p{font-size: 170%;}
.bs_style .fs175p{font-size: 175%;}
.bs_style .fs180p{font-size: 180%;}
.bs_style .fs185p{font-size: 185%;}
.bs_style .fs190p{font-size: 190%;}
.bs_style .fs195p{font-size: 195%;}
.bs_style .fs200p{font-size: 200%;}

/* font weight */
.bs_style .fwb{font-weight: bold;}
.bs_style .fwn{font-weight: normal;}

/* text align */
.bs_style .tac{text-align: center;}
.bs_style .tal{text-align: left;}
.bs_style .tar{text-align: right;}

/* text align */
.bs_style .vat{vertical-align: top;}
.bs_style .vam{vertical-align: middle;}
.bs_style .vab{vertical-align: bottom;}

.bs_style .ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.bs_style .ggmap iframe,.ggmap object,.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
