body {
	background:#fff;
}

img {
    max-width: 100%;
}
a, a:hover{text-decoration:none;}
.page-bg img{opacity:.4;}
.main {
    padding: 0 0 90px 0;
}

.godbutton {
    margin-top: 20px;
    margin-left: -80px;
}

.container-god {
    width: 100%;
    padding: 0 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.top{
    margin-top: -130px;
}


.topmenu {
    height: 39px;
    margin-bottom: 50px;
    padding: 0 15px;
}

.topmenu ul {
    margin: 0;
    padding: 0;
}

.topmenu li {
    font-size: 16px;
    list-style: none;
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    text-align: center;
}

.topmenu a {
    letter-spacing: 2px;
    height: 30px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    border-top: #caae6d solid 2px;
    border-bottom: #caae6d solid 2px;
    display: block;
    box-sizing: content-box;
}

a {
    text-decoration: none;
    color: #d00;
}

h1 {
    background: #ffd5d6;
    display: inline-block;
    padding: 10px 15px;
    margin: 12px 0 21px 0;
    font-size: 20px;
    line-height: 130%;
    color: #000;
    letter-spacing: 0;
    font-weight: normal;
    font-family: '微軟正黑體', 'roboto', Arial, Helvetica, sans-serif;
}

h2 {
    font-size: 21px;
    color: #8A734F;
    font-weight: bold;
    line-height: 130%;
}

h2 a {
    font-size: 21px;
    color: #8A734F;
}

h3{
    font-size: 16px;
}

.container {
    padding-left: 25px;
    padding-right: 25px;
}

.footer {
    background: #cc3c3e;
    padding: 20px 0 30px 0;
    color: #FFF;
}

.footer p {
    font-size: 16px;
    text-align: center;
}
.footer a{color:#fff !important;}
.article{line-height:160%;}
.article p{margin-bottom:25px;text-align:justify;}
/* mobile */
.mobile-menu{
	position:absolute; z-index:1; top:15px; left:15px;
	font-size:21px;
	background:#d00;
	color:#fff;
	width:42px;
	height:42px;
	line-height:42px;
	text-align:center;
}
.mobile-menu:hover{color:#fff; background:#900;}
.mm-menu{background:#fff}
#page{
	box-shadow:rgba(0,0,0,1) 0 0 5px;
	background:#fff 50% 50% no-repeat url(../img/bg-paper-gray.jpg);
	background-size:cover;
}

.mm-listview > li > a{padding-top:15px; padding-bottom:15px;}

@media all and (max-width: 768px){
	.google-map{margin-left:-20px; margin-right:-20px;}
}
.google-map iframe{width:100%; height:400px;}

.table-striped-red tbody tr:nth-of-type(2n+1){
	background:rgba(255,0,51,.06)
}
.table-striped-gold tbody tr:nth-of-type(2n+1){
	background:rgba(255,204,0,.5);
}

@media all and (max-width: 480px){
	.xs-small{font-size:13px; line-height:150%;}
}
.table ol{
	margin:0 0 0 22px;
	padding:0;
}