@charset "UTF-8";
.clearfix:after {
  content: "";
  clear: both;
  display: block; }

/* 一括初期化
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
/*テーブル*/
table {
  border-collapse: collapse;
  border-spacing: 0; }
  table ul, table ol {
    margin: 0 25px; }

/*ヘッディング*/
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-style: normal;
  font-weight: normal; }

/*パラグラフ*/
p {
  margin: 0;
  padding: 0 0 1em; }

/*　水平線　*/
hr {
  border-width: 1px 0 0 0;
  border-style: solid;
  height: 0; }

/*　アドレス　*/
address {
  font-style: normal; }

/*　イメージフローティング　*/
.imgLeft {
  float: left;
  padding: 0 2em 2em 0 !important; }

.imgRight {
  float: right;
  padding: 0 0 2em 2em !important; }

.imgLeft, .imgRight {
  width: auto;
  font-size: .9em;
  background: #fff; }

.imgLeft img,
.imgRight img {
  margin: 0 0 10px; }

/*　フォント　＿＿＿＿＿　*/
@font-face {
  font-family: "roboto";
  src: url("../fonts/roboto-condensed.bold.eot?") format("eot"), url("../fonts/roboto-condensed.bold.ttf") format("ttf"), url("../fonts/roboto-condensed.bold.woff2") format("woff2"), url("../fonts/roboto-condensed.bold.woff") format("woff"); }
/*　トップページに戻る　*/
#pageTop {
  clear: both;
  position: fixed;
  bottom: 100px;
  right: 0;
  font-family: "roboto";
  text-align: center; }
  #pageTop a {
    display: block;
    font-size: 1.3rem;
    color: #f4f4f4;
    background: #333;
    text-decoration: none;
    padding: .5em 1em .7em;
    display: inline-block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  #pageTop i {
    margin: 0 0 .2em; }

#pageTop a:hover, #pageTop a:focus, #pageTop a:active {
  opacity: 1;
  color: #fa7d34;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px); }

/* ボディ設定
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
html {
  font-size: 62.5%;
  /*　10px想定　*/
  font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  line-height: 1;
  color: #333;
  /*　デバイスフォント最適化　*/
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

body {
  font-size: 1.4em;
  border-top: 4px solid #fa7d34; }

/*　リンク設定　*/
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease; }

a:hover {
  opacity: .8; }

*:focus {
  outline: none; }

article a:hover {
  text-decoration: underline; }

/* クリア設定
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
#container, header, #news, #article, footer, .cautionBox, hr {
  clear: both; }
  #container:after, header:after, #news:after, #article:after, footer:after, .cautionBox:after, hr:after {
    content: "";
    clear: both;
    display: block; }

/* ヘッダ関連の設定　＿＿＿＿＿　*/
header {
  width: 1000px;
  padding: 20px 0;
  margin: 0 auto;
  /*　グローバルナビゲーション　*/
  /*ul{
  	float: right;
  	display: flex;
  	justify-content: space-between;
  	width: 754px;
  	list-style: none;
  }
  li{
  	width: 250px;
  	font-weight: bold;
  	text-align: center;
  	border-left: 1px solid #ddd;
  	&:last-child{
  		border-right: 1px solid #ddd;
  	}
  	a{
  		display: block;
  		height: 70px;
  		color: $orange;
  		background-image: url(../images/common/nav_cycle-city-yamaguchi.png);
  		padding: 50px 0 0;
  	}
  }
  li:nth-child(2) a{
  	color: $green;
  	background-image: url(../images/common/nav_event-information.png);
  }
  li:last-child a{
  	color: $blue;
  	background-image: url(../images/common/nav_cyclist-report.png);
  }*/
  /*　ドロップダウンのオンオフ設定　*/
  /*　ドロップダウンの基本設定　*/ }
  header #logo {
    float: left;
    width: 172px;
    height: 70px;
    text-indent: -9999px; }
    header #logo a {
      display: block;
      width: auto;
      height: 70px;
      background-image: url(../images/common/ttl_logo.png); }
  header ul {
    float: right;
    display: flex;
    justify-content: space-between;
    width: 800px;
    list-style: none; }
  header li {
    width: 198px;
    font-weight: bold;
    text-align: center;
    border-left: 1px solid #ddd; }
    header li:last-child {
      border-right: 1px solid #ddd; }
    header li a {
      display: block;
      height: 70px;
      color: #fa7d34;
      background-image: url(../images/common/nav_cycle-city-yamaguchi.png);
      padding: 50px 0 0; }
  header li:nth-child(2) a {
    color: #00b78b;
    background-image: url(../images/common/nav_event-information.png); }
  header li:nth-child(3) a {
    color: #ee675d;
    background-image: url(../images/common/nav-cycle-root.png); }
  header li:last-child a {
    color: #3589be;
    background-image: url(../images/common/nav_cyclist-report.png); }
  header ul ul {
    visibility: hidden;
    opacity: 0;
    transition: .2s ease-in-out; }
  header ul li:hover > ul {
    visibility: visible;
    opacity: 1; }
  header #drop-down {
    position: relative; }
    header #drop-down ul {
      position: absolute;
      z-index: 2000;
      float: none;
      width: 100%;
      display: block;
      padding: 20px 0 0;
      /*li:nth-child(5){
      	display: none;
      }*/ }
      header #drop-down ul li {
        width: auto;
        text-align: left;
        border: none;
        border-bottom: 1px solid #555;
        background-color: rgba(40, 40, 40, 0.93); }
      header #drop-down ul li:last-child {
        border: none; }
      header #drop-down ul a {
        display: block;
        height: auto;
        color: #fff;
        background: none;
        padding: 17px; }
      header #drop-down ul a:hover {
        padding-left: 20px; }
      header #drop-down ul a:after {
        float: right;
        content: "\f105";
        color: #fa7d34;
        font-family: FontAwesome; }

/*　フッター設定　＿＿＿＿＿　*/
#footNav {
  width: auto;
  background: #f4f4f4;
  padding: 18px 0;
  margin: 30px 0 0; }
  #footNav div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1000px;
    margin: 0 auto; }
  #footNav h2 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4; }
  #footNav ul {
    display: flex;
    justify-content: space-between;
    width: auto;
    font-size: 1.3rem;
    list-style: none; }
  #footNav li {
    width: 120px;
    margin: 0 0 0 8px; }
  #footNav a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 120px;
    text-align: center;
    background-color: #fff;
    background-image: url(../images/common/back_root.png);
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 70px 0 0; }
  #footNav li:nth-child(2) a {
    background-image: url(../images/common/back_aed.png); }
  #footNav li:nth-child(3) a {
    background-image: url(../images/common/back_station.png); }
  #footNav li:nth-child(4) a {
    background-image: url(../images/common/back_pitt.png); }
  #footNav li:nth-child(5) a {
    background-image: url(../images/common/back_lodging.png); }
  #footNav li:last-child a {
    background-image: url(../images/common/back_bikepark.png); }

footer {
  width: 1000px;
  font-size: 1.3rem;
  padding: 20px 0;
  margin: 0 auto;
  /*　総合サイクルイベント実行委員会事務局　*/
  /*　SNS　*/
  /*　サイクル県やまぐちProject　*/ }
  footer section {
    float: left;
    width: 280px; }
  footer section:last-child {
    float: right;
    width: 474px; }
    footer section:last-child p {
      font-size: 1.1rem;
      color: #444;
      text-align: right; }
  footer .footer_link_bnr {
    float: left;
    width: 220px; }
    footer .footer_link_bnr img {
      width: 220px; }
  footer h2 {
    font-weight: bold;
    color: #444;
    padding: 0 0 12px; }
  footer address {
    line-height: 150%;
    padding: 0 0 10px; }
  footer ul {
    display: flex;
    justify-content: space-between;
    width: 210px;
    list-style: none; }
  footer dl {
    width: auto;
    background-image: url(../images/common/back_footer_logo.png);
    background-position: 96% center;
    border: 1px solid #ddd;
    padding: 14px 200px 11px 14px;
    margin: 0 0 15px; }
  footer dt {
    font-weight: bold;
    color: #444;
    padding: 0 0 5px; }
  footer dd {
    font-size: 1.2rem;
    line-height: 150%; }

/* その他の設定
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿ */
.alignLeft {
  text-align: left; }

.alignRight {
  text-align: right; }

.alignCenter {
  text-align: center; }

/*　サイズ補正用　*/
.mar05 {
  margin-bottom: 5px; }

.mar10 {
  margin-bottom: 10px; }

.mar15 {
  margin-bottom: 15px; }

.mar20 {
  margin-bottom: 20px; }

.mar25 {
  margin-bottom: 25px; }

.mar30 {
  margin-bottom: 30px; }

.mar35 {
  margin-bottom: 35px; }

.mar40 {
  margin-bottom: 40px; }

.mar50 {
  margin-bottom: 50px; }

.mar60 {
  margin-bottom: 60px; }

.mar70 {
  margin-bottom: 70px; }

/* テーブル設定
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿ */
/*　サイズ補正用　*/
.width05 {
  width: 5% !important; }

.width10 {
  width: 10% !important; }

.width15 {
  width: 15% !important; }

.width20 {
  width: 20% !important; }

.width25 {
  width: 25% !important; }

.width30 {
  width: 30% !important; }

.width40 {
  width: 40% !important; }

.width50 {
  width: 50% !important; }

.width60 {
  width: 60%; }

.width70 {
  width: 70%; }

.width80 {
  width: 80%; }

.width90 {
  width: 90%; }

.width100 {
  width: 100%; }
