@charset "UTF-8";

p {
  line-height: 1.4em;
}

div[id*="_container"] {
  padding: 2%;
}


/*　赤ボタン　*/

.btn {
  background: #e25169;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e25169), color-stop(18%, #cf0f31));
  /* Chrome,Safari4+ */
  background: linear-gradient(to bottom, #e25169 0%, #cf0f31 18%);
  /* W3C */
  box-shadow: inset -12px -14px 8px -9px rgba(172, 12, 41, 1);
  border-left: solid 2px #d84a63;
  margin-bottom: 10px;
  padding-right: 5px;
  text-align: center;
}

.btn a {
  background: url(../../../template/common/img/arw_w.png) right center no-repeat;
  background-size: 10px;
  color: #FFF;
  display: block;
  padding: 10px;
}

/*---------
---------------非対応ページ---------------*/

#incompatibleContents_container {
  border: 3px solid #cf0f31;
  margin: 20px auto;
  width: 80%;
}

 #incompatibleContents_container p {
  padding: 20px;
}


