@charset "UTF-8";
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

html{
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body{
	margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary{
	display: block;
}

audio, canvas, progress, video{
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]){
	display: none;
	height: 0;
}

[hidden], template{
	display: none;
}

a{
	background: transparent;
}

a:active, a:hover{
	outline: 0;
}

abbr[title]{
	border-bottom: 1px dotted;
}

b, strong{
	font-weight: bold;
}

dfn{
	font-style: italic;
}

h1{
	font-size: 2em;
	margin: 0.67em 0;
}

mark{
	background: #ff0;
	color: #000;
}

small{
	font-size: 80%;
}

sub, sup{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup{
	top: -0.5em;
}

sub{
	bottom: -0.25em;
}

img{
	border: 0;
}

svg:not(:root){
	overflow: hidden;
}

figure{
	margin: 1em 40px;
}

hr{
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre{
	overflow: auto;
}

code, kbd, pre, samp{
	font-family: monospace, monospace;
	font-size: 1em;
}

button, input, optgroup, select, textarea{
	color: inherit;
	font: inherit;
	margin: 0;
}

button{
	overflow: visible;
}

button, select{
	text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"]{
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled]{
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input{
	line-height: normal;
}

input[type="checkbox"], input[type="radio"]{
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]{
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset{
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend{
	border: 0;
	padding: 0;
}

textarea{
	overflow: auto;
}

optgroup{
	font-weight: bold;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

td, th{
	padding: 0;
}

@media print {
	
	*{
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
}
	
	a, a:visited{
		text-decoration: underline;
}
/*a[href]:after {
  content: " (" attr(href) ")";
}
abbr[title]:after {
  content: " (" attr(title) ")";
}
*/
	
	a[href^="javascript:"]::after, a[href^="#"]::after{
		content: "";
}
	
	pre, blockquote{
		border: 1px solid #999;
		page-break-inside: avoid;
}
	
	thead{
		display: table-header-group;
}
	
	tr, img{
		page-break-inside: avoid;
}
	
	img{
		max-width: 100% !important;
}
	
	p, h2, h3{
		orphans: 3;
		widows: 3;
}
	
	h2, h3{
		page-break-after: avoid;
}
	
	select{
		background: #fff !important;
}
	
	.navbar{
		display: none;
}
	
	.table td, .table th{
		background-color: #fff !important;
}
	
	.btn > .caret, .dropup > .btn > .caret{
		border-top-color: #000 !important;
}
	
	.label{
		border: 1px solid #000;
}
	
	.table{
		border-collapse: collapse !important;
}
	
	.table-bordered th, .table-bordered td{
		border: 1px solid #ddd !important;
}
}

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*::before, *::after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html{
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body{
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	font-size: 14px;
	color: #515151;
	background-color: white;
	top: 0px;
	left: 0px;
}

input, button, select, textarea{
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a{
	color: #b91c22;
	text-decoration: none;
	right: 2px;
}

a:hover, a:focus{
	color: #771216;
	text-decoration: underline;
}

a:focus{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

figure{
	margin: 0;
}

img{
	vertical-align: middle;
	margin-bottom: 3px;
}

.img-responsive{
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded{
	border-radius: 6px;
}

.img-thumbnail{
	padding: 4px;
	line-height: 1.42857;
	background-color: white;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-circle{
	border-radius: 50%;
}

hr{
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}

.sr-only{
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	left: 0px;
	margin-left: 0px;
	top: 0px;
	margin-bottom: -2px;
}

h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small{
	font-weight: normal;
	line-height: 1;
	color: #999999;
}

h1, .h1, h2, .h2, h3, .h3{
	margin-top: 20px;
	margin-bottom: 10px;
}

h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small{
	font-size: 65%;
}

h4, .h4, h5, .h5, h6, .h6{
	margin-top: 10px;
	margin-bottom: 10px;
}

h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small{
	font-size: 75%;
}

h1, .h1{
	font-size: 1.714em;
}

h2, .h2{
	font-size: 1.429em;
}

h3, .h3{
	font-size: 1.286em;
}

h4, .h4{
	font-size: 1.143em;
}

h5, .h5{
	font-size: 1em;
}

h6, .h6{
	font-size: 0.857em;
}

p{
	margin: 0 0 10px;
}

.lead{
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.4;
}
@media (min-width: 940px) {
  .lead{
  font-size: 21px;
}
}

small, .small{
	font-size: 85%;
}

cite{
	font-style: normal;
}

.text-left{
	text-align: left;
}

.text-right{
	text-align: right;
}

.text-center{
	text-align: center;
}

.text-justify{
	text-align: justify;
}

.text-muted{
	color: #999999;
}

.text-primary{
	color: #b91c22;
}

a:hover.text-primary{
	color: #8d151a;
}

.text-success{
	color: #3c763d;
}

a:hover.text-success{
	color: #2b542c;
}

.text-info{
	color: #31708f;
}

a:hover.text-info{
	color: #245269;
}

.text-warning{
	color: #8a6d3b;
}

a:hover.text-warning{
	color: #66512c;
}

.text-danger{
	color: #a94442;
}

a:hover.text-danger{
	color: #843534;
}

.bg-primary{
	color: #fff;
}

.bg-primary{
	background-color: #b91c22;
}

a:hover.bg-primary{
	background-color: #8d151a;
}

.bg-success{
	background-color: #dff0d8;
}

a:hover.bg-success{
	background-color: #c1e2b3;
}

.bg-info{
	background-color: #d9edf7;
}

a:hover.bg-info{
	background-color: #afd9ee;
}

.bg-warning{
	background-color: #fcf8e3;
}

a:hover.bg-warning{
	background-color: #f7ecb5;
}

.bg-danger{
	background-color: #f2dede;
}

a:hover.bg-danger{
	background-color: #e4b9b9;
}

.page-header{
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eeeeee;
}

ul, ol{
	margin-top: 0;
	margin-bottom: 10px;
}

ul ul, ul ol, ol ul, ol ol{
	margin-bottom: 0;
}

.list-unstyled, .list-inline{
	padding-left: 0;
	list-style: none;
}

.list-inline{
	margin-left: -5px;
}

.list-inline > li{
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

dl{
	margin-top: 0;
	margin-bottom: 20px;
}

dt, dd{
	line-height: 1.42857;
}

dt{
	font-weight: bold;
}

dd{
	margin-left: 0;
}
@media (min-width: 940px) {
  .dl-horizontal dt{
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd{
  margin-left: 180px;
}
.dl-horizontal dd::before, .dl-horizontal dd::after{
  content: " ";
  display: table;
}
.dl-horizontal dd::after{
  clear: both;
}
}

abbr[title], abbr[data-original-title]{
	cursor: help;
	border-bottom: 1px dotted #999999;
}

.initialism{
	font-size: 90%;
	text-transform: uppercase;
}

blockquote{
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eeeeee;
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child{
	margin-bottom: 0;
}

blockquote footer, blockquote small, blockquote .small{
	display: block;
	font-size: 80%;
	line-height: 1.42857;
	color: #999999;
}

blockquote footer::before, blockquote small::before, blockquote .small::before{
	content: '\2014 \00A0';
}

.blockquote-reverse, blockquote.pull-right{
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
	text-align: right;
}

.blockquote-reverse footer::before, .blockquote-reverse small::before, .blockquote-reverse .small::before, blockquote.pull-right footer::before, blockquote.pull-right small::before, blockquote.pull-right .small::before{
	content: '';
}

.blockquote-reverse footer::after, .blockquote-reverse small::after, .blockquote-reverse .small::after, blockquote.pull-right footer::after, blockquote.pull-right small::after, blockquote.pull-right .small::after{
	content: '\00A0 \2014';
}

blockquote::before, blockquote::after{
	content: "";
}

address{
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857;
}

code, kbd, pre, samp{
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code{
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	white-space: nowrap;
	border-radius: 4px;
}

kbd{
	padding: 2px 4px;
	font-size: 90%;
	color: white;
	background-color: #333333;
	border-radius: 4px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

pre{
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857;
	word-break: break-all;
	word-wrap: break-word;
	color: #333333;
	background-color: whitesmoke;
	border: 1px solid #cccccc;
	border-radius: 4px;
}

pre code{
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}

.pre-scrollable{
	max-height: 340px;
	overflow-y: scroll;
}

.container{
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.container::before, .container::after{
	content: " ";
	display: table;
}

.container::after{
	clear: both;
}
@media (min-width: 940px) {
  .container{
  width: 960px;
}
}
@media (min-width: 940px) {
  .container{
  width: 960px;
}
}
@media (min-width: 940px) {
  .container{
  width: 960px;
}
}

.container-fluid{
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.container-fluid::before, .container-fluid::after{
	content: " ";
	display: table;
}

.container-fluid::after{
	clear: both;
}

.row{
	margin-left: -10px;
	margin-right: -10px;
}

.row::before, .row::after{
	content: " ";
	display: table;
}

.row::after{
	clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{
	float: left;
}

.col-xs-1{
	width: 8.33333%;
}

.col-xs-2{
	width: 16.66667%;
}

.col-xs-3{
	width: 25%;
}

.col-xs-4{
	width: 33.33333%;
}

.col-xs-5{
	width: 41.66667%;
}

.col-xs-6{
	width: 50%;
}

.col-xs-7{
	width: 58.33333%;
}

.col-xs-8{
	width: 66.66667%;
}

.col-xs-9{
	width: 75%;
}

.col-xs-10{
	width: 83.33333%;
}

.col-xs-11{
	width: 91.66667%;
}

.col-xs-12{
	width: 100%;
}

.col-xs-pull-0{
	right: 0%;
}

.col-xs-pull-1{
	right: 8.33333%;
}

.col-xs-pull-2{
	right: 16.66667%;
}

.col-xs-pull-3{
	right: 25%;
}

.col-xs-pull-4{
	right: 33.33333%;
}

.col-xs-pull-5{
	right: 41.66667%;
}

.col-xs-pull-6{
	right: 50%;
}

.col-xs-pull-7{
	right: 58.33333%;
}

.col-xs-pull-8{
	right: 66.66667%;
}

.col-xs-pull-9{
	right: 75%;
}

.col-xs-pull-10{
	right: 83.33333%;
}

.col-xs-pull-11{
	right: 91.66667%;
}

.col-xs-pull-12{
	right: 100%;
}

.col-xs-push-0{
	left: 0%;
}

.col-xs-push-1{
	left: 8.33333%;
}

.col-xs-push-2{
	left: 16.66667%;
}

.col-xs-push-3{
	left: 25%;
}

.col-xs-push-4{
	left: 33.33333%;
}

.col-xs-push-5{
	left: 41.66667%;
}

.col-xs-push-6{
	left: 50%;
}

.col-xs-push-7{
	left: 58.33333%;
}

.col-xs-push-8{
	left: 66.66667%;
}

.col-xs-push-9{
	left: 75%;
}

.col-xs-push-10{
	left: 83.33333%;
}

.col-xs-push-11{
	left: 91.66667%;
}

.col-xs-push-12{
	left: 100%;
}

.col-xs-offset-0{
	margin-left: 0%;
}

.col-xs-offset-1{
	margin-left: 8.33333%;
}

.col-xs-offset-2{
	margin-left: 16.66667%;
}

.col-xs-offset-3{
	margin-left: 25%;
}

.col-xs-offset-4{
	margin-left: 33.33333%;
}

.col-xs-offset-5{
	margin-left: 41.66667%;
}

.col-xs-offset-6{
	margin-left: 50%;
}

.col-xs-offset-7{
	margin-left: 58.33333%;
}

.col-xs-offset-8{
	margin-left: 66.66667%;
}

.col-xs-offset-9{
	margin-left: 75%;
}

.col-xs-offset-10{
	margin-left: 83.33333%;
}

.col-xs-offset-11{
	margin-left: 91.66667%;
}

.col-xs-offset-12{
	margin-left: 100%;
}
@media (min-width: 940px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{
  float: left;
}
.col-sm-1{
  width: 8.33333%;
}
.col-sm-2{
  width: 16.66667%;
}
.col-sm-3{
  width: 25%;
}
.col-sm-4{
  width: 33.33333%;
}
.col-sm-5{
  width: 41.66667%;
}
.col-sm-6{
  width: 50%;
}
.col-sm-7{
  width: 58.33333%;
}
.col-sm-8{
  width: 66.66667%;
}
.col-sm-9{
  width: 75%;
}
.col-sm-10{
  width: 83.33333%;
}
.col-sm-11{
  width: 91.66667%;
}
.col-sm-12{
  width: 100%;
}
.col-sm-pull-0{
  right: 0%;
}
.col-sm-pull-1{
  right: 8.33333%;
}
.col-sm-pull-2{
  right: 16.66667%;
}
.col-sm-pull-3{
  right: 25%;
}
.col-sm-pull-4{
  right: 33.33333%;
}
.col-sm-pull-5{
  right: 41.66667%;
}
.col-sm-pull-6{
  right: 50%;
}
.col-sm-pull-7{
  right: 58.33333%;
}
.col-sm-pull-8{
  right: 66.66667%;
}
.col-sm-pull-9{
  right: 75%;
}
.col-sm-pull-10{
  right: 83.33333%;
}
.col-sm-pull-11{
  right: 91.66667%;
}
.col-sm-pull-12{
  right: 100%;
}
.col-sm-push-0{
  left: 0%;
}
.col-sm-push-1{
  left: 8.33333%;
}
.col-sm-push-2{
  left: 16.66667%;
}
.col-sm-push-3{
  left: 25%;
}
.col-sm-push-4{
  left: 33.33333%;
}
.col-sm-push-5{
  left: 41.66667%;
}
.col-sm-push-6{
  left: 50%;
}
.col-sm-push-7{
  left: 58.33333%;
}
.col-sm-push-8{
  left: 66.66667%;
}
.col-sm-push-9{
  left: 75%;
}
.col-sm-push-10{
  left: 83.33333%;
}
.col-sm-push-11{
  left: 91.66667%;
}
.col-sm-push-12{
  left: 100%;
}
.col-sm-offset-0{
  margin-left: 0%;
}
.col-sm-offset-1{
  margin-left: 8.33333%;
}
.col-sm-offset-2{
  margin-left: 16.66667%;
}
.col-sm-offset-3{
  margin-left: 25%;
}
.col-sm-offset-4{
  margin-left: 33.33333%;
}
.col-sm-offset-5{
  margin-left: 41.66667%;
}
.col-sm-offset-6{
  margin-left: 50%;
}
.col-sm-offset-7{
  margin-left: 58.33333%;
}
.col-sm-offset-8{
  margin-left: 66.66667%;
}
.col-sm-offset-9{
  margin-left: 75%;
}
.col-sm-offset-10{
  margin-left: 83.33333%;
}
.col-sm-offset-11{
  margin-left: 91.66667%;
}
.col-sm-offset-12{
  margin-left: 100%;
}
}
@media (min-width: 940px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{
  float: left;
}
.col-md-1{
  width: 8.33333%;
}
.col-md-2{
  width: 16.66667%;
}
.col-md-3{
  width: 25%;
}
.col-md-4{
  width: 33.33333%;
}
.col-md-5{
  width: 41.66667%;
}
.col-md-6{
  width: 50%;
}
.col-md-7{
  width: 58.33333%;
}
.col-md-8{
  width: 66.66667%;
}
.col-md-9{
  width: 75%;
}
.col-md-10{
  width: 83.33333%;
}
.col-md-11{
  width: 91.66667%;
}
.col-md-12{
  width: 100%;
}
.col-md-pull-0{
  right: 0%;
}
.col-md-pull-1{
  right: 8.33333%;
}
.col-md-pull-2{
  right: 16.66667%;
}
.col-md-pull-3{
  right: 25%;
}
.col-md-pull-4{
  right: 33.33333%;
}
.col-md-pull-5{
  right: 41.66667%;
}
.col-md-pull-6{
  right: 50%;
}
.col-md-pull-7{
  right: 58.33333%;
}
.col-md-pull-8{
  right: 66.66667%;
}
.col-md-pull-9{
  right: 75%;
}
.col-md-pull-10{
  right: 83.33333%;
}
.col-md-pull-11{
  right: 91.66667%;
}
.col-md-pull-12{
  right: 100%;
}
.col-md-push-0{
  left: 0%;
}
.col-md-push-1{
  left: 8.33333%;
}
.col-md-push-2{
  left: 16.66667%;
}
.col-md-push-3{
  left: 25%;
}
.col-md-push-4{
  left: 33.33333%;
}
.col-md-push-5{
  left: 41.66667%;
}
.col-md-push-6{
  left: 50%;
}
.col-md-push-7{
  left: 58.33333%;
}
.col-md-push-8{
  left: 66.66667%;
}
.col-md-push-9{
  left: 75%;
}
.col-md-push-10{
  left: 83.33333%;
}
.col-md-push-11{
  left: 91.66667%;
}
.col-md-push-12{
  left: 100%;
}
.col-md-offset-0{
  margin-left: 0%;
}
.col-md-offset-1{
  margin-left: 8.33333%;
}
.col-md-offset-2{
  margin-left: 16.66667%;
}
.col-md-offset-3{
  margin-left: 25%;
}
.col-md-offset-4{
  margin-left: 33.33333%;
}
.col-md-offset-5{
  margin-left: 41.66667%;
}
.col-md-offset-6{
  margin-left: 50%;
}
.col-md-offset-7{
  margin-left: 58.33333%;
}
.col-md-offset-8{
  margin-left: 66.66667%;
}
.col-md-offset-9{
  margin-left: 75%;
}
.col-md-offset-10{
  margin-left: 83.33333%;
}
.col-md-offset-11{
  margin-left: 91.66667%;
}
.col-md-offset-12{
  margin-left: 100%;
}
}
@media (min-width: 940px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{
  float: left;
}
.col-lg-1{
  width: 8.33333%;
}
.col-lg-2{
  width: 16.66667%;
}
.col-lg-3{
  width: 25%;
}
.col-lg-4{
  width: 33.33333%;
}
.col-lg-5{
  width: 41.66667%;
}
.col-lg-6{
  width: 50%;
}
.col-lg-7{
  width: 58.33333%;
}
.col-lg-8{
  width: 66.66667%;
}
.col-lg-9{
  width: 75%;
}
.col-lg-10{
  width: 83.33333%;
}
.col-lg-11{
  width: 91.66667%;
}
.col-lg-12{
  width: 100%;
}
.col-lg-pull-0{
  right: 0%;
}
.col-lg-pull-1{
  right: 8.33333%;
}
.col-lg-pull-2{
  right: 16.66667%;
}
.col-lg-pull-3{
  right: 25%;
}
.col-lg-pull-4{
  right: 33.33333%;
}
.col-lg-pull-5{
  right: 41.66667%;
}
.col-lg-pull-6{
  right: 50%;
}
.col-lg-pull-7{
  right: 58.33333%;
}
.col-lg-pull-8{
  right: 66.66667%;
}
.col-lg-pull-9{
  right: 75%;
}
.col-lg-pull-10{
  right: 83.33333%;
}
.col-lg-pull-11{
  right: 91.66667%;
}
.col-lg-pull-12{
  right: 100%;
}
.col-lg-push-0{
  left: 0%;
}
.col-lg-push-1{
  left: 8.33333%;
}
.col-lg-push-2{
  left: 16.66667%;
}
.col-lg-push-3{
  left: 25%;
}
.col-lg-push-4{
  left: 33.33333%;
}
.col-lg-push-5{
  left: 41.66667%;
}
.col-lg-push-6{
  left: 50%;
}
.col-lg-push-7{
  left: 58.33333%;
}
.col-lg-push-8{
  left: 66.66667%;
}
.col-lg-push-9{
  left: 75%;
}
.col-lg-push-10{
  left: 83.33333%;
}
.col-lg-push-11{
  left: 91.66667%;
}
.col-lg-push-12{
  left: 100%;
}
.col-lg-offset-0{
  margin-left: 0%;
}
.col-lg-offset-1{
  margin-left: 8.33333%;
}
.col-lg-offset-2{
  margin-left: 16.66667%;
}
.col-lg-offset-3{
  margin-left: 25%;
}
.col-lg-offset-4{
  margin-left: 33.33333%;
}
.col-lg-offset-5{
  margin-left: 41.66667%;
}
.col-lg-offset-6{
  margin-left: 50%;
}
.col-lg-offset-7{
  margin-left: 58.33333%;
}
.col-lg-offset-8{
  margin-left: 66.66667%;
}
.col-lg-offset-9{
  margin-left: 75%;
}
.col-lg-offset-10{
  margin-left: 83.33333%;
}
.col-lg-offset-11{
  margin-left: 91.66667%;
}
.col-lg-offset-12{
  margin-left: 100%;
}
}

table{
	max-width: 100%;
	background-color: transparent;
}

th{
	text-align: left;
}

.table{
	width: 100%;
	margin-bottom: 20px;
}

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td{
	padding: 8px;
	line-height: 1.42857;
	vertical-align: top;
	border-top: 1px solid #dddddd;
}

.table > thead > tr > th{
	vertical-align: bottom;
	border-bottom: 2px solid #dddddd;
}

.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td{
	border-top: 0;
}

.table > tbody + tbody{
	border-top: 2px solid #dddddd;
}

.table .table{
	background-color: white;
}

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td{
	padding: 5px;
}

.table-bordered{
	border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td{
	border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td{
	border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th{
	background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th{
	background-color: whitesmoke;
}

table col[class*="col-"]{
	position: static;
	float: none;
	display: table-column;
}

table td[class*="col-"], table th[class*="col-"]{
	position: static;
	float: none;
	display: table-cell;
}

.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th{
	background-color: whitesmoke;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th{
	background-color: #e8e8e8;
}

.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th{
	background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th{
	background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th{
	background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th{
	background-color: #c4e3f3;
}

.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th{
	background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th{
	background-color: #faf2cc;
}

.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th{
	background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th{
	background-color: #ebcccc;
}
@media (max-width: 939px) {
  .table-responsive{
  width: 100%;
  margin-bottom: 15px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 1px solid #dddddd;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table{
  margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td{
  white-space: nowrap;
}
.table-responsive > .table-bordered{
  border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child{
  border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child{
  border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td{
  border-bottom: 0;
}
}

fieldset{
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}

legend{
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 1.5em;
	line-height: inherit;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

label{
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
}

input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"]{
	margin: 4px 0 0;
	margin-top: 1px \9;/* IE8-9 */
	line-height: normal;
}

input[type="file"]{
	display: block;
}

input[type="range"]{
	display: block;
	width: 100%;
}

select[multiple], select[size]{
	height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

output{
	display: block;
	padding-top: 7px;
	font-size: 1em;
	line-height: 1.42857;
	color: #555555;
}

.form-control{
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 1em;
	line-height: 1.42857;
	color: #555555;
	background-color: white;
	background-image: none;
	border: 1px solid #b3b3b3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus{
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
	color: #999999;
	opacity: 1;
}

.form-control:-ms-input-placeholder{
	color: #999999;
}

.form-control::-webkit-input-placeholder {
	color: #999999;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
	cursor: not-allowed;
	background-color: #eeeeee;
	opacity: 1;
}

textarea.form-control{
	height: auto;
}

input[type="search"]{
	-webkit-appearance: none;
}

input[type="date"]{
	line-height: 34px;
}

.form-group{
	margin-bottom: 15px;
}

.radio, .checkbox{
	display: block;
	min-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
}

.radio label, .checkbox label{
	display: inline;
	font-weight: normal;
	cursor: pointer;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]{
	float: left;
	margin-left: -20px;
}

.radio + .radio, .checkbox + .checkbox{
	margin-top: -5px;
}

.radio-inline, .checkbox-inline{
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline{
	margin-top: 0;
	margin-left: 10px;
}

input[type="radio"][disabled], fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], fieldset[disabled] input[type="checkbox"], .radio[disabled], fieldset[disabled] .radio, .radio-inline[disabled], fieldset[disabled] .radio-inline, .checkbox[disabled], fieldset[disabled] .checkbox, .checkbox-inline[disabled], fieldset[disabled] .checkbox-inline{
	cursor: not-allowed;
}

.input-sm{
	height: 26px;
	padding: 3px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 4px;
}

select.input-sm{
	height: 26px;
	line-height: 26px;
}

textarea.input-sm, select.input-sm[multiple]{
	height: auto;
}

.input-lg{
	height: 44px;
	padding: 10px 16px;
	font-size: 16px;
	line-height: 1.33;
	border-radius: 6px;
}

select.input-lg{
	height: 44px;
	line-height: 44px;
}

textarea.input-lg, select.input-lg[multiple]{
	height: auto;
}

.has-feedback{
	position: relative;
}

.has-feedback .form-control{
	padding-right: 42.5px;
}

.has-feedback .form-control-feedback{
	position: absolute;
	top: 25px;
	right: 0;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline{
	color: #3c763d;
}

.has-success .form-control{
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus{
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon{
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8;
}

.has-success .form-control-feedback{
	color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline{
	color: #8a6d3b;
}

.has-warning .form-control{
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus{
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon{
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3;
}

.has-warning .form-control-feedback{
	color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline{
	color: #a94442;
}

.has-error .form-control{
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus{
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon{
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede;
}

.has-error .form-control-feedback{
	color: #a94442;
}

.form-control-static{
	margin-bottom: 0;
}

.help-block{
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #919191;
}
@media (min-width: 940px) {
  .form-inline .form-group{
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .form-control{
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.form-inline .input-group > .form-control{
  width: 100%;
}
.form-inline .control-label{
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .radio,
  .form-inline .checkbox{
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  vertical-align: middle;
}
.form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"]{
  float: none;
  margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback{
  top: 0;
}
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}

.form-horizontal .radio, .form-horizontal .checkbox{
	min-height: 27px;
}

.form-horizontal .form-group{
	margin-left: -10px;
	margin-right: -10px;
}

.form-horizontal .form-group::before, .form-horizontal .form-group::after{
	content: " ";
	display: table;
}

.form-horizontal .form-group::after{
	clear: both;
}

.form-horizontal .form-control-static{
	padding-top: 7px;
}
@media (min-width: 940px) {
  .form-horizontal .control-label{
  text-align: right;
}
}

.form-horizontal .has-feedback .form-control-feedback{
	top: 0;
	right: 10px;
}

.btn{
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 1em;
	line-height: 1.42857;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:hover, .btn:focus{
	color: #515151;
	text-decoration: none;
}

.btn:active, .btn.active{
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn{
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-default{
	color: #515151;
	background-color: #e6e6e6;
	border-color: #b3b3b3;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active{
	color: #515151;
	background-color: #d2d2d2;
	border-color: #949494;
}

.open .btn-default.dropdown-toggle{
	color: #515151;
	background-color: #d2d2d2;
	border-color: #949494;
}

.btn-default:active, .btn-default.active{
	background-image: none;
}

.open .btn-default.dropdown-toggle{
	background-image: none;
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default.active[disabled], fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active{
	background-color: #e6e6e6;
	border-color: #b3b3b3;
}

.btn-default .badge{
	color: #e6e6e6;
	background-color: #515151;
}

.btn-primary{
	color: white;
	background-color: #b91c22;
	border-color: #b91c22;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active{
	color: white;
	background-color: #96171b;
	border-color: #841418;
}

.open .btn-primary.dropdown-toggle{
	color: white;
	background-color: #96171b;
	border-color: #841418;
}

.btn-primary:active, .btn-primary.active{
	background-image: none;
}

.open .btn-primary.dropdown-toggle{
	background-image: none;
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active{
	background-color: #b91c22;
	border-color: #b91c22;
}

.btn-primary .badge{
	color: #b91c22;
	background-color: white;
}

.btn-success{
	color: #b91c22;
	background-color: #fcf7f7;
	border-color: #c6585c;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active{
	color: #b91c22;
	background-color: #f1d9d9;
	border-color: #a8393d;
}

.open .btn-success.dropdown-toggle{
	color: #b91c22;
	background-color: #f1d9d9;
	border-color: #a8393d;
}

.btn-success:active, .btn-success.active{
	background-image: none;
}

.open .btn-success.dropdown-toggle{
	background-image: none;
}

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success.active[disabled], fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active{
	background-color: #fcf7f7;
	border-color: #c6585c;
}

.btn-success .badge{
	color: #fcf7f7;
	background-color: #b91c22;
}

.btn-info{
	color: #515151;
	background-color: #fbf3f4;
	border-color: #f1d2d3;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active{
	color: #515151;
	background-color: #f1d4d8;
	border-color: #e2a3a5;
}

.open .btn-info.dropdown-toggle{
	color: #515151;
	background-color: #f1d4d8;
	border-color: #e2a3a5;
}

.btn-info:active, .btn-info.active{
	background-image: none;
}

.open .btn-info.dropdown-toggle{
	background-image: none;
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info.active[disabled], fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active{
	background-color: #fbf3f4;
	border-color: #f1d2d3;
}

.btn-info .badge{
	color: #fbf3f4;
	background-color: #515151;
}

.btn-warning{
	color: #b91c22;
	background-color: #f1d2d3;
	border-color: #f1d2d3;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active{
	color: #b91c22;
	background-color: #e7b3b5;
	border-color: #e2a3a5;
}

.open .btn-warning.dropdown-toggle{
	color: #b91c22;
	background-color: #e7b3b5;
	border-color: #e2a3a5;
}

.btn-warning:active, .btn-warning.active{
	background-image: none;
}

.open .btn-warning.dropdown-toggle{
	background-image: none;
}

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active{
	background-color: #f1d2d3;
	border-color: #f1d2d3;
}

.btn-warning .badge{
	color: #f1d2d3;
	background-color: #b91c22;
}

.btn-danger{
	color: #515151;
	background-color: #e6e6e6;
	border-color: #e6e6e6;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active{
	color: #515151;
	background-color: #d2d2d2;
	border-color: #c7c7c7;
}

.open .btn-danger.dropdown-toggle{
	color: #515151;
	background-color: #d2d2d2;
	border-color: #c7c7c7;
}

.btn-danger:active, .btn-danger.active{
	background-image: none;
}

.open .btn-danger.dropdown-toggle{
	background-image: none;
}

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active{
	background-color: #e6e6e6;
	border-color: #e6e6e6;
}

.btn-danger .badge{
	color: #e6e6e6;
	background-color: #515151;
}

.btn-link{
	color: #b91c22;
	font-weight: normal;
	cursor: pointer;
	border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link{
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active{
	border-color: transparent;
}

.btn-link:hover, .btn-link:focus{
	color: #771216;
	text-decoration: underline;
	background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus{
	color: #999999;
	text-decoration: none;
}

.btn-lg{
	padding: 10px 16px;
	font-size: 1.143em;
	line-height: 1.33;
	border-radius: 6px;
}

.btn-sm{
	padding: 3px 5px;
	font-size: 0.857em;
	line-height: 1.5;
	border-radius: 4px;
}

.btn-xs{
	padding: 1px 5px;
	font-size: 0.857em;
	line-height: 1.5;
	border-radius: 4px;
}

.btn-block{
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.btn-block + .btn-block{
	margin-top: 5px;
}

input.btn-block[type="submit"], input.btn-block[type="reset"], input.btn-block[type="button"]{
	width: 100%;
}

.nav{
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.nav::before, .nav::after{
	content: " ";
	display: table;
}

.nav::after{
	clear: both;
}

.nav > li{
	position: relative;
	display: block;
}

.nav > li > a{
	position: relative;
	display: block;
	padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus{
	text-decoration: none;
	background-color: #eeeeee;
}

.nav > li.disabled > a{
	color: #999999;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus{
	color: #999999;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
	background-color: #eeeeee;
	border-color: #b91c22;
}

.nav .nav-divider{
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.nav > li > a > img{
	max-width: none;
}

.nav-tabs{
	border-bottom: 1px solid #dddddd;
}

.nav-tabs > li{
	float: left;
	margin-bottom: -1px;
}

.nav-tabs > li > a{
	margin-right: 2px;
	line-height: 1.42857;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover{
	border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	color: #555555;
	background-color: white;
	border: 1px solid #dddddd;
	border-bottom-color: transparent;
	cursor: default;
}

.nav-pills > li{
	float: left;
}

.nav-pills > li > a{
	border-radius: 4px;
}

.nav-pills > li + li{
	margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
	color: white;
	background-color: #b91c22;
}

.nav-stacked > li{
	float: none;
}

.nav-stacked > li + li{
	margin-top: 2px;
	margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified{
	width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li{
	float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a{
	text-align: center;
	margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu{
	top: auto;
	left: auto;
}
@media (min-width: 940px) {
  .nav-justified > li, .nav-tabs.nav-justified > li{
  display: table-cell;
  width: 1%;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a{
  margin-bottom: 0;
}
}

.nav-tabs-justified, .nav-tabs.nav-justified{
	border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a{
	margin-right: 0;
	border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus{
	border: 1px solid #dddddd;
}
@media (min-width: 940px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a{
  border-bottom: 1px solid #dddddd;
  border-radius: 4px 4px 0 0;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus{
  border-bottom-color: white;
}
}

.tab-content > .tab-pane{
	display: none;
}

.tab-content > .active{
	display: block;
}

.nav-tabs .dropdown-menu{
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.panel{
	margin-bottom: 20px;
	background-color: white;
	border: 1px solid transparent;
	border-radius: 8px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body{
	padding: 15px;
}

.panel-body::before, .panel-body::after{
	content: " ";
	display: table;
}

.panel-body::after{
	clear: both;
}

.panel-heading{
	padding: 12px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
}

.panel-heading > .dropdown .dropdown-toggle{
	color: inherit;
}

.panel-title{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.286em;
	color: inherit;
}

.panel-title > a{
	color: inherit;
}

.panel-footer{
	padding: 10px 15px;
	background-color: whitesmoke;
	border-top: 1px solid #dddddd;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.panel > .list-group{
	margin-bottom: 0;
}

.panel > .list-group .list-group-item{
	border-width: 1px 0;
	border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child{
	border-top: 0;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
}

.panel > .list-group:last-child .list-group-item:last-child{
	border-bottom: 0;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.panel-heading + .list-group .list-group-item:first-child{
	border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table{
	margin-bottom: 0;
}

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child{
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child{
	border-top-left-radius: 7px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child{
	border-top-right-radius: 7px;
}

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child{
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child{
	border-bottom-left-radius: 7px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child{
	border-bottom-right-radius: 7px;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive{
	border-top: 1px solid #dddddd;
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td{
	border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered{
	border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child{
	border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child{
	border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th{
	border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th{
	border-bottom: 0;
}

.panel > .table-responsive{
	border: 0;
	margin-bottom: 0;
}

.panel-group{
	margin-bottom: 20px;
}

.panel-group .panel{
	margin-bottom: 0;
	border-radius: 8px;
	overflow: hidden;
}

.panel-group .panel + .panel{
	margin-top: 5px;
}

.panel-group .panel-heading{
	border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body{
	border-top: 1px solid #dddddd;
}

.panel-group .panel-footer{
	border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body{
	border-bottom: 1px solid #dddddd;
}

.panel-default{
	border-color: #dddddd;
}

.panel-default > .panel-heading{
	color: #333333;
	background-color: whitesmoke;
	border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body{
	border-top-color: #dddddd;
}

.panel-default > .panel-footer + .panel-collapse .panel-body{
	border-bottom-color: #dddddd;
}

.panel-primary{
	border-color: #f1d2d3;
}

.panel-primary > .panel-heading{
	color: #515151;
	background-color: #fbf3f4;
	border-color: #f1d2d3;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body{
	border-top-color: #f1d2d3;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body{
	border-bottom-color: #f1d2d3;
}

.panel-success{
	border-color: #d6e9c6;
}

.panel-success > .panel-heading{
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body{
	border-top-color: #d6e9c6;
}

.panel-success > .panel-footer + .panel-collapse .panel-body{
	border-bottom-color: #d6e9c6;
}

.panel-info{
	border-color: #bce8f1;
}

.panel-info > .panel-heading{
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body{
	border-top-color: #bce8f1;
}

.panel-info > .panel-footer + .panel-collapse .panel-body{
	border-bottom-color: #bce8f1;
}

.panel-warning{
	border-color: #faebcc;
}

.panel-warning > .panel-heading{
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body{
	border-top-color: #faebcc;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body{
	border-bottom-color: #faebcc;
}

.panel-danger{
	border-color: #ebccd1;
}

.panel-danger > .panel-heading{
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body{
	border-top-color: #ebccd1;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body{
	border-bottom-color: #ebccd1;
}

.close{
	float: right;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1;
	color: black;
	text-shadow: 0 1px 0 white;
	opacity: 0.2;filter: alpha(opacity=20);
}

.close:hover, .close:focus{
	color: black;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;filter: alpha(opacity=50);
}

button.close{
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.modal-open{
	overflow: hidden;
}

.modal{
	display: none;
	overflow: auto;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-dialog{
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content{
	position: relative;
	background-color: white;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: none;
}

.modal-backdrop{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: black;
}

.modal-backdrop.fade {
	opacity: 0;filter: alpha(opacity=0);
}

.modal-backdrop.in {
	opacity: 0.5;filter: alpha(opacity=50);
}

.modal-header{
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.42857px;
}

.modal-header .close{
	margin-top: -2px;
}

.modal-title{
	margin: 0;
	line-height: 1.42857;
}

.modal-body{
	position: relative;
	padding: 20px;
}

.modal-footer{
	margin-top: 15px;
	padding: 19px 20px 20px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.modal-footer::before, .modal-footer::after{
	content: " ";
	display: table;
}

.modal-footer::after{
	clear: both;
}

.modal-footer .btn + .btn{
	margin-left: 5px;
	margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn{
	margin-left: -1px;
}

.modal-footer .btn-block + .btn-block{
	margin-left: 0;
}
@media (min-width: 940px) {
  .modal-dialog{
  width: 600px;
  margin: 30px auto;
}
.modal-content{
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-sm{
  width: 300px;
}
}
@media (min-width: 940px) {
  .modal-lg{
  width: 900px;
}
}

.carousel{
	position: relative;
}

.carousel-inner{
	position: relative;
	overflow: hidden;
	width: 100%;
}

.carousel-inner > .item{
	display: none;
	position: relative;
	-webkit-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img{
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1;
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev{
	display: block;
}

.carousel-inner > .active{
	left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev{
	position: absolute;
	top: 0;
	width: 100%;
}

.carousel-inner > .next{
	left: 100%;
}

.carousel-inner > .prev{
	left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right{
	left: 0;
}

.carousel-inner > .active.left{
	left: -100%;
}

.carousel-inner > .active.right{
	left: 100%;
}

.carousel-control{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: 0.5;filter: alpha(opacity=50);
	font-size: 20px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left{
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right{
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus{
	outline: none;
	color: white;
	text-decoration: none;
	opacity: 0.9;filter: alpha(opacity=90);
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right{
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left{
	left: 50%;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right{
	right: 50%;
}

.carousel-control .icon-prev, .carousel-control .icon-next{
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	font-family: serif;
}

.carousel-control .icon-prev::before{
	content: '\2039';
}

.carousel-control .icon-next::before{
	content: '\203a';
}

.carousel-indicators{
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
}

.carousel-indicators li{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid white;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active{
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: white;
}

.carousel-caption{
	position: absolute;
	left: -4px;
	right: 15%;
	bottom: 1349px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn{
	text-shadow: none;
}
@media screen and (min-width: 940px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next{
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  font-size: 30px;
}
.carousel-caption{
  left: 20%;
  right: 20%;
  padding-bottom: 30px;
}
.carousel-indicators{
  bottom: 20px;
}
}

.clearfix::before, .clearfix::after{
	content: " ";
	display: table;
}

.clearfix::after{
	clear: both;
}

.center-block{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right{
	float: right !important;
}

.pull-left{
	float: left !important;
}

.hide{
	display: none !important;
}

.show{
	display: block !important;
}

.invisible{
	visibility: hidden;
}

.text-hide{
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden{
	display: none !important;
	visibility: hidden !important;
}

.affix{
	position: fixed;
}

.text-red{
	color: #b91c22;
}

body{
	min-width: 960px;
}

.container{
	width: 960px;
	max-width: none !important;
}

.navbar-collapse{
	display: block !important;
	height: auto !important;
	padding-bottom: 0;
	overflow: visible !important;
}

.navbar-toggle{
	display: none;
}

.navbar-brand{
	margin-left: -15px;
}

.content{
	background-color: #e6e6e6;
}

.header .header-logo{
	margin: 40px 0 0;
	padding: 0;
}

.font-size-change{
	margin-top: 8px;
	height: 32px;
}

.font-size-change h2.h5{
	display: inline-block;
	margin: 0;
	padding: 0 5px 20px 0;
	vertical-align: middle;
}

.font-size-change .btn{
	padding: 1px 1px;
	width: 32px;
	height: 32px;
	line-height: 1em;
	vertical-align: text-bottom;
	text-align: center;
	margin-left: 5px;
}

.font-size-change .btn.active{
	text-decoration: none;
	background-color: #fff;
	box-shadow: none;
}

.font-size-change .fsc-s{
	font-size: 13px;
}

.font-size-change .fsc-m{
	font-size: 15px;
}

.font-size-change .fsc-l{
	font-size: 17px;
}

.header-search{
	margin-top: 22px;
}

.header-search .form-search{
	display: inline-block;
}

.header-search .form-search .form-control{
	display: inline-block;
	width: auto;
	height: 33px;
	vertical-align: middle;
	margin-left: 5px;
}

.page-top{
	margin-top: 40px;
}

.page-top a{
	display: inline-block;
	padding: 8px 10px;
	background-color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #515151;
	text-decoration: none;
}

.page-top a:hover{
	text-decoration: underline;
}

.page-top a i{
	font-size: 18px;
	display: inline-block;
	padding-right: 10px;
}

.footer{
	padding-bottom: 30px;
	background-color: #fff;
}

.footer .address{
	margin: 14px 0 0 20px;
}

.footer .tel{
	margin: 5px 0 0 20px;
}

.footer .qr-code{
	position: relative;
}

.footer .qr-code h2{
	margin: 45px 0 15px;
	font-size: 0.714em;
	text-align: center;
}

.footer .qr-code .qr1{
	position: absolute;
	top: 0;
	left: 10px;
	width: 66px;
}

.footer .qr-code .qr2{
	position: absolute;
	top: 0;
	left: 100px;
	width: 66px;
}

.footer .f-nav1{
	text-align: right;
}

.footer .f-nav1 > ul{
	list-style-type: none;
	margin: 32px 0 0;
}

.footer .f-nav1 > ul > li{
	padding-left: 8px;
}

.footer .f-nav1 > ul > li > a{
	display: inline-block;
	padding-left: 5px;
	color: #515151;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}

.footer .f-nav2{
	text-align: right;
}

.footer .f-nav2 > ul{
	list-style-type: none;
	margin: 28px 0 0;
}

.footer .f-nav2 > ul > li{
	display: inline-block;
}

.footer .f-nav2 > ul > li::before{
	content: '| ';
}

.footer .f-nav2 > ul > li:first-child::before{
	content: '';
}

.footer .f-nav2 > ul > li > a{
	display: inline-block;
	font-size: 0.857em;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}

.footer .copyright{
	margin-top: 20px;
}

.footer .copyright p{
	text-align: right;
	font-size: 0.857em;
}

.btn-i-red{
	color: #b91c22;
	font-size: 16px;
	display: inline-block;
	padding: 2px 3px 0 0;
}

.btn-nav{
	font-size: 1.286em;
	display: block;
	position: relative;
}

.btn-nav > i{
	position: absolute;
	top: 5px;
	right: 18px;
	font-size: 28px;
}

.nav-gnav{
	margin: 12px 0;
}

.nav-gnav > li{
	float: left;
	padding-left: 30px;
}

.nav-gnav > li:first-child{
	padding-left: 0;
}

.nav-gnav > li > a{
	width: 164px;
	padding: 8px 15px;
	display: inline-block;
	font-size: 1.143em;
	background-image : url(gnav_bar_gray.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	text-align: center;
	color: #515151;
}

.nav-gnav > li > a:hover, .nav-gnav > li > a:focus{
	background-color: #fff;
	background-image : url(gnav_bar_red.png);
}

.nav-gnav > li.active > a, .nav-gnav > li.active > a:hover, .nav-gnav > li.active > a:focus{
	background-color: none;
	background-image : url(gnav_bar_red.png);
}

.box-white{
	margin-top: 40px;
	border-radius: 8px;
	background-color: #fff;
	padding: 23px 20px 15px;
}

.box-white h2:first-child{
	margin-top: 0;
	margin-bottom: 13px;
	padding-bottom: 12px;
	border-bottom: 2px solid #b3b3b3;
	font-size: 1.286em;
	text-align: center;
	position: relative;
	left: 0px;
	margin-left: -3px;
	right: 0px;
	margin-right: 0px;
}

.box-white h2:first-child > i{
	position: absolute;
	top: -2px;
	left: 37px;
	color: #b91c22;
	font-size: 24px;
	padding-right: 20px;
}

.box-white.box-white-sidebartop{
	margin-top: 12px;
}

.box-white p{
	margin-top: 15px;
	line-height: 1.8em;
}

.box-white .dl-web-service{
	margin: 20px 0 0;
	padding: 1px 0;
}

.box-white .dl-web-service > dt{
	border-top: 2px solid #b3b3b3;
	position: relative;
	font-weight: normal;
}

.box-white .dl-web-service > dt > i{
	position: absolute;
	top: 15px;
	left: 0;
	color: #b91c22;
	font-size: 24px;
}

.box-white .dl-web-service > dt > a{
	display: block;
	padding: 13px 0px 15px 15px;
	font-size: 1.286em;
	color: #515151;
}

.box-white .dl-web-service > dt > a.current, .box-white .dl-web-service > dt > a:hover{
	background-color: #fbf3f4;
}

.box-white .dl-web-service > dd{
	line-height: 175%;
}

.box-white .dl-web-service > dd > ul{
	font-size: 1em;
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
}

.box-white .dl-web-service > dd > ul > li{
	margin-bottom: 7px;
}

.box-white .dl-web-service > dd > ul > li > a{
	color: #515151;
}

.box-white .dl-web-service > dd > ul > li.current > i{
	color: #b91c22;
}

.box-white .dl-web-service > dd > ul > li > i{
	display: inline-block;
	padding-right: 3px;
}

.nav-sidebar{
	margin-top: 12px;
	padding: 23px 8px 5px;
}

.nav-sidebar a{
	color: #515151;
}

.nav-sidebar h2:first-child > i{
	top: -2px;
	left: 65px;
}

.nav-sidebar .ul-nav-sidebar{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.nav-sidebar .ul-nav-sidebar > li{
	padding-top: 1px;
	padding-bottom: 1px;
	border-top: 1px solid #e6e6e6;
}

.nav-sidebar .ul-nav-sidebar > li:first-child{
	border-top: transparent;
}

.nav-sidebar .ul-nav-sidebar > li > a{
	display: block;
	position: relative;
	padding: 13px 0px 13px 15px;
	font-size: 1.143em;
	margin-left: 0px;
}

.nav-sidebar .ul-nav-sidebar > li > a > i{
	position: absolute;
	top: 16px;
	left: 10px;
	color: #b3b3b3;
	font-size: 18px;
}

.nav-sidebar .ul-nav-sidebar > li > a > i.fa-map-marker{
	display: inline-block;
	padding-left: 1px;
	top: 14px;
	font-size: 24px;
}

.nav-sidebar .ul-nav-sidebar > li > a:hover, .nav-sidebar .ul-nav-sidebar > li > a.current{
	background-color: #fcf7f7;
}

.nav-sidebar .ul-nav-sidebar > li > a:hover > i, .nav-sidebar .ul-nav-sidebar > li > a.current > i{
	color: #b91c22;
}

.nav-sidebar .ul-nav-sidebar > li > ul{
	font-size: 1em;
	list-style-type: none;
	padding: 0;
	margin: 0px 0px 10px 25px;
}

.nav-sidebar .ul-nav-sidebar > li > ul::before, .nav-sidebar .ul-nav-sidebar > li > ul::after{
	content: " ";
	display: table;
}

.nav-sidebar .ul-nav-sidebar > li > ul::after{
	clear: both;
}

.nav-sidebar .ul-nav-sidebar > li > ul > li{
	display: inline-block;
	width: 120px;
	float: left;
	margin-top: 7px;
}

.nav-sidebar .ul-nav-sidebar > li > ul > li.current > i{
	color: #b91c22;
}

.nav-sidebar .ul-nav-sidebar > li > ul > li > i{
	display: inline-block;
	padding-right: 3px;
}

.breadcrumb{
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}

.breadcrumb > li{
	display: inline-block;
	padding: 0;
	margin: 0;
	padding-left: 5px;
}

.breadcrumb > li::before{
	content: ">";
	padding-right: 5px;
}

.breadcrumb > li > a{
	display: inline-block;
	color: #515151;
	text-decoration: underline;
}

.breadcrumb > li > a:hover{
	text-decoration: none;
}

.breadcrumb > li:first-child::before{
	content: "";
	padding-right: 0;
}

.breadcrumb > li:first-child > a{
	margin-left: 0;
}

.box-white-main{
	margin-top: 12px;
	border-radius: 8px;
	background-color: #fff;
	padding: 23px 20px 15px;
}

.box-white-main > h1:first-child{
	margin-top: 8px;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-bottom: 24px;
	font-size: 1.429em;
	background-image : url(gnav_bar_red.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	position: relative;
}

.box-white-main > h1:first-child > i{
	position: absolute;
	top: -2px;
	left: 5px;
	color: #b91c22;
	font-size: 28px;
	padding-right: 20px;
}

.box-white-main > h1:first-child > i.fa-map-marker{
	top: -4px;
	left: 10px;
	font-size: 30px;
}

.box-white-main > h2{
	font-size: 1.286em;
	border-bottom: 2px solid #b3b3b3;
	padding: 0 0 10px 2px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.box-white-main > h2 > i{
	display: inline-block;
	padding-right: 5px;
	font-size: 22px;
	color: #b91c22;
}

.box-white-main > h3{
	font-size: 1.143em;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 0 5px;
	margin-top: 30px;
	margin-bottom: 10px;
}

.box-white-main h1 + h2{
	margin-top: 30px;
}

.box-white-main h2 + h3{
	margin-top: 20px;
}

.box-white-main p{
	line-height: 1.4;
	margin-top: 8px;
}

.box-white-main p.p-border-top{
	padding-top: 8px;
	border-top: 1px solid #e6e6e6;
}

.box-white-main table.table-th-nowrap th{
	white-space: nowrap;
}

.box-white-main table.table-td-nowrap td{
	white-space: nowrap;
}

.box-white-main table.table-td-nowrap td.td-wrap{
	white-space: normal;
}

.box-white-main table.table-th-fix1 th{
	width: 120px;
}

.box-white-main th{
	background-color: #fcf7f7;
}

.box-white-main a{
	cursor: pointer;
	text-decoration: underline;
}

.box-white-main a:hover{
	text-decoration: none;
}

.box-white-main a > img:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.box-white-main a.btn{
	text-decoration: none;
}

.box-white-main .img-radius{
	border-radius: 8px;
}

.box-white-main .mtop-60{
	margin-top: 60px;
}

.box-white-main .mbtm-60{
	margin-bottom: 60px;
}

.box-white-main .mtop-59{
	margin-top: 59px;
}

.box-white-main .mbtm-59{
	margin-bottom: 59px;
}

.box-white-main .mtop-58{
	margin-top: 58px;
}

.box-white-main .mbtm-58{
	margin-bottom: 58px;
}

.box-white-main .mtop-57{
	margin-top: 57px;
}

.box-white-main .mbtm-57{
	margin-bottom: 57px;
}

.box-white-main .mtop-56{
	margin-top: 56px;
}

.box-white-main .mbtm-56{
	margin-bottom: 56px;
}

.box-white-main .mtop-55{
	margin-top: 55px;
}

.box-white-main .mbtm-55{
	margin-bottom: 55px;
}

.box-white-main .mtop-54{
	margin-top: 54px;
}

.box-white-main .mbtm-54{
	margin-bottom: 54px;
}

.box-white-main .mtop-53{
	margin-top: 53px;
}

.box-white-main .mbtm-53{
	margin-bottom: 53px;
}

.box-white-main .mtop-52{
	margin-top: 52px;
}

.box-white-main .mbtm-52{
	margin-bottom: 52px;
}

.box-white-main .mtop-51{
	margin-top: 51px;
}

.box-white-main .mbtm-51{
	margin-bottom: 51px;
}

.box-white-main .mtop-50{
	margin-top: 50px;
}

.box-white-main .mbtm-50{
	margin-bottom: 50px;
}

.box-white-main .mtop-49{
	margin-top: 49px;
}

.box-white-main .mbtm-49{
	margin-bottom: 49px;
}

.box-white-main .mtop-48{
	margin-top: 48px;
}

.box-white-main .mbtm-48{
	margin-bottom: 48px;
}

.box-white-main .mtop-47{
	margin-top: 47px;
}

.box-white-main .mbtm-47{
	margin-bottom: 47px;
}

.box-white-main .mtop-46{
	margin-top: 46px;
}

.box-white-main .mbtm-46{
	margin-bottom: 46px;
}

.box-white-main .mtop-45{
	margin-top: 45px;
}

.box-white-main .mbtm-45{
	margin-bottom: 45px;
}

.box-white-main .mtop-44{
	margin-top: 44px;
}

.box-white-main .mbtm-44{
	margin-bottom: 44px;
}

.box-white-main .mtop-43{
	margin-top: 43px;
}

.box-white-main .mbtm-43{
	margin-bottom: 43px;
}

.box-white-main .mtop-42{
	margin-top: 42px;
}

.box-white-main .mbtm-42{
	margin-bottom: 42px;
}

.box-white-main .mtop-41{
	margin-top: 41px;
}

.box-white-main .mbtm-41{
	margin-bottom: 41px;
}

.box-white-main .mtop-40{
	margin-top: 40px;
}

.box-white-main .mbtm-40{
	margin-bottom: 40px;
}

.box-white-main .mtop-39{
	margin-top: 39px;
}

.box-white-main .mbtm-39{
	margin-bottom: 39px;
}

.box-white-main .mtop-38{
	margin-top: 38px;
}

.box-white-main .mbtm-38{
	margin-bottom: 38px;
}

.box-white-main .mtop-37{
	margin-top: 37px;
}

.box-white-main .mbtm-37{
	margin-bottom: 37px;
}

.box-white-main .mtop-36{
	margin-top: 36px;
}

.box-white-main .mbtm-36{
	margin-bottom: 36px;
}

.box-white-main .mtop-35{
	margin-top: 35px;
}

.box-white-main .mbtm-35{
	margin-bottom: 35px;
}

.box-white-main .mtop-34{
	margin-top: 34px;
}

.box-white-main .mbtm-34{
	margin-bottom: 34px;
}

.box-white-main .mtop-33{
	margin-top: 33px;
}

.box-white-main .mbtm-33{
	margin-bottom: 33px;
}

.box-white-main .mtop-32{
	margin-top: 32px;
}

.box-white-main .mbtm-32{
	margin-bottom: 32px;
}

.box-white-main .mtop-31{
	margin-top: 31px;
}

.box-white-main .mbtm-31{
	margin-bottom: 31px;
}

.box-white-main .mtop-30{
	margin-top: 30px;
}

.box-white-main .mbtm-30{
	margin-bottom: 30px;
}

.box-white-main .mtop-29{
	margin-top: 29px;
}

.box-white-main .mbtm-29{
	margin-bottom: 29px;
}

.box-white-main .mtop-28{
	margin-top: 28px;
}

.box-white-main .mbtm-28{
	margin-bottom: 28px;
}

.box-white-main .mtop-27{
	margin-top: 27px;
}

.box-white-main .mbtm-27{
	margin-bottom: 27px;
}

.box-white-main .mtop-26{
	margin-top: 26px;
}

.box-white-main .mbtm-26{
	margin-bottom: 26px;
}

.box-white-main .mtop-25{
	margin-top: 25px;
}

.box-white-main .mbtm-25{
	margin-bottom: 25px;
}

.box-white-main .mtop-24{
	margin-top: 24px;
}

.box-white-main .mbtm-24{
	margin-bottom: 24px;
}

.box-white-main .mtop-23{
	margin-top: 23px;
}

.box-white-main .mbtm-23{
	margin-bottom: 23px;
}

.box-white-main .mtop-22{
	margin-top: 22px;
}

.box-white-main .mbtm-22{
	margin-bottom: 22px;
}

.box-white-main .mtop-21{
	margin-top: 21px;
}

.box-white-main .mbtm-21{
	margin-bottom: 21px;
}

.box-white-main .mtop-20{
	margin-top: 20px;
}

.box-white-main .mbtm-20{
	margin-bottom: 20px;
}

.box-white-main .mtop-19{
	margin-top: 19px;
}

.box-white-main .mbtm-19{
	margin-bottom: 19px;
}

.box-white-main .mtop-18{
	margin-top: 18px;
}

.box-white-main .mbtm-18{
	margin-bottom: 18px;
}

.box-white-main .mtop-17{
	margin-top: 17px;
}

.box-white-main .mbtm-17{
	margin-bottom: 17px;
}

.box-white-main .mtop-16{
	margin-top: 16px;
}

.box-white-main .mbtm-16{
	margin-bottom: 16px;
}

.box-white-main .mtop-15{
	margin-top: 15px;
}

.box-white-main .mbtm-15{
	margin-bottom: 15px;
}

.box-white-main .mtop-14{
	margin-top: 14px;
}

.box-white-main .mbtm-14{
	margin-bottom: 14px;
}

.box-white-main .mtop-13{
	margin-top: 13px;
}

.box-white-main .mbtm-13{
	margin-bottom: 13px;
}

.box-white-main .mtop-12{
	margin-top: 12px;
}

.box-white-main .mbtm-12{
	margin-bottom: 12px;
}

.box-white-main .mtop-11{
	margin-top: 11px;
}

.box-white-main .mbtm-11{
	margin-bottom: 11px;
}

.box-white-main .mtop-10{
	margin-top: 10px;
}

.box-white-main .mbtm-10{
	margin-bottom: 10px;
}

.box-white-main .mtop-9{
	margin-top: 9px;
}

.box-white-main .mbtm-9{
	margin-bottom: 9px;
}

.box-white-main .mtop-8{
	margin-top: 8px;
}

.box-white-main .mbtm-8{
	margin-bottom: 8px;
}

.box-white-main .mtop-7{
	margin-top: 7px;
}

.box-white-main .mbtm-7{
	margin-bottom: 7px;
}

.box-white-main .mtop-6{
	margin-top: 6px;
}

.box-white-main .mbtm-6{
	margin-bottom: 6px;
}

.box-white-main .mtop-5{
	margin-top: 5px;
}

.box-white-main .mbtm-5{
	margin-bottom: 5px;
}

.box-white-main .mtop-4{
	margin-top: 4px;
}

.box-white-main .mbtm-4{
	margin-bottom: 4px;
}

.box-white-main .mtop-3{
	margin-top: 3px;
}

.box-white-main .mbtm-3{
	margin-bottom: 3px;
}

.box-white-main .mtop-2{
	margin-top: 2px;
}

.box-white-main .mbtm-2{
	margin-bottom: 2px;
}

.box-white-main .mtop-1{
	margin-top: 1px;
}

.box-white-main .mbtm-1{
	margin-bottom: 1px;
}

.box-white-main .mtop-0{
	margin-top: 0px;
}

.box-white-main .mbtm-0{
	margin-bottom: 0px;
}

.box-white-main .font-size-small{
	font-size: 0.857em;
}

.box-white-main .h-btn{
	position: relative;
}

.box-white-main .btn-h1-left{
	position: absolute;
	top: -5px;
	right: 0px;
}

.box-white-main .btn-h2-left{
	position: absolute;
	top: -5px;
	right: 0px;
}

.box-white-main .btn-h1-left-map{
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: 3px;
}

.box-white-main .h2-about-index{
	border-bottom: transparent;
	font-size: 1.286em;
	margin-top: 30px;
	margin-bottom: 10px;
}

.box-white-main .h2-about-index.h2-about-index-chuo{
	margin-top: 0;
	margin-bottom: 20px;
}

.box-white-main .h2-about-index > i{
	color: #b91c22;
	font-size: 24px;
}

.box-white-main .h-table{
	border-bottom: transparent;
}

.box-white-main .h-table > i{
	color: #b91c22;
	font-size: 18px;
}

.box-white-main .ul-disc{
	padding-left: 1.5em;
}

.box-white-main .ul-disc > li{
	margin-top: 10px;
}

.box-white-main .ul-no{
	list-style-type: none;
	padding-left: 1.5em;
}

.box-white-main .ul-no > li{
	position: relative;
	margin-top: 10px;
}

.box-white-main .ul-no > li > .li-no{
	position: absolute;
	top: 0;
	left: -1.5em;
}

.box-white-main .ul-pagelink > li{
	margin-top: 10px;
}

.box-white-main .ul-pagelink > li > i{
	font-size: 16px;
}

.box-white-main .panel h1, .box-white-main .panel h2, .box-white-main .panel h3, .box-white-main .panel h4{
	margin: 0;
	padding: 0;
}

.nav-sitemap{
	margin: 20px auto;
	left: 60px;
	width: 455px;
	min-height: auto;
	font-size: 1em;
}

ul.list, ul.list ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

ul.list ul{
	margin-left: 10px;
	position: relative;
}

ul.list ul::before{
	content: "";
	display: block;
	width: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border-left: 1px solid #ccc;
}

ul.list li{
	margin: 0;
	padding: 3px 12px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 20px;
	font-weight: normal;
	position: relative;
}

ul.list li a{
	text-decoration: none;
	text-transform: uppercase;
	line-height: 20px;
	font-weight: bold;
	position: relative;
}

ul.list ul li::before{
	content: "";
	display: block;
	width: 8px;
	height: 0;
	border-top: 1px solid #ccc;
	position: absolute;
	top: 10px;
	left: 0;
}

ul.list ul li:last-child::before{
	background: RGBA(255, 255, 255, 1);
	height: auto;
	top: 10px;
	bottom: 0;
}

.content .carousel{
	margin-top: 36px;
}

.content .carousel-indicators{
	position: absolute;
	bottom: -32px !important;
	left: auto;
	right: 7px;
	z-index: 15;
	width: 100%;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	text-align: right;
}

.content .carousel-inner{
	height: 320px !important;
	border: 1px solid #fff;
	border-radius: 8px;
}

.content .carousel-indicators li{
	border: none;
	background-color: #b3b3b3;
	margin: 0 0 0 6px;
}

.content .carousel-indicators li.active{
	width: 10px;
	height: 10px;
	background-color: #b91c22;
}

.content .index-panel{
	margin: 40px 0 0 20px;
}

.content .panel-title{
	padding-top: 2px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.content .btn-panel-btm{
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom: none;
}

.content .panel-body-btn{
	padding-bottom: 0;
}

.content .h1-info{
	background-image : url(icon_info.png);
}

.content .h1-calender{
	background-image : url(icon_library.png);
}

.content .ul-index-info{
	list-style-type: none;
	padding: 0 0 10px;
}

.content .ul-index-info > li{
	margin-top: 10px;
}

.content .ul-index-info > li::before, .content .ul-index-info > li::after{
	content: " ";
	display: table;
}

.content .ul-index-info > li::after{
	clear: both;
}

.content .ul-index-info > li > i{
	display: inline-block;
	float: left;
	padding-top: 3px;
	padding-right: 5px;
	font-size: 16px;
	color: #b91c22;
}

.content .ul-index-info > li > .date{
	display: inline-block;
	float: left;
	width: 15%;
	padding-right: 5px;
	white-space: nowrap;
}

.content .ul-index-info > li > a{
	display: inline-block;
	float: right;
	width: 73%;
	text-decoration: underline;
}

.content .ul-index-info > li > a:hover{
	text-decoration: none;
}

.content .ul-index-info > li > .no-link{
	display: inline-block;
	float: right;
	width: 73%;
}

.content .index-calender .panel-body{
	width: 598px !important;
}

.content .ul-index-calender{
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
}

.content .ul-index-calender > li{
	display: inline-block;/*width: 148px;
  */
	width: 142px;
	margin: 0;
	padding: 0;
}

.content .ul-index-calender > li:last-child{
	width: 124px;
}

.content .ul-index-calender > li > a{
	display: block;
}

.content .btn-circle{
	width: 124px;
	height: 124px;
	padding-top: 25px;
	padding-bottom: 15px;
	text-align: center;
	border-radius: 62px;
	font-size: 1.286em;
}

.content .btn-circle:hover{
	border-color: #b91c22;
	background-color: #b91c22;
	color: #fff;
}

.content .btn-circle > i{
	display: inline-block;
	margin-top: 10px;
	font-size: 40px;
}

.content .a-access{
	width: 124px;
	display: inline-block;
	margin-top: 10px;
	padding-left: 20px;
	font-size: 1em;
	text-decoration: underline;
	text-align: center;
	position: relative;
}

.content .a-access > i{
	position: absolute;
	font-size: 24px;
	text-decoration: none;
	top: -2px;
	left: 20px;
}
/* solid011 */

.button_solid011 a{
	background: #b91c22;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	max-width: 250px;
	padding: 20px 25px 10px;
	color: #FFF;
	transition: 0.3s ease-in-out;
	font-size: 1.8rem;
	font-weight: 600;
	flex-direction: column;
	border-radius: 8px;
	border-bottom: solid 5px #660f12;
}

.button_solid011 a span{
	background: #fff0a8;
	width: 80%;
	text-align: center;
	position: absolute;
	top: -15px;
	filter: drop-shadow(0px 1px 2px #aaa);
	padding: 3px 0;
	font-size: 1.2rem;
	color: #660f12;
	border-radius: 5px;
	left: 24px;
}

.button_solid011 a span::after{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border: 5px solid transparent;
	border-top: 5px solid #fff0a8;
}

.button_solid011 a:hover{
	border-bottom: solid 2px #fff0a8;
	transform: translateY(3px);
}
/* solid017 */

.button_solid017 a{
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	max-width: 240px;
	padding: 10px 25px;
	color: #543618;
	transition: 0.3s ease-in-out;
	font-weight: 600;background: #eeee;
	border-radius: 50px;
	border: 0.2rem solid #543618;
	box-shadow: 0.2rem 0.2rem 0px 0.1rem #cccccc;
}

.button_solid017 a:hover{
	transform: translate3d(0.2rem, 0.2rem, 0);
	box-shadow: none;
	opacity: 1;
	transition: all 0.2s;
}

.button_solid017 a::after{
	content: '';
	width: 5px;
	height: 5px;
	border-top: 3px solid #543618;
	border-right: 3px solid #543618;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 20px;
	border-radius: 1px;
	transition: 0.3s ease-in-out;
}
/*付箋*/

.btn-sticky{
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	background: #ffffe6;
	border-left: solid 6px #b22222;/*左線*/
	color: #b22222;/*文字色*/
	font-weight: bold;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.29);
}

.btn-sticky:active{
	box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
	transform: translateY(2px);
}
/*ボタン*/

.btn-square-shadow{
	display: inline-block;
	padding: 0.8em 1.4em;/*タテヨコ長さ*/
	text-decoration: none;
	background: #ffe6e6;/*ボタン色*/
	color: #b22222;
	border-bottom: solid 4px #b22222;
	border-radius: 7px;
}

.btn-square-shadow:active{
	/*ボタンを押したとき*/
	-webkit-transform: translateY(4px);
	transform: translateY(4px);/*下に動く*/
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
	border-bottom: none;
}
/* 角丸ボタン */

.button003 a{
	background: #f7caca;
	border-radius: 50px;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	max-width: 260px;
	padding: 10px 25px;
	color: #b22222;/*文字色*/
	transition: 0.3s ease-in-out;
	font-weight: 500;
}

.button003 a:hover{
	background: #b22222;
	color: #FFF;
}

.button003 a::after{
	content: '';
	width: 5px;
	height: 5px;
	border-top: 3px solid #313131;
	border-right: 3px solid #313131;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 20px;
	border-radius: 1px;
	transition: 0.3s ease-in-out;
}

.button003 a:hover::after{
	border-color: #FFF;
}
/* 202504追加 */

.btn-secondary{
	color: #af1f23;
	font-weight: 600;
	background-color: #fbf3f4;
	border-color: #f1d2d3;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active{
	color: #fff;
	background-color: #b91c22;
	border-color: #841418;
}

a.link-arrow, p.link-arrow a, a.arrow{
	padding-left: 20px;
	display: inline-block;
	background-image : url(icon_16x_arrow02.png);
	background-repeat: no-repeat;
background-size:13px;
    background-position: left 0.25em;
}
.link-arrow{
	padding-left:0.5em;
}