@charset "utf-8";

/* その他 */
#result {
  display: none;
  position: fixed;
  background: #fff;
}
/*　ヘッダ　*/
header {
  position: relative;
  overflow: hidden;
  height: 120px;
  background-image: url(../images/title_bg.png) , linear-gradient(180deg, rgba(0, 152, 204, 1.00) 0%, rgba(0, 70, 162, 1.00) 100%);
  background-repeat: repeat-x;
  background-position: left 65px, left top;
}
header .tagline {
  overflow: hidden;
  width: auto;
  height: 0px;
  padding-top: 18px;
  margin: 12px 0px 0px 24px;
  background-image: url(../images/title_tagline.png);
  background-repeat: no-repeat;
}
header h1.title {
  overflow: hidden;
  width: auto;
  height: 0px;
  padding-top: 33px;
  margin: 4px 0px 0px 24px;
  background-image: url(../images/title.png);
  background-repeat: no-repeat;
}
/* フッター */
footer {
  padding: 8px 1em 20px 1em;
  border: 1px solid #999;
  border-width: 1px 0px 0px 0px;
  color: #666;
  display: block;
}
/*　上に戻るボタン　*/
#scroll {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 1em;
  padding: 0px 0.5em;
  background-color: #999;
  border: 2px solid #fff;
  border-radius: 18px;
}
#scroll .top {
  line-height: 2em;
  text-align: center;
  color: #fff;
}
/*　（リンク）フッターのリンク　*/
.footLink {
  line-height: 1.4em;
  width: 16em;
  margin: 20px auto 10px auto;
}
.footLink span{
  text-decoration: underline;
  color:#00f;  
}
/* （リンク）WEBツールへのボタン */
.toolLink {
  display: block;
  line-height: 2.4em;
  width: 19em;
  margin: 20px auto 20px auto;
  border: 1px solid rgba(43, 113, 183, 0.1);
  border-radius: 1.2em;
  text-align: center;
  background-color: rgba(43, 113, 183, 0.2);
  color: rgba(51, 51, 204, 1);
  font-weight: bold;
}
.toolLink span {
  font-size: 87.5%;
  font-weight: normal;
}