/* Add here all your css styles (customizations) */
body{
    font-family:'Microsoft YaHei',tahoma,arial,Hiragino Sans GB,sans-serif;
}


.navbar-brand>img {
    display: block;
    height: 50px;
}

.content-boxes-in-v4 img{
	width: 100%;
}


.team-v2 .inner-team{
    padding-left: 7px;
    padding-right: 7px;
	padding-top: 15px;
    padding-bottom: 15px;
}

.team-v2 .inner-team p {
    font-size: 13px;
    margin-bottom: 0px;
}

.team-v2 .inner-team .inner-team-info{
    text-align: center;
}

.inner-title h2{
    color: #555;
    font-size: 18px;
    font-weight: bold;
	text-align: center;
}

.team-v2 .inner-team h3{
    font-size: 17px;
    line-height: 30px;
    font-weight: bold;
}


.about-h2{
    margin-top: 0px;
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
    text-indent:2em
}

@media (max-width: 992px){
    .navbar-brand>img {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        height: 50px;
    }
	.about-h2{
		font-size: 18px;
		line-height: 28px;
		text-align: justify;
	}
}


.table-bordered th{
    color: #555;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
}

.table-bordered td{
    color: #555;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
}

/* 大会日程 */
.tag-box p{
    font-size: 20px;
    color: #333;
    line-height: 32px;
}