/*! aiaioCardSystem 2015-08-11 */
/*setting*/
/*mixin*/
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);
/* line 4, ../sass/myPage.scss */
#header {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: #014496 0px 1px 1px 0px;
  -moz-box-shadow: #014496 0px 1px 1px 0px;
  -ms-box-shadow: #014496 0px 1px 1px 0px;
  -o-box-shadow: #014496 0px 1px 1px 0px;
  box-shadow: #014496 0px 1px 1px 0px;
}

/* line 10, ../sass/myPage.scss */
#contents {
  padding: 15px 0;
  background: #fcf4df;
}
/* line 13, ../sass/myPage.scss */
#contents > .container {
  width: 940px;
  margin: 0 auto;
}

/* line 19, ../sass/myPage.scss */
#myPage_header {
  -webkit-box-shadow: #f4e5c2 0px 2px 2px 2px;
  -moz-box-shadow: #f4e5c2 0px 2px 2px 2px;
  -ms-box-shadow: #f4e5c2 0px 2px 2px 2px;
  -o-box-shadow: #f4e5c2 0px 2px 2px 2px;
  box-shadow: #f4e5c2 0px 2px 2px 2px;
  border-top: 1px solid #003e84;
}
/* line 22, ../sass/myPage.scss */
#myPage_header .top {
  background: #0075c2;
}
/* line 24, ../sass/myPage.scss */
#myPage_header .top .container {
  width: 940px;
  margin: auto;
  padding-top: 6px;
}
/* line 28, ../sass/myPage.scss */
#myPage_header .top .container .profile_card {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  padding: 4px;
  float: left;
  margin-right: 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px 1px;
  -ms-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px 1px;
  -o-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px 1px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px 1px;
}
/* line 36, ../sass/myPage.scss */
#myPage_header .top .container .status {
  float: right;
  width: 355px;
  padding-top: 15px;
}
/* line 40, ../sass/myPage.scss */
#myPage_header .top .container .status p {
  float: left;
  width: 80px;
  height: 57px;
  position: relative;
  margin-right: 8px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
/* line 50, ../sass/myPage.scss */
#myPage_header .top .container .status p.my_card {
  background-image: url(/src/img/my_page/ind_my_card.png);
}
/* line 53, ../sass/myPage.scss */
#myPage_header .top .container .status p.team_card {
  background-image: url(/src/img/my_page/ind_team_card.png);
}
/* line 56, ../sass/myPage.scss */
#myPage_header .top .container .status p.friend_card {
  background-image: url(/src/img/my_page/ind_friend.png);
}
/* line 59, ../sass/myPage.scss */
#myPage_header .top .container .status p.cart {
  background-image: url(/src/img/my_page/ind_cart.png);
}
/* line 62, ../sass/myPage.scss */
#myPage_header .top .container .status p span {
  position: absolute;
  right: 0;
  bottom: 8px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  width: 40px;
  text-align: center;
}
/* line 75, ../sass/myPage.scss */
#myPage_header .top .container .status .action {
  clear: left;
  overflow: hidden;
  padding-top: 15px;
}
/* line 79, ../sass/myPage.scss */
#myPage_header .top .container .status .action p {
  width: auto;
  margin: 0;
}
/* line 82, ../sass/myPage.scss */
#myPage_header .top .container .status .action p.add_friend {
  margin-right: 3px;
}
/* line 85, ../sass/myPage.scss */
#myPage_header .top .container .status .action p.createCard {
  margin: 3px 0 0;
}
/* line 91, ../sass/myPage.scss */
#myPage_header .top .container .user_info {
  padding-top: 18px;
  overflow: hidden;
  padding-bottom: 8px;
}
/* line 95, ../sass/myPage.scss */
#myPage_header .top .container .user_info .name_en {
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.2;
  margin-left: 13px;
  margin-bottom: 5px;
}
/* line 102, ../sass/myPage.scss */
#myPage_header .top .container .user_info .name_ja {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: left;
  margin-left: 13px;
  margin-bottom: 15px;
}
/* line 109, ../sass/myPage.scss */
#myPage_header .top .container .user_info .name_ja a {
  color: #fff;
  line-height: 1.6;
}
/* line 114, ../sass/myPage.scss */
#myPage_header .top .container .user_info .tweet {
  background: url(/src/img/my_page/bg_tweet.png) no-repeat;
  width: 415px;
  height: 89px;
  position: relative;
}
/* line 119, ../sass/myPage.scss */
#myPage_header .top .container .user_info .tweet textarea {
  top: 12px;
  left: 18px;
  position: relative;
  border: none;
  -webkit-box-shadow: white 0 0 0 0;
  -moz-box-shadow: white 0 0 0 0;
  -ms-box-shadow: white 0 0 0 0;
  -o-box-shadow: white 0 0 0 0;
  box-shadow: white 0 0 0 0;
  width: 390px;
  padding: 0;
  height: 40px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}
/* line 131, ../sass/myPage.scss */
#myPage_header .top .container .user_info .tweet input[type="submit"] {
  position: absolute;
  right: 3px;
  bottom: 2px;
  background: transparent url(/src/img/my_page/btn_tweet.png) no-repeat;
  width: 101px;
  height: 30px;
  text-align: left;
  text-indent: -9999px;
}
/* line 150, ../sass/myPage.scss */
#myPage_header.horizontal .profile_card {
  margin-top: 40px;
}
/* line 155, ../sass/myPage.scss */
#myPage_header.horizontal .top .container .user_info {
  padding-top: 10px;
}
/* line 157, ../sass/myPage.scss */
#myPage_header.horizontal .top .container .user_info .tweet {
  background: url(/src/img/my_page/bg_tweet_horizontal.png) no-repeat;
  width: 360px;
  height: 89px;
  position: relative;
}
/* line 163, ../sass/myPage.scss */
#myPage_header.horizontal .top .container .user_info .tweet textarea {
  top: 5px;
  left: 12px;
  position: relative;
  border: none;
  -webkit-box-shadow: white 0 0 0 0;
  -moz-box-shadow: white 0 0 0 0;
  -ms-box-shadow: white 0 0 0 0;
  -o-box-shadow: white 0 0 0 0;
  box-shadow: white 0 0 0 0;
  width: 340px;
  padding: 0;
  height: 50px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}
/* line 176, ../sass/myPage.scss */
#myPage_header.horizontal .top .container .user_info .tweet input[type="submit"] {
  position: absolute;
  right: 8px;
  bottom: 2px;
  background: transparent url(/src/img/my_page/btn_tweet.png) no-repeat;
  width: 101px;
  height: 30px;
  text-align: left;
  text-indent: -9999px;
}
/* line 198, ../sass/myPage.scss */
#myPage_header .nav {
  border-bottom: 1px solid #cfc8b7;
}
/* line 200, ../sass/myPage.scss */
#myPage_header .nav ul {
  width: 960px;
  text-align: right;
  margin: auto;
  border-right: 1px solid #e0e0e0;
}
/* line 206, ../sass/myPage.scss */
#myPage_header .nav li {
  display: inline-block;
  border-left: 1px solid #e0e0e0;
}
/* line 209, ../sass/myPage.scss */
#myPage_header .nav li a {
  display: inline-block;
  padding: 20px 18px;
  text-decoration: none;
  color: #045ead;
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 215, ../sass/myPage.scss */
#myPage_header .nav li a:hover {
  background: #015cac;
  color: #fff;
}
/* line 219, ../sass/myPage.scss */
#myPage_header .nav li a.current {
  font-weight: bold;
  background: #e1e6ec;
}
/* line 222, ../sass/myPage.scss */
#myPage_header .nav li a.current:hover {
  text-decoration: none;
  cursor: default;
  color: #045ead;
}

/* line 233, ../sass/myPage.scss */
#headline {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #c7c7c7;
  overflow: hidden;
  background: #FFF;
  margin-bottom: 15px;
}
/* line 239, ../sass/myPage.scss */
#headline.hide {
  display: none;
}
/* line 242, ../sass/myPage.scss */
#headline h2 {
  background: #fa8085;
  width: 163px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 46px;
  padding: 0 12px;
  -webkit-box-shadow: white 2px 2px 2px -2px inset;
  -moz-box-shadow: white 2px 2px 2px -2px inset;
  -ms-box-shadow: white 2px 2px 2px -2px inset;
  -o-box-shadow: white 2px 2px 2px -2px inset;
  box-shadow: white 2px 2px 2px -2px inset;
}
/* line 250, ../sass/myPage.scss */
#headline h2 img {
  vertical-align: middle;
}
/* line 254, ../sass/myPage.scss */
#headline ul {
  overflow: hidden;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 5px -2px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 5px -2px inset;
  -ms-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 5px -2px inset;
  -o-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 5px -2px inset;
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 5px -2px inset;
  padding: 0 12px;
}
/* line 258, ../sass/myPage.scss */
#headline ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  font-size: 1.3rem;
  width: 100%;
  line-height: 46px;
  white-space: nowrap;
  overflow: hidden;
}
/* line 266, ../sass/myPage.scss */
#headline ul li span {
  font-weight: bold;
}
/* line 269, ../sass/myPage.scss */
#headline ul li a {
  color: #045ead;
}
/* line 271, ../sass/myPage.scss */
#headline ul li a:hover {
  text-decoration: underline;
}

/* line 279, ../sass/myPage.scss */
#contents_header {
  overflow: hidden;
  border-top: 2px solid #dcd1b3;
  border-bottom: 2px solid #dcd1b3;
  padding: 18px 0 16px;
  margin-bottom: 10px;
}
/* line 286, ../sass/myPage.scss */
#contents_header h1 {
  font-size: 20px;
  font-size: 2rem;
  float: left;
  line-height: 31px;
  margin-bottom: 0;
  padding-left: 10px;
}
/* line 292, ../sass/myPage.scss */
#contents_header h1.mode_holder {
  display: block;
}
/* line 295, ../sass/myPage.scss */
#contents_header h1.mode_edit {
  display: none;
}
/* line 299, ../sass/myPage.scss */
#contents_header #sort_wrapper {
  float: right;
  padding-left: 10px;
  padding-right: 5px;
}
/* line 303, ../sass/myPage.scss */
#contents_header #sort_wrapper h2 {
  float: left;
  font-size: 13px;
  font-size: 1.3rem;
  border-left: 1px solid #e7e3d6;
  line-height: 31px;
  margin-right: 10px;
  padding-left: 10px;
  vertical-align: middle;
}
/* line 312, ../sass/myPage.scss */
#contents_header #sort_wrapper .mode_edit {
  display: none;
  float: left;
  margin-right: 10px;
  margin-top: -2px;
}
/* line 318, ../sass/myPage.scss */
#contents_header #sort_wrapper .mode_edit input[type="button"].edit {
  font-size: 14px;
  font-size: 1.4rem;
  -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.15);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  padding: 9px;
  font-weight: bold;
  color: #fff;
  background: #f26432;
  text-shadow: 1px 1px 1px #c30;
  margin-bottom: 3px;
  cursor: pointer;
}
/* line 329, ../sass/myPage.scss */
#contents_header #sort_wrapper .mode_edit input[type="button"].edit:hover {
  background: #f4764a;
}
/* line 333, ../sass/myPage.scss */
#contents_header #sort_wrapper .mode_edit input[type="button"].delete_group {
  font-size: 12px;
  font-size: 1.2rem;
  background: #fff;
  padding: 8px;
  border: 2px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
  color: #666;
  text-shadow: 0 0 0 transparent;
  line-height: 1.2;
}
/* line 347, ../sass/myPage.scss */
#contents_header #sort_wrapper .mode_edit input[type="button"].delete_group:before {
  content: url(/src/img/login/bullet_arrow_l.png);
  margin-right: 10px;
}

/* line 357, ../sass/myPage.scss */
#mypage_container {
  overflow: hidden;
}

/* line 362, ../sass/myPage.scss */
#category_selector {
  float: left;
  border: 2px solid #dcd1b3;
  background: #fff;
  width: 80px;
  overflow: visible;
  position: relative;
}
/* line 369, ../sass/myPage.scss */
#category_selector .category_list {
  width: 80px;
  margin-bottom: 2px;
}
/* line 372, ../sass/myPage.scss */
#category_selector .category_list li {
  border-bottom: 1px solid #e2e4e1;
}
/* line 374, ../sass/myPage.scss */
#category_selector .category_list li:hover {
  text-decoration: underline;
  background: #e1e6ec;
}
/* line 380, ../sass/myPage.scss */
#category_selector .group {
  border-top: 1px solid #e2e4e1;
  position: relative;
}
/* line 383, ../sass/myPage.scss */
#category_selector .group p {
  margin: 0;
}
/* line 386, ../sass/myPage.scss */
#category_selector .group .container {
  display: none;
  position: absolute;
  bottom: -35px;
  left: 80px;
  border: 2px solid #dcd1b3;
  background: #fff;
  min-width: 200px;
  z-index: 2;
}
/* line 396, ../sass/myPage.scss */
#category_selector .group .container .group_list li {
  border-bottom: 1px solid #e2e4e1;
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 399, ../sass/myPage.scss */
#category_selector .group .container .group_list li a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #045ead;
}
/* line 404, ../sass/myPage.scss */
#category_selector .group .container .group_list li a:hover {
  text-decoration: underline;
  background: #e1e6ec;
}
/* line 411, ../sass/myPage.scss */
#category_selector .group .container p {
  border-top: 1px solid #e2e4e1;
  padding: 14px 15px 15px;
  margin: 1px 0 0;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 13px;
}
/* line 418, ../sass/myPage.scss */
#category_selector .group .container p img {
  vertical-align: middle;
}
/* line 421, ../sass/myPage.scss */
#category_selector .group .container p:hover {
  background: #e1e6ec;
  cursor: pointer;
}

/* line 430, ../sass/myPage.scss */
#add_card_header {
  display: none;
  float: right;
  width: 820px;
}
/* line 434, ../sass/myPage.scss */
#add_card_header .btn_add_start {
  text-align: right;
}
/* line 436, ../sass/myPage.scss */
#add_card_header .btn_add_start input[type="button"] {
  font-size: 14px;
  font-size: 1.4rem;
  -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.15);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  padding: 12px;
  font-weight: bold;
  color: #fff;
  background: #f26432;
  text-shadow: 1px 1px 1px #c30;
  margin-bottom: 3px;
  cursor: pointer;
}
/* line 447, ../sass/myPage.scss */
#add_card_header .btn_add_start input[type="button"]:hover {
  background: #f4764a;
}
/* line 451, ../sass/myPage.scss */
#add_card_header .btn_add_start input[type="reset"] {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  background: #fff;
  padding: 10px;
  border: 2px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
  color: #666;
  text-shadow: 0 0 0 transparent;
  line-height: 1.2;
}
/* line 466, ../sass/myPage.scss */
#add_card_header .btn_add_start input[type="reset"]:before {
  content: url(/src/img/login/bullet_arrow_l.png);
  margin-right: 10px;
}
/* line 472, ../sass/myPage.scss */
#add_card_header .btn_add_end {
  display: none;
  text-align: right;
}
/* line 475, ../sass/myPage.scss */
#add_card_header .btn_add_end input[type="checkbox"] {
  margin-right: 5px;
  margin-left: 5px;
}
/* line 479, ../sass/myPage.scss */
#add_card_header .btn_add_end input[type="button"] {
  font-size: 14px;
  font-size: 1.4rem;
  -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.15);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  padding: 12px;
  font-weight: bold;
  color: #fff;
  background: #f26432;
  text-shadow: 1px 1px 1px #c30;
  margin-bottom: 3px;
  cursor: pointer;
}
/* line 490, ../sass/myPage.scss */
#add_card_header .btn_add_end input[type="button"]:hover {
  background: #f4764a;
}
/* line 494, ../sass/myPage.scss */
#add_card_header .btn_add_end input[type="reset"] {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  background: #fff;
  padding: 10px;
  border: 2px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
  color: #666;
  text-shadow: 0 0 0 transparent;
  line-height: 1.2;
}
/* line 509, ../sass/myPage.scss */
#add_card_header .btn_add_end input[type="reset"]:before {
  content: url(/src/img/login/bullet_arrow_l.png);
  margin-right: 10px;
}

/* line 517, ../sass/myPage.scss */
#card_holder {
  float: right;
  width: 830px;
}
/* line 520, ../sass/myPage.scss */
#card_holder .card_holder {
  padding-top: 2px;
  margin-bottom: 55px;
}
/* line 523, ../sass/myPage.scss */
#card_holder .card_holder li {
  display: inline-block;
  position: relative;
  margin-left: 13px;
  margin-bottom: 13px;
  padding: 5px;
  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 534, ../sass/myPage.scss */
#card_holder .card_holder li .profile {
  position: absolute;
  top: -4px;
  right: -4px;
}
/* line 539, ../sass/myPage.scss */
#card_holder .card_holder li .new {
  position: absolute;
  top: -4px;
  right: -4px;
}
/* line 544, ../sass/myPage.scss */
#card_holder .card_holder li .team {
  position: absolute;
  right: -1px;
  bottom: -1px;
}
/* line 550, ../sass/myPage.scss */
#card_holder .card_holder li .friend {
  position: absolute;
  top: -4px;
  right: -4px;
}
/* line 555, ../sass/myPage.scss */
#card_holder .card_holder li .owner {
  position: absolute;
  top: -4px;
  right: -4px;
}
/* line 560, ../sass/myPage.scss */
#card_holder .card_holder li .option {
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(1, 68, 150, 0.5);
  border: 5px solid #014496;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
/* line 571, ../sass/myPage.scss */
#card_holder .card_holder li .option span {
  display: inline-block;
  text-align: center;
  width: 135px;
  height: 45px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 45px;
  color: #045ead;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#card_holder .card_holder li .option2 {
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(1, 68, 150, 0.5);
  border: 5px solid #014496;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 90%;
  cursor: pointer;
}
/* line 571, ../sass/myPage.scss */
#card_holder .card_holder li .option2 span {
  display: inline-block;
  text-align: center;
  width: 135px;
  height: 45px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 45px;
  color: #045ead;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 589, ../sass/myPage.scss */
#card_holder .card_holder li:hover .option {
  display: block;
}
/* line 589, ../sass/myPage.scss */
#card_holder .card_holder li:hover .option2 {
  display: block;
}
/* line 593, ../sass/myPage.scss */
#card_holder .card_holder li.mode_group .option {
  display: none;
}
/* line 596, ../sass/myPage.scss */
#card_holder .card_holder li.mode_group:after {
  content: url(/src/img/generator/step1/marker_check.png);
  position: absolute;
  top: -6px;
  left: -10px;
}
/* line 602, ../sass/myPage.scss */
#card_holder .card_holder li.mode_group:hover {
  background: #f4896a;
}
/* line 603, ../sass/myPage.scss */
#card_holder .card_holder li.mode_group:hover:after {
  content: url(/src/img/generator/step1/marker_check_on.png);
}
/* line 607, ../sass/myPage.scss */
#card_holder .card_holder li.mode_group:hover .option {
  display: none;
}
/* line 611, ../sass/myPage.scss */
#card_holder .card_holder li.mode_group.active {
  background: #F0643B;
}
/* line 613, ../sass/myPage.scss */
#card_holder .card_holder li.mode_group.active:after {
  content: url(/src/img/generator/step1/marker_check_active.png);
}
/* line 620, ../sass/myPage.scss */
#card_holder h3 {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #dcd1b3;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-left: 10px;
}
/* line 628, ../sass/myPage.scss */
#card_holder h3 span {
  line-height: 1.5;
}
/* line 630, ../sass/myPage.scss */
#card_holder h3 span.team_name {
  font-weight: bold;
}

/* line 637, ../sass/myPage.scss */
#modal_card_detail {
  display: none;
  background: #fcf4df;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 10;
}
/* line 648, ../sass/myPage.scss */
#modal_card_detail .container {
  width: 940px;
  margin: 10px auto 30px;
  padding: 24px 0 0;
  position: relative;
}
/* line 653, ../sass/myPage.scss */
#modal_card_detail .container .close {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 658, ../sass/myPage.scss */
#modal_card_detail .container .change_card_category {
  text-align: right;
  margin-bottom: 10px;
}
/* line 661, ../sass/myPage.scss */
#modal_card_detail .container .change_card_category .select {
  margin-right: 5px;
  vertical-align: top;
}
/* line 665, ../sass/myPage.scss */
#modal_card_detail .container .change_card_category button {
  font-size: 12px;
  font-size: 1.2rem;
  -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.15);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  background: #f26432;
  text-shadow: 1px 1px 1px #c30;
  margin-bottom: 3px;
  cursor: pointer;
  padding: 2px 10px;
  vertical-align: top;
}
/* line 678, ../sass/myPage.scss */
#modal_card_detail .container .change_card_category button:hover {
  background: #f4764a;
}
/* line 683, ../sass/myPage.scss */
#modal_card_detail .container h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  vertical-align: bottom;
  margin-bottom: 20px;
  margin-left: 10px;
}
/* line 689, ../sass/myPage.scss */
#modal_card_detail .container h2 .owner {
  display: inline-block;
  background: #FEE540;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 24px;
  border-bottom: 2px solid #EDB310;
  vertical-align: bottom;
  width: 130px;
  text-align: center;
}
/* line 701, ../sass/myPage.scss */
#modal_card_detail .container .name_and_team {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 15px;
  margin-left: 10px;
}
/* line 706, ../sass/myPage.scss */
#modal_card_detail .container .stage {
  background: #F7E6C6;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
  -webkit-box-shadow: #EED4A3 0px 0px 5px 3px inset;
  -moz-box-shadow: #EED4A3 0px 0px 5px 3px inset;
  -ms-box-shadow: #EED4A3 0px 0px 5px 3px inset;
  -o-box-shadow: #EED4A3 0px 0px 5px 3px inset;
  box-shadow: #EED4A3 0px 0px 5px 3px inset;
}
/* line 714, ../sass/myPage.scss */
#modal_card_detail .container .stage .tweet {
  background-image: url(/src/img/my_page/bg_modal_tweet.png);
  width: 920px;
  height: 66px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 60px;
  padding: 0 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 728, ../sass/myPage.scss */
#modal_card_detail .container .stage .table {
  width: 50%;
  float: left;
  height: 455px;
  border-right: 1px solid #fdfaf4;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 735, ../sass/myPage.scss */
#modal_card_detail .container .stage .table img {
  padding: 3px;
  background: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: #ECCF9E 0px 0px 4px;
  -moz-box-shadow: #ECCF9E 0px 0px 4px;
  -ms-box-shadow: #ECCF9E 0px 0px 4px;
  -o-box-shadow: #ECCF9E 0px 0px 4px;
  box-shadow: #ECCF9E 0px 0px 4px;
}
/* line 744, ../sass/myPage.scss */
#modal_card_detail .container .stage.horizontal .table img {
  margin-top: 70px;
}
/* line 749, ../sass/myPage.scss */
#modal_card_detail .container .stage .back {
  width: 50%;
  height: 455px;
  border-left: 3px solid #edd09b;
  -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;
  text-align: center;
}
/* line 756, ../sass/myPage.scss */
#modal_card_detail .container .stage .back img {
  padding: 3px;
  background: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: #ECCF9E 0px 0px 4px;
  -moz-box-shadow: #ECCF9E 0px 0px 4px;
  -ms-box-shadow: #ECCF9E 0px 0px 4px;
  -o-box-shadow: #ECCF9E 0px 0px 4px;
  box-shadow: #ECCF9E 0px 0px 4px;
}
/* line 763, ../sass/myPage.scss */
#modal_card_detail .container .stage .prev {
  position: absolute;
  left: -10px;
  margin: auto;
  height: 31px;
  top: 0;
  bottom: 0;
}
/* line 771, ../sass/myPage.scss */
#modal_card_detail .container .stage .next {
  position: absolute;
  right: -10px;
  margin: auto;
  height: 31px;
  top: 0;
  bottom: 0;
}
/* line 782, ../sass/myPage.scss */
#modal_card_detail .option {
  overflow: hidden;
}
/* line 784, ../sass/myPage.scss */
#modal_card_detail .option button {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 15px 0;
  width: 165px;
  text-align: center;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #F5F5F5), color-stop(0, #fff));
  background: -webkit-linear-gradient(#fff, #F5F5F5);
  background: -moz-linear-gradient(#fff, #F5F5F5);
  background: -o-linear-gradient(#fff, #F5F5F5);
  background: -ms-linear-gradient(#fff, #F5F5F5);
  background: linear-gradient(#fff, #F5F5F5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #CCCCCC;
  cursor: pointer;
}
/* line 800, ../sass/myPage.scss */
#modal_card_detail .option .cart {
  float: left;
  margin-right: 10px;
}
/* line 804, ../sass/myPage.scss */
#modal_card_detail .option .register {
  float: left;
}
/* line 807, ../sass/myPage.scss */
#modal_card_detail .option .edit {
  float: right;
  border-left: 2px solid #fff;
  padding-left: 5px;
}
/* line 812, ../sass/myPage.scss */
#modal_card_detail .option .add_profile {
  float: right;
  border-right: 2px solid #EED4A3;
  padding-right: 5px;
}
/* line 817, ../sass/myPage.scss */
#modal_card_detail .option .delete_card {
  float: right;
  border-left: 2px solid #EED4A3;
  padding-left: 5px;
  margin-left: 5px;
}

/* line 826, ../sass/myPage.scss */
#news_container {
  overflow: hidden;
}

/* line 830, ../sass/myPage.scss */
#news_topic {
  width: 460px;
  height: 503px;
  float: left;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e9e9ea;
  overflow: hidden;
}
/* line 838, ../sass/myPage.scss */
#news_topic h2 {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 24px 14px 17px;
  border-bottom: 1px solid #ededed;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -ms-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -o-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  margin-bottom: 10px;
}
/* line 846, ../sass/myPage.scss */
#news_topic .wrapper {
  width: 424px;
  height: 413px;
  border: 2px solid #E5E5E5;
  margin: auto;
  -ms-overflow-y: auto;
  overflow-y: auto;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
}
/* line 856, ../sass/myPage.scss */
#news_topic .wrapper ul li {
  border-bottom: 2px solid #E5E5E5;
  padding: 15px 5px 15px 15px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}
/* line 861, ../sass/myPage.scss */
#news_topic .wrapper ul li:nth-child(even) {
  background: #FFFAEE;
}
/* line 864, ../sass/myPage.scss */
#news_topic .wrapper ul li a {
  color: #015cac;
}
/* line 866, ../sass/myPage.scss */
#news_topic .wrapper ul li a:hover {
  text-decoration: none;
}

/* line 874, ../sass/myPage.scss */
#aiaio_topic {
  width: 460px;
  height: 503px;
  float: right;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e9e9ea;
  overflow: hidden;
}
/* line 882, ../sass/myPage.scss */
#aiaio_topic h2 {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 24px 14px 17px;
  border-bottom: 1px solid #ededed;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -ms-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -o-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
}
/* line 890, ../sass/myPage.scss */
#aiaio_topic iframe {
  display: block;
  width: 424px;
  height: 425px;
  margin: auto;
  -ms-overflow-y: auto;
  overflow-y: auto;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
}

/* line 902, ../sass/myPage.scss */
#cart_container {
  width: 940px;
  margin: 0 auto;
  overflow: hidden;
  padding: 3px;
}

/* line 908, ../sass/myPage.scss */
#cart_status {
  -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: 276px;
  background-color: white;
  border: 3px solid #fcedc2;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15), 0 0 3px rgba(225, 216, 193, 0.75);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15), 0 0 3px rgba(225, 216, 193, 0.75);
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15), 0 0 3px rgba(225, 216, 193, 0.75);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15), 0 0 3px rgba(225, 216, 193, 0.75);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15), 0 0 3px rgba(225, 216, 193, 0.75);
  float: right;
}
/* line 917, ../sass/myPage.scss */
#cart_status .status {
  padding: 15px 10px;
  border-bottom: 2px solid #fcedc2;
  line-height: 1.5;
  margin: 0;
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 923, ../sass/myPage.scss */
#cart_status .status .qty {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #ff4c00;
}
/* line 929, ../sass/myPage.scss */
#cart_status .subtotal, #cart_status .total {
  padding: 10px 5px 10px 10px;
  border-bottom: 2px solid #fcedc2;
}
/* line 932, ../sass/myPage.scss */
#cart_status .subtotal dl, #cart_status .total dl {
  padding: 0;
}
/* line 935, ../sass/myPage.scss */
#cart_status .subtotal dt, #cart_status .total dt {
  width: 40%;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  padding: 5px 0;
}
/* line 942, ../sass/myPage.scss */
#cart_status .subtotal dd, #cart_status .total dd {
  width: 55%;
  text-align: right;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  padding: 5px 0;
}
/* line 949, ../sass/myPage.scss */
#cart_status .subtotal dd .qty, #cart_status .total dd .qty {
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
}
/* line 955, ../sass/myPage.scss */
#cart_status .action {
  padding: 10px;
  margin: 0;
  text-align: center;
}
/* line 959, ../sass/myPage.scss */
#cart_status .action button {
  font-size: 14px;
  font-size: 1.4rem;
  -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.15);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  width: 100%;
  line-height: 52px;
  font-weight: bold;
  color: #fff;
  background: #f26432;
  text-shadow: 1px 1px 1px #c30;
  margin-bottom: 3px;
  cursor: pointer;
}
/* line 971, ../sass/myPage.scss */
#cart_status .action button:hover {
  background: #f4764a;
}
/* line 974, ../sass/myPage.scss */
#cart_status .action button.history_back {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  background: #fff;
  padding: 10px 0;
  border: 2px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
  color: #666;
  text-shadow: 0 0 0 transparent;
  line-height: 1.2;
}
/* line 990, ../sass/myPage.scss */
#cart_status .action button.history_back:before {
  content: url(/src/img/login/bullet_arrow_l.png);
  margin-right: 10px;
}
/* line 996, ../sass/myPage.scss */
#cart_status .action label {
  display: block;
  margin-bottom: 15px;
}
/* line 999, ../sass/myPage.scss */
#cart_status .action label a {
  color: #045ead;
}
/* line 1001, ../sass/myPage.scss */
#cart_status .action label a:hover {
  text-decoration: underline;
}

/* line 1009, ../sass/myPage.scss */
#cart_step1, #cart_step5 {
  width: 640px;
  background-color: white;
  border: 1px solid #e9e9ea;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}
/* line 1016, ../sass/myPage.scss */
#cart_step1 .item, #cart_step5 .item {
  border-bottom: 2px solid #e2e2e3;
  padding: 20px;
  overflow: hidden;
}
/* line 1020, ../sass/myPage.scss */
#cart_step1 .item .thumbnail, #cart_step5 .item .thumbnail {
  float: left;
  overflow: hidden;
  padding: 5px;
}
/* line 1024, ../sass/myPage.scss */
#cart_step1 .item .thumbnail p, #cart_step5 .item .thumbnail p {
  margin: 0 8px 0 0;
  float: left;
}
/* line 1027, ../sass/myPage.scss */
#cart_step1 .item .thumbnail p img, #cart_step5 .item .thumbnail p img {
  -webkit-box-shadow: 0 0 4px #cccccc;
  -moz-box-shadow: 0 0 4px #cccccc;
  -ms-box-shadow: 0 0 4px #cccccc;
  -o-box-shadow: 0 0 4px #cccccc;
  box-shadow: 0 0 4px #cccccc;
}
/* line 1032, ../sass/myPage.scss */
#cart_step1 .item .action, #cart_step5 .item .action {
  float: right;
  text-align: right;
}
/* line 1035, ../sass/myPage.scss */
#cart_step1 .item .action button.delete_item, #cart_step5 .item .action button.delete_item {
  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);
  padding: 10px 10px;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 1047, ../sass/myPage.scss */
#cart_step1 .item .value, #cart_step5 .item .value {
  text-align: left;
  overflow: hidden;
}
/* line 1051, ../sass/myPage.scss */
#cart_step1 .item .value p, #cart_step5 .item .value p {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  margin-left: 15px;
}

/* line 1060, ../sass/myPage.scss */
#cart_step5 {
  display: none;
}

/* line 1064, ../sass/myPage.scss */
#cart_step2,
#cart_empty {
  display: none;
  width: 640px;
  background-color: white;
  border: 1px solid #e9e9ea;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}
/* line 1071, ../sass/myPage.scss */
#cart_step2 p,
#cart_empty p {
  margin: 15px;
}
/* line 1076, ../sass/myPage.scss */
#cart_step2 h2,
#cart_empty h2 {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 24px 14px 17px;
  border-bottom: 1px solid #ededed;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -ms-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -o-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
}
/* line 1084, ../sass/myPage.scss */
#cart_step2 table.user_info,
#cart_empty table.user_info {
  width: 620px;
  margin: 0 auto;
  border-collapse: collapse;
}
/* line 1088, ../sass/myPage.scss */
#cart_step2 table.user_info tr,
#cart_empty table.user_info tr {
  border-bottom: 1px dotted #ccc;
}
/* line 1090, ../sass/myPage.scss */
#cart_step2 table.user_info tr:last-child,
#cart_empty table.user_info tr:last-child {
  border: none;
}
/* line 1094, ../sass/myPage.scss */
#cart_step2 table.user_info th, #cart_step2 table.user_info td,
#cart_empty table.user_info th,
#cart_empty table.user_info td {
  padding: 15px 10px;
  text-align: left;
  width: 50%;
  vertical-align: middle;
}
/* line 1100, ../sass/myPage.scss */
#cart_step2 table.user_info th,
#cart_empty table.user_info th {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
/* line 1103, ../sass/myPage.scss */
#cart_step2 table.user_info th span,
#cart_empty table.user_info th span {
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 1107, ../sass/myPage.scss */
#cart_step2 table.user_info td input[type="button"],
#cart_empty table.user_info td input[type="button"] {
  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);
  padding: 12px 10px;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 1119, ../sass/myPage.scss */
#cart_step2 p.submit,
#cart_empty p.submit {
  border-top: 2px solid #e0e0e0;
  padding: 10px;
  text-align: right;
}
/* line 1123, ../sass/myPage.scss */
#cart_step2 p.submit input,
#cart_empty p.submit input {
  font-size: 14px;
  font-size: 1.4rem;
  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);
  padding: 15px 0px;
  border: 2px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  width: 270px;
  text-align: center;
  text-shadow: 0 0 0 transparent;
  color: #000;
  line-height: 1;
  -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 1145, ../sass/myPage.scss */
p.confirmation {
  display: none;
}

/* line 1149, ../sass/myPage.scss */
#cart_step3, #cart_step4, #cart_step6, #cart_step7 {
  display: none;
  width: 640px;
  background-color: white;
  border: 1px solid #e9e9ea;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}
/* line 1157, ../sass/myPage.scss */
#cart_step3 h2, #cart_step4 h2, #cart_step6 h2, #cart_step7 h2 {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 24px 14px 17px;
  border-bottom: 1px solid #ededed;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -ms-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -o-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  margin-bottom: 10px;
}
/* line 1165, ../sass/myPage.scss */
#cart_step3 table.user_info, #cart_step4 table.user_info, #cart_step6 table.user_info, #cart_step7 table.user_info {
  width: 620px;
  margin: 0 auto 10px;
  border-collapse: collapse;
}
/* line 1169, ../sass/myPage.scss */
#cart_step3 table.user_info tr, #cart_step4 table.user_info tr, #cart_step6 table.user_info tr, #cart_step7 table.user_info tr {
  border-bottom: 1px dotted #ccc;
}
/* line 1171, ../sass/myPage.scss */
#cart_step3 table.user_info tr:last-child, #cart_step4 table.user_info tr:last-child, #cart_step6 table.user_info tr:last-child, #cart_step7 table.user_info tr:last-child {
  border: none;
}
/* line 1175, ../sass/myPage.scss */
#cart_step3 table.user_info th, #cart_step3 table.user_info td, #cart_step4 table.user_info th, #cart_step4 table.user_info td, #cart_step6 table.user_info th, #cart_step6 table.user_info td, #cart_step7 table.user_info th, #cart_step7 table.user_info td {
  padding: 15px 10px;
  text-align: left;
  width: 50%;
  vertical-align: top;
}
/* line 1181, ../sass/myPage.scss */
#cart_step3 table.user_info th, #cart_step4 table.user_info th, #cart_step6 table.user_info th, #cart_step7 table.user_info th {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
}
/* line 1185, ../sass/myPage.scss */
#cart_step3 table.user_info th span, #cart_step4 table.user_info th span, #cart_step6 table.user_info th span, #cart_step7 table.user_info th span {
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 1189, ../sass/myPage.scss */
#cart_step3 table.user_info td, #cart_step4 table.user_info td, #cart_step6 table.user_info td, #cart_step7 table.user_info td {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
/* line 1192, ../sass/myPage.scss */
#cart_step3 table.user_info td input[type="button"], #cart_step4 table.user_info td input[type="button"], #cart_step6 table.user_info td input[type="button"], #cart_step7 table.user_info td input[type="button"] {
  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);
  padding: 12px 10px;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 1207, ../sass/myPage.scss */
#cart_thanks {
  margin: 30px 0;
}
/* line 1210, ../sass/myPage.scss */
#cart_thanks h2 {
  color: #ff4c00;
  font-size: 27px;
  font-size: 2.7rem;
  margin-bottom: 15px;
  text-align: center;
}
/* line 1216, ../sass/myPage.scss */
#cart_thanks p {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}

/* line 1222, ../sass/myPage.scss */
#cart_finish {
  background-color: white;
  border: 1px solid #e9e9ea;
  margin-bottom: 39px;
  padding-bottom: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}
/* line 1230, ../sass/myPage.scss */
#cart_finish h3 {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 24px 14px 17px;
  border-bottom: 1px solid #ededed;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -ms-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -o-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  margin-bottom: 3px;
}
/* line 1238, ../sass/myPage.scss */
#cart_finish h4 {
  padding: 13px 0;
  border-top: 2px solid #e2e2e3;
  border-bottom: 2px solid #e2e2e3;
  margin-bottom: 20px;
}
/* line 1243, ../sass/myPage.scss */
#cart_finish h4 span {
  display: block;
  border-left: 4px solid #055eae;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 5px 15px;
}
/* line 1250, ../sass/myPage.scss */
#cart_finish p {
  margin: 0 20px 1em;
}

/* line 1255, ../sass/myPage.scss */
#cart_pr {
  margin: 3px;
  background-color: #fff;
  border: 3px solid #fcedc2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
/* line 1262, ../sass/myPage.scss */
#cart_pr .tle {
  text-align: center;
  margin-top: -14px;
  margin-bottom: 30px;
}
/* line 1267, ../sass/myPage.scss */
#cart_pr .tle h2 img {
  margin-left: 30px;
}
/* line 1271, ../sass/myPage.scss */
#cart_pr .tle p {
  margin-top: -30px;
}
/* line 1275, ../sass/myPage.scss */
#cart_pr form {
  text-align: center;
}
/* line 1277, ../sass/myPage.scss */
#cart_pr form p {
  margin-bottom: 30px;
}
/* line 1279, ../sass/myPage.scss */
#cart_pr form p a {
  color: #045ead;
}
/* line 1281, ../sass/myPage.scss */
#cart_pr form p a:hover {
  text-decoration: underline;
}
/* line 1285, ../sass/myPage.scss */
#cart_pr form p input[type="submit"] {
  font-size: 14px;
  font-size: 1.4rem;
  -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.15);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  width: 340px;
  line-height: 60px;
  font-weight: bold;
  color: #fff;
  background: #f26432;
  text-shadow: 1px 1px 1px #c30;
  margin-bottom: 3px;
  cursor: pointer;
}
/* line 1297, ../sass/myPage.scss */
#cart_pr form p input[type="submit"]:hover {
  background: #f4764a;
}

/* line 1305, ../sass/myPage.scss */
#team_container {
  width: 940px;
  margin: 0 auto;
  overflow: hidden;
  padding: 3px;
}

/* line 1312, ../sass/myPage.scss */
#owner_team, #member_team {
  overflow: hidden;
  background-color: white;
  border: 1px solid #e9e9ea;
  margin-bottom: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}
/* line 1320, ../sass/myPage.scss */
#owner_team h2, #member_team h2 {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 24px 14px 17px;
  border-bottom: 1px solid #ededed;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -ms-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -o-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  margin-bottom: 15px;
}
/* line 1328, ../sass/myPage.scss */
#owner_team p, #member_team p {
  margin: 0 20px 20px;
}
/* line 1331, ../sass/myPage.scss */
#owner_team .team_info_wrapper, #member_team .team_info_wrapper {
  margin: 0 20px;
  border: 2px solid #e5e5e5;
  height: 270px;
  -ms-overflow-y: auto;
  overflow-y: auto;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
}
/* line 1340, ../sass/myPage.scss */
#owner_team .team_info_wrapper .team_info li, #member_team .team_info_wrapper .team_info li {
  vertical-align: middle;
  overflow: hidden;
  padding: 12px;
  border-bottom: 2px solid #e5e5e5;
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 1346, ../sass/myPage.scss */
#owner_team .team_info_wrapper .team_info li:nth-child(odd), #member_team .team_info_wrapper .team_info li:nth-child(odd) {
  background: #fffaee;
}
/* line 1349, ../sass/myPage.scss */
#owner_team .team_info_wrapper .team_info li:last-child, #member_team .team_info_wrapper .team_info li:last-child {
  border: none;
}
/* line 1352, ../sass/myPage.scss */
#owner_team .team_info_wrapper .team_info li span, #member_team .team_info_wrapper .team_info li span {
  float: left;
  line-height: 40px;
}
/* line 1355, ../sass/myPage.scss */
#owner_team .team_info_wrapper .team_info li span.invitation, #member_team .team_info_wrapper .team_info li span.invitation {
  font-weight: bold;
  color: #ff4c00;
}
/* line 1360, ../sass/myPage.scss */
#owner_team .team_info_wrapper .team_info li input[type="button"], #member_team .team_info_wrapper .team_info li input[type="button"] {
  float: right;
  width: 170px;
  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);
  padding: 12px 10px;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 1376, ../sass/myPage.scss */
#owner_team p.submit_a, #member_team p.submit_a {
  padding: 10px 20px 20px;
  text-align: right;
  margin: 0;
}
/* line 1380, ../sass/myPage.scss */
#owner_team p.submit_a input[type="submit"], #member_team p.submit_a input[type="submit"] {
  font-size: 14px;
  font-size: 1.4rem;
  background: #fff;
  padding: 15px 0px;
  border: 2px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  width: 270px;
  text-align: center;
}

/* line 1391, ../sass/myPage.scss */
#member_team {
  padding-bottom: 30px;
}

/* line 1396, ../sass/myPage.scss */
#team_header ul {
  margin: 15px 0 30px 10px;
}
/* line 1398, ../sass/myPage.scss */
#team_header ul li {
  display: inline-block;
}
/* line 1400, ../sass/myPage.scss */
#team_header ul li a {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  text-decoration: none;
}
/* line 1404, ../sass/myPage.scss */
#team_header ul li a:before {
  content: url(/src/img/my_page/bullet_team_header.png);
  margin-right: 3px;
  vertical-align: 0.15em;
}
/* line 1410, ../sass/myPage.scss */
#team_header ul li + li {
  margin-left: 25px;
}

/* line 1416, ../sass/myPage.scss */
p.submit {
  text-align: center;
  margin-bottom: 15px;
}
/* line 1419, ../sass/myPage.scss */
p.submit input[type="submit"],
p.submit input[type="button"] {
  font-size: 14px;
  font-size: 1.4rem;
  -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.15);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  width: 350px;
  line-height: 52px;
  font-weight: bold;
  color: #fff;
  background: #f26432;
  text-shadow: 1px 1px 1px #c30;
  margin-bottom: 3px;
  cursor: pointer;
}
/* line 1432, ../sass/myPage.scss */
p.submit input[type="submit"]:hover,
p.submit input[type="button"]:hover {
  background: #f4764a;
}

/* line 1438, ../sass/myPage.scss */
#contents p.page_top {
  text-align: right;
  margin-bottom: 70px;
}
/* line 1441, ../sass/myPage.scss */
#contents p.page_top a {
  color: #333;
  text-decoration: none;
}
/* line 1444, ../sass/myPage.scss */
#contents p.page_top a:after {
  content: url(/src/img/my_page/arrow_page_top.png);
  margin-left: 10px;
  vertical-align: 0.15em;
}
/* line 1449, ../sass/myPage.scss */
#contents p.page_top a:hover {
  text-decoration: underline;
}

/* line 1455, ../sass/myPage.scss */
#create_new_team,
#team_name {
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e9e9ea;
  overflow: hidden;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
/* line 1463, ../sass/myPage.scss */
#create_new_team h2,
#team_name h2 {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 24px 14px 17px;
  border-bottom: 1px solid #ededed;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -ms-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -o-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  margin-bottom: 10px;
}
/* line 1471, ../sass/myPage.scss */
#create_new_team table,
#team_name table {
  width: 920px;
  margin: 0 auto;
  border-collapse: collapse;
}
/* line 1476, ../sass/myPage.scss */
#create_new_team table tr + tr,
#team_name table tr + tr {
  border-top: 1px dotted #ccc;
}
/* line 1479, ../sass/myPage.scss */
#create_new_team table tr th, #create_new_team table tr td,
#team_name table tr th,
#team_name table tr td {
  text-align: left;
  padding: 10px;
}
/* line 1483, ../sass/myPage.scss */
#create_new_team table tr th,
#team_name table tr th {
  line-height: 36px;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  width: 300px;
}
/* line 1488, ../sass/myPage.scss */
#create_new_team table tr th span,
#team_name table tr th span {
  font-size: 13px;
  font-size: 1.3rem;
}

/* line 1495, ../sass/myPage.scss */
#team_emblem {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e9e9ea;
  overflow: hidden;
  margin-bottom: 15px;
}
/* line 1501, ../sass/myPage.scss */
#team_emblem h2 {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 24px 14px 17px;
  border-bottom: 1px solid #ededed;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -ms-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -o-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  margin-bottom: 20px;
}
/* line 1509, ../sass/myPage.scss */
#team_emblem .container {
  margin-bottom: 10px;
}
/* line 1511, ../sass/myPage.scss */
#team_emblem .container .right_container {
  margin-right: 0px;
}
/* line 1514, ../sass/myPage.scss */
#team_emblem .container .right_container .select_emblem h3 {
  margin: 0 0 10px 18px;
  color: #4d3d38;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  padding: 0 0 0 10px;
  background-image: url(/src/img/marker/bullet_a.png);
  background-repeat: no-repeat;
  background-position: 0 0.7em;
}
/* line 1526, ../sass/myPage.scss */
#team_emblem .container .right_container .select_emblem .emblem_list {
  overflow: hidden;
  margin-left: 10px;
  float: left;
}
/* line 1531, ../sass/myPage.scss */
#team_emblem .container .right_container .select_emblem .discription {
  float: right;
  width: 450px;
  overflow: hidden;
  margin-right: 25px;
}
/* line 1536, ../sass/myPage.scss */
#team_emblem .container .right_container .select_emblem .discription .case p {
  margin-left: 25px;
}
/* line 1539, ../sass/myPage.scss */
#team_emblem .container .right_container .select_emblem .discription #upload_emblem_data {
  height: 47px;
  width: 226px;
  position: relative;
  overflow: hidden;
  background-image: url(/src/img/generator/modal/btn_upload_emblem.png);
  background-repeat: no-repeat;
}
/* line 1548, ../sass/myPage.scss */
#team_emblem .container .right_container .select_emblem .discription #upload_emblem_data:hover {
  background-image: url(/src/img/generator/modal/btn_upload_emblem_on.png);
}
/* line 1551, ../sass/myPage.scss */
#team_emblem .container .right_container .select_emblem .discription #upload_emblem_data input[type="file"] {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 500px;
}
/* line 1559, ../sass/myPage.scss */
#team_emblem .container .right_container .select_emblem ul {
  overflow: hidden;
  width: 400px;
  position: relative;
  margin: -1px 0 23px -1px;
}
/* line 1564, ../sass/myPage.scss */
#team_emblem .container .right_container .select_emblem ul li {
  float: left;
  width: 74px;
  height: 74px;
  display: block;
  padding: 1px 4px 4px 1px;
  position: relative;
  background-image: url(/src/img/generator/modal/bg_emblem_list.png);
  background-repeat: no-repeat;
}
/* line 1575, ../sass/myPage.scss */
#team_emblem .container .right_container .select_emblem ul li img {
  cursor: pointer;
  border: 2px solid transparent;
}
/* line 1579, ../sass/myPage.scss */
#team_emblem .container .right_container .select_emblem ul li:hover img {
  background-color: #fefbf2;
}
/* line 1584, ../sass/myPage.scss */
#team_emblem .container .right_container .select_emblem ul li.active img {
  cursor: default;
  border: 2px solid #f26432;
  background-color: #fff;
}
/* line 1589, ../sass/myPage.scss */
#team_emblem .container .right_container .select_emblem ul li .close {
  position: absolute;
  top: 3px;
  right: 2px;
}
/* line 1593, ../sass/myPage.scss */
#team_emblem .container .right_container .select_emblem ul li .close img {
  border: none;
}

/* line 1603, ../sass/myPage.scss */
#team_frame {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
/* line 1606, ../sass/myPage.scss */
#team_frame h2 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 24px 14px 17px;
  border: 1px solid #e9e9ea;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -ms-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -o-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  margin-bottom: 10px;
  background: #FFF;
}
/* line 1616, ../sass/myPage.scss */
#team_frame .container {
  background-color: #f7e6c6;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 5px 5px #f1daae;
  -moz-box-shadow: inset 0 0 5px 5px #f1daae;
  -ms-box-shadow: inset 0 0 5px 5px #f1daae;
  -o-box-shadow: inset 0 0 5px 5px #f1daae;
  box-shadow: inset 0 0 5px 5px #f1daae;
  margin-bottom: 10px;
  height: 540px;
}
/* line 1623, ../sass/myPage.scss */
#team_frame .container .left_container {
  width: 447px;
  float: left;
  margin: 14px 0 0 14px;
}
/* line 1627, ../sass/myPage.scss */
#team_frame .container .left_container .stage {
  width: 100%;
  text-align: center;
  position: relative;
}
/* line 1633, ../sass/myPage.scss */
#team_frame .container .left_container .stage > img {
  background: #FFF;
  border: 4px solid #fff;
  width: 300px;
  height: 443px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.01) 0 0 1px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.01) 0 0 1px 2px;
  -ms-box-shadow: rgba(0, 0, 0, 0.01) 0 0 1px 2px;
  -o-box-shadow: rgba(0, 0, 0, 0.01) 0 0 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.01) 0 0 1px 2px;
}
/* line 1641, ../sass/myPage.scss */
#team_frame .container .left_container .stage .rotate {
  position: absolute;
  top: 0;
  right: -20px;
}
/* line 1645, ../sass/myPage.scss */
#team_frame .container .left_container .stage .rotate img {
  background: transparent;
  border: none;
}
/* line 1651, ../sass/myPage.scss */
#team_frame .container .left_container .stage.horizontal > img {
  margin-top: 90px;
  height: 300px;
  width: 443px;
}
/* line 1658, ../sass/myPage.scss */
#team_frame .container .left_container .color_selector {
  position: absolute;
  bottom: 20px;
  left: 15px;
  overflow: hidden;
  width: 450px;
}
/* line 1664, ../sass/myPage.scss */
#team_frame .container .left_container .color_selector .prev {
  float: left;
  margin-bottom: 0;
  margin-right: 3px;
}
/* line 1669, ../sass/myPage.scss */
#team_frame .container .left_container .color_selector .next {
  float: right;
  margin-bottom: 0;
  margin-left: 3px;
}
/* line 1674, ../sass/myPage.scss */
#team_frame .container .left_container .color_selector .color_list_wrapper {
  width: 370px;
  height: 32px;
  overflow: hidden;
  margin-top: 1px;
  position: relative;
}
/* line 1680, ../sass/myPage.scss */
#team_frame .container .left_container .color_selector .color_list_wrapper ul {
  width: 1000px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 1685, ../sass/myPage.scss */
#team_frame .container .left_container .color_selector .color_list_wrapper ul li {
  width: 27px;
  height: 27px;
  border: 2px solid #fff;
  float: left;
  margin: 0 1px;
}
/* line 1691, ../sass/myPage.scss */
#team_frame .container .left_container .color_selector .color_list_wrapper ul li.active {
  border-color: #fc6;
}
/* line 1699, ../sass/myPage.scss */
#team_frame .container .right_container {
  float: right;
  width: auto;
  height: auto;
  padding: 0;
}
/* line 1704, ../sass/myPage.scss */
#team_frame .container .right_container ul {
  margin-top: 7px;
  height: 533px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 440px;
}
/* line 1710, ../sass/myPage.scss */
#team_frame .container .right_container ul li {
  float: left;
  margin: 11px 10px 0 0;
  position: relative;
  border: 2px solid #fff;
  cursor: pointer;
}
/* line 1716, ../sass/myPage.scss */
#team_frame .container .right_container ul li:after {
  content: url(/src/img/generator/modal/marker_check_frame.png);
  position: absolute;
  top: -10px;
  right: -10px;
}
/* line 1722, ../sass/myPage.scss */
#team_frame .container .right_container ul li.active {
  border: 2px solid #f05d2d !important;
  cursor: default !important;
}
/* line 1725, ../sass/myPage.scss */
#team_frame .container .right_container ul li.active:after {
  content: url(/src/img/generator/modal/marker_check_frame_active.png) !important;
}
/* line 1729, ../sass/myPage.scss */
#team_frame .container .right_container ul li:hover {
  border: 2px solid #fc6;
}
/* line 1731, ../sass/myPage.scss */
#team_frame .container .right_container ul li:hover:after {
  content: url(/src/img/generator/modal/marker_check_frame_on.png);
}
/* line 1735, ../sass/myPage.scss */
#team_frame .container .right_container ul li .layoutFrame {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 1745, ../sass/myPage.scss */
#team_chown {
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e9e9ea;
  overflow: hidden;
  margin-bottom: 15px;
}
/* line 1751, ../sass/myPage.scss */
#team_chown h2 {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 24px 14px 17px;
  border-bottom: 1px solid #ededed;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -ms-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -o-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  margin-bottom: 15px;
}
/* line 1759, ../sass/myPage.scss */
#team_chown .left {
  width: 520px;
  float: left;
  margin-left: 20px;
}
/* line 1763, ../sass/myPage.scss */
#team_chown .left h3 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ff4c00;
  margin-bottom: 10px;
}
/* line 1770, ../sass/myPage.scss */
#team_chown .right {
  float: right;
  width: 350px;
  margin-right: 20px;
  padding: 3px;
}
/* line 1775, ../sass/myPage.scss */
#team_chown .right select {
  width: 100%;
  margin-bottom: 10px;
}
/* line 1779, ../sass/myPage.scss */
#team_chown .right input[type="submit"] {
  width: 100%;
}
/* line 1785, ../sass/myPage.scss */
#team_chown input[type="submit"] {
  font-size: 14px;
  font-size: 1.4rem;
  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);
  padding: 15px 0px;
  border: 2px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  width: 270px;
  text-align: center;
}

/* line 1801, ../sass/myPage.scss */
#team_add_user {
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e9e9ea;
  overflow: hidden;
  margin-bottom: 15px;
}
/* line 1807, ../sass/myPage.scss */
#team_add_user h2 {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 24px 14px 17px;
  border-bottom: 1px solid #ededed;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -ms-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -o-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  margin-bottom: 10px;
}
/* line 1815, ../sass/myPage.scss */
#team_add_user .prg_02 {
  padding: 0 30px 0px;
}
/* line 1817, ../sass/myPage.scss */
#team_add_user .prg_02 input[type="checkbox"] {
  margin-right: 5px;
}
/* line 1820, ../sass/myPage.scss */
#team_add_user .prg_02 label {
  margin-right: 15px;
}
/* line 1824, ../sass/myPage.scss */
#team_add_user table.team_member_info {
  border: 2px solid #dcd1b3;
  border-collapse: collapse;
  margin: 0 auto 15px;
}
/* line 1828, ../sass/myPage.scss */
#team_add_user table.team_member_info th, #team_add_user table.team_member_info td {
  border-left: 1px solid #dcd1b3;
}
/* line 1831, ../sass/myPage.scss */
#team_add_user table.team_member_info thead th {
  background: #f7e6c6;
  text-align: center;
  padding: 15px 10px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  white-space: nowrap;
}
/* line 1840, ../sass/myPage.scss */
#team_add_user table.team_member_info tbody td {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1843, ../sass/myPage.scss */
#team_add_user table.team_member_info tbody td input {
  width: 100%;
}
/* line 1846, ../sass/myPage.scss */
#team_add_user table.team_member_info tbody td input[type="button"] {
  height: 36px;
  width: auto;
  padding: 0 10px;
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #f3f3f3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #f3f3f3));
  background: -webkit-linear-gradient(top, #fefefe 0%, #f3f3f3 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #f3f3f3 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #f3f3f3 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #f3f3f3 100%);
  border: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  font-size: 1.3rem;
  cursor: pointer;
}
/* line 1862, ../sass/myPage.scss */
#team_add_user table.team_member_info tbody td.id {
  width: 130px;
}
/* line 1865, ../sass/myPage.scss */
#team_add_user table.team_member_info tbody td.pass {
  width: 130px;
}
/* line 1868, ../sass/myPage.scss */
#team_add_user table.team_member_info tbody td.btn {
  text-align: center;
  width: 130px;
  padding: 10px 0;
}
/* line 1873, ../sass/myPage.scss */
#team_add_user table.team_member_info tbody td.number {
  width: 80px;
}
/* line 1878, ../sass/myPage.scss */
#team_add_user table.team_member_info tbody tr:nth-child(even) td {
  background: #fffaee;
}
/* line 1885, ../sass/myPage.scss */
#team_add_user .member_info_footer {
  padding: 0 20px 15px;
  text-align: right;
}
/* line 1888, ../sass/myPage.scss */
#team_add_user .member_info_footer input[type="button"] {
  font-size: 14px;
  font-size: 1.4rem;
  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);
  padding: 15px 0px;
  border: 2px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  width: 270px;
  text-align: center;
}
/* line 1904, ../sass/myPage.scss */
#team_add_user em {
  font-style: normal;
  font-weight: bold;
  color: #ed1c00;
}

/* line 1911, ../sass/myPage.scss */
#added_user {
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e9e9ea;
  overflow: hidden;
  margin-bottom: 15px;
}
/* line 1917, ../sass/myPage.scss */
#added_user h2 {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 24px 14px 17px;
  border-bottom: 1px solid #ededed;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -ms-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -o-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  margin-bottom: 10px;
}
/* line 1925, ../sass/myPage.scss */
#added_user .prg_02 {
  padding: 0 30px 0px;
}
/* line 1927, ../sass/myPage.scss */
#added_user .prg_02 input[type="checkbox"] {
  margin-right: 5px;
}
/* line 1930, ../sass/myPage.scss */
#added_user .prg_02 label {
  margin-right: 15px;
}
/* line 1934, ../sass/myPage.scss */
#added_user table.team_member_info {
  border: 2px solid #dcd1b3;
  border-collapse: collapse;
  margin: 0 auto 30px;
}
/* line 1938, ../sass/myPage.scss */
#added_user table.team_member_info th, #added_user table.team_member_info td {
  border-left: 1px solid #dcd1b3;
}
/* line 1941, ../sass/myPage.scss */
#added_user table.team_member_info thead th {
  background: #f7e6c6;
  text-align: center;
  padding: 15px 10px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  white-space: nowrap;
}
/* line 1950, ../sass/myPage.scss */
#added_user table.team_member_info tbody td {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 1954, ../sass/myPage.scss */
#added_user table.team_member_info tbody td input {
  width: 100%;
}
/* line 1957, ../sass/myPage.scss */
#added_user table.team_member_info tbody td input[type="button"] {
  display: inline-block;
  width: auto;
  padding: 0 10px;
  height: 36px;
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #f3f3f3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #f3f3f3));
  background: -webkit-linear-gradient(top, #fefefe 0%, #f3f3f3 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #f3f3f3 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #f3f3f3 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #f3f3f3 100%);
  border: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  font-size: 1.3rem;
  cursor: pointer;
}
/* line 1974, ../sass/myPage.scss */
#added_user table.team_member_info tbody td.id {
  width: 110px;
}
/* line 1977, ../sass/myPage.scss */
#added_user table.team_member_info tbody td.pass {
  width: 110px;
}
/* line 1980, ../sass/myPage.scss */
#added_user table.team_member_info tbody td.btn {
  width: 130px;
  padding: 10px 0;
  text-align: center;
}
/* line 1987, ../sass/myPage.scss */
#added_user table.team_member_info tbody tr:nth-child(even) td {
  background: #fffaee;
}
/* line 1994, ../sass/myPage.scss */
#added_user em {
  font-style: normal;
  font-weight: bold;
  color: #ed1c00;
}

/* line 2002, ../sass/myPage.scss */
#delete_team {
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e9e9ea;
  overflow: hidden;
  margin-bottom: 15px;
}
/* line 2008, ../sass/myPage.scss */
#delete_team h2 {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 24px 14px 17px;
  border-bottom: 1px solid #ededed;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -ms-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -o-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  margin-bottom: 15px;
}
/* line 2016, ../sass/myPage.scss */
#delete_team .left {
  width: 520px;
  float: left;
  margin-left: 20px;
}
/* line 2020, ../sass/myPage.scss */
#delete_team .left h3 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ff4c00;
  margin-bottom: 10px;
}
/* line 2027, ../sass/myPage.scss */
#delete_team .right {
  float: right;
  width: 350px;
  margin-right: 20px;
  padding: 3px;
}
/* line 2032, ../sass/myPage.scss */
#delete_team .right select {
  width: 100%;
  margin-bottom: 10px;
}
/* line 2036, ../sass/myPage.scss */
#delete_team .right input[type="submit"] {
  width: 100%;
}
/* line 2042, ../sass/myPage.scss */
#delete_team input[type="submit"] {
  font-size: 14px;
  font-size: 1.4rem;
  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);
  padding: 15px 0px;
  border: 2px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  width: 270px;
  text-align: center;
}

/* line 2059, ../sass/myPage.scss */
#team_header,
#create_new_team,
#team_name,
#team_emblem,
#team_frame,
#page_top,
#team_chown,
#team_add_user_form,
#added_user,
#delete_team,
p.hide {
  display: none;
}

/* line 2075, ../sass/myPage.scss */
.paging {
  text-align: center;
  width: 400px;
  margin: 0 auto 30px;
}
/* line 2079, ../sass/myPage.scss */
.paging .prev, .paging .next {
  float: left;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  cursor: pointer;
}
/* line 2087, ../sass/myPage.scss */
.paging .prev:hover, .paging .next:hover {
  text-decoration: underline;
  color: #999;
}
/* line 2093, ../sass/myPage.scss */
.paging .prev:before {
  content: url(/src/img/my_page/arrow_paging_prev.png);
  margin-right: 10px;
}
/* line 2098, ../sass/myPage.scss */
.paging .next {
  float: right;
}
/* line 2100, ../sass/myPage.scss */
.paging .next:after {
  content: url(/src/img/my_page/arrow_paging_next.png);
  margin-left: 10px;
}
/* line 2105, ../sass/myPage.scss */
.paging ul {
  overflow: hidden;
}
/* line 2107, ../sass/myPage.scss */
.paging ul li {
  vertical-align: middle;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 15px;
  text-decoration: underline;
  line-height: 1.5;
  color: #015cac;
  cursor: pointer;
}
/* line 2115, ../sass/myPage.scss */
.paging ul li + li {
  border-left: 1px solid #e5e5e5;
}
/* line 2118, ../sass/myPage.scss */
.paging ul li.current {
  text-decoration: none;
  color: #333;
}
/* line 2122, ../sass/myPage.scss */
.paging ul li:hover {
  text-decoration: none;
}

/* line 2130, ../sass/myPage.scss */
#make_friend,
#add_team_member {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fcf4df;
  z-index: 100;
  top: 0;
  left: 0;
}
/* line 2140, ../sass/myPage.scss */
#make_friend .container,
#add_team_member .container {
  width: 940px;
  margin: 0 auto;
  background-color: #f7e6c6;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 5px 5px #f1daae;
  -moz-box-shadow: inset 0 0 5px 5px #f1daae;
  -ms-box-shadow: inset 0 0 5px 5px #f1daae;
  -o-box-shadow: inset 0 0 5px 5px #f1daae;
  box-shadow: inset 0 0 5px 5px #f1daae;
  margin-bottom: 10px;
  margin-top: 100px;
  padding-top: 18px;
}
/* line 2150, ../sass/myPage.scss */
#make_friend .container .stage,
#add_team_member .container .stage {
  overflow: hidden;
}
/* line 2153, ../sass/myPage.scss */
#make_friend .container .table,
#add_team_member .container .table {
  border-right: 1px solid #fff;
}
/* line 2157, ../sass/myPage.scss */
#make_friend .container .back,
#add_team_member .container .back {
  border-left: 3px solid #EDD2A1;
}
/* line 2160, ../sass/myPage.scss */
#make_friend .container .table,
#make_friend .container .back,
#add_team_member .container .table,
#add_team_member .container .back {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 18px;
  width: 470px;
  height: 470px;
  float: left;
  position: relative;
}
/* line 2168, ../sass/myPage.scss */
#make_friend .container .table > img,
#make_friend .container .back > img,
#add_team_member .container .table > img,
#add_team_member .container .back > img {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* line 2177, ../sass/myPage.scss */
#make_friend .container .friend_data,
#add_team_member .container .friend_data {
  position: absolute;
  right: 0;
  bottom: -60px;
}
/* line 2181, ../sass/myPage.scss */
#make_friend .container .friend_data input,
#add_team_member .container .friend_data input {
  font-size: 14px;
  font-size: 1.4rem;
  background: #fff;
  padding: 15px 0px;
  border: 2px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  width: 270px;
  text-align: center;
}
/* line 2196, ../sass/myPage.scss */
#make_friend .container .close,
#add_team_member .container .close {
  position: absolute;
  right: 0;
  top: -80px;
}

/* line 2206, ../sass/myPage.scss */
#edit_profile_container #contents_header {
  position: relative;
}
/* line 2208, ../sass/myPage.scss */
#edit_profile_container #contents_header ul.tab {
  position: absolute;
  top: 10px;
  right: 0;
  overflow: hidden;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 2215, ../sass/myPage.scss */
#edit_profile_container #contents_header ul.tab li {
  background: #FFF;
  padding: 15px;
  color: #045ead;
  float: left;
  cursor: pointer;
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 2222, ../sass/myPage.scss */
#edit_profile_container #contents_header ul.tab li.active {
  background-color: #e6f2f8;
  font-weight: bold;
}
/* line 2226, ../sass/myPage.scss */
#edit_profile_container #contents_header ul.tab li + li {
  border-left: 1px solid #ccc;
}
/* line 2229, ../sass/myPage.scss */
#edit_profile_container #contents_header ul.tab li.active {
  cursor: default;
}

/* line 2237, ../sass/myPage.scss */
#edit_profile .container {
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e9e9ea;
  overflow: hidden;
  margin-bottom: 10px;
}
/* line 2243, ../sass/myPage.scss */
#edit_profile .container h2 {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 24px 14px 17px;
  border-bottom: 1px solid #ededed;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -ms-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -o-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
}
/* line 2251, ../sass/myPage.scss */
#edit_profile .container table {
  width: 920px;
  margin: 0 auto;
  border-collapse: collapse;
}
/* line 2256, ../sass/myPage.scss */
#edit_profile .container table tr + tr {
  border-top: 1px dotted #ccc;
}
/* line 2259, ../sass/myPage.scss */
#edit_profile .container table tr th, #edit_profile .container table tr td {
  text-align: left;
  padding: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  vertical-align: top;
}
/* line 2264, ../sass/myPage.scss */
#edit_profile .container table tr th textarea, #edit_profile .container table tr td textarea {
  width: 540px;
  height: 180px;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 5px;
}
/* line 2271, ../sass/myPage.scss */
#edit_profile .container table tr th {
  line-height: 36px;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  width: 300px;
}
/* line 2276, ../sass/myPage.scss */
#edit_profile .container table tr th span {
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 2282, ../sass/myPage.scss */
#edit_profile .container table tfoot tr {
  border-top: 2px solid #ccc;
}
/* line 2285, ../sass/myPage.scss */
#edit_profile .container table tfoot td {
  vertical-align: middle;
}
/* line 2291, ../sass/myPage.scss */
#edit_profile .submit {
  margin-bottom: 15px;
}
/* line 2294, ../sass/myPage.scss */
#edit_profile .edit_team_profile {
  text-align: right;
}
/* line 2296, ../sass/myPage.scss */
#edit_profile .edit_team_profile input {
  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);
  padding: 15px 20px;
  border: 2px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 2311, ../sass/myPage.scss */
#edit_headline {
  display: none;
}
/* line 2313, ../sass/myPage.scss */
#edit_headline .container {
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e9e9ea;
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 20px;
}
/* line 2320, ../sass/myPage.scss */
#edit_headline .container h2 {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 24px 14px 17px;
  border-bottom: 1px solid #ededed;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -ms-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -o-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  margin-bottom: 10px;
}
/* line 2328, ../sass/myPage.scss */
#edit_headline .container p {
  margin: 15px;
}
/* line 2331, ../sass/myPage.scss */
#edit_headline .container table {
  width: 900px;
  margin: 0 auto;
  border-collapse: collapse;
  border: 1px solid #dededf;
}
/* line 2336, ../sass/myPage.scss */
#edit_headline .container table td {
  width: 50%;
  border: 1px solid #dededf;
  text-align: left;
  padding: 20px 15px;
  font-size: 13px;
  font-size: 1.3rem;
  vertical-align: top;
}
/* line 2343, ../sass/myPage.scss */
#edit_headline .container table td input[type="checkbox"] {
  margin-right: 5px;
}
/* line 2349, ../sass/myPage.scss */
#edit_headline .submit {
  margin-bottom: 15px;
}

/* line 2355, ../sass/myPage.scss */
#edit_passwd {
  display: none;
}
/* line 2357, ../sass/myPage.scss */
#edit_passwd .container {
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e9e9ea;
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 20px;
}
/* line 2364, ../sass/myPage.scss */
#edit_passwd .container h2 {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 24px 14px 17px;
  border-bottom: 1px solid #ededed;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -ms-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -o-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  margin-bottom: 10px;
}
/* line 2372, ../sass/myPage.scss */
#edit_passwd .container h3 {
  border: 2px solid #e2e2e3;
  border-style: solid none;
  padding: 13px 1px;
  margin-bottom: 15px;
}
/* line 2377, ../sass/myPage.scss */
#edit_passwd .container h3 span {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 21px;
  border-left: 4px solid #055eae;
  display: block;
  padding-left: 15px;
}
/* line 2385, ../sass/myPage.scss */
#edit_passwd .container p {
  margin: 15px;
}
/* line 2387, ../sass/myPage.scss */
#edit_passwd .container p input.btn_s {
  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);
  padding: 11px 15px;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 2399, ../sass/myPage.scss */
#edit_passwd .container p input.btn_l {
  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);
  padding: 15px 20px;
  border: 2px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 2411, ../sass/myPage.scss */
#edit_passwd .container p.show_passwd, #edit_passwd .container p.check_validate {
  color: #015cac;
  text-decoration: underline;
  cursor: pointer;
}
/* line 2418, ../sass/myPage.scss */
#edit_passwd .container .case {
  margin: 15px;
}
/* line 2420, ../sass/myPage.scss */
#edit_passwd .container .case .left {
  float: left;
  width: 50%;
}
/* line 2424, ../sass/myPage.scss */
#edit_passwd .container .case .right {
  float: right;
  width: 50%;
}
/* line 2429, ../sass/myPage.scss */
#edit_passwd .container h4 {
  margin: 0 0 10px;
  color: #4d3d38;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  padding: 0 0 0 10px;
  background-image: url(/src/img/marker/bullet_a.png);
  background-repeat: no-repeat;
  background-position: 0 0.7em;
}
/* line 2440, ../sass/myPage.scss */
#edit_passwd .container table {
  width: 90%;
}
/* line 2442, ../sass/myPage.scss */
#edit_passwd .container table tr {
  padding-left: 20px;
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 2447, ../sass/myPage.scss */
#edit_passwd .container table td {
  width: 240px;
}
/* line 2449, ../sass/myPage.scss */
#edit_passwd .container table td input {
  width: 100%;
}
/* line 2455, ../sass/myPage.scss */
#edit_passwd .submit {
  margin-bottom: 15px;
}

/* line 2461, ../sass/myPage.scss */
#id_renew .container {
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e9e9ea;
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 20px;
}
/* line 2468, ../sass/myPage.scss */
#id_renew .container h2 {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 24px 14px 17px;
  border-bottom: 1px solid #ededed;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -ms-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -o-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  margin-bottom: 20px;
}
/* line 2476, ../sass/myPage.scss */
#id_renew .container h3 {
  border: 2px solid #e2e2e3;
  border-style: solid none;
  padding: 13px 1px;
  margin-bottom: 15px;
}
/* line 2481, ../sass/myPage.scss */
#id_renew .container h3 span {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 21px;
  border-left: 4px solid #055eae;
  display: block;
  padding-left: 15px;
}
/* line 2489, ../sass/myPage.scss */
#id_renew .container p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
}
/* line 2493, ../sass/myPage.scss */
#id_renew .container p span {
  line-height: inherit;
  font-weight: inherit;
  color: #ff4c00;
}
/* line 2500, ../sass/myPage.scss */
#id_renew .container2 {
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e9e9ea;
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 20px;
}
/* line 2507, ../sass/myPage.scss */
#id_renew .container2 h2 {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 24px 14px 17px;
  border-bottom: 1px solid #ededed;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -ms-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  -o-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 2px;
  margin-bottom: 20px;
}
/* line 2515, ../sass/myPage.scss */
#id_renew .container2 p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 0 15px 15px;
}
/* line 2519, ../sass/myPage.scss */
#id_renew .container2 p a.btn_passwd {
  text-decoration: none;
  display: inline-block;
  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);
  padding: 15px 20px;
  border: 2px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 2537, ../sass/myPage.scss */
#history_container {
  width: 940px;
  margin: 0 auto;
}
/* line 2540, ../sass/myPage.scss */
#history_container table.history {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #DBD2B4;
  table-layout: fixed;
}
/* line 2546, ../sass/myPage.scss */
#history_container table.history thead th {
  background: #F6E6C7;
  padding: 15px 0;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  border: 1px solid #DBD2B4;
}
/* line 2557, ../sass/myPage.scss */
#history_container table.history tbody tr td {
  padding: 15px 0;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  border: 1px solid #DBD2B4;
  height: 146px;
  background: #fff;
}
/* line 2564, ../sass/myPage.scss */
#history_container table.history tbody tr td input[type="button"] {
  font-size: 13px;
  font-size: 1.3rem;
  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);
  padding: 12px 0px;
  border: 2px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 160px;
  text-align: center;
}
/* line 2581, ../sass/myPage.scss */
#history_container table.history tbody tr:nth-child(even) td {
  background: #FFFAEF;
}

/* line 2590, ../sass/myPage.scss */
#history_detail_container {
  width: 940px;
  margin: 0 auto;
}
/* line 2593, ../sass/myPage.scss */
#history_detail_container .container {
  width: 940px;
  margin: 0 auto;
  background-color: #f7e6c6;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 5px 5px #f1daae;
  -moz-box-shadow: inset 0 0 5px 5px #f1daae;
  -ms-box-shadow: inset 0 0 5px 5px #f1daae;
  -o-box-shadow: inset 0 0 5px 5px #f1daae;
  box-shadow: inset 0 0 5px 5px #f1daae;
  margin-bottom: 10px;
  padding-top: 18px;
}
/* line 2602, ../sass/myPage.scss */
#history_detail_container .container .stage {
  overflow: hidden;
}
/* line 2605, ../sass/myPage.scss */
#history_detail_container .container .table {
  border-right: 1px solid #fff;
}
/* line 2609, ../sass/myPage.scss */
#history_detail_container .container .back {
  border-left: 3px solid #EDD2A1;
}
/* line 2612, ../sass/myPage.scss */
#history_detail_container .container .table,
#history_detail_container .container .back {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 18px;
  width: 470px;
  height: 470px;
  float: left;
  position: relative;
}
/* line 2620, ../sass/myPage.scss */
#history_detail_container .container .table > img,
#history_detail_container .container .back > img {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* line 2630, ../sass/myPage.scss */
#history_detail_container table.table_history_detail {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #DBD2B4;
  margin-bottom: 15px;
}
/* line 2636, ../sass/myPage.scss */
#history_detail_container table.table_history_detail tr th {
  background: #F6E6C7;
  padding: 18px;
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  border: 1px solid #DBD2B4;
  width: 330px;
}
/* line 2645, ../sass/myPage.scss */
#history_detail_container table.table_history_detail tr td {
  padding: 18px;
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  border: 1px solid #DBD2B4;
  background: #fff;
}
/* line 2654, ../sass/myPage.scss */
#history_detail_container .order_cancel {
  font-size: 14px;
  font-size: 1.4rem;
  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);
  padding: 15px 0px;
  border: 2px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  width: 340px;
  text-align: center;
  cursor: pointer;
}
/* line 2669, ../sass/myPage.scss */
#history_detail_container .order_cancel:hover {
  background: #fff;
  color: #999;
}
/* line 2673, ../sass/myPage.scss */
#history_detail_container .order_cancel[disabled="disabled"] {
  background: #F3F3F3;
  color: #ccc;
  cursor: default;
}

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