﻿@charset "utf-8";
:root {
  --primary-color:                #8bc10a;
}

a:link,a:visited{
	color:#5d1c1e;
	text-decoration: none;
}

a:hover,a:active{
	color: #5d1c1e;
	text-decoration: underline;
}

#header{
  min-height: 125px;
  background:url(../img/share/bg_header.gif);
}

#globalheader {
    background-color: var(--primary-color);
    border-radius: 20px 20px 20px 20px;
    background: linear-gradient(#d0e69d,var(--primary-color));
}

.navbar .navbar-inner {
  padding: 0;
}

.navbar .nav {
  margin: 0;
  display: table;
  width: 100%;
}

.navbar .nav li {
  display: table-cell;
  float: none;
}

.navbar .nav li a {
  font-weight: bold;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, .75);
  border-right: 1px solid rgba(0, 0, 0, .1);
  padding: 1px;
  color: #39536b;
}

.navbar .nav li a:hover {
  color: white;
}

.navbar .nav li:last-child a {
  border-right: 0;
  border-radius: 0 3px 3px 0;
}

#imgArea2 {
	background: transparent url(../img/top/main_back.jpg);
	max-width: 100%;
	width; auto;
	max-height: 250px;
}

ul.li_info li{
	margin-bottom:8px;
	list-style:none;
	text-indent:-5.7em;
}

.indent {
    margin-left: 0em; 
    text-indent: 1em;
}

#footer{
	width: 100%;
	height: 100%;
	float: clear;
	padding-top:20px;
}

#footer #menuBot div{
	width:100%;
	margin:auto;
	min-height:34px;
}

#footer #menuBot{
	background:url(../img/share/bg_fotter.gif) repeat-x #fff bottom center;
}

#footer #cont2{
	background-color: #000;
	color:#fff;
	padding-top:2px;
	text-align:center;
	font-size:.9em;
}

#footer #cont2 a{
  color: white;
}

.kiteiIndent{
	margin-left:0em;
	text-indent:1em;
}

.kiteiIndent2{
	margin-left:1em;
	text-indent:1em;
}

.kiteiIndent3{
	margin-left:3em;
	text-indent:0em;
}

.kiteiIndent4{
	margin-left:4em;
	text-indent:0em;
}

.kiteiIndentBack{
	margin-left:4em;
	text-indent:-2em;
}

.kiteiRight{
	text-align:right;
}


.kiteiCenter{
	text-align:center;
}

@media screen and (max-width: 600px) {body {
  .carousel-item img {
	height: 150px;
  }
}