@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../img/body_bg.png);
}
.container #navbar .nav.navbar-nav {
	text-align: center;
}

footer {
	color: #666;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {

}

footer .footer-col {
	margin-bottom: 50px;
}

footer .footer-below {
	padding: 25px 0;
	background-color: #CCCCCC;
}
.box_spa {
	height: 360px;
}

/* 內文對齊頭尾*/
.col-lg-12{
line-height: 150%;
text-align: justify;
text-justify:inter-ideograph;
}

.col-lg-6{
line-height: 150%;
text-align: justify;
text-justify:inter-ideograph;
}

/*文字垂直置中*/

.center_word {
	display: block;
	margin-top: 25%;
	margin-bottom: 0%;
}
