.light-box-bk-blog{
	width: 100%;
	height: 100%;
	position:fixed;
	left: 0;
	top: 0;
	z-index: 3000;
    background: #f1f1f1;
	opacity: 0.95;
}
.lightbox-content-a-inner-form{
	width: 414px;
    margin: 50px auto 0 auto;
    display: block;
}



.form-inner-block{
	width: 95%;
	display: block;
	margin: 0 auto;
}
.form-inner-block ul{
	width: 100%;
	display: block;
	float: left;
	list-style-type: none;
	padding-bottom: 30px;
}
.form-inner-block ul li{
	width: 100%;
	display: block;
	float: left;
	list-style-type: none;
}
.word-ctrl-s1{
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 24px;
    color: #000;
    text-align: center;
	margin-bottom: 30px;
	line-height: 50px;
}
.word-ctrl-s2{
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 20px;
	line-height: 30px;
	background: #000;
	color: #fff;
	border-bottom: 1px solid #000;
	padding-top: 10px;
	padding-bottom: 10px;
}
.word-ctrl-s3{
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 19px;
	line-height: 30px;
	color: #000;
	border-bottom: 1px solid #000;
	padding-top: 10px;
	padding-bottom: 10px;		
}
.word-ctrl-s4{
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 20px;
	line-height: 50px;
	color: #000;
	text-align: center;
	border-bottom: 1px solid #000;
}
.cell-a-1{
	width: 33%;
	margin-left:3%;
	margin-right: 10%;
	display: block;
	float: left;
}
.cell-b-2{
	width: 54%;
	display: block;
	float: left;
}
.cell-b-2 a:link{
	color: #000;
	text-decoration: none;
}
.cell-b-2 a:visited{
	color: #000;
	text-decoration: none;
}
.cell-b-2 a:hover{
	color: #ffa800;
	text-decoration: none;
}



@media only screen and (max-width : 414px){
.lightbox-content-a-inner-form{
	width: 100%;
    margin: 20px auto 0 auto;
    display: block;
}
}
@media only screen and (max-width : 375px){
.word-ctrl-s2{
    font-size: 19px;
}
.word-ctrl-s3{
    font-size: 18px;		
}
.cell-a-1{
	width: 37%;
	margin-left:3%;
	margin-right: 10%;
	display: block;
	float: left;
}
.cell-b-2{
	width: 50%;
	display: block;
	float: left;
}
}
@media only screen and (max-width : 320px){
.word-ctrl-s2{
    font-size: 18px;
}
.word-ctrl-s3{
    font-size: 17px;		
}
.cell-a-1{
	width: 37%;
	margin-left:0%;
	margin-right: 10%;
	display: block;
	float: left;
}
.cell-b-2{
	width: 50%;
	display: block;
	float: left;
}
}









