@charset "UTF-8";

.t_copy {  font-family: "Arial", "Helvetica", "sans-serif"; font-size: 9px; color: #704E04; padding-right: 5px}
.t_write { 
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 4px;
  padding-left: 10px;
  border: 1px solid #CCCCCC;
}

.t_main_12 {  font-size: 10pt; line-height: 130%; border-style: none}
.t_main14 {  font-size: 14px; line-height: 120%}
.t_main16 {  font-size: 16px}
.t_head {  font-size: 10pt; line-height: 115%; color: #FFFFFF}
.t_head_add {  font-size: 8pt; color: #CCCCCC}
.t_main {
font-size: 10px
}
.t_menu {  font-size: 10px}

a:link { color: #996666; text-decoration: none}
a:visited { color: #996633; text-decoration: none}
a:active { color: #FF3399; text-decoration: underline}
a:hover { color: #FF3399; text-decoration: underline}

h1 {
font-size: 130%;
color: #996666;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h2 {
font-size: 120%;
color: #191970;
font-weight:normal;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h3 {
font-size: 110%;
color: #996633;
margin: 0;
padding: 2px 0 2px 0;
border-bottom: 1px solid #000000;
font-weight:normal;
text-indent: 10px;
vertical-align: middle;
clear:both;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h4{
font-size:110%;
color: #996666;
font-weight:normal;
text-indent: 10px;
vertical-align: middle;
clear:both;
padding: 2px 0 2px 0;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#body {
background-color: #FFF;        
}
    header.jumbotron {
      background-position: center;
      background-size: cover;
      color: #fff;
    }
     header.container {
        margin-top: 5%;
        margin-left:1%;
      }

    header .midashi-btn {
      border: 1px solid white;
      color: white;
      border-radius: 0;
    }
    
    header .midashi-btn:hover {
      color:  white;
      border-color: white;
    }
    
    .navbar-form {
      padding-right: 30px;
    }
#toppadten{ padding-top:10%;}

ol{
  margin: 0;
  padding: 0;
  list-style: none;
}
.container-fluid {background-color: white; }
.module-tagcloud .module-content {text-align: left; }
.module-tagcloud .module-content .module-list { list-style: none; }
.module-tagcloud .module-content .module-list .module-list-item { display: inline; }
.module-tagcloud .module-content .module-list li.taglevel1 { font-size: 19px; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 17px; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 15px; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 13px; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 11px; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 9px; }
#whitesection{ background-color: white;}
#breadcrumbs-one{
  background: #eee;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #e5e5e5 #ccc;
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(0,0,0,.2);
  overflow: hidden;
  width: 100%;
}

#breadcrumbs-one li{
  float: left;
}

#breadcrumbs-one a{
  padding: .7em 1em .7em 2em;
  float: left;
  text-decoration: none;
  color: #444;
  position: relative;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  background-color: #ddd;
  background-image: linear-gradient(to right, #f5f5f5, #ddd);  
}

#breadcrumbs-one li:first-child a{
  padding-left: 1em;
  border-radius: 5px 0 0 5px;
}

#breadcrumbs-one a:hover{
  background: #fff;
}

#breadcrumbs-one a::after,
#breadcrumbs-one a::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;   
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid;
  right: -1em;
}

#breadcrumbs-one a::after{ 
  z-index: 2;
  border-left-color: #ddd;  
}

#breadcrumbs-one a::before{
  border-left-color: #ccc;  
  right: -1.1em;
  z-index: 1; 
}

#breadcrumbs-one a:hover::after{
  border-left-color: #fff;
}

#breadcrumbs-one .current,
#breadcrumbs-one .current:hover{
  font-weight: bold;
  background: none;
}

#breadcrumbs-one .current::after,
#breadcrumbs-one .current::before{
  content: normal;  
}

@media print {
  a[href]:after {
    content: ""!important;
  }
  abbr[title]:after {
    content: ""!important;
  }
}