body {
  background-color: #f9f9f9;
}
/*iOSでのフォームフォーカス時のズーム対策*/
input.form-control,textarea.form-control,select.form-control {
    font-size: 16px;
}
.toparea {
    width: 100%;
    border-bottom: 1px solid #66CDAA;
    background-color: #F0FFF0;
    margin-bottom: 20px;
  }
.toparea.index {
    -webkit-background-size: 3px 3px;
    -moz-background-size: 3px 3px;
    background-size: 3px 3px;
    background-color: #F0FFF0;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, #90EE90), color-stop(.5, transparent), to(transparent));
    background-image: -moz-linear-gradient(#90EE90 50%, transparent 50%, transparent);
    background-image: -o-linear-gradient(#90EE90 50%, transparent 50%, transparent);
    background-image: linear-gradient(#90EE90 50%, transparent 50%, transparent);
}
.toparea h1 {
  color: #FFF;
  font-size: 60px;
  font-weight: 900;
  text-shadow:
    -1px -1px #000,
    1px -1px #000,
    -1px 1px #000,
    1px 1px #000;
  margin: 0;
}
.toparea p {
  color: #5D5D5D;
  font-weight: bold;
}
.toparea span{
  display:inline-block;

}
.navbar {
margin-bottom: 0;
}
.navbar-default {
    background-color: #90EE90;
    border-color: #66CDAA;
    border-bottom-width: 3px;
}
.navbar-default .navbar-brand {
    padding-left: 5px;
    padding-right: 0;
    color: #993311;
    font-weight: bold;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: #dcf8dc;
}
.navbar-toggle {
    background-color: #d5eaff;
    border-color: #0055aa;
}
.navbar-default .navbar-toggle {
    background-color: #F0FFF0;
    border-color: #66CDAA;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #90EE90;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    background-color: #dcf8dc;
}
.list-group a {
    position: relative;
    display: block;
    padding: 10px 25px 10px 10px;
    border-bottom: 1px solid #ccc;
}
.list-group #history a {
    position: relative;
    display: inline;
    padding: 0;
    border-bottom: 0;
}

.list-group {
    margin-bottom: 0;
}
h3{
    margin-top: 0;
    margin-bottom: 0;
}
.list-group a::before,
.list-group a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    display: block;
    content: '';
    width: 12px;
    height: 3px;
    background-color: #888;
    border-radius: 4px;
}
.list-group #history a::before,
.list-group #history a::after {
    position: absolute;
    top: 0;
    right: 0;
    display: inline;
    content: '';
    width: 0;
    height: 0;
    background-color: #fff;
    border-radius: 0;
}
.list-group a::before {
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.list-group a::after {
    margin-top: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.panel-default {
    border-color: #66CDAA;
}
.panel-default>.panel-heading {
    color: #993311;
    background-color: #90EE90;
    border-color: #66CDAA;
}
.list-group-item.active {
    background-color: #90EE90;
    color: #000;
    border-color: #66CDAA;
}
.list-group-item.active:hover {
    background-color: #90EE90;
    color: #000;
    border-color: #66CDAA;
}
.list-group-item {
    border: 1px solid #66CDAA;
}
.list-group a {
    border-bottom: 1px solid #66CDAA;
    font-weight: bolder;
    color: #428bca;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    color: #993311;
    background-color: #ddd;
    border-color: #66CDAA;
}
a.list-group-item .list-group-item-heading {
    color: #66CDAA;
}
.list-group h2 {
    margin-top: 0;
    margin-bottom: 0;
}
h2.panel-title {
  font-size: 30px;
  font-weight: 500;
}
.bs-callout {
  background-color: #fff;
  padding:5px 5px 5px 20px;
  margin: 0 0 10px 0;
  border:1px solid #eee;
  border-left-width:10px;
  border-radius:3px
}
.bs-callout h3 {
  margin-top:0;
  margin-bottom:5px;
}
.bs-callout p:last-child {
  margin-bottom:0;
}
.bs-callout code {
  border-radius:3px;
}
.bs-callout+.bs-callout{
  margin-top:-5px;
}
.bs-callout-danger{
  border-left-color:#d9534f;
}
.bs-callout-warning{
  border-left-color:#f0ad4e;
}
.bs-callout-info{
  border-left-color:#FFA500;
}
/*IE*/
.img-responsive {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}
#news hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border-color: #66CDAA;
  border-style: dashed;
}

.breadcrumb {
  background-color: #F0FFF0;
  margin-bottom: 5px;
}
.breadcrumb > .active {
  font-weight: bold;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 8px solid #dc4e4e;
  background-color: #fceded;
}
.panel.panel-contents {
  border-color: #ccc;
}

.table-bordered {
    border: 1px solid #66CDAA;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
border: 1px solid #66CDAA;
}
.table>thead>tr>td.active, .table>tbody>tr>td.active, .table>tfoot>tr>td.active, .table>thead>tr>th.active, .table>tbody>tr>th.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>tbody>tr.active>td, .table>tfoot>tr.active>td, .table>thead>tr.active>th, .table>tbody>tr.active>th, .table>tfoot>tr.active>th {
background-color: #90EE90;
}
.table-responsive {
    border-color: #66CDAA;
}

/* Pager */
.pager li>a, .pager li>span {
border: 1px solid #66CDAA;
border-radius: 5px;
}
.panel-body>ul {
  padding-left: 10px;
}
/* Navi */
.nav-pills.nav>li>a {
  border: 1px solid #66CDAA;
  margin-top: 3px;
}
.nav-pills.nav>li>a .active {
  border: 1px solid #66CDAA;
  background-color: #337ab7;
  margin-top: 3px;
}

/* Tabs */
.nav-tabs {
  border-bottom: 1px solid #66CDAA;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
color: #993311;
cursor: default;
background-color: #90EE90;
border: 1px solid #66CDAA;
border-bottom-color: transparent;
}
.nav-tabs>li>a:focus, .nav-tabs>li>a:hover {
  border-bottom: 1px solid #66CDAA;
}

/* LinkButton */
.btn.btn-default.link {
  border-color: #66CDAA;
  font-weight: bolder;
  color: #428bca;
}
