html {
}

body {
  -webkit-text-size-adjust: none;
  font-family: HiraKakuProN-W3;
  line-height: 1.25;
}

/**
 * Melanらしいグレーの背景を利用するには、このクラスを使います。
 */
.MelanBody {
/*
  background-color: #F0E68C;*/
  background-color: #66bd2b;
  background-color: white;
}

/**
 * Melanアプリのタイトルなどで使われています
 * h1要素などに使うとよいでしょう。挿入バーからも利用できます。
 */
.MelanHead {
	clear:both;
  height: 30px;
  padding: 10px 0px 0px 0;
  border-top: 1px solid #cdd5df;
  border-bottom: 1px solid #2d3642;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#800000), to(#B22222));
  background-color: white;
}
.MelanHead h1 {
  font-family: HiraKakuProN-W6;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
    padding-left: 10px;
}


/**
 * アドレス帳などで「A」「B」などのインデックスに使われる見出しです。
 * h2要素などに使うとよいでしょう。挿入バーからも利用できます
 */
.MelanListTitle {
  height: 40px;
  text-align: center;
  line-height: 20px;
  padding: 20px 0 20px 0;
  font-family: HiraKakuProN-W6;
  font-size: 120%;
  font-weight: bold;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.6) 0 2px 0;
  border-top: 1px solid #a5b1ba;
  border-bottom: 1px solid #989ea4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#006400), to(#98FB98));
  background-color: #909faa;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/**
 * アドレス帳のようなリストや、設定画面などの定義リストを構築できます
 * 文字数に制限があるので気をつけましょう
 */
.MelanUL,
.MelanDL {
  margin: 9px 9px 16px;
  border: solid 1px #a9abae;
  -webkit-border-radius: 8px;
  background-color: #fff;
}

.MelanUL li,
.MelanDL dd {
  list-style-type: none;
  height: 43px;
  border-bottom: solid 1px #a9abae;
  line-height: 43px;
}


.MelanUL li:last-child,
.MelanDL dd:last-child {
  border-bottom: none;
}

.MelanUL li {
  padding: 0 10px;
}

.MelanULIndex li {
  border-bottom: solid 1px #d9d9d9;
  overflow: hidden;
  background-color: #670001;
  padding: 5px 5px 5px 5px;
}

.MelanDL dt {
  font-family: HiraKakuProN-W6;
  width: 70px;
  padding: 12px 5px 0 10px;
  font-size: 14px;
  clear: both;
  width: 6em;
}

.MelanDL dd {
  padding: 0 10px 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  white-space: nowrap;
  margin-top: -30px;
  text-align: right;
  color: #385387;
}

.MelanUL a,
.MelanDL a {
  text-decoration: none;
  color: black;
  -webkit-tap-highlight-color: rgba(2, 109, 236, 0.9);
  display: block;
  padding: 15px 0;
  text-align: center;
}

.MelanULIndex a {
  text-decoration: none;
  color: white;
  -webkit-tap-highlight-color: rgba(2, 109, 236, 0.9);
  display: block;
  padding: 15px 0;
  text-align: center;
}


a {
  -webkit-tap-highlight-color: rgba(2, 109, 236, 0.9); 
}

/* ボタンスタイル */
.MelanButton,
.MelanButtonBlack {
  margin: 0 auto;
  width: 300px;

  border: solid 3px #2d3137;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
  padding: 2px;
  text-align: center;
}
.MelanButton {
  background: -webkit-gradient(linear, left top, left bottom, from(#eeefef), to(#bdbfc2));
  background-color: #bdbfc2;
  margin-bottom:5px;
}
.MelanButtonBlack {
  background: -webkit-gradient(linear, left top, left bottom, from(#6b6e74), to(#282e37));
  background: #282e37;
}
.MelanButton a,
.MelanButtonBlack a {
  -webkit-border-radius: 5px;
  display: inline-block;
  text-align: center;
  padding: .5em 0;
  text-decoration: none;
  font-weight: bold;
  width: 300px;
}
.MelanButton a {
  color: #000;
}
.MelanButtonBlack a {
  color: #fff;
}

/*
戻るボタン
*/
.btnBack {
	/*background: url(http://h2o-space.com/web/product/iphone_dw/images/bg_button_back.png) right center no-repeat;
	*/
  padding-right: 5px;
  height: 29px;
  width: 60px;
  float: left;
  margin-right: 5px;
  margin-top: -5px;
}
.btnBackInner {
  height: 28px;
  width: 50px;
  padding-left: 5px;
  
}
.btnBack a {
  color: #fff;
  font-size: 70%;
  text-decoration: none;
  
}
