/* 文字サイズ ------------------------------ */
.font-size-9 { font-size: 9px!important; }
.font-size-10 { font-size: 10px!important; }
.font-size-11 { font-size: 11px!important; }
.font-size-12 { font-size: 12px!important; }
.font-size-13 { font-size: 13px!important; }
.font-size-14 { font-size: 14px!important; }
.font-size-15 { font-size: 15px!important; }
.font-size-16 { font-size: 16px!important; }
.font-size-17 { font-size: 17px!important; }
.font-size-18 { font-size: 18px!important; }
.font-size-19 { font-size: 19px!important; }
.font-size-20 { font-size: 20px!important; }
.font-size-21 { font-size: 21px!important; }
.font-size-22 { font-size: 22px!important; }
.font-size-23 { font-size: 23px!important; }
.font-size-24 { font-size: 24px!important; }
.font-size-25 { font-size: 25px!important; }
.font-size-26 { font-size: 26px!important; }
.font-size-27 { font-size: 27px!important; }
.font-size-28 { font-size: 28px!important; }
.font-size-29 { font-size: 29px!important; }
.font-size-30 { font-size: 30px!important; }
.font-size-31 { font-size: 31px!important; }
.font-size-32 { font-size: 32px!important; }
.font-size-33 { font-size: 33px!important; }
.font-size-34 { font-size: 34px!important; }
.font-size-35 { font-size: 35px!important; }
.font-size-36 { font-size: 36px!important; }
.font-size-37 { font-size: 37px!important; }
.font-size-38 { font-size: 38px!important; }
.font-size-39 { font-size: 39px!important; }
.font-size-40 { font-size: 40px!important; }

.indent-1word { text-indent: 1em; }

small, .small { font-size: 85%!important; }
small.pull-right { color: #ddd; }
bold, .bold, strong, .strong { font-weight: bold; }
.no-decoration { font-weight: normal; text-decoration: none; }
.mincho { font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

/* 文字色 ------------------------------ */
.color-nbs { color: #990000; }
.color-white { color: #fff!important; }
.color-black { color: #000; }
.color-222222 { color: #222; }

/* バックグラウンド色 ------------------------------ */
.bg-color-nbs { background-color: #990000; }
.bg-color-white { background-color: #fff; }
.bg-color-222222 { background-color: #222; }
.bg-color-ticket { background-color: #fff3e6; }

/* 装飾 ------------------------------ */
.bold { font-weight: bold; }
.normal { font-weight: normal; text-decoration: none; }
.page-title {
	line-height: 1.4em;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: dotted 1px #ccc;
	margin-top: 80px;
	text-shadow: -1px 1px 0 rgba(136,136,136,.2);
}

.border-left-1 {   border-left: 1px solid #eee; padding-left: 20px; }
.border-left-2 {   border-left: 2px solid #eee; padding-left: 20px; }
.border-left-3 {   border-left: 3px solid #eee; padding-left: 20px; }
.border-left-4 {   border-left: 4px solid #eee; padding-left: 20px; }
.border-left-5 {   border-left: 5px solid #eee; padding-left: 20px; }
.border-left-10 {   border-left: 10px solid #eee; padding-left: 20px; }

/* 行間 ------------------------------ */
.line-height-0 { line-height: 0!important; }
.line-height-05 { line-height: 0.5em!important; }
.line-height-1 { line-height: 1em!important; }
.line-height-12 { line-height: 1.2em!important; }
.line-height-14 { line-height: 1.4em!important; }
.line-height-16 { line-height: 1.6em!important; }
.line-height-18 { line-height: 1.8em!important; }
.line-height-2 { line-height: 2em!important; }

/* テキストの揃え */
.text-align-left { text-align: left; }
.text-align-center { text-align: center; }
.text-align-right { text-align: right; }
.clear-both { clear: both; }

/* テキストシャドウ */
.text-shadow-black-1 { text-shadow: -1px 1px 1px rgba(0,0,0,.1); }
.text-shadow-black-2 { text-shadow: -1px 1px 1px rgba(0,0,0,.2); }
.text-shadow-black-3 { text-shadow: -1px 1px 1px rgba(0,0,0,.3); }
.text-shadow-black-4 { text-shadow: -1px 1px 1px rgba(0,0,0,.4); }
.text-shadow-black-5 { text-shadow: -1px 1px 1px rgba(0,0,0,.5); }
.text-shadow-black-6 { text-shadow: -1px 1px 1px rgba(0,0,0,.6); }
.text-shadow-black-7 { text-shadow: -1px 1px 1px rgba(0,0,0,.7); }
.text-shadow-black-8 { text-shadow: -1px 1px 1px rgba(0,0,0,.8); }
.text-shadow-black-9 { text-shadow: -1px 1px 1px rgba(0,0,0,.9); }
.text-shadow-black-10 { text-shadow: -1px 1px 1px rgba(0,0,0,1); }

/* img揃え */
.imgLeft, .img-left {
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}
.imgRight, .img-right {
	margin-left: 15px;
	margin-bottom: 15px;
	float: right;
}

/* サムネイルマウスオーバー */
.alpha {
	/*height: 169px;*/
	overflow: hidden;
	text-align: center;
	border: solid 1px #fff;
}
@media (max-width: 1200px) {
	.alpha {
		/*height: 130px;*/
	}
	.arpha img {
		zoom: 200%!important;
	}
}
@media (max-width: 768px) {
	.alpha {
		/*height: 50%;*/
	}
	.arpha img {
		/*zoom: 300%!important;*/
	}
}
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/* テーブル */
.table-no-bordered, .table-no-bordered td {
    border: none!important;
}

/* 囲み ------------------------------ */
.no-padding, padding-0 { padding: 0!important; }
.box-padding-0 { padding: 0; }
.box-padding-10 { padding: 10px; }
.box-padding-15 { padding: 15px; }
.box-padding-20 { padding: 20px; }
.box-padding-30 { padding: 30px; }
.box-padding-50 { padding: 50px; }
.well.well-white {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    box-shadow: none;
}
.well.well-green {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 15px;
    background-color: #284230;
    border: 1px solid #284230;
    border-radius: 4px;
    box-shadow: none;
}

/* Bootstrap上書き */
.label-default.label-categorytitle {
	background-color: #dd5319;
	font-size: 14px;
	font-weight: normal;
	padding: .5em .6em 0!important;
	border-radius: 0;
}


@media (max-width: 767px) {
.nameBox.box-padding-0 { padding: 0; }
.nameBox.box-padding-10 { padding: 10px 0; }
.nameBox.box-padding-20 { padding: 20px 0; }
.nameBox.box-padding-30 { padding: 30px 0; }
.nameBox.box-padding-50 { padding: 50px 0; }
.nameBox .col-md-6,
.nameBox .col-md-12 { padding-left:0; padding-right:0; }
}

.nameBox.box-padding-30 .kei-nbs .col-md-6,
.nameBox.box-padding-30 .kei-nbs .col-md-12 { padding-left: 15px; padding-right: 15px; }

/* 囲み罫あり ------------------------------ */
.kei-info {
	border: solid 1px #e1e1e1;
	background-color: #f7f7f7;
}
.kei-set {
	border: solid 1px #990000;
	background-color: #fff;
	/*color: #fff;*/
}
.kei-set-gray {
	border: solid 1px #990000;
	background-color: #f7f7f7;
	/*color: #fff;*/
}
.kei-nbs {
	border: solid 1px #990000;
	background-color: #fff;
}

/* 一部罫線 ------------------------------ */
.border-right-dotted { border-right: dotted 1px #fff; }

/* 角R ------------------------------ */
.round-0 { border-radius: 0!important; }
.round-2 { border-radius: 2px; }
.round-3 { border-radius: 3px; }
.round-4 { border-radius: 4px; }
.round-5 { border-radius: 5px; }
.round-6 { border-radius: 6px; }
.round-7 { border-radius: 7px; }
.round-8 { border-radius: 8px; }
.round-9 { border-radius: 9px; }
.round-10 { border-radius: 10px; }

/* マージンの指定 */
.no-margin, margin-0 { margin: 0!important; }
.no-margin-top, .magin-top-0 { margin-top: 0!important; }
.no-margin-bottom, .margin-bottom-0 { margin-bottom: 0!important; }
.no-margin-left, .margin-left-0 { margin-left: 0!important; }
.no-margin-right, .margin-right-0 { margin-right: 0!important; }
.margin-top-5px, .margin-top-5 { margin-top: 5px!important; }
.margin-top-10px, .margin-top-10 { margin-top: 10px!important; }
.margin-top-15px, .margin-top-15 { margin-top: 15px!important; }
.margin-top-20px, .margin-top-20 { margin-top: 20px!important; }
.margin-top-30px, .margin-top-30 { margin-top: 30px!important; }
.margin-top-40px, .margin-top-40 { margin-top: 40px!important; }
.margin-top-50px, .margin-top-50 { margin-top: 50px!important; }
.margin-bottom-5px, .margin-bottom-5 { margin-bottom: 5px!important; }
.margin-bottom-10px, .margin-bottom-10 { margin-bottom: 10px!important; }
.margin-bottom-15px, .margin-bottom-15 { margin-bottom: 15px!important; }
.margin-bottom-20px, .margin-bottom-20 { margin-bottom: 20px!important; }
.margin-bottom-30px, .margin-bottom-30 { margin-bottom: 30px!important; }
.margin-bottom-40px, .margin-bottom-40 { margin-bottom: 40px!important; }
.margin-bottom-50px, .margin-bottom-50 { margin-bottom: 50px!important; }
.margin-left-15px, .margin-left-15 { margin-left: 15px!important; }
.margin-right-15px, .margin-right-15 { margin-right: 15px!important; }

/* パディングの指定 ------------------------------ */
.no-padding-left, .padding-left-0 { padding-left: 0; }
.no-padding-right, .padding-right-0 { padding-right: 0; }
.no-padding-top { padding-top: 0; }
.no-padding-bottom { padding-bottom: 0; }
.padding-0px { padding: 0!important; }
.padding-5px { padding: 5px; }
.padding-10px { padding: 10px; }
.padding-15px { padding: 15px; }
.padding-20px { padding: 20px; }
.padding-top-5px, .padding-top-5 { padding-top: 5px!important; }
.padding-top-10px, .padding-top-10 { padding-top: 10px!important; }
.padding-top-15px, .padding-top-15 { padding-top: 15px!important; }
.padding-top-20px, .padding-top-20 { padding-top: 20px!important; }
.padding-top-25px, .padding-top-25 { padding-top: 25px!important; }
.padding-top-30px, .padding-top-30 { padding-top: 30px!important; }
.padding-top-40px, .padding-top-40 { padding-top: 40px!important; }
.padding-top-50px, .padding-top-50 { padding-top: 50px!important; }
.padding-bottom-5px, .padding-bottom-5 { padding-bottom: 5px!important; }
.padding-bottom-10px, .padding-bottom-10 { padding-bottom: 10px!important; }
.padding-bottom-15px, .padding-bottom-15 { padding-bottom: 15px!important; }
.padding-bottom-20px, .padding-bottom-20 { padding-bottom: 20px!important; }
.padding-bottom-25px, .padding-bottom-25 { padding-bottom: 25px!important; }
.padding-bottom-30px, .padding-bottom-30 { padding-bottom: 30px!important; }
.padding-bottom-40px, .padding-bottom-40 { padding-bottom: 40px!important; }
.padding-bottom-50px, .padding-bottom-50 { padding-bottom: 50px!important; }

/* タブコンテンツ */
.contents-box .nav.nav-tabs>li>a:hover {
    text-decoration: none;
    background-color: #423217;
    color: #fff;
}
.contents-box .nav-tabs>li.active>a, .contents-box .nav-tabs>li.active>a:focus, .contents-box .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #423217;
    border: solid 1px #423217;
 }
 .contents-box .nav.nav-tabs>li>a {
    border: 1px solid #423217;
}
.contents-box .nav-tabs {
    border-bottom: 1px solid #423217;
}

/* 写真の上にキャプションを配置する */
.caption-on-photo {  }
.caption-on-photo .titleBoxTop {
	color: #ccc;
	margin-bottom: -27px;
	padding: 5px;
	font-size: 12px;
	background-color: rgba(0,0,0,.5);
	z-index: 2;
	position: relative;
}
.caption-on-photo .titleBoxBottom {
	color: #ccc;
	margin-top: -24px;
	padding: 5px;
	font-size: 10px;
	text-align: right;
	background-color: rgba(0,0,0,.5);
	z-index: 1;
	position: relative;
}
.caption-on-photo img.img-responsive {
	z-index: 0;
	position: relative;
}
.caption-on-photo .col-md-4.col-sm-4 {
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

/* 領域内スクロール表示 */
.scroll-box {
	height: 440px;
	overflow-y: scroll;
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.scroll-box {
		height: 200px;
		overflow-y: scroll;
		margin-bottom: 20px;
		margin-top: 0;
		border: solid 1px #fddd;
		background-color: #fcfcfc;
	}
}