/*! aiaioCardSystem 2015-08-11 */
/*setting*/
/*mixin*/
/*setting*/
/*mixin*/
/* line 4, ../sass/_baseStyle.scss */
#contents p {
  font-size: 11px;
  font-size: 1.1rem;
  margin: 0 0 10px;
  line-height: 1.5;
}
/* line 8, ../sass/_baseStyle.scss */
#contents p em {
  font-style: normal;
  color: #c00;
  font-weight: bold;
}

/* line 15, ../sass/_baseStyle.scss */
h1 {
  margin: 0 0 10px;
}

/* line 19, ../sass/_baseStyle.scss */
p.h_a, h2.h_a, h3.h_a, h4.h_a, h5.h_a, h6.h_a {
  color: #333;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
/* line 26, ../sass/_baseStyle.scss */
p.h_b, h2.h_b, h3.h_b, h4.h_b, h5.h_b, h6.h_b {
  color: #ff4c00;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}

/* line 34, ../sass/_baseStyle.scss */
input[type="text"], input[type="password"], input[type="number"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(195, 195, 195, 0.3);
  -moz-box-shadow: 0 1px 1px rgba(195, 195, 195, 0.3);
  -ms-box-shadow: 0 1px 1px rgba(195, 195, 195, 0.3);
  -o-box-shadow: 0 1px 1px rgba(195, 195, 195, 0.3);
  box-shadow: 0 1px 1px rgba(195, 195, 195, 0.3);
  padding: 9px;
  background-color: #fff;
  border: 1px solid #ccc;
}

/* line 44, ../sass/_baseStyle.scss */
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.24), 0 0 3px rgba(204, 204, 204, 0.75);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.24), 0 0 3px rgba(204, 204, 204, 0.75);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.24), 0 0 3px rgba(204, 204, 204, 0.75);
  -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.24), 0 0 3px rgba(204, 204, 204, 0.75);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.24), 0 0 3px rgba(204, 204, 204, 0.75);
  padding: 9px;
  padding-right: 35px;
  background-color: #fff;
  background-image: url(/src/img/marker/bg_select.png);
  background-repeat: no-repeat;
  background-position: right center;
  outline: none !important;
}

/* line 59, ../sass/_baseStyle.scss */
textarea {
  background-color: white;
  border: 1px solid #ccc;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 1px rgba(195, 195, 195, 0.75), inset 2.5px 4.3px 5px rgba(204, 204, 204, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(195, 195, 195, 0.75), inset 2.5px 4.3px 5px rgba(204, 204, 204, 0.15);
  -ms-box-shadow: 0 1px 1px rgba(195, 195, 195, 0.75), inset 2.5px 4.3px 5px rgba(204, 204, 204, 0.15);
  -o-box-shadow: 0 1px 1px rgba(195, 195, 195, 0.75), inset 2.5px 4.3px 5px rgba(204, 204, 204, 0.15);
  box-shadow: 0 1px 1px rgba(195, 195, 195, 0.75), inset 2.5px 4.3px 5px rgba(204, 204, 204, 0.15);
}

/* line 67, ../sass/_baseStyle.scss */
img.rover {
  cursor: pointer;
}

/* line 72, ../sass/_baseStyle.scss */
hr.groove {
  border-top: 2px solid #e6dfcd;
  border-bottom: 1px solid #fff;
  margin: 10px 0;
}

/* line 79, ../sass/_baseStyle.scss */
ul.ul_a {
  margin-bottom: 20px;
}
/* line 81, ../sass/_baseStyle.scss */
ul.ul_a li {
  margin-bottom: 15px;
}
/* line 83, ../sass/_baseStyle.scss */
ul.ul_a li:last-child {
  margin-bottom: 0;
}
/* line 86, ../sass/_baseStyle.scss */
ul.ul_a li a {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5;
  padding-left: 12px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  position: relative;
  min-height: 9px;
  background-image: url(/src/img/marker/bullet_b.png);
  background-repeat: no-repeat;
  background-size: 6px 9px;
  background-position: 2px 3px;
}
/* line 105, ../sass/_baseStyle.scss */
ul.ul_tab_2 {
  margin: 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cdcccc;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
/* line 112, ../sass/_baseStyle.scss */
ul.ul_tab_2 li {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 10px 0;
  text-align: center;
  color: #015cac;
  font-size: 11px;
  font-size: 1.1rem;
}
/* line 120, ../sass/_baseStyle.scss */
ul.ul_tab_2 li.active {
  background: #e6f2f8;
  font-weight: bold;
}
/* line 124, ../sass/_baseStyle.scss */
ul.ul_tab_2 li + li {
  border-left: 1px solid #cdcccc;
}
/* line 130, ../sass/_baseStyle.scss */
ul.ul_disc {
  margin: 0 10px 20px;
  padding-left: 30px;
}
/* line 133, ../sass/_baseStyle.scss */
ul.ul_disc li {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
  list-style-type: disc;
  list-style-position: outside;
  line-height: 1.3;
}

/* line 144, ../sass/_baseStyle.scss */
dl.dl_a {
  margin: 0 0 10px;
  background-color: white;
  border: 4px solid #fcedc2;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 12px;
}
/* line 152, ../sass/_baseStyle.scss */
dl.dl_a dt {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.5;
}
/* line 157, ../sass/_baseStyle.scss */
dl.dl_a dt span {
  font-size: 11px;
  font-size: 1.1rem;
}
/* line 161, ../sass/_baseStyle.scss */
dl.dl_a dd {
  margin-bottom: 20px;
  line-height: 1.5;
}
/* line 164, ../sass/_baseStyle.scss */
dl.dl_a dd:last-child {
  margin-bottom: 0;
}

/* line 172, ../sass/_baseStyle.scss */
button.btn_a, input[type="button"].btn_a, input[type="submit"].btn_a, a.btn_a {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: block;
  text-decoration: none;
  text-align: center;
  width: 100%;
  padding: 15px 0;
  background-color: #f26432;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  opacity: 0.94;
  text-shadow: 1px 1px 1px #c30;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 188, ../sass/_baseStyle.scss */
button.btn_b, input[type="button"].btn_b, input[type="submit"].btn_b, a.btn_b {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 18px 15px;
  border: 1px solid #ccc;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f3f3f3), color-stop(0, #fff));
  background: -webkit-linear-gradient(#fff, #f3f3f3);
  background: -moz-linear-gradient(#fff, #f3f3f3);
  background: -o-linear-gradient(#fff, #f3f3f3);
  background: -ms-linear-gradient(#fff, #f3f3f3);
  background: linear-gradient(#fff, #f3f3f3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 207, ../sass/_baseStyle.scss */
button.btn_b.s, input[type="button"].btn_b.s, input[type="submit"].btn_b.s, a.btn_b.s {
  width: auto;
  padding: 10px;
}
/* line 212, ../sass/_baseStyle.scss */
button.btn_c, input[type="button"].btn_c, input[type="submit"].btn_c, a.btn_c {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  border: 1px solid #ccc;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #FFF;
}
/* line 225, ../sass/_baseStyle.scss */
button.btn_d, input[type="button"].btn_d, input[type="submit"].btn_d, a.btn_d {
  display: inline-block;
  width: 100%;
  background-color: #f26432;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  padding: 18px 10px;
  text-align: center;
  font-weight: bold;
  text-shadow: 1px 1px 1px #c30;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
}

/* line 243, ../sass/_baseStyle.scss */
#contents div.box_a, #contents form.box_a {
  display: block;
  padding: 10px 10px 15px;
  margin-bottom: 10px;
}
/* line 248, ../sass/_baseStyle.scss */
#contents div.box_b, #contents form.box_b {
  display: block;
  background: #FFF;
  border-top: 1px solid #e9e9ea;
  border-bottom: 2px solid #e9e9ea;
  margin-bottom: 10px;
}
/* line 254, ../sass/_baseStyle.scss */
#contents div.box_b h2, #contents form.box_b h2 {
  font-size: 13px;
  font-size: 1.3rem;
  border-bottom: 1px solid #e9e9ea;
  padding: 15px 10px;
  margin-bottom: 10px;
  font-weight: bold;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px 0;
  -ms-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px 0;
  -o-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px 0;
}
/* line 262, ../sass/_baseStyle.scss */
#contents div.box_b p, #contents form.box_b p {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 10px 20px;
}
/* line 266, ../sass/_baseStyle.scss */
#contents div.box_b h3.h_a, #contents form.box_b h3.h_a {
  color: #333;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 10px 5px;
}
/* line 271, ../sass/_baseStyle.scss */
#contents div.box_b h3.h_b, #contents form.box_b h3.h_b {
  padding: 10px 0;
  border-top: 1px solid #e2e2e3;
  border-bottom: 1px solid #e2e2e3;
  margin-bottom: 10px;
}
/* line 276, ../sass/_baseStyle.scss */
#contents div.box_b h3.h_b span, #contents form.box_b h3.h_b span {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  padding-left: 10px;
  border-left: 2px solid #055eae;
}

/* line 4, ../sass/myPage.scss */
#contents #mypage_header {
  border: 2px solid #dcd1b3;
  border-left: none;
  border-right: none;
  margin-bottom: 10px;
  position: relative;
  margin-top: 5px;
}
/* line 11, ../sass/myPage.scss */
#contents #mypage_header h1 {
  margin: 0;
  background: transparent;
  border: none;
  -webkit-box-shadow: transparent 0 0 0 0;
  -moz-box-shadow: transparent 0 0 0 0;
  -ms-box-shadow: transparent 0 0 0 0;
  -o-box-shadow: transparent 0 0 0 0;
  box-shadow: transparent 0 0 0 0;
  line-height: 44px;
  padding: 0;
}
/* line 20, ../sass/myPage.scss */
#contents #mypage_header .sort {
  width: 44px;
  border-left: 2px solid #dcd1b3;
  position: absolute;
  top: 0;
  right: 0;
  height: 44px;
  overflow: hidden;
  background-image: url(/src/img/my_page/icon_sort.png);
  background-repeat: no-repeat;
  background-size: auto 15px;
  background-position: center center;
}
/* line 34, ../sass/myPage.scss */
#contents #mypage_header .sort select {
  width: 100px;
  opacity: 1;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -webkit-opacity: 0;
  zoom: 1;
  height: 44px;
}
/* line 46, ../sass/myPage.scss */
#contents #card_holder_wrapper {
  width: 315px;
  margin: 0 auto;
  overflow: hidden;
}
/* line 51, ../sass/myPage.scss */
#contents #categorize {
  background: #FFF;
  float: left;
  border: 1px solid #dcd1b3;
}
/* line 55, ../sass/myPage.scss */
#contents #categorize li {
  border-bottom: 1px solid #dcd1b3;
  padding: 3px;
}
/* line 58, ../sass/myPage.scss */
#contents #categorize li.group {
  margin-top: 2px;
  border-top: 1px solid #dcd1b3;
  border-bottom: none;
  position: relative;
}
/* line 63, ../sass/myPage.scss */
#contents #categorize li.group ul.group_list {
  display: none;
  background: #fff;
  position: absolute;
  bottom: -13px;
  right: -158px;
  z-index: 100;
  border: 1px solid #dcd1b3;
  border-bottom: none;
}
/* line 72, ../sass/myPage.scss */
#contents #categorize li.group ul.group_list a {
  display: block;
  width: 150px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 85, ../sass/myPage.scss */
#contents #card_holder {
  float: right;
  width: 260px;
}
/* line 89, ../sass/myPage.scss */
#contents #card_holder .card_holder {
  padding-top: 3px;
  margin-bottom: 20px;
}
/* line 92, ../sass/myPage.scss */
#contents #card_holder .card_holder li {
  display: inline-block;
  position: relative;
  margin-left: 8px;
  margin-bottom: 10px;
  padding: 2px;
  background: #FFF;
  overflow: visible;
  -webkit-box-shadow: #b7b7b7 0px 0px 4px;
  -moz-box-shadow: #b7b7b7 0px 0px 4px;
  -ms-box-shadow: #b7b7b7 0px 0px 4px;
  -o-box-shadow: #b7b7b7 0px 0px 4px;
  box-shadow: #b7b7b7 0px 0px 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  vertical-align: top;
}
/* line 103, ../sass/myPage.scss */
#contents #card_holder .card_holder li .profile {
  position: absolute;
  top: -3px;
  right: -3px;
}
/* line 108, ../sass/myPage.scss */
#contents #card_holder .card_holder li .new {
  position: absolute;
  top: -3px;
  right: -3px;
}
/* line 113, ../sass/myPage.scss */
#contents #card_holder .card_holder li .team {
  position: absolute;
  right: -1px;
  bottom: -1px;
}
/* line 119, ../sass/myPage.scss */
#contents #card_holder .card_holder li .friend {
  position: absolute;
  top: -3px;
  right: -3px;
}
/* line 124, ../sass/myPage.scss */
#contents #card_holder .card_holder li .owner {
  position: absolute;
  top: -3px;
  right: -3px;
}
/* line 131, ../sass/myPage.scss */
#contents #card_holder h2 {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: 1px solid #dcd1b3;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
/* line 137, ../sass/myPage.scss */
#contents #card_holder h2 span {
  font-size: 11px;
  font-size: 1.1rem;
}
/* line 140, ../sass/myPage.scss */
#contents #card_holder h2 .team_name {
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
}

/* line 149, ../sass/myPage.scss */
#card_discription .card_type {
  background: #fee540;
  border-bottom: #edb310 1px solid;
  text-align: center;
  padding: 4px;
  font-size: 9px;
  font-size: 0.9rem;
  font-weight: bold;
}
/* line 156, ../sass/myPage.scss */
#card_discription .card_type.owner {
  background: #fee540;
  border-bottom: #edb310 1px solid;
}
/* line 160, ../sass/myPage.scss */
#card_discription .card_type.profile {
  background: #0680bf;
  border-bottom: #055f81 1px solid;
  color: #fff;
}
/* line 165, ../sass/myPage.scss */
#card_discription .card_type.friend {
  color: #fff;
  background: #f63;
  border-bottom: #bc5f3e 1px solid;
}
/* line 171, ../sass/myPage.scss */
#card_discription .change_card_category {
  text-align: right;
  margin: 10px;
}
/* line 174, ../sass/myPage.scss */
#card_discription .change_card_category button {
  display: inline-block;
  background-color: #f26432;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  padding: 11px 5px;
  text-align: center;
  font-weight: bold;
  text-shadow: 1px 1px 1px #c30;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
}
/* line 189, ../sass/myPage.scss */
#card_discription .permit_collection {
  margin: 10px;
  font-size: 11px;
  font-size: 1.1rem;
}
/* line 193, ../sass/myPage.scss */
#card_discription .name_en {
  margin-top: 18px;
  margin-bottom: 14px;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
/* line 200, ../sass/myPage.scss */
#card_discription .name_wrapper {
  text-align: center;
  margin-bottom: 12px;
}
/* line 203, ../sass/myPage.scss */
#card_discription .name_wrapper span {
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  color: #333;
}
/* line 207, ../sass/myPage.scss */
#card_discription .name_wrapper span.name_ja {
  margin-right: 5px;
}
/* line 210, ../sass/myPage.scss */
#card_discription .name_wrapper span.team {
  padding-left: 5px;
  border-left: 1px solid #333;
}
/* line 216, ../sass/myPage.scss */
#card_discription .stage {
  margin: 10px;
  background: #FFF;
  padding: 10px;
  background-color: #f7e6c6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1.7px 2px white, inset 2.5px 4.3px 8px rgba(195, 162, 101, 0.15), inset 0 0 8px rgba(244, 229, 194, 0.75);
  -moz-box-shadow: 1px 1.7px 2px white, inset 2.5px 4.3px 8px rgba(195, 162, 101, 0.15), inset 0 0 8px rgba(244, 229, 194, 0.75);
  -ms-box-shadow: 1px 1.7px 2px white, inset 2.5px 4.3px 8px rgba(195, 162, 101, 0.15), inset 0 0 8px rgba(244, 229, 194, 0.75);
  -o-box-shadow: 1px 1.7px 2px white, inset 2.5px 4.3px 8px rgba(195, 162, 101, 0.15), inset 0 0 8px rgba(244, 229, 194, 0.75);
  box-shadow: 1px 1.7px 2px white, inset 2.5px 4.3px 8px rgba(195, 162, 101, 0.15), inset 0 0 8px rgba(244, 229, 194, 0.75);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
/* line 225, ../sass/myPage.scss */
#card_discription .stage .tweet {
  padding-bottom: 10px;
}
/* line 227, ../sass/myPage.scss */
#card_discription .stage .tweet p {
  background: #FFF;
  padding: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
  border: 1px solid #dadada;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 235, ../sass/myPage.scss */
#card_discription .stage .tweet p:after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 6px;
  background-image: url(/src/img/my_page/serif_horizontal.png);
  background-repeat: no-repeat;
  background-size: 8px 6px;
  bottom: -6px;
  left: 30%;
}
/* line 251, ../sass/myPage.scss */
#card_discription .stage .card_wrapper {
  width: 200%;
  overflow: hidden;
}
/* line 254, ../sass/myPage.scss */
#card_discription .stage .card_wrapper .table {
  width: 50%;
  text-align: center;
  float: left;
  position: relative;
  margin-bottom: 10px;
}
/* line 260, ../sass/myPage.scss */
#card_discription .stage .card_wrapper .table .card {
  height: 221px;
  position: relative;
  text-align: center;
}
/* line 264, ../sass/myPage.scss */
#card_discription .stage .card_wrapper .table .card img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
/* line 273, ../sass/myPage.scss */
#card_discription .stage .card_wrapper .table .go_back {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -68px;
  padding: 50px 0 50px 50px;
}
/* line 281, ../sass/myPage.scss */
#card_discription .stage .card_wrapper .table .go_table {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -68px;
  padding: 50px 0 50px 50px;
}
/* line 290, ../sass/myPage.scss */
#card_discription .stage .card_wrapper .back {
  display: none;
  width: 50%;
  text-align: center;
  float: right;
  position: relative;
  margin-bottom: 10px;
}
/* line 297, ../sass/myPage.scss */
#card_discription .stage .card_wrapper .back .card {
  height: 221px;
  position: relative;
  text-align: center;
}
/* line 301, ../sass/myPage.scss */
#card_discription .stage .card_wrapper .back .card img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
/* line 310, ../sass/myPage.scss */
#card_discription .stage .card_wrapper .back .go_table {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -68px;
  padding: 50px 50px 50px 0;
}
/* line 320, ../sass/myPage.scss */
#card_discription .stage .footer {
  overflow: hidden;
}
/* line 322, ../sass/myPage.scss */
#card_discription .stage .footer .btn_profile {
  float: left;
  width: 48%;
  background-color: white;
  border: 1px solid #eadbbe;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  padding: 15px 0;
  font-size: 11px;
  font-size: 1.1rem;
}
/* line 331, ../sass/myPage.scss */
#card_discription .stage .footer .btn_profile:before {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 2px;
  content: "";
  background-image: url(/src/img/my_page/bullet_btn_profile.png);
  background-repeat: no-repeat;
  background-size: 9px auto;
}
/* line 344, ../sass/myPage.scss */
#card_discription .stage .footer .btn_modify {
  float: right;
  width: 48%;
  background-color: white;
  border: 1px solid #eadbbe;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  padding: 15px 0;
  font-size: 11px;
  font-size: 1.1rem;
}
/* line 353, ../sass/myPage.scss */
#card_discription .stage .footer .btn_modify:before {
  display: inline-block;
  width: 6px;
  height: 9px;
  margin-right: 6px;
  content: "";
  background-image: url(/src/img/my_page/bullet_btn_arrow_left.png);
  background-repeat: no-repeat;
  background-size: 6px auto;
}
/* line 368, ../sass/myPage.scss */
#card_discription .btn_arrow_right {
  background-color: white;
  border: 1px solid #eadbbe;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  padding: 15px 0;
  margin: 0 10px 5px;
  font-size: 11px;
  font-size: 1.1rem;
}
/* line 376, ../sass/myPage.scss */
#card_discription .btn_arrow_right:before {
  display: inline-block;
  width: 6px;
  height: 9px;
  margin-right: 6px;
  content: "";
  background-image: url(/src/img/my_page/bullet_btn_arrow_right.png);
  background-repeat: no-repeat;
  background-size: 6px auto;
}
/* line 389, ../sass/myPage.scss */
#card_discription .delete_card {
  display: block;
  margin: 10px;
  background-color: #f26432;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  padding: 18px 10px;
  text-align: center;
  font-weight: bold;
  text-shadow: 1px 1px 1px #c30;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
}

/* line 406, ../sass/myPage.scss */
#viewPasswordFrame {
  display: none;
}

/*# sourceMappingURL=myPage.min.css.map */
