/* common */

.container a{
	word-break: break-all;
}

@media screen and (max-width:449px) {
	.col-xss-12 {
		width: 100%;
	}
}

dl.detail,
ul.detail,
p.detail {
	margin: 10px 0 20px;
}

dl.detail dt {
	float: left;
	display: inline-block;
	font-weight: normal;
}

dl.detail dd {
	margin-left: 50px;
	margin-bottom: 5px;
}

.detail_title {
	float: left;
}

.detail_text {
	float: none;
	overflow: hidden;
}

.text-danger {
	color: #DB0003;
}

figure figcaption {
	padding: 6px 0 ;
}

/* top */

#index .visual {
	background: url(/ja/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: 5%;
	width: 62%;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	#index .pageTitle {
	width: 400px;
	top: 60%;
	}
}

@media screen and (min-width: 992px) {
	#index .pageTitle {
	right: 2%;
	width: 450px;
	}
}

@media screen and (min-width: 1200px) {
	#index .pageTitle {
	width: 508px;
	top: 60%;
	}
}

@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,
#index .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 .category h3 {
	margin-top: 7px;
	margin-bottom: 0;
	font-size: 85%;
	}
}

#index .topics h4 {
	font-size: 100%;
}

/* profile */

#profile figcaption {
	padding: 5px 0 ;
}

@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%;
	}
}

/* 449px under */
@media screen and (max-width:449px) {
	#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;
	}
}

/* schedule */

#schedule h2 time {
	font-size: 20px;
}

@media screen and (max-width: 767px) {
	#schedule h2 time {
	font-size: 18px;
	}
}

#schedule h3,
#schedule h4 {
	font-size: 120%;
}

#schedule dl.faq {
	padding-right: 0;
}

#schedule dl.faq dt {
	font-weight: normal;
}

#schedule dl.faq dd {
	margin-left: 0;
}

#schedule figure.profile,
#schedule button.profile {
	margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
#schedule figure.size_medium img {
	width: 90%;
}
#schedule figure.size_small img {
	width: 70%;
}

#schedule .modal-dialog {
    width: 70%;
}
}
#schedule .modal-body {
    padding: 20px;
}

/* reports */

#reports .reports-overview {
   padding: 10px 25px 10px;
	overflow: hidden;
   background: #f5f5f5;
}

#reports .reports-photo {
	margin-bottom: 15px;
}

#reports .nr-expand-img-btn {
   position: absolute;
   left: 0;
   bottom: 0;
	background-color: rgba(255,255,255,0.8);
}

#reports .nr-expand-img-btn .fa-expand {
	background: #fff;
	color: #7d7d7d;
}

#reports .nr-expand-img-btn .fa-expand.fa-border {
	border: solid 2px #7d7d7d;
}

#reports ul,
#reports ol {
	padding-left: 0;
	list-style: none;
}

#reports dl.detail,
#reports ul.detail,
#reports p.detail {
	margin: 15px 0;
	padding-left: 0;
}

#reports ul.detail li,
#reports ol.detail li{
	overflow: hidden;
} 

#reports ul.detail li.separate,
#reports ol.detail li.separate{
	float: left;
	width: 50%;
	padding-right: 20px;
	clear: left;
}

#reports ul.detail_list,
#reports ol.detail_list {
	overflow: hidden;
}

#reports ul.detail_list li,
#reports ol.detail_list li {
	position: relative;
	padding-left: 18px;
}

#reports ul.detail_list li:before,
#reports ol.detail_list li:before {
	content:"・";
	position: absolute;
	top: 0;
   left: 0;
   font-weight: bold;
}

/* 見出しがある時 */
#reports ul.detail_list li.none,
#reports ol.detail_list li.none {
	padding-left: 0;
}

#reports ul.detail_list li.none:before,
#reports ol.detail_list li.none:before {
	content:"";
}

/* 左の高さが足りない時 */
#reports ul.detail li.right,
#reports ol.detail li.right{
	float: right;
	width: 50%;
}

@media screen and (max-width:767px) {
	#reports ul.detail li.separate,
	#reports ol.detail li.separate,
	#reports ul.detail li.right,
	#reports ol.detail li.right {
	float: none;
	width: 100%;
	}
}

#reports .nr-content-wrap {
	margin-bottom: 0;
}

@media screen and (max-width:768px) {
	#reports .nr-content-wrap {
		margin-bottom: 24px;
	}
	#reports .nr-content-wrap.thumb,
	#reports .nr-content-wrap.thumb .reports-photo {
		margin-bottom: 0 ;
	}
}

/* cd */

#cd .cd_info{
	margin-bottom: 15px;
}

#cd figure,
#cd .btn_cd {
	margin-bottom: 10px;
}

#cd .btn_cd {
	padding-left: 0;
	padding-right: 0;
}

#cd .btn_cd a {
	width: 100%;
}

#cd .col2_song {
	margin-top: 10px;
	padding-left: 0;
	overflow: hidden;
}

#cd .col2_song li {
	float: left;
	width: 50%;
	padding-right: 15px;
}

#cd ol.col2_song {
	padding-left: 28px;
}

#cd ol.col2_song li {
	padding-right: 40px;
}

#cd .label-discontinued {
	padding-top:.4em;
	background-color:#585858;
}
#cd .label-discontinued[href]:focus,.label-discontinued[href]:hover {
	background-color:#3f3f3f;
}

@media screen and (max-width:767px) {
	#cd .btn_cd a {
		width: 272px;
	}
	#cd .col2_song {
	padding-left: 0;
	}
	#cd .col2_song li {
	float: none;
	width: 100%;
	padding-right: 0;
	}
}


main.container select {
	display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
main.container #describedby-year p{
	text-align: center;
}