@CHARSET "UTF-8";

body{
  color: #333;
}


/* Containts styles
-------------------------------------------------- */
.container {
  min-width: 1170px;
}

.jizenjunbi {
  padding-top: 62px;
  height: 100px;
  text-align: center;
}

.howto {
  padding-bottom: 50px;
}

.howto-container {
  padding: 30px 50px 20px;
}

.howto-subtitle {
  height: 50px;
  margin: 0 35px 20px 0;
  font-size: 22px;
  font-weight: bold;
  padding-left: 65px;

}

.subtitle-text {
  display: block;
  padding-top: 7px;
}

.subtitle-text_small {
  display: block;
  padding-top: 12px;
  font-size: 18px;
}

.howto-contents {
  position: relative;
  width: 100%;
  height: 365px;
}

.howto-panel {
  float: left;
}

.panel-25per {
  width: 25%;
}

.panel-50per {
  width: 50%;
}

.howto-caputure {
  width: 187px;
  border: 1px solid #bbb;
}

.howto-arrow {
  margin-left: 25px;
}

.howto-caption_under {
  margin: 10px 25px 0 14px;
  text-indent: -14px;
}

.howto-caption_right {
  float: left;
  width: 335px;
  padding: 0 25px;
}

.howto-caption-text {
  font-size: 13px;
}

.howto-annotation {
  margin-bottom: 10px;
  font-size: 14px;
  color: red;
}

.next-step {
  text-align: center;
  width: 50%;
  padding: 0 50px 20px;
  margin-left: 0px;
}

/* 友達の登録 */
.registerFriends {
  background: url(../img/index/func-icon-friendSearch.png) no-repeat;
}

/* 位置情報の共有 */
.shareLocation {
  background: url(../img/index/func-icon-location.png) no-repeat; 
}

/* コースの表示 */
.dispCourese {
  background: url(../img/index/func-icon-course.png) no-repeat; 
}