/* original 70px */

/* original 30px */

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/*---------------------------------------------------
  レイアウト用共通CSS
----------------------------------------------------*/

/*---------[ aside サイドバー ]-----------*/

.aside > .tool-detail {
  margin-top: 33px;
  font-size: 13px;
  color: #333;
}

.aside > .tool-detail h3 {
  padding: 0;
  padding-left: 10px;
  margin-bottom: 20px;
  margin-left: -10px;
  font-size: 16px;
  line-height: 20px;
  color: #C00;
  border-left: 7px solid #F9C;
}

.aside > .tool-detail .well {
  padding: 5px;
  background-color: #FFF;
}

.aside > .tool-detail .well .well-separate {
  margin: 0 -5px 5px;
  border-bottom: #EEE 1px solid;
}

/*---------[ section アプリ本体 ]-----------*/

section .well {
  background-color: #FFF;
  border-color: #fdd1d1;
}

section .well .well-separate {
  border-bottom: #fdd1d1 1px solid;
}

section .well h3 {
  padding-left: 20px;
  font-size: 18px;
  line-height: 32px;
  background-color: #F3F3F3;
  border: 1px solid #CCC;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  box-shadow: 0 1px 0 #DDDDDD, 0 2px 0 #EEEEEE;
}

section .well h3 a.btn-mini {
  margin-top: 5px;
  margin-right: 5px;
}

section ul.note {
  font-size: 14px;
}

section ul.note li {
  list-style: none;
}

section ul.note li:before {
  margin-right: 6px;
  color: #F90;
  content: "★";
}

#resultPane h2.result {
  margin: 20px 0;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  text-shadow: 3px 3px 1px #FFFFFF, 2px 2px 3px #CCCCCC;
  background-color: #ffe0e6;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

#resultPane h3 {
  padding-left: 20px;
  font-size: 18px;
  line-height: 32px;
  border-left: 7px solid #F9C;
  box-shadow: 0 1px 0 #DDDDDD, 0 2px 0 #EEEEEE;
}

#resultPane h4 {
  font-size: 18px;
  line-height: 32px;
  color: #f15070;
}

#resultPane h4 span.label {
  margin-right: 8px;
  font-size: 16px;
  color: #FFF;
  background-color: #fb8fa4;
}

#resultPane .indent {
  padding-left: 30px;
}

/*-------------- RankCheker -------------------*/

#resultInfoPane p.info {
  text-align: right;
}

.result-head {
  color: #999;
}

.result-head strong {
  color: #333;
}

.result-head strong:before {
  margin-right: 6px;
  color: #ff8f8f;
  content: open-quote;
}

.result-head strong:after {
  margin-left: 6px;
  color: #ff8f8f;
  content: close-quote;
}

ol {
  margin: 10px 20px;
}

ol li.rank {
  padding: 5px;
  list-style: none;
  border-bottom: 1px dotted #999;
}

ol li.rank strong.rank {
  display: block;
  float: left;
  width: 6em;
  margin-right: 15px;
  clear: both;
  text-align: right;
}

ol li.rank strong.rank.undefined {
  color: #999;
}

ol li.rank strong.rank.no1 {
  color: #C00;
  background: url(img/icon-crown.png) no-repeat 3em center;
}

ol li.rank div.rank-url {
  margin-left: 6em;
}

ol li.rank div.entrie-num {
  display: inline-block;
  font-size: 13px;
}

ol li.rank div.entires {
  margin-left: 7em;
}

ol li.rank div.entires .url {
  margin-top: 5px;
  font-size: 13px;
  line-height: 16px;
}

ol li.rank div.entires .url strong {
  font-weight: normal;
}

ol li.rank div.entires .url .sub-rank {
  display: inline-block;
  width: 3em;
  padding: 1px 4px;
  margin-right: 10px;
  font-size: 13px;
  text-align: right;
  background-color: #EEE;
}

h1.overlay-msg {
  font-size: 22px;
  font-weight: normal;
  line-height: 26px;
  border: none;
}

@media (max-width: 767px) {
  table.result-data th {
    display: block;
  }
  table.result-data td {
    display: block;
  }
  ol li.rank strong.rank {
    display: block;
    float: none;
    text-align: left;
  }
  ol li.rank strong.rank.no1 {
    background-position: 2em center;
  }
  ol li.rank div.rank-url {
    margin-left: 0;
  }
  ol li.rank div.entires {
    margin-left: 0;
  }
  ol li.rank div.entires .url .sub-rank {
    width: auto;
  }
}
