/* メインイメージ
---------------------*/
#main-img {
   width: 100%;
   height: 210px;
   background: #0092ce;
   position: relative;
   z-index: 1;
}

h1 {
   padding: 12px 0 0;
   text-align: center;
}

#main_slide {
   width: 100%;
   height: 110px;
   position: absolute;
   bottom: 5px;
   z-index: 2;
}

#main_slide ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* コメント・アイコン画像
---------------------*/
.overflow-hidden {
   overflow: hidden;
   margin-bottom: 50px;
}

#bx-top-comment {
   padding-top: 85px;
   width: 600px;
   float: left;
}

p#title-comment {
   margin-bottom: 10px;
   font-size: 50px;
   font-weight: bold;
   letter-spacing: 24px;
   line-height: 1.7em;
   color: #666666;
}

p#comment-en {
   font-weight: bold;
   color: #0092ce;
}

p#comment-1 {
   margin-bottom: 25px;
   color: #0092ce;
   font-size: 20px;
   line-height: 1.8em;
   font-weight: bold;
   letter-spacing: 1px;
}

p#comment-2 {
   font-size: 17.5px;
   letter-spacing: 1.4px;
   line-height: 2em;
}

/*アイコンサムネール*/
#bx-thumb-icon {
   width: 600px;
   height: 480px;
   float: right;
}

#bx-thumb-icon ul {
   overflow: hidden;
}

#bx-thumb-icon ul li {
   width: 300px;
   height: 240px;
   float: left;
   text-align: center;
   position: relative;
   overflow: hidden;
   display: block;
}

#bx-thumb-icon ul li:hover h3.pc {
  bottom: 0;
  left: 0;
}

#bx-thumb-icon h3.pc {
  position: absolute;
  bottom: -100%;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 146, 206, .85);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 4px;
  text-align: center;
  line-height: 240px;
}

/* インフォメーション
----------------------*/
h2 {
   margin-bottom: 20px;
}

ul#bx-info {
   width: 1200px;
   height: 300px;
   margin-bottom: 100px;
   padding-top: 10px;
   overflow-y: scroll;
}

ul#bx-info li {
   padding: 7px 0;
   overflow: hidden;
}

ul#bx-info a {
   display: block;
}

ul#bx-info a:hover {
   text-decoration: underline;
   color: #0092ce;
}

ul#bx-info p.left {
   width: 110px;
   float: left;
}

ul#bx-info p.right {
   width: 1040px;
   float: left;
}

/**------------------**/
/** 600px未満に適応 **/
/**------------------**/
@media screen and (max-width: 600px) {

   /** メインイメージ
   ---------------------**/
   #main-img {
      height: auto;
      background: none;
   }

   h1 {
      padding: 0;
   }

   /** コメント・アイコン画像
   ---------------------**/
   .overflow-hidden {
      margin-bottom: 50px;
   }

   #bx-top-comment {
      padding-top: 5%;
      width: 100%;
      margin-bottom: 10px;
      clear: left;
   }

   p#title-comment {
      width: 98%;
      margin: 3% 0;
      padding-left: 25px;
      letter-spacing: 10px;
      font-size: 26px;
      text-align: center;
   }

   p#comment-en {
      text-align: center;
   }

   p#comment-1 {
      width: 100%;
      margin-bottom: 25px;
   }

   p#comment-2 {
      width: 98%;
      font-size: 16px;
   }

   /*アイコンサムネール*/
   #bx-thumb-icon {
      width: 100%;
      height: auto;
      clear: right;
   }

   #bx-thumb-icon ul li {
      width: 50%;
      height: auto;
      float: left;
      text-align: center;
      position: relative;
      overflow: hidden;
      display: block;
   }

   #bx-thumb-icon h3.sp {
      font-size: 18px;
      letter-spacing: 2px;
      text-align: center;
   }

   /** インフォメーション
   ---------------------**/
   h2 {
      width: 100%;
      padding: 4% 0;
      margin-bottom: 0;
      text-align: center;
      color: #ffffff;
      font-size: 150%;
      font-weight: bold;
      background: #0092ce;
   }

   ul#bx-info {
      width: 98%;
      height: 300px;
      margin: 0 auto;
      margin-bottom: 60px;
   }

   ul#bx-info a {
      padding: 8px 0;
   }

   ul#bx-info p.left {
      width: 100%;
      font-weight: bold;
   }

   ul#bx-info p.right {
      width: 100%;
      border-bottom: 1px solid #d2d2d2;
   }

   /** **/
   .pc { display: none; }
   .sp { display: block; }

}
