@charset "UTF-8";
body {
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_main.png) no-repeat fixed;
  background-size: cover;
  font-size: 13px;
}

#container {
  color: #ffffff;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝",
    "MS PMincho", serif;
}

#header {
}

#header h1 {
  text-align: center;
  padding: 17px 0;
}
#header h1 img {
  vertical-align: bottom;
  width: auto;
  height: 26px;
  margin-left: auto;
  margin-right: auto;
}

#main {
  overflow-y: auto;
}

div.how_to {
  text-align: center;
  margin-bottom: 10px;
}
div.how_to img {
  vertical-align: bottom;
  width: 240px;
  height: auto;
}



/*　---------------------------
  スプラッシュページ
------------------------------   */
.splash-page {
  position: relative;
  background: #000;
}
.splash {
  max-width: 380px;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.splash__bg img {
  width: 100%;
}
.splash__btn {
  position: absolute;
  right: 24px;
  bottom: 24px;
}
.splash__btn img {
  width: 90px;
}


/*　---------------------------
  TOPページ
------------------------------   */

div.main_menu {
  width: 240px;
  margin: 0 auto;
}
div.main_menu li {
  float: left;
  width: 115px;
  height: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}
div.main_menu li:nth-child(2n) {
  margin-right: 0px;
}
div.main_menu li a {
  width: 115px;
  height: 115px;
  display: block;
  text-indent: -99999px;
}

/*　名前占断：自分　*/
div.main_menu li.btn-name a {
  background: url(../images/btn/btn-menu_name_self.png) no-repeat;
  background-size: contain;
}
div.main_menu li.btn-name a:hover {
  background: url(../images/btn/btn-menu_name_self2.png) no-repeat;
  background-size: contain;
}

/*　名前占断：友人　*/
div.main_menu li.btn-friend a {
  background: url(../images/btn/btn-menu_name_friend.png) no-repeat;
  background-size: contain;
}
div.main_menu li.btn-friend a:hover {
  background: url(../images/btn/btn-menu_name_friend2.png) no-repeat;
  background-size: contain;
}

/*　年運占断：自分　*/
div.main_menu li.btn-year a {
  background: url(../images/btn/btn-menu_year.png) no-repeat;
  background-size: contain;
}
div.main_menu li.btn-year a:hover {
  background: url(../images/btn/btn-menu_year2.png) no-repeat;
  background-size: contain;
}

/*　相性占断　*/
div.main_menu li.btn-aisho a {
  background: url(../images/btn/btn-menu_aisho.png) no-repeat;
  background-size: contain;
}
div.main_menu li.btn-aisho a:hover {
  background: url(../images/btn/btn-menu_aisho2.png) no-repeat;
  background-size: contain;
}

div.sub_menu {
  width: 240px;
  margin: 0 auto;
}

div.sub_menu li {
  margin-bottom: 10px;
}
div.sub_menu li a {
  width: 240px;
  height: 30px;
  display: block;
  text-indent: -99999px;
}

/*   いろは守り　*/
div.sub_menu li.btn-iroha a {
  background: url(../images/btn/btn-menu_iroha.png) no-repeat;
  background-size: contain;
}
div.sub_menu li.btn-iroha a:hover {
  background: url(../images/btn/btn-menu_iroha2.png) no-repeat;
  background-size: contain;
}

/*   秀真ことだま学　特別守り　*/
div.sub_menu li.btn-tokubetsu a {
  background: url(../images/btn/btn-menu_special.png) no-repeat;
  background-size: contain;
}
div.sub_menu li.btn-tokubetsu a:hover {
  background: url(../images/btn/btn-menu_special2.png) no-repeat;
  background-size: contain;
}

/*   初期設定　*/
div.sub_menu li.btn-settei a {
  background: url(../images/btn/btn-menu_setting.png) no-repeat;
  background-size: contain;
}
div.sub_menu li.btn-settei a:hover {
  background: url(../images/btn/btn-menu_setting2.png) no-repeat;
  background-size: contain;
}

/*   ことだま倶楽部（月運登録）　*/
div.sub_menu li.btn-club a {
  background: url(../images/btn/btn-member_club1.png) no-repeat;
  background-size: contain;
}
div.sub_menu li.btn-club a:hover {
  background: url(../images/btn/btn-member_club2.png) no-repeat;
  background-size: contain;
}

div.how_page {
  margin: 0 auto;
  max-width: 320px;
  height: 420px;
  overflow-y: auto;
}
div.how_page p {
  margin-bottom: 1em;
}
div.how_bottom {
  width: 280px;
  position: fixed;
  bottom: 15px;
  left: 50%;
  margin-left: -140px;
}
div.how_bottom a.btn_back {
  display: block;
  width: 100px;
  height: 30px;
  background: url(../images/btn/btn-back1.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  margin: 0 auto 0;
  float: left;
}
div.how_bottom a.btn_back:hover {
  background: url(../images/btn/btn-back2.png) no-repeat;
  background-size: cover;
}
div.how_bottom a.btn_info {
  display: block;
  width: 100px;
  height: 30px;
  background: url(../images/btn/btn-weblink.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  margin: 0 auto 0;
  float: right;
}
div.how_bottom a.btn_info:hover {
  background: url(../images/btn/btn-weblink2.png) no-repeat;
  background-size: cover;
}

div.how_page span.red {
  color: #f85356;
  font-weight: bold;
}
div.how_page .intro {
  margin-bottom: 8em;
}
div.how_page .intro img.teacher {
  float: right;
  width: 110px;
  margin-left: 10px;
  margin-bottom: 10px;
}

div.how_page div.how_to_use h3,
div.how_page div.kiyaku h3 {
  background: rgba(255, 255, 255, 0.7);
  color: #000000;
  font-weight: bold;
  text-align: center;
  padding: 2px 0;
  margin-top: 2.5em;
  margin-bottom: 10px;
}
div.how_page div.how_to_use h4 {
  font-weight: bold;
  margin-bottom: 8px;
}

div.how_page div.how_to_use a {
  color: #ffffff;
  text-decoration: underline;
}
div.how_page div.how_to_use p.ans {
  margin-left: 1.5em;
}

div.how_page div.kiyaku {
}
div.how_page div.kiyaku h5 {
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 5px;
}
div.how_page div.kiyaku p {
  font-size: 90%;
}

/*　各占断ページ　*/
div.play {
  width: 320px;
  margin: 0 auto;
}
div.play div.name_area,
div.play div.birth_area {
  margin: 0 20px 1em;
}

div.play_affinity .text-futari {
  text-align: center;
}
div.play_affinity .text-futari img {
  height: 15px;
  width: auto;
  margin-bottom: 5px;
}

div.play div.name_area dt {
  float: left;
  clear: left;
  text-align: left;
  width: 55px;
  padding-top: 5px;
}
div.play div.name_area dt img {
  height: 18px;
  width: auto;
}
div.play div.name_area dd {
  margin-bottom: 8px;
}
div.play div.name_area dd input {
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
  width: 198px;
  font-size: 14px;
  box-shadow: none;
  border: none;
  background: url(../images/common/fr-d.png) no-repeat bottom;
  background-size: cover;
  text-align: center;
  color: black;
}
div.play div.name_area dd div.friend {
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
  width: 198px;
  font-size: 14px;
  box-shadow: none;
  border: none;
  background: url(../images/common/fr-d.png) no-repeat bottom;
  background-size: cover;
  text-align: center;
  color: black;
}

div.play div.name_area_input dt {
  clear: none;
  text-align: right;
  width: 48px;
  padding-top: 5px;
  padding-right: 8px;
}
div.play div.name_area_input dd {
  margin-bottom: 10px;
}
div.play div.name_area_input dd.lastname {
  float: left;
}
div.play div.name_area_input dd input {
  width: 60px;
  background: url(../images/common/fr-d.png) no-repeat bottom;
}

div.play div.birth_area dt {
  float: left;
  clear: left;
  text-align: left;
  width: 93px;
  padding-top: 5px;
}
div.play div.birth_area dt img {
  height: 18px;
  width: auto;
}

div.play div.birth_area dd {
  margin-bottom: 8px;
}
div.play div.birth_area dd input {
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
  width: 160px;
  font-size: 14px;
  box-shadow: none;
  border: none;
  background: url(../images/common/fr-d.png) no-repeat bottom;
  background-size: cover;
  text-align: center;
}

div.play div.sendan_info {
  margin: 20px 20px 0;
  overflow: auto;
  background: rgb(28 24 1 / 60%);
  padding: 13px;
}

div.play .aisyo_info {
  height: 165px;
  background: rgb(28 24 1 / 60%);
  padding: 13px;
  margin-top: 20px!important;
}

div.play div.sendan_info p {
  margin-bottom: 1em;
}

span.red {
  color: #f85356;
  font-weight: bold;
}

div.play .btn_bottom {
  position: fixed;
  bottom: 30px;
  left: 50%;
  margin-left: -142.5px;
}

div.setting .btn_bottom {
  margin: 0 auto 0;
  left: 0%;
  text-align: center;
}

div.play_name .btn_bottom img.txt_fee,
div.play_friend .btn_bottom img.txt_fee,
div.play_affinity .btn_bottom img.txt_fee {
  height: 30px;
  float: right;
  margin-right: -10px;
  margin-bottom: 10px;
}

/* 戻るボタン */
div.play .btn_bottom a.btn_back {
  display: block;
  width: 100px;
  height: 30px;
  background: url(../images/btn/btn-back1.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  float: left;
  margin-right: 15px;
}
div.play .btn_bottom a.btn_small {
  display: inline-block;
  width: 80px;
  height: 30px;
  background: url(../images/common/fr-d.png) no-repeat;
  background-size: cover;
  text-align: center;
  font-size: 13px;
  margin: 5px;
}
div.play .btn_bottom a.btn_back:hover {
  background: url(../images/btn/btn-back2.png) no-repeat;
  background-size: cover;
}

/* 占断ボタン */
div.play .btn_bottom a.to_sendan {
  display: block;
  width: 170px;
  height: 30px;
  background: url(../images/btn/btn-sendan_free1.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  float: left;
}
div.play .btn_bottom a.to_sendan:hover {
  background: url(../images/btn/btn-sendan_free2.png) no-repeat;
  background-size: cover;
}

/* 決定ボタン */
div.setting .btn_bottom {
  left: 50%;
  width: 100px;
  margin-left: -50px;
}
div.setting .btn_bottom a.btn_decision {
  display: block;
  width: 100px;
  height: 30px;
  background: url(../images/btn/btn-decision.png) no-repeat;
  background-size: cover;
}
div.setting .btn_bottom a.btn_decision:hover {
  background: url(../images/btn/btn-decision2.png) no-repeat;
  background-size: cover;
}

/* 購入者情報復元ボタン */
div.setting .btn_bottom a.btn_restore {
  display: block;
  width: 100px;
  height: 30px;
  background: url(../images/btn/btn-restore.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  float: right;
  margin-left: 48px;
}
div.setting .btn_bottom a.btn_restore:hover {
  background: url(../images/btn/btn-restore2.png) no-repeat;
  background-size: cover;
}

div.play_name .btn_bottom a.to_sendan_n {
  display: block;
  width: 170px;
  height: 30px;
  background: url(../images/btn/btn-sendan_a.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  float: left;
}
div.play_name .btn_bottom a.to_sendan_n:hover {
  background: url(../images/btn/btn-sendan_a2.png) no-repeat;
  background-size: cover;
}

div.play_friend .btn_bottom a.to_sendan_n {
  display: block;
  width: 170px;
  height: 30px;
  background: url(../images/btn/btn-sendan_a.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  float: left;
}
div.play_friend .btn_bottom a.to_sendan_n:hover {
  background: url(../images/btn/btn-sendan_a2.png) no-repeat;
  background-size: cover;
}

/*   相性占断   */
div.play_affinity div.name_area img.txt_affinity {
  margin-left: 70px;
  width: 140px;
}

/* 年運占断 */
div.play_year div.select_age {
  margin: 0 auto;
  width: 256px;
  height: 81px;
  background: url(../images/text/txt-year.png) no-repeat;
  background-size: cover;
}

div.play_year div.sendan_info input {
  margin: 23px auto auto 55px;
  height: 30px;
  line-height: 30px;
  width: 50px;
  font-size: 14px;
  box-shadow: none;
  border: none;
  background: url(../images/common/fr-a.png) no-repeat bottom;
  background-size: cover;
  text-align: center;
}
div.play_year div.sendan_info select {
  margin: 23px auto auto 55px;
  height: 30px;
  line-height: 30px;
  width: 50px;
  font-size: 14px;
  box-shadow: none;
  border: none;
  background: url(../images/common/fr-a.png) no-repeat bottom;
  background-size: cover;
  text-align: center;
  font-size: 17px;
  color: #000 !important;
}

/*   占断中画面   */
div.during_sendan {
}

div.during_sendan img {
  position: fixed;
}
div.during_sendan img.text_tsukicon {
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -100px;
}
div.during_sendan img.text_gekkou {
  width: 46px;
  height: 205px;
  top: 30px;
  right: 30px;
}
div.during_sendan img.text_kotodamasendan {
  width: 42px;
  height: auto;
  left: 30px;
  bottom: 30px;
}
div.during_sendan img.loading {
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}

/*   占断結果  */
div.play div.result_area {
  margin: 0 20px;
  height: 300px;
  background: url(../images/common/fr-m.png) repeat-y;
  background-size: 100% auto;
  box-sizing: border-box;
  padding: 10px;
  overflow-y: auto;
  color: #000000;
  margin-bottom: 15px;
}
div.play div.result_area h3 {
  font-size: 18px;
  margin-bottom: 5px;
}
div.play div.result_area span.red {
  color: red;
}

div.play h2.result_sub {
  text-align: center;
  margin-bottom: 10px;
}
div.play h2.result_sub img {
  height: 16px;
  width: auto;
}
div.play div.result_area div.result_box {
  margin-bottom: 2em;
}
div.play div.result_area div.result_box p {
  margin-bottom: 1em;
}

/*   占断結果 名前占断(友人)  */
div.play_friend h2.result_sub {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
}
div.play_friend h2.result_sub div.name_field {
  width: 210px;
  height: 30px;
  line-height: 30px;
  background: url(../images/common/fr-d.png) no-repeat bottom;
  color: #000000;
  font-size: 16px;
}
div.play_friend h2.result_sub div.image {
  text-align: right;
}
div.play_friend h2.result_sub img {
  height: 40px;
  width: auto;
  margin-top: -21px;
  margin-right: 0px;
}

/*  占断結果 年運占断 */
div.play_year h2.result_sub {
  position: relative;
  width: 280px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
}
div.play_year h2.result_sub div.age_field {
  margin: 0 auto 0 80px;
  width: 50px;
  height: 30px;
  line-height: 30px;
  background: url(../images/common/fr-a.png) no-repeat bottom;
  color: #000000;
  font-size: 16px;
}
div.play_year h2.result_sub img {
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
}

/*　---------------------------
     いろは守りダウンロードページ
------------------------------   */

/*　 いろは守りダウンロードボタン　 */
div.play .btn_bottom a.to_irohadl {
  display: block;
  width: 170px;
  height: 30px;
  background: url(../images/btn/btn-iroha_dl1.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  float: left;
}
div.play .btn_bottom a.to_irohadl:hover {
  background: url(../images/btn/btn-iroha_dl2.png) no-repeat;
  background-size: cover;
}

div.iroha_page {
  width: 320px;
  margin: 0 auto;
}
div.iroha_page div.iroha_info {
  height: 280px;
  padding: 13px;
  margin: 0 20px 0;
  background: rgb(28 24 1 / 60%);
  overflow-y: auto;
}
div.iroha_page div.iroha_info p {
  margin-bottom: 1em;
}
div.iroha_page .btn_bottom2 {
  position: fixed;
  bottom: 20px;
  width: 320px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

/* 戻るボタン */
div.iroha_page .btn_bottom2 a.btn_back {
  display: block;
  width: 100px;
  height: 30px;
  background: url(../images/btn/btn-back1.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  margin: 24px auto 0;
}
div.iroha_page .btn_bottom2 a.btn_back:hover {
  background: url(../images/btn/btn-back2.png) no-repeat;
  background-size: cover;
}

/* 名前開運 */
div.iroha_page .btn_bottom2 a.iroha_name {
  display: block;
  width: 170px;
  height: 30px;
  background: url(../images/btn/btn-iroha_name.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  margin: 0 auto 14px;
}
div.iroha_page .btn_bottom2 a.iroha_name:hover {
  background: url(../images/btn/btn-iroha_name2.png) no-repeat;
  background-size: cover;
}

/* 円運開運 */
div.iroha_page .btn_bottom2 a.iroha_year {
  display: block;
  width: 170px;
  height: 30px;
  background: url(../images/btn/btn-iroha_year.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  margin: 0 auto 14px;
}
div.iroha_page .btn_bottom2 a.iroha_year:hover {
  background: url(../images/btn/btn-iroha_year2.png) no-repeat;
  background-size: cover;
}

/* 相性開運 */
div.iroha_page .btn_bottom2 a.iroha_aisho {
  display: block;
  width: 170px;
  height: 30px;
  background: url(../images/btn/btn-iroha_aisho.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  margin: 0 auto 14px;
}
div.iroha_page .btn_bottom2 a.iroha_aisho:hover {
  background: url(../images/btn/btn-iroha_aisho2.png) no-repeat;
  background-size: cover;
}

div.name_area a.btn_rireki {
  width: 100px;
  height: 30px;
  display: block;
  background: url(../images/btn/btn-iroha_rireki.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  margin: 10px 0 10px 174px;
}
div.name_area a.btn_rireki:hover {
  background: url(../images/btn/btn-iroha_rireki2.png) no-repeat;
  background-size: cover;
}

div.iroha_page .btn_bottom {
  position: fixed;
  width: 290px;
  left: 50%;
  bottom: 30px;
  margin-left: -145px;
}

/* 戻るボタン */
div.iroha_page .btn_bottom a.btn_back {
  display: block;
  width: 100px;
  height: 30px;
  background: url(../images/btn/btn-back1.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  float: left;
  left: 10%;
}
div.iroha_page .btn_bottom a.btn_back:hover {
  background: url(../images/btn/btn-back2.png) no-repeat;
  background-size: cover;
}
/* ことだま選択 */
div.iroha_page .btn_bottom a.btn_to_select {
  display: block;
  width: 170px;
  height: 30px;
  background: url(../images/btn/btn-select.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  float: right;
}
div.iroha_page .btn_bottom a.btn_to_select:hover {
  background: url(../images/btn/btn-select2.png) no-repeat;
  background-size: cover;
}

div.iroha_page div.name_area {
  width: 280px;
  margin: 0 auto 2em;
}
div.iroha_page div.name_area dt {
  float: left;
  clear: left;
  text-align: left;
  width: 55px;
  padding-top: 5px;
}
div.iroha_page div.name_area dt img {
  height: 18px;
  width: auto;
}
div.iroha_page div.name_area dd {
  margin-bottom: 8px;
}
div.iroha_page div.name_area dd input {
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
  width: 198px;
  font-size: 14px;
  box-shadow: none;
  border: none;
  background: url(../images/common/fr-d.png) no-repeat bottom;
  background-size: cover;
  text-align: center;
}
div.iroha_page div.iroha_info2 {
  margin: 20px 20px 0;
  overflow: auto;
  background: rgb(28 24 1 / 60%);
  padding: 13px;
}
div.iroha_page div.iroha_info2 p {
  margin-bottom: 1em;
}

/* ことだま選択 */
div.iroha_page div.iroha_select {
  text-align: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
div.iroha_page div.iroha_select div.select_wrapper {
  font-size: 30px;
  text-align: center;
  vertical-align: middle;
  width: 20%;
  padding-top: 20%;
  margin-left: auto;
  margin-right: auto;
  line-height: 90px;
  border: none;
  background: url(../images/common/fr-s.png) no-repeat;
  background-size: contain;
  background-position: center;
  padding: 10px;
  border: none;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝",
    "MS PMincho", serif;
  overflow: hidden;
}
div.iroha_page div.iroha_select div.select_wrapper span {
  color: #2d2d2d;
  font-size: 15px;
  font-weight: bold;
}
div.iroha_page div.iroha_select div.select_wrapper select {
}
div.iroha_page div.iroha_select input {
  font-size: 30px;
  text-align: center;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border: none;
  background: url(../images/common/fr-s.png) no-repeat;
  background-size: contain;
  padding: 10px;
  border: none;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝",
    "MS PMincho", serif;
}
div.iroha_page div.iroha_select input::-webkit-input-placeholder {
  color: #2d2d2d;
  font-size: 15px;
  font-weight: bold;
}

div.iroha_page div.iroha_info3 {
  height: 223px;
  padding: 13px;
  margin: 20px 20px 0;
  background: rgb(28 24 1 / 60%);
  overflow-y: auto;
  text-align: left;
}
div.iroha_page div.iroha_info3 p {
  margin-bottom: 1em;
}

/* 占断ボタン */
div.iroha_page div.btn_bottom a.to_sendan {
  display: block;
  width: 170px;
  height: 30px;
  background: url(../images/btn/btn-sendan_a.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  float: right;
}
div.iroha_page div.btn_bottom a.to_sendan:hover {
  background: url(../images/btn/btn-sendan_a2.png) no-repeat;
  background-size: cover;
}

div.iroha_page h2.iroha_result_title {
  margin: 0 20px 10px;
}
div.iroha_page h2.iroha_result_title img {
  width: 100%;
  height: auto;
}

div.iroha_page div.iroha_result_area {
  margin: 0 20px;
  background: url(../images/common/fr-m.png) repeat-y;
  background-size: 100% auto;
  padding: 10px;
  height: 300px;
  overflow-y: auto;
  box-sizing: border-box;
  color: #000000;
}
div.iroha_page div.iroha_result_area h3 {
  font-size: 18px;
  margin-bottom: 5px;
}
div.iroha_page div.iroha_result_area div.result_box {
  margin-bottom: 2em;
}
div.iroha_page div.iroha_result_area div.result_box p {
  margin-bottom: 1em;
}

div.iroha_page div.btn_bottom3 {
  position: fixed;
  min-width: 280px;
  position: fixed;
  bottom: 10%;
  left: 50%;
  margin-left: -140px;
}
/*  選び直し */
div.iroha_page div.btn_bottom3 a {
  position: fixed;
}
div.iroha_page div.btn_bottom3 a.btn_back {
  display: block;
  width: 100px;
  height: 30px;
  background: url(../images/btn/btn-again.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  float: left;
  left: 10%;
}
div.iroha_page div.btn_bottom3 a.btn_back:hover {
  background: url(../images/btn/btn-again2.png) no-repeat;
  background-size: cover;
}
/*  決定　 */
div.iroha_page div.btn_bottom3 a.btn_to_kettei {
  display: block;
  width: 100px;
  height: 30px;
  background: url(../images/btn/btn-decision.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  float: right;
  right: 10%;
}
div.iroha_page div.btn_bottom3 a.btn_to_kettei:hover {
  background: url(../images/btn/btn-decision2.png) no-repeat;
  background-size: cover;
}

/*　---------------------------
     いろは守りダウンロードページ（年運）
------------------------------   */

div.iroha_page div.age_area {
  text-align: right;
}

div.iroha_page div.age_area img {
  height: 22px;
  width: auto;
  line-height: 30px;
  vertical-align: middle;
}
div.iroha_page div.age_area input {
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
  width: 30px;
  font-size: 14px;
  box-shadow: none;
  border: none;
  background: url(../images/common/fr-d.png) no-repeat bottom;
  background-size: cover;
  text-align: center;
}

/*　---------------------------
     いろは守りダウンロードページ（相性占断）
------------------------------   */

div.iroha_page div.name_area dl.aisho_name {
  margin-top: 20px;
}

div.iroha_page div.iroha_info4 {
  margin: 0 20px;
  height: 130px;
  overflow-y: auto;
  text-align: left;
}
div.iroha_page div.iroha_info4 p {
  margin-bottom: 1em;
}

/*　---------------------------
     特別守り
------------------------------   */

div.tokubetsu_page {
}
div.tokubetsu_page div.iroha_info {
  margin: 0 20px;
  height: 230px;
  overflow-y: auto;
}

/*　---------------------------
     ことだま倶楽部トップページ
------------------------------   */

div.club_page {
}
div.club_page div.club_info {
  margin: 0 20px;
  height: 230px;
  overflow-y: auto;
}
div.tokubetsu_page div.iroha_info p {
  margin-bottom: 1em;
}
div.tokubetsu_page .btn_bottom {
  position: fixed;
  bottom: 30px;
  width: 320px;
  left: 50%;
  margin-left: -160px;
  text-align: center;
}
div.club_page div.club_info p {
  margin-bottom: 1em;
}
div.club_page .btn_bottom2 {
  position: fixed;
  bottom: 30px;
  width: 320px;
  left: 50%;
  margin-left: -160px;
  text-align: center;
}
/* 戻るボタン */
div.tokubetsu_page .btn_bottom a.btn_back {
  display: block;
  width: 100px;
  height: 30px;
  background: url(../images/btn/btn-back1.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  margin: 0 auto 0;
}
div.club_page .btn_bottom2 a.btn_back {
  display: block;
  width: 100px;
  height: 30px;
  background: url(../images/btn/btn-back1.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  margin: 0 auto 0;
}
div.tokubetsu_page .btn_bottom a.btn_back:hover {
  background: url(../images/btn/btn-back1.png) no-repeat;
  background-size: cover;
}
div.club_page .btn_bottom2 a.btn_back:hover {
  background: url(../images/btn/btn-back1.png) no-repeat;
  background-size: cover;
}

/*  浄運守り  */
div.tokubetsu_page .btn_bottom a.jyoun {
  display: block;
  width: 170px;
  height: 30px;
  background: url(../images/btn/btn-jouun.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  margin: 0 auto 10px;
}
/* 新規会員登録 */
div.club_page .btn_bottom2 a.btn_touroku {
  display: block;
  width: 240px;
  height: 30px;
  background: url(../images/btn/btn-member_new1.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  margin: 0 auto 10px;
}
div.tokubetsu_page .btn_bottom a.jyoun:hover {
  background: url(../images/btn/btn-jouun2.png) no-repeat;
  background-size: cover;
}

/*  開運守り  */
div.tokubetsu_page .btn_bottom a.kaiun {
  display: block;
  width: 170px;
  height: 30px;
  background: url(../images/btn/btn-kaiun.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  margin: 0 auto 10px;
}
div.club_page .btn_bottom2 a.btn_touroku:hover {
  background: url(../images/btn/btn-member_new2.png) no-repeat;
  background-size: cover;
}

/* 登録情報変更 */
div.club_page .btn_bottom2 a.btn_change {
  display: block;
  width: 240px;
  height: 30px;
  background: url(../images/btn/btn-member_chadel1.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  margin: 0 auto 10px;
}
div.tokubetsu_page .btn_bottom a.kaiun:hover {
  background: url(../images/btn/btn-kaiun2.png) no-repeat;
  background-size: cover;
}

/*  季節守り  */
div.tokubetsu_page .btn_bottom a.kisetsu {
  display: block;
  width: 170px;
  height: 30px;
  background: url(../images/btn/btn-season.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  margin: 0 auto 10px;
}
div.tokubetsu_page .btn_bottom a.kisetsu:hover {
  background: url(../images/btn/btn-season2.png) no-repeat;
  background-size: cover;
}

/*   */
div.friend_list .name_area dl {
  width: 220px;
  margin: 0 auto;
}

div.friend_list .btn_bottom {
  position: fixed;
  left: 50%;
  width: 200px;
  margin-left: -100px;
}
div.friend_list .btn_bottom a.btn_back {
  display: block;
  width: 100px;
  height: 30px;
  background: url(../images/btn/btn-back1.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  float: left;
}

div.friend_list .btn_bottom a.btn_back:hover {
  background: url(../images/btn/btn-back2.png) no-repeat;
  background-size: cover;
}

div.friend_list .btn_bottom a.btn_reset {
  display: block;
  width: 70px;
  height: 30px;
  background: url(../images/btn/btn-delete.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  margin: 0 10px 0 0px;
  float: right;
}
div.friend_list .btn_bottom a.btn_reset:hover {
  background: url(../images/btn/btn-delete2.png) no-repeat;
  background-size: cover;
}
div.club_page .btn_bottom2 a.btn_change:hover {
  background: url(../images/btn/btn-member_chadel2.png) no-repeat;
  background-size: cover;
}

/*　---------------------------
     ことだま倶楽部登録フォームページ
------------------------------   */
div.club_page .form_area {
  width: 280px;
  margin: 0 auto;
}

div.club_page .form_area h3 img {
  height: 18px;
  width: auto;
}
div.club_page .form_area .f_box {
  margin-bottom: 10px;
}

div.club_page .form_area input {
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  box-shadow: none;
  border: none;
  background: url(../images/common/fr-d.png) no-repeat bottom;
  background-size: cover;
  text-align: center;
  color: black;
}
div.club_page .form_area .name_kanji input,
div.club_page .form_area .name_kana input {
  width: 45%;
}

div.club_page .form_area .name_kanji input.family_name,
div.club_page .form_area .name_kana input.family_name {
  float: left;
}
div.club_page .form_area .name_kanji input.first_name,
div.club_page .form_area .name_kana input.first_name {
  float: right;
}

div.club_page .btn_bottom3 {
  position: fixed;
  bottom: 30px;
  width: 280px;
  left: 50%;
  margin-left: -140px;
  text-align: center;
}

/* 戻るボタン */
div.club_page .btn_bottom3 a.btn_back {
  display: block;
  width: 100px;
  height: 30px;
  background: url(../images/btn/btn-member_back1.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  margin: 0 auto 0;
  float: left;
}
div.club_page .btn_bottom3 a.btn_back:hover {
  background: url(../images/btn/btn-member_back2.png) no-repeat;
  background-size: cover;
}
/* 次へボタン */
div.club_page .btn_bottom3 a.btn_next {
  display: block;
  width: 100px;
  height: 30px;
  background: url(../images/btn/btn-member_next1.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  margin: 0 auto 0;
  float: right;
}
div.club_page .btn_bottom3 a.btn_next:hover {
  background: url(../images/btn/btn-member_next2.png) no-repeat;
  background-size: cover;
}

/*　---------------------------
     ことだま倶楽部 会員規約ページ
------------------------------   */

div.club_page .kiyaku_area {
  margin: 0 20px;
  height: 280px;
  overflow-y: auto;
}

div.club_page .btn_bottom3 a.btn_doui {
  display: block;
  width: 240px;
  height: 30px;
  background: url(../images/btn/btn-member_agree1.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  margin: 0 auto 0;
  clear: both;
}
div.club_page .btn_bottom3 a.btn_doui:hover {
  background: url(../images/btn/btn-member_agree2.png) no-repeat;
  background-size: cover;
}

/*  お守りダウンロードページ ｜download page　 */
div.download_page {
}

div.download_page div.select_image {
  padding-top: 60px;
  text-align: center;
}
div.download_page div.select_image img#watermark {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 0;
}
div.download_page .btn_bottom {
  position: fixed;
  bottom: 30px;
  width: 290px;
  left: 50%;
  margin-left: -145px;
  text-align: center;
}
div.download_page .btn_bottom a.btn_back {
  display: block;
  width: 100px;
  height: 30px;
  background: url(../images/btn/btn-back1.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  margin: 0 0px 0 0px;
  float: left;
}
div.download_page .btn_bottom a.btn_back:hover {
  background: url(../images/btn/btn-back1.png) no-repeat;
  background-size: cover;
}

div.download_page .btn_bottom a.btn_buy {
  display: block;
  width: 170px;
  height: 30px;
  background: url(../images/btn/btn-buy_b.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  margin: 0 0px 0 0px;
  float: right;
}
div.download_page .btn_bottom a.btn_buy:hover {
  background: url(../images/btn/btn-buy_b2.png) no-repeat;
  background-size: cover;
}
div.club_page .btn_bottom3 a.btn_kiyaku_back {
  display: block;
  width: 100px;
  height: 30px;
  background: url(../images/btn/btn-member_back1.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  margin: 0 auto 0;
  float: left;
  margin-left: 20px;
  margin-bottom: 10px;
}
div.club_page .btn_bottom3 a.btn_kiyaku_back:hover {
  background: url(../images/btn/btn-member_back2.png) no-repeat;
  background-size: cover;
}

div.download_page .info-text {
  padding: 20px;
}

/*　---------------------------
     ことだま倶楽部会員情報変更
------------------------------   */
div.club_page .change {
  width: 300px;
  margin-left: -150px;
}
/* 戻るボタン */
div.club_page .change a.btn_back {
  display: block;
  width: 100px;
  height: 30px;
  background: url(../images/btn/btn-member_back1.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  margin: 0 auto 0;
  float: left;
}
div.club_page .change a.btn_back:hover {
  background: url(../images/btn/btn-member_back2.png) no-repeat;
  background-size: cover;
}
/*　変更ボタン */
div.club_page .change a.btn_change {
  display: block;
  width: 100px;
  height: 30px;
  background: url(../images/btn/btn-member_change3.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  margin: 0 auto 0;
  float: left;
}
div.club_page .change a.btn_change:hover {
  background: url(../images/btn/btn-member_change4.png) no-repeat;
  background-size: cover;
}
/*　解除ボタン */
div.club_page .change a.btn_kaijyo {
  display: block;
  width: 100px;
  height: 30px;
  background: url(../images/btn/btn-member_del1.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  margin: 0 auto 0;
  float: left;
}
div.club_page .change a.btn_kaijyo:hover {
  background: url(../images/btn/btn-member_del2.png) no-repeat;
  background-size: cover;
}
div.ui-page.ui-page-theme-a.ui-page-active {
  background-color: transparent !important;
}
div.ui-input-text {
  background-color: transparent !important;
  border: none !important;
  border-color: transparent !important;
  text-shadow: none !important;
  padding: 0px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
div.play div.birth_area dl {
  max-width: 216px;
  margin: 0 0 0 55px;
}
div.play div.birth_area dd div.ui-input-text input {
  width: 100%;
  color: black;
  box-sizing: border-box;
}
.ui-input-search.ui-input-has-clear .ui-btn.ui-input-clear,
.ui-input-text.ui-input-has-clear .ui-btn.ui-input-clear {
  left: 85% !important;
  top: 45% !important;
}
.ui-shadow-inset {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* 新datepicker */
.ui-datepicker {
  width: 212px !important;
  transform: translateY(15px);
}

/*  App downdload page */

div.app_down_page {
  width: 320px;
  margin: 0 auto;
}
div.app_down_page h2 {
  text-align: center;
  margin-bottom: 15px;
}
div.app_down_page h2 img {
  width: 280px;
  height: auto;
}
div.app_down_page h3 {
  text-align: center;
  margin-bottom: 15px;
}
div.app_down_page h3 img {
  width: 280px;
  height: auto;
}
div.app_down_page div.icon {
  text-align: center;
  margin-bottom: 15px;
}
div.app_down_page div.icon img {
  width: 150px;
  height: auto;
}
div.app_down_page div.btn_app {
  text-align: center;
}
div.app_down_page div.btn_app a.btn_ios {
  display: inline-block;
  width: 240px;
  height: 30px;
  background: url(../images/btn/btn_appstore1.png) no-repeat;
  background-size: cover;
  margin: 0 auto 0;
  margin-bottom: 15px;
}
div.app_down_page div.btn_app a.btn_ios:hover {
  background: url(../images/btn/btn_appstore2.png) no-repeat;
  background-size: cover;
}
div.app_down_page div.btn_app a.btn_android {
  display: inline-block;
  width: 240px;
  height: 30px;
  background: url(../images/btn/btn_googleplay1.png) no-repeat;
  background-size: cover;
  margin: 0 auto 0;
}
div.app_down_page div.btn_app a.btn_android:hover {
  background: url(../images/btn/btn_googleplay2.png) no-repeat;
  background-size: cover;
}
div.app_down_page .btn_back {
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -75px;
}
div.app_down_page .btn_back a {
  display: inline-block;
  width: 150px;
  height: 30px;
  background: url(../images/btn/btn-back1.png) no-repeat;
  background-size: cover;
  margin: 0 auto 0;
}
div.app_down_page .btn_back a:hover {
  background: url(../images/btn/btn-back2.png) no-repeat;
  background-size: cover;
}
