/* common */

@media screen and (max-width:499px) {
	.col-xss-12 {
		width: 100%;
	}
}

figure figcaption {
    padding:  5px 0 ;
}

/* top */

#index .visual {
	background: url(/en/symphonic-band/images/bg_visual1.jpg) no-repeat top center / cover;
	width: 100%;
	padding-top: 47%;
	height: 0;
	position: relative;
	margin-bottom: -10%;
	overflow: hidden;
}

@media screen and (min-width: 1555px) {
	#index .visual {
	width: 1555px;
	margin-left: auto;
	margin-right: auto;
	}
}

#index .pageTitle {
	position: absolute;
	top: 48%;
	left: 0;
	right: 0;
	width: 88%;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	#index .pageTitle {
	width: 580px;
	top: 60%;
	}
}

@media screen and (min-width: 992px) {
	#index .pageTitle {
	width: 650px;
	}
}

@media screen and (min-width: 1200px) {
	#index .pageTitle {
	width: 730px;
	top: 60%;
	left: 2%;
	}
}

@media screen and (min-width: 1580px) {
	#index .visual {
	min-height: 735px;
	max-height: 735px;
	padding-top: 0;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	margin-bottom: -120px;
	}
}

#index .btn-match-result {
	color: #ca0000;
	border-color: #ca0000;
	font-weight: bold;
	padding: 0;
	background-color: rgba(255,255,255,0.5);
}

#index .btn-match-result:hover, .btn-match-result:focus {
	color: #ca0000;
	background-color: rgba(255,204,204,0.5);
	border: 1px solid #ffcccc;
}

#index .btn-match-result .general-content {
	margin: 15px;
	font-size: 1.0em;
}

#index .btn-match-result .general-content-body {
	text-align: center !important;
}

@media screen and (min-width: 768px) {
	#index .btn-match-result .general-content {
	font-size: 1.6em;
	}
}

@media screen and (max-width:767px) {
	#index #top .category h3 {
	margin-top: 7px;
	margin-bottom: 0;
	font-size: 85%;
	}
}

/* profile */

@media screen and (max-width:767px) {
	#profile figure {
		width: 260px;
		margin: 0 auto;
	}
}

/* members */
#members .navbar {
	margin-bottom: 10px;
}

#members .pager {
	margin:  20px 0 12px;
}

#members .pager li a {
    padding-top: 10px;
    padding-bottom: 3px;
    line-height: 1;
}

#members .photo {
	padding-right: 0;
}

#members .details {
	padding-left: 10px;
   padding-right: 5px;
}


#members .details h3 {
	font-size: 120%;
	}
#members .details p {
	font-size: 95%;
}

/* 991px under */
@media screen and (max-width: 991px) {
	#members .details h3 {
		font-size: 103%;
	}
	#members .details p {
		font-size: 85%;
	}
}

/* 767px under */
@media screen and (max-width:767px) {
	#members .details h3 {
		font-size: 140%;
	}
	#members .details p {
		font-size: 100%;
	}
}

/* 499px under */
@media screen and (max-width:499px) {
	#members .details h3 {
		font-size: 130%;
	}
	#members .details p {
		font-size: 95%;
	}
}

#members .details.staff p {
    margin: 10px 0 5px;
}

#members .details.staff h3 {
    margin-top: 5px;
}

#members .Instrument_use p {
	float: left;
	display: block;
}

#members .Instrument {
	float: none;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	#members .details {
   padding-right: 15px;
	}
	#members .Instrument_use p {
	float: none;
   margin: 10px 0 5px;
	}
}
