@CHARSET "UTF-8";

body{
  background-color: #0096ff;
  color: white;
}

/* Containts styles
-------------------------------------------------- */
.container {
  min-width: 1170px;
}

.front-bg {
	height: 280px;
  overflow: hidden;
  border-bottom: 1px solid #0074BB;
}

.front-bg img {
  width: 100%;
}

.title-logo {
  position: absolute;
  top: 73px;
  width: 396px;
  left: 50%;
  margin-left: -198px;
}

/* Hero Containts styles */
.hero {
  position: relative;
  height: 550px;
}

.hero .devices {
  width: 460px;
  z-index: 10;
  margin-top: -70px;
  float: left;
}

.hero .copy {
  width: 600px;
  height: 445px;
  float: left;
  margin-top: 40px;
  padding-left: 60px;
  position: relative;
}

.hero .copy-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 12px;
}

.hero .copy-content {
  font-size: 22px;
}

/* ストアバッジ */

.hero .store-badge {
  position: absolute;
  bottom: 0;
}

.hero .store-badge img {
  height: 50px;
  margin-right: 15px;
}

.android_badge img {
  height: 74px !important;
}

.hero .store-badge-caption {
  margin-top: 5px;
  font-size: 15px;
}

.fbook-attention {
  background-color: rgb(244, 85, 78);
  border-radius: 4px;
  border: 1px solid white;
  padding: 8px;
  margin-top: 18px;
}

.fbook-attention-caption {
  font-size: 15px;
}

.release {
  background-color: rgb(244, 85, 78);
  text-align: center;
  border-radius: 4px;
  border: 1px solid white;
  width: 300px;
  margin-top: 25px;
}

.soon-container {
  margin-top: 7px;
}

.soon{
  font-size: 16px;
  margin-left: 199px;
  padding: 0 29px;
  border: 1px solid white;
  background-color: white;
  color: red;
  border-radius: 5px;
}

.android_badge {
  margin-left:10px;
}


/* Sub Containts styles */
.sub-container {
  color: #666;
  padding-top: 40px;
}

/* サブタイトル */
.sub-title {
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 55px;
}

.sub-title span {  
  padding: 0 20px;
}

/* 機能紹介 */
.function-container {
  border-top: 1px solid #aaa;
  /* border-bottom: 1px solid #ccc; */
}

.function {
  position: relative;
  width: 100%;
  height: 365px;
  padding: 0 50px;
}

.func-panel {
  float: left;
  width: 50%;
}

.func-panel .capture {
  float: left;
  width: 187px;
  border: 1px solid #bbb;
}

.func-panel .caption {
  float: left;
  width: 333px;
  padding: 0 25px;
}

.caption-title {
  height: 50px;
  font-size: 24px;
  font-weight: bold;
  padding-left: 65px;
  vertical-align: middle;
  display: table-cell;
}

.caption-content {
  margin-top: 10px;
}

/* ワークアウト注釈 */
.caption-annotation {
  margin-top: 30px;
  margin-left: 12px;
}

.caption-annotation-content {
  font-size: 12px;
  text-indent: -1em;
}

.shareLocation {
  background: url(../img/index/func-icon-location.png) no-repeat;
}

.workout {
  background: url(../img/index/func-icon-workout.png) no-repeat;
}

.stamp {
  background: url(../img/index/func-icon-stamp.png) no-repeat;
}

/* ご利用方法 */
.howto-container {
  border-bottom: 1px solid #ccc;
}

.howto-line {
  border-bottom: 1px solid #ccc;
}

.howto {
  height: 90px;
  text-align: center;
}

.howto-button {
  width: 300px;
  margin: 50px auto 0;

}

.howto-button a{
  background: url(../img/index/info.png) no-repeat 12px;
  color: white;
  display: block;
  margin-top: 10px;
  text-indent: 1em;
  background-color: #0096ff;;
  border-radius: 13px;
  padding: 5px 0 2px;
}

.howto-button a:hover{
  /*color: #FFBB3F;*/
  background-color: #6DD3FF;
}

/* 注意事項 */
.attention {
  height: 210px;
}

