@charset "UTF-8";

.no-gutters {
  margin:0;
  padding:0;
}
 
.no-gutters　> .col,
.no-gutters　> [class*="col-"] {
  margin:0;
  padding:0;
}

/* footer */
footer {
	padding: 1rem 0;
/*	color: #e9ecef;
	background-color: #343a40;*/
	background-color: #ffffff;
}

footer .copyright {
	color: #e9ecef;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.jumbotron.special {
  position: relative;
/*  min-height: 530px;*/
  margin-bottom: 0;
  overflow: hidden;
  background-color: #add8ff;
  background-image: url("../../img/dummy.jpg");
  background-repeat: no-repeat;
  background-position: 60% center;
/*  background-size: 70%;*/
}

.jumbotron.special .outline {
  position: relative;
}

.jumbotron.special .copy {
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .jumbotron.special .copy {
    font-size: 2.5rem;
  }
}

.jumbotron.special .download {
  margin: 1rem auto 0.5rem;
}

.jumbotron.special .basedon {
  margin: 0.5rem auto;
  color: #7b8a8b;
}

.warn_mid {
	color:#cc0000;
	font-weight:bold;
	font-size:130%;
}

.deadlink {
	display: block;
	padding: 0.5rem 1rem;
	color: #6c757d;
} 

.index_title_g {
/*	width:100%;
	margin:0 auto;
	padding: 8px 10px;
	display: block;
	font-size:100%;
	font-weight:bold;*/
	color: #fff;
	font-size:105%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow:2px 2px 2px #555;
	background: #000f75;
	background: -moz-linear-gradient(left,  #000f75 0%, #0a308f 100%);
	background: -webkit-linear-gradient(left,  #000f75 0%,#0a308f 100%);
	background: linear-gradient(to right,  #000f75 0%,#0a308f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000f75', endColorstr='#0a308f',GradientType=1 );
}

.index_title_left {
/*	width: 700px;*/
	border-left: 0.7em solid;
	margin: 20px 10px 10px 10px;
	text-align: left;
	border-left-color: #0a308f;
	font-size: 100%;
	font-weight: bold;
	text-indent: 0.5em;
}

.contets_inner_text_n {
	width: 95%;
	margin:0 auto;
	font-size:100%;
	line-height:165%;
}
p.inner {
	margin-left:15px;
}
