*, *:before, *:after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    color: #333333;
    font-size: 78%;
    line-height: 1.8;
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3","Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
p,dt,dd,li {
    color: #333333;  
}
a {
    color:#333333;
	text-decoration: none;
	display: inline-block;  
    *display: inline;  
    *zoom: 1; 
	/* line-height:0; */
}
a:hover  {
    text-decoration: underline;
	/* color:#F3C !important; */
}
#header {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #CCCCCC;
}

@media screen and (max-width: 1255px) {
#header .header-inner {
    width: 100%;
}
}

#header .header-inner {
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
h1 {
    line-height: 1.5;
    height: auto;
    margin-top: 0;
    font-size: 120%;
    width: 445px;
    cursor: pointer;
}
h2 {
    line-height: 1.3;
    float: left;
    font-size: 120%;
}

#container-wrap {
    width: 100%;
    position: relative;
    min-height: 100%;
    overflow: hidden;
}

#container-wrap {
    overflow-x: hidden;
}

#main.ranking {
    overflow: hidden;
}
#main {
    width: 100%;
    float: left;
}
h2.rank.first {
    margin-top: 3px;
}
/*見出しカテゴリ*/
h2.rank {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 2px;
    padding: 7px 13px;
    position: relative;
    background: #f2c2d0;
    border-radius: 2px;
}
h2.rank.sec {
    margin-top: 3px;
    background: #cfe9ea;
}
.tbl-wrap02 {
    width: 100%;
}
.ranking-tbl {
    display: block;
    width: 100%;
    height: auto;
    clear: both;
}
.ranking-tbl > li {
    width: 100%;
}
.ranking-tbl > li dl {
    display: table;
    width: 100%;
    border-top: 1px solid #ccc;
}
.ranking-tbl > li:last-child dl {
    border-bottom: 1px solid #ccc;
}
.ranking-tbl li dl dt, .ranking-tbl li dl dd {
    display: table-cell;
    padding: 7px;
    vertical-align: middle;
}
/*順位*/
.ranking-tbl li dl dt {
    text-align: center;
    width:15%;
    border-left: 1px solid #ccc;
    background: #fff;
    line-height: 13px;
}
.ranking-tbl li dl dd {
    width: 80%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.ranking-tbl li dl dt h2 {
    width: 100%;
    font-size: 11px;
    line-height: 15px;
}
.ranking-tbl li dl dt .rank {
    width: 100%;
    font-size: 23px;
    line-height: 30px;
}
.ranking-tbl li dl dd ul:nth-child(2) {
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 3px;
}
ul.tbl {
    display: table;
    width: 100%;
}
ul.tbl li {
    display: table-cell;
}
.retbl {
    width: 33%;
}
.tname {
    padding-left: 5px;
    width: 70%;
}
.ar {
    text-align: right !important;
}
ul.tbl li span {
    font-weight: 600;
    margin-right: 7px;
}
.tensu {
    font-weight: normal !important;
}
ul.tbl li span
.sya {
    color: red;
}
/*詳細*/
ul.tbl li a.root {
    background: #2a80b9;
    padding: 0 10px;
    border-radius: 3px;
        color: #fff
}
.hdr_inner {
    position: relative;
    border-bottom: 2px solid #f2c2d0;
}
.hdr_h1 {
    display: block;
    padding: 10px 0 3px 10px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
    width: 100%;
}
.main_innerra {
    margin: 0px 0 2px;
    padding: 3px 0;
    background: #fff;
}
.main_block {
    background: #e9e9e9;
    padding: 5px;
    max-width: 750px;
    min-width: 375px;
}
.form dt {
    margin: 12px 4px 0;
    padding: 1px 0 1px 8px;
    border-left: 3px solid #f2c2d0;
    font-size: 1rem;
    line-height: 1;
    font-weight: bold;
    }
/* タブ */
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:7px 0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #f2c2d0;
  display: block;
  order: -1;
}
.tab-label {
  color: black;
/*  background: #cfe9ea; */
  font-size: 13px;
  font-weight: bold;
/*  text-shadow: 0 -1px 0 rgba(0,0,0,.2); */
  white-space: nowrap;
  text-align: center;
  padding: 10px .3em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  border: 1px solid #f2c2d0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 1px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background: #f2c2d0;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
/*  box-shadow: 0 0 3px rgba(0,0,0,.2); */
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}
/* 更新ボタン */
.kousin  {
    margin-top: 10px;
    margin-left: 2px;
}

.kousin input {
    padding: 4px 12px;
    border: 2px solid #f2c2d0;
    border-radius: 7px;
    color: black;
}
.kousin input:hover {
    background-color: #f2c2d0;
    }