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

.left {
	width(>400px);
	float: left;
}
.right {
	float: right;
}
.red {
	background-color: #FF0004;
}
.text {
	color: #FFFFFF;
	text-align: left;
}

.divblock20vw{
	height: 20vw;
}
.divblock30{
	height: 30px;
}
.divblock10 {
	height: 10px;
}
.divblock5 {
	height: 5px;
}
.marginauto {
	margin-top: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
}
.section3pic {
	display:flex;
	align-items:center; 
	justify-content:center;
}
.section4text {
	background-color: #000000;
}
.bgred {
	background-color: #DB2C2E;
}
.black {
	color: #000000;
}
.displayname {
	font-family: 'Noto Sans TC', sans-serif;
	color: #000000;
}
.bg-black {
    background-color: #000000;
}

.brave { 
  background: url("../../images/勇敢美麗2.png")center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#hor ul li {
　display:inline;
	list-style-type:none;
float: left;
}
