/*original*/
body{
  padding-top: 50px;
  color: #444;
  font-family: Verdana,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴ-rシック",YuGothic,"メイリオ",Meiryo,sans-serif;
  color: #41555f;
  letter-spacing: 0.05em;
  line-height: 1.65em;
}
h1{
  font-size: 1.5em;
  /*border-bottom: 2px solid #000;*/
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #333;
}

h2{
  font-size: 1.33em;
  font-weight: 600;
  border-top: 3px solid #000;
  border-bottom: 1px solid #555;
  color: #e30920;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
}
h3{
  color: #333;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px dotted #000;
}
h4{
  font-size: 1.1em;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #000;
}
h4.bt{
  border-top: 1px solid #555;
  padding-top: 15px;
}
h5{
  font-size: 1em;
  font-weight: bold;
}

p{
  padding-left: 5px;
}

small{
  font-size: 0.66666em;
}
.navbar-brand{
    background: url('../img/47s_logo.png') no-repeat;
    min-width: 120px;
    background-position: 20px 10px;
}

.page-header{
  margin-top: 20px;
}
.breadcrumb{
  font-size: 0.75em;
}
.breadcrumb-top{
  background: #fff;
  padding-left: 5px;
}
.breadcrumb>li+li:before{
  content: ">";
}

.navbar{
  border-bottom: 2px solid #e30920;
  -webkit-box-shadow: 0 1px 2px rgba(227, 9, 32, 0.3);
  box-shadow: 0 1px 2px rgba(227, 9, 32, 0.3);
}
.lead{
  padding-left: 5px;
}
.content{
  margin-bottom: 25px;
  padding-left:5px;
  padding-right: 5px;
  border: 1px solid #ccc;
}
.topic{
  word-break: break-all;
}
.category-list{
      background: url(../img/common/icon003.png) no-repeat right center;
}

.checkbox{
  margin-left: 5px;
}

.tab-pane{
  margin-top: 20px;
}
.nav-tabs>li>a{
  color: #2196f3;
  padding-top: 14px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus{
    -webkit-box-shadow: inset 0 2px 0 #2196f3;
    box-shadow: inset 0 2px 0 #2196f3;
}
.nav-tabs>li{
  width: 50%;
  text-align: center;
}
.nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus:hover{
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus{
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.chart{
  min-width: 310px;
  height: 400px;
  margin: 0 auto 20px;
}
.map{
  width: 95%;
  margin: 0 auto 20px;
}
p.remark{
  line-height: 1em;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
  font-size: 0.9em;
  letter-spacing: 0;

}
table>thead>tr>th.rnk,table>tbody>tr>td.rnk{
    width: 100px;
    text-align: center;
}
table>thead>tr>th.value,table>tbody>tr>td.value{
    text-align: right;
    padding-right: 15%
}
table>tbody>tr.total{
    border-top: double #444;
}
table>tbody>tr.total>td{
    background-color: #ffe0b2;
}
table>tbody>tr.total>td.name:first-child{
  min-width: 80px;
}

.link{
  color: #2196f3;
}
.yearlist{
  margin-left: 0;
  margin-right: 0;
}
.yearlist ul>li{
  padding-left: 10px;
  margin-bottom: 10px;
}

/*category*/
.cotlist{
  margin-left: 10px;
  margin-right: 0;
}
.cotlist ul.subcategory>li{
  text-align: left;
  list-style-position:outside;
  clear:both;
  overflow:hidden;
  padding: 10px 0;
}
.cotlist ul.subcategory>li a{
  float:left;
  width:90%;
  display:block;
}
.cotlist ul.subcategory>li:before {
  font-family: Elusive-Icons;
  content: "\e6c8";
  margin-right: .5em;
  text-align: center;
  width:1em;
  float:left;
  display:block;
}
.cotlist ul.subcategory>li>a>small{
  font-size: 0.777em;
  color: #444;
}

.cntpage{
  margin-left: 10px;
  margin-right: 0;
}
.cntpage ul.pagelist>li{
/*  padding-left: 10px;
  padding-right: 10px;
  list-style: none;*/
  margin:0 auto;
  text-align: left;
  list-style-position:outside;
  clear:both;
  overflow:hidden;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.cntpage ul.pagelist>li a {
  float:left;
  width:90%;
  display:block;
  font-size: 90%;
}
.cntpage ul.pagelist>li:before {
  font-family: Elusive-Icons;
  content: "\e6b2";
  margin-right: .5em;
  text-align: center;
  width:1em;
  float:left;
  display:block;
}
.cntpage ul.pagelist>li.pagelist-last-item:before {
  display: none;
}

/*right-column*/
.right{
  background-color: #fafafa;
}

.righrt-content{
  margin-top: 20px;
  border-top: 2px solid #444;
}

.right h4{
  padding-left: 10px;
  padding-right: 10px;
}
.right p{
  padding-left: 10px;
  padding-right: 10px;
}


/* footer*/
footer{
  background: #2e2e2e;
  color: #fff;
  margin-top: 50px;
}
footer .container{
  padding-top: 20px;
}
footer a{
  color: #fff;
}
footer p{
  line-height: 1em;
}
footer p small{
  font-size: 0.75em;
}

/*google custom search*/
h1.search{
  border-bottom: 2px solid #000;
}
input.gsc-search-button{
  height: 32px!important;
  width: 75px!important;
  margin-top: 6px!important;
}
.gsc-control-cse{
  padding-left: 5px!important;
  padding-right: 5px!important;
}
.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top{
  padding-left: 0!important;
}
.gsc-selected-option-container{
  min-width: 75px!important;
}
#gsc-iw-id1{
  height:35px;
}
.gsst_a .gscb_a{
  padding-top: 8px;
}
input[type=text],input[type=text]:focus{
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search-keyword>li{
  font-size: .8em;
  padding-left: 10px;
  padding-right: 10px;
}
#queries{
  font-size: 0.75em;
  margin-left:5px;
}
.page-navi{
  border-bottom: 1px dotted;
  padding-bottom: 10px;
}
.pre-page{
  border-right: 1px dotted;
}
.page-navi p{
  margin: 0;
}

/*tag*/

ul.tag {
  margin: 0;
  padding: 0 0 0 5px;
  list-style: none;
}
ul.tag li {
  display: inline-block;
  margin: 0 .3em .3em 0;
  padding: 0;
}
ul.tag li a {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 .75em;
  background-color: #3498db;
  border-radius: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
}
ul.tag li a:hover {
  background-color: #555;
  border-color: #555;
  color: #fff;
}
ul.tag li a i{
  vertical-align: middle;
  padding-right: 0.5em;
}

ul.taglist{
  list-style: none;
  padding-left: 0;  
}

ul.taglist li{
  border-top: 1px solid #444;
  padding-top: .5em;
  padding-bottom: 1em;
}
ul.taglist li:last-child{
  border-bottom: 1px solid #444;
}
ul.taglist li p{
  margin-top: .5em;
  margin-bottom: 0em;
  line-height: 1em
}

ul.taglist li p.page_title:before{
  font-family: Elusive-Icons;
  content: "\e6b2";
  margin-right: .5em;
  text-align: center;
  width: 1em;
  float: left;
  color: #444;
  display: block;
}
ul.taglist li p small{
  color: #444;
}

/* social */
.social-top{
  margin-left: 8px;
}

.social-box {
  margin: 10px 0 50px 0;
}

.social-box h5{
  font-size: 1em;
  font-weight: bold;
  color: #e30920;
  padding: 10px 15px;
  border-left: 5px solid #0a0a0a;
  margin-bottom: 30px;
}
.sns-header, .sns-footer {
    padding: 0px;
}

.sns-area {
    padding: 0;
    overflow: hidden;
    table-layout: fixed;
    display: table;
    width: 100%;
}

.sns-area li {
    list-style-type: none;
    display: table-cell;
    vertical-align: middle;
}

.sns-area li:nth-child(1) {
  padding-right: 4px;
}

.sns-area li:nth-child(2) {
  padding-left: 2px;
  padding-right: 2px;
}

.sns-area li:nth-child(3) {
  padding-left: 4px;
}

.sns-area li:last-child {
    margin-right: 0;
    display:none;
}

.sns-link {
  font-size: 0.9em;
  letter-spacing:0;
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  height: 42px;
  line-height: 42px;
}

.sns-link::after {
　　position: absolute;
　　top: 50%;
　　left: 50%;
　　z-index: 2;
　　display: block;
　　content: '';
　　width: 0;
　　height: 0;
　　background-color: rgba(255,255,255,.3);
　　border-radius: 50%;
　　-webkit-transform: translate(-50%, -50%);
　　transform: translate(-50%, -50%);
　　opacity: 0;
      color:#fff;
}
.sns-link:hover {
    text-decoration: none;
    opacity: 0.8;
    color:#fff;
}


.sns-twitter {
  background:#55ACEE url(../img/common/twitter.png) no-repeat 10px center;
}

.sns-facebook {
    background: #16528e url(../img/common/facebook.png) no-repeat 10px center;
}

.sns-bookmark {
    background: #0082c8 url(../img/common/hatebu.png) no-repeat 10px center;
}

.sns-line {
    background: #00C300 url(../img/common/line.png) no-repeat 10px center;font-weight: boldd;
}

.blogicon-twitter,
.blogicon-facebook,
.blogicon-bookmark,
.blogicon-chevron-down {
    margin-right: 5px;
}


@media only screen and (max-width: 768px) {
/*      .sns-txt {
         display: none;
      }
*/     

  .sns-twitter,.sns-facebook,.sns-line,.sns-bookmark {
    background-position: center 7px;
    height: 100%;
      padding-top: 24px;
  }

  .blogicon-twitter,
  .blogicon-facebook,
  .blogicon-bookmark,
  .blogicon-chevron-down {
         margin-right: 0;
     }
    .sns-area li:nth-child(1) {
      padding-right: 0px;
    }

    .sns-area li:nth-child(2) {
      padding-left: 0px;
      padding-right: 0px;
    }

    .sns-area li:nth-child(3) {
      padding-left: 0px;
    }


     .sns-area li:last-child {
        display: table-cell;
     }
}

.sns-footer {
    margin-top: 10px;
}

/*@media screen and (max-width: 479px) {
  .container{
    padding-left: 5px;
    padding-right: 5px;
  }
  .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{
    padding-left: 5px;
    padding-right: 5px;    
  }
}*/


/*  ad  */
.ad {
  margin-top:30px;
  margin-bottom: 30px;
  text-align:center;
}

.double-rectangle{
  text-align: center;
  overflow: hidden;
}

#left-rectangle {
  float: left;
  margin-left: 10px;
  width: 336px;
  max-width : 100%;
}
#right-rectangle {
  float: right;
  margin-right: 10px;
}

/* ページトップへ戻る */
.pageTop {
    position:relative;
    width:90%;
    max-width:900px;
    height:0;
    margin:0 auto;
}
.pageTop a {
    bottom: 0px;
    left:auto;
    display: block;
    width: 100px;
    height:35px;
    margin-left:920px;
    padding:0.5em 0;
    background:#2e2e2e;
    text-align:center;
    outline:none;
    text-decoration: none;
    z-index:9999;
    color: #fff;
}
@media screen and (max-width: 479px) {
  .pageTop {
      width:100%;
  }
  .pageTop a {
    width: 50px;
      left:-55px;
      margin-left:100%;
  }
}

@media screen and (max-width: 699px) {
  #left-rectangle {
    float: none;
    margin: 10px auto 20px;
    width: 100%;
  }
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

.mt0{
  margin-top: 0;
}
.mt20{
  margin-top: 20px;
}
.mt50{
  margin-top: 50px;
}
.mt60{
  margin-top: 60px;
}
.mb0{
  margin-bottom: 0;
}
.mb50{
  margin-bottom: 50px;
}
