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

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

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

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

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

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

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

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

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

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

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

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

/* line 3, ../sass/generator.scss */
#footer {
  display: none;
}

/* line 6, ../sass/generator.scss */
#step0 {
  display: none;
}
/* line 9, ../sass/generator.scss */
#step0 .container h2 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #f26432;
  text-align: center;
}
/* line 15, ../sass/generator.scss */
#step0 .container .btns {
  margin: 0 10px 10px;
  overflow: hidden;
}
/* line 18, ../sass/generator.scss */
#step0 .container .btns li {
  width: 50%;
  float: left;
  text-align: left;
}
/* line 22, ../sass/generator.scss */
#step0 .container .btns li + li {
  text-align: right;
}
/* line 27, ../sass/generator.scss */
#step0 .container p {
  margin: 0 10px 5px;
}

/* line 32, ../sass/generator.scss */
#step1 {
  display: none;
  padding-bottom: 80px;
  position: relative;
}
/* line 36, ../sass/generator.scss */
#step1 #genreSelector {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px;
}
/* line 40, ../sass/generator.scss */
#step1 #genreSelector 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;
  padding: 4px;
  width: 50%;
  float: left;
  position: relative;
}
/* line 46, ../sass/generator.scss */
#step1 #genreSelector li img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px 0px;
  -ms-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px 0px;
  -o-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px 0px;
  border: 3px solid #fcedc2;
}
/* line 52, ../sass/generator.scss */
#step1 #genreSelector li:after {
  content: url(/src/img/generator/check.png);
  position: absolute;
  top: 0;
  right: 0;
}
/* line 59, ../sass/generator.scss */
#step1 #genreSelector li.active img {
  border-color: #f26432;
}
/* line 62, ../sass/generator.scss */
#step1 #genreSelector li.active:after {
  content: url(/src/img/generator/check_active.png);
}
/* line 68, ../sass/generator.scss */
#step1 .footer {
  overflow: hidden;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
/* line 74, ../sass/generator.scss */
#step1 .footer .prev {
  float: left;
  width: 25%;
}
/* line 78, ../sass/generator.scss */
#step1 .footer .tle {
  width: 50%;
  overflow: hidden;
  float: left;
}
/* line 83, ../sass/generator.scss */
#step1 .footer .next {
  float: left;
  width: 25%;
}

/* line 90, ../sass/generator.scss */
#step2 {
  display: none;
  position: relative;
  padding: 20px 0 80px;
}
/* line 94, ../sass/generator.scss */
#step2 .stage {
  border: 1px solid #ece0c2;
  padding: 3px;
  background: #fff;
  position: relative;
  width: 279px;
  margin: auto;
}
/* line 101, ../sass/generator.scss */
#step2 .stage #uploadPictureForm {
  width: 250px;
  height: 155px;
  position: absolute;
  margin: auto;
  top: 50px;
  right: 0;
  left: 0;
  overflow: hidden;
  background-image: url(/src/img/generator/btn_upload.png);
  background-repeat: no-repeat;
  background-size: 248px auto;
}
/* line 115, ../sass/generator.scss */
#step2 .stage #uploadPictureForm input {
  font-size: 1000px;
  font-size: 100rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
/* line 122, ../sass/generator.scss */
#step2 .stage #stage_step2 {
  background: #fdfaee;
  border: 1px solid #fcf4df;
  padding: 10px;
  width: 257px;
  height: 257px;
}
/* line 134, ../sass/generator.scss */
#step2 .stage .orientation {
  width: 63px;
  height: 63px;
  text-indent: -9999px;
  position: absolute;
  top: -10px;
  right: -10px;
  background-image: url(/src/img/generator/orientation_horizontal.png);
  background-repeat: no-repeat;
  background-size: 62px auto;
}
/* line 147, ../sass/generator.scss */
#step2 .stage #change_image {
  width: 63px;
  height: 63px;
  overflow: hidden;
  position: absolute;
  top: -10px;
  left: -10px;
  background-image: url(/src/img/generator/btn_change_image.png);
  background-size: 62px auto;
  background-repeat: no-repeat;
}
/* line 159, ../sass/generator.scss */
#step2 .stage #change_image input {
  font-size: 500px;
  font-size: 50rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
/* line 166, ../sass/generator.scss */
#step2 .stage #frame_step2,
#step2 .stage #layout_text_image {
  position: absolute;
  top: 15px;
  left: 15px;
}
/* line 172, ../sass/generator.scss */
#step2 .stage #emblem_step2 {
  position: absolute;
  top: 18px;
  left: 60px;
}
/* line 177, ../sass/generator.scss */
#step2 .stage #frame_cover_step2 {
  width: 279px;
  height: 279px;
  position: absolute;
  top: 3px;
  left: 3px;
  background-image: url(/src/img/generator/mask_vertical.png);
  background-repeat: no-repeat;
  background-size: 279px, 279px;
}
/* line 190, ../sass/generator.scss */
#step2 .stage.horizontal #emblem_step2 {
  position: absolute;
  top: 60px;
  left: 20px;
}
/* line 195, ../sass/generator.scss */
#step2 .stage.horizontal #frame_cover_step2 {
  background-image: url(/src/img/generator/mask_horizontal.png);
}
/* line 198, ../sass/generator.scss */
#step2 .stage.horizontal .orientation {
  background-image: url(/src/img/generator/orientation_vertical.png);
}
/* line 203, ../sass/generator.scss */
#step2 #image_uploaded {
  display: none;
  width: 100%;
  height: 150px;
  text-align: center;
  position: absolute;
  top: 100px;
}
/* line 211, ../sass/generator.scss */
#step2 .nav {
  margin: 15px;
  border: 1px solid #d5cdbb;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
/* line 217, ../sass/generator.scss */
#step2 .nav li {
  width: 25%;
  float: left;
  text-align: center;
  padding: 15px 0;
  border-left: 1px solid #d5cdbb;
  font-weight: bold;
  font-size: 11px;
  font-size: 1.1rem;
  -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 226, ../sass/generator.scss */
#step2 .nav li:first-child {
  border-left: none;
}
/* line 231, ../sass/generator.scss */
#step2 .footer {
  overflow: hidden;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
/* line 237, ../sass/generator.scss */
#step2 .footer .prev {
  float: left;
  width: 25%;
}
/* line 241, ../sass/generator.scss */
#step2 .footer .tle {
  width: 50%;
  overflow: hidden;
  float: left;
}
/* line 246, ../sass/generator.scss */
#step2 .footer .next {
  float: left;
  width: 25%;
}

/* line 253, ../sass/generator.scss */
#step3 {
  display: none;
  position: relative;
  padding: 20px 0 80px;
}
/* line 257, ../sass/generator.scss */
#step3 .stage {
  border: 1px solid #ece0c2;
  padding: 3px;
  background: #fff;
  position: relative;
  width: 279px;
  margin: auto;
}
/* line 264, ../sass/generator.scss */
#step3 .stage #stage_step3 {
  background-image: url(/src/img/generator/mask_vertical.png);
  background-size: 279px 279px;
  background-repeat: no-repeat;
  background-position: 0 0;
  border: 1px solid #fcf4df;
  padding: 10px;
  width: 257px;
  height: 257px;
}
/* line 277, ../sass/generator.scss */
#step3 .stage #position_step3 {
  position: absolute;
  top: 15px;
  left: 57px;
}
/* line 282, ../sass/generator.scss */
#step3 .stage #layout_text_image_step3 {
  position: absolute;
  top: 15px;
  left: 57px;
}
/* line 287, ../sass/generator.scss */
#step3 .stage #template_icon_step3 {
  position: absolute;
  top: 165px;
  left: 184px;
}
/* line 291, ../sass/generator.scss */
#step3 .stage #template_icon_step3.profile {
  top: 108px;
  left: 184px;
}
/* line 296, ../sass/generator.scss */
#step3 .stage #uploaded_image_step3 {
  border: 3px solid #fff;
  -webkit-box-shadow: #e1d8c1 0px 0px 0px 2px;
  -moz-box-shadow: #e1d8c1 0px 0px 0px 2px;
  -ms-box-shadow: #e1d8c1 0px 0px 0px 2px;
  -o-box-shadow: #e1d8c1 0px 0px 0px 2px;
  box-shadow: #e1d8c1 0px 0px 0px 2px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
/* line 301, ../sass/generator.scss */
#step3 .stage #select_position {
  width: 222px;
  height: 60px;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  background-image: url(/src/img/generator/btn_select_position.png);
  background-repeat: no-repeat;
  background-size: 222px auto;
}
/* line 315, ../sass/generator.scss */
#step3 .stage #select_position input[type="file"] {
  position: absolute;
  right: 0;
  font-size: 999px;
}
/* line 321, ../sass/generator.scss */
#step3 .stage #set_emblem {
  position: absolute;
  top: 15px;
  left: 57px;
}
/* line 327, ../sass/generator.scss */
#step3 .nav {
  margin: 15px;
  border: 1px solid #d5cdbb;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
/* line 333, ../sass/generator.scss */
#step3 .nav li {
  width: 33.3333%;
  float: left;
  text-align: center;
  padding: 15px 0;
  border-left: 1px solid #d5cdbb;
  font-weight: bold;
  font-size: 11px;
  font-size: 1.1rem;
  -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 342, ../sass/generator.scss */
#step3 .nav li:first-child {
  border-left: none;
}
/* line 345, ../sass/generator.scss */
#step3 .nav li#select_back_emblem {
  position: relative;
  overflow: hidden;
}
/* line 348, ../sass/generator.scss */
#step3 .nav li#select_back_emblem input {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 500px;
  font-size: 50rem;
}
/* line 357, ../sass/generator.scss */
#step3 .footer {
  overflow: hidden;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
/* line 363, ../sass/generator.scss */
#step3 .footer .prev {
  float: left;
  width: 25%;
}
/* line 367, ../sass/generator.scss */
#step3 .footer .tle {
  width: 50%;
  overflow: hidden;
  float: left;
}
/* line 372, ../sass/generator.scss */
#step3 .footer .next {
  float: left;
  width: 25%;
}

/* line 380, ../sass/generator.scss */
#step4 p {
  margin: 10px 10px 15px;
}
/* line 383, ../sass/generator.scss */
#step4 .stage {
  width: 300px;
  position: relative;
  margin: 0 auto 15px;
}
/* line 387, ../sass/generator.scss */
#step4 .stage .stage_inner {
  position: relative;
  top: 0;
  left: 0%;
  padding: 10px 0;
  width: 200%;
  background: #f7e6c6;
  overflow: hidden;
  -webkit-box-shadow: #eace9c 0px 0px 3px 2px inset, #fff 0px 1px 2px;
  -moz-box-shadow: #eace9c 0px 0px 3px 2px inset, #fff 0px 1px 2px;
  -ms-box-shadow: #eace9c 0px 0px 3px 2px inset, #fff 0px 1px 2px;
  -o-box-shadow: #eace9c 0px 0px 3px 2px inset, #fff 0px 1px 2px;
  box-shadow: #eace9c 0px 0px 3px 2px inset, #fff 0px 1px 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 397, ../sass/generator.scss */
#step4 .stage .stage_inner .table {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 2px solid #eace9c;
  float: left;
  text-align: center;
}
/* line 403, ../sass/generator.scss */
#step4 .stage .stage_inner .table .card_table {
  height: 257px;
}
/* line 407, ../sass/generator.scss */
#step4 .stage .stage_inner .back {
  width: 50%;
  height: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #fff;
  float: left;
  text-align: center;
}
/* line 414, ../sass/generator.scss */
#step4 .stage .stage_inner .back .card_table {
  height: 257px;
}
/* line 421, ../sass/generator.scss */
#step4 .stage.horizontal .table .card_table {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0 0;
}
/* line 427, ../sass/generator.scss */
#step4 .stage .preview {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 432, ../sass/generator.scss */
#step4 .stage .preview .preview_back {
  position: absolute;
  top: 125px;
  right: -20px;
}
/* line 437, ../sass/generator.scss */
#step4 .stage .preview .preview_table {
  display: none;
  position: absolute;
  top: 125px;
  left: -20px;
}
/* line 445, ../sass/generator.scss */
#step4 .submit {
  overflow: hidden;
}
/* line 447, ../sass/generator.scss */
#step4 .submit .my_page, #step4 .submit .login {
  width: 50%;
  float: left;
}
/* line 451, ../sass/generator.scss */
#step4 .submit .order, #step4 .submit .join {
  width: 50%;
  float: left;
}
/* line 456, ../sass/generator.scss */
#step4 #finish {
  position: absolute;
  top: 140px;
  left: 50%;
  margin-left: -140px;
}
/* line 462, ../sass/generator.scss */
#step4 #expansion {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  left: 0;
}
/* line 474, ../sass/generator.scss */
#step4 #expansion #expansion_table {
  position: relative;
}
/* line 478, ../sass/generator.scss */
#step4 #expansion #expansion_back {
  position: relative;
  display: none;
}

/* line 487, ../sass/generator.scss */
#modal_picture_Control #stage_step2_2 {
  border: 1px solid #ece0c2;
  padding: 3px;
  background: #fff;
  position: relative;
  width: 279px;
  margin: 0 auto 20px;
  overflow: hidden;
}
/* line 496, ../sass/generator.scss */
#modal_picture_Control #out_frame_2 {
  width: 279px;
  height: 279px;
  overflow: hidden;
}
/* line 501, ../sass/generator.scss */
#modal_picture_Control #uploaded_image_step2_2 {
  position: absolute;
  top: 13px;
  left: 55px;
}
/* line 506, ../sass/generator.scss */
#modal_picture_Control #frame_step2_2,
#modal_picture_Control #layout_text_image_2 {
  position: absolute;
  top: 11px;
  left: 11px;
}
/* line 512, ../sass/generator.scss */
#modal_picture_Control #frame_cover_step2_2 {
  width: 279px;
  height: 279px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(/src/img/generator/mask_vertical.png);
  background-repeat: no-repeat;
  background-size: 279px, 279px;
}
/* line 525, ../sass/generator.scss */
#modal_picture_Control .stage.horizontal #uploaded_image_step2_2 {
  position: absolute;
  left: 13px;
  top: 51.5px;
}
/* line 530, ../sass/generator.scss */
#modal_picture_Control .stage.horizontal #frame_cover_step2_2 {
  background-image: url(/src/img/generator/mask_horizontal.png);
}
/* line 534, ../sass/generator.scss */
#modal_picture_Control #control_panel {
  overflow: hidden;
  margin: 0 15px 25px;
}
/* line 537, ../sass/generator.scss */
#modal_picture_Control #control_panel #zoom,
#modal_picture_Control #control_panel #rotate,
#modal_picture_Control #control_panel #brightness {
  width: 30%;
  float: left;
}
/* line 542, ../sass/generator.scss */
#modal_picture_Control #control_panel #zoom h3,
#modal_picture_Control #control_panel #rotate h3,
#modal_picture_Control #control_panel #brightness h3 {
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 5px;
}
/* line 548, ../sass/generator.scss */
#modal_picture_Control #control_panel #zoom div,
#modal_picture_Control #control_panel #rotate div,
#modal_picture_Control #control_panel #brightness div {
  width: 49.99%;
  float: left;
  text-align: center;
}
/* line 552, ../sass/generator.scss */
#modal_picture_Control #control_panel #zoom div img,
#modal_picture_Control #control_panel #rotate div img,
#modal_picture_Control #control_panel #brightness div img {
  width: 80%;
  height: auto;
}
/* line 558, ../sass/generator.scss */
#modal_picture_Control #control_panel #rotate {
  float: none;
  overflow: hidden;
  margin: auto;
}
/* line 563, ../sass/generator.scss */
#modal_picture_Control #control_panel #brightness {
  float: right;
}

/* line 571, ../sass/generator.scss */
#modal_frame_color #stage_step2_3 {
  margin: 0 auto 10px;
  width: 263px;
  height: 263px;
  position: relative;
}
/* line 577, ../sass/generator.scss */
#modal_frame_color #out_frame_3 {
  width: 174px;
  height: 257px;
  background: #fff;
  margin: auto;
  padding: 3px;
  -webkit-box-shadow: #e1d8c1 0px 0px 0px 2px;
  -moz-box-shadow: #e1d8c1 0px 0px 0px 2px;
  -ms-box-shadow: #e1d8c1 0px 0px 0px 2px;
  -o-box-shadow: #e1d8c1 0px 0px 0px 2px;
  box-shadow: #e1d8c1 0px 0px 0px 2px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
/* line 587, ../sass/generator.scss */
#modal_frame_color .horizontal #out_frame_3 {
  position: relative;
  top: 41.5px;
  height: 174px;
  width: 257px;
}
/* line 593, ../sass/generator.scss */
#modal_frame_color .horizontal #uploaded_image_step2_3 {
  position: absolute;
  top: -38.5px;
  left: 3px;
  border: 2px;
}
/* line 599, ../sass/generator.scss */
#modal_frame_color .horizontal #frame_step2_3 {
  top: -38.5px;
}
/* line 603, ../sass/generator.scss */
#modal_frame_color #uploaded_image_step2_3 {
  position: absolute;
  top: 3px;
  left: 3px;
  border: 2px;
}
/* line 609, ../sass/generator.scss */
#modal_frame_color #frame_step2_3 {
  position: absolute;
  top: 3px;
  left: 3px;
}
/* line 615, ../sass/generator.scss */
#modal_frame_color #frame_selector {
  margin: 0 0 15px;
}
/* line 617, ../sass/generator.scss */
#modal_frame_color #frame_selector .prev {
  width: 10px;
  height: 95px;
  float: left;
  margin: 0;
  padding: 12px;
}
/* line 623, ../sass/generator.scss */
#modal_frame_color #frame_selector .prev img {
  margin-top: 30px;
}
/* line 627, ../sass/generator.scss */
#modal_frame_color #frame_selector .next {
  width: 10px;
  height: 95px;
  float: right;
  text-align: right;
  margin: 0;
  padding: 12px;
}
/* line 634, ../sass/generator.scss */
#modal_frame_color #frame_selector .next img {
  margin-top: 30px;
}
/* line 638, ../sass/generator.scss */
#modal_frame_color #frame_selector .frame_list_wrapper {
  overflow: hidden;
  position: relative;
  height: 105px;
}
/* line 643, ../sass/generator.scss */
#modal_frame_color #frame_selector .frame_list {
  width: 1000px;
  overflow: hidden;
  padding: 5px 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* line 652, ../sass/generator.scss */
#modal_frame_color #frame_selector .frame_list li {
  float: left;
  border: 1px solid #fff;
  background: #fff;
  margin: 0 5px;
  position: relative;
  -webkit-box-shadow: #e1d8c1 0px 0px 0px 1px;
  -moz-box-shadow: #e1d8c1 0px 0px 0px 1px;
  -ms-box-shadow: #e1d8c1 0px 0px 0px 1px;
  -o-box-shadow: #e1d8c1 0px 0px 0px 1px;
  box-shadow: #e1d8c1 0px 0px 0px 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
/* line 660, ../sass/generator.scss */
#modal_frame_color #frame_selector .frame_list li:after {
  content: url(/src/img/generator/check.png);
  position: absolute;
  top: -6px;
  right: -6px;
}
/* line 666, ../sass/generator.scss */
#modal_frame_color #frame_selector .frame_list li.active {
  border: 1px solid #f05d2d;
}
/* line 668, ../sass/generator.scss */
#modal_frame_color #frame_selector .frame_list li.active:after {
  content: url(/src/img/generator/check_active.png);
}
/* line 676, ../sass/generator.scss */
#modal_frame_color .color_selector {
  overflow: hidden;
  background: #f7e6c6;
  border-top: 1px solid #eadbbe;
  padding: 10px 5px;
  width: 100%;
}
/* line 682, ../sass/generator.scss */
#modal_frame_color .color_selector .prev {
  width: 40px;
  float: left;
}
/* line 686, ../sass/generator.scss */
#modal_frame_color .color_selector .next {
  width: 40px;
  float: right;
  text-align: right;
}
/* line 691, ../sass/generator.scss */
#modal_frame_color .color_selector .color_list_wrapper {
  top: 11px;
  overflow: hidden;
  position: relative;
  height: 30px;
}
/* line 696, ../sass/generator.scss */
#modal_frame_color .color_selector .color_list_wrapper ul {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 1000px;
}
/* line 702, ../sass/generator.scss */
#modal_frame_color .color_selector .color_list_wrapper 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;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  display: inline-block;
  margin-right: 5px;
}
/* line 709, ../sass/generator.scss */
#modal_frame_color .color_selector .color_list_wrapper ul li.active {
  border: 1px solid #fc6;
}

/* line 721, ../sass/generator.scss */
#modal_emblem #stage_step2_4 {
  margin: 0 auto 10px;
  width: 263px;
  height: 263px;
  position: relative;
}
/* line 727, ../sass/generator.scss */
#modal_emblem #out_frame_4 {
  height: 257px;
  width: 174px;
  background: #fff;
  margin: auto;
  padding: 3px;
  -webkit-box-shadow: #e1d8c1 0px 0px 0px 2px;
  -moz-box-shadow: #e1d8c1 0px 0px 0px 2px;
  -ms-box-shadow: #e1d8c1 0px 0px 0px 2px;
  -o-box-shadow: #e1d8c1 0px 0px 0px 2px;
  box-shadow: #e1d8c1 0px 0px 0px 2px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
/* line 736, ../sass/generator.scss */
#modal_emblem .horizontal #out_frame_4 {
  position: relative;
  top: 41.5px;
  width: 257px;
  height: 174px;
}
/* line 742, ../sass/generator.scss */
#modal_emblem #uploaded_image_step2_4 {
  border: 2px;
  position: absolute;
  left: 3px;
  top: 3px;
}
/* line 748, ../sass/generator.scss */
#modal_emblem .horizontal #uploaded_image_step2_4 {
  top: -38.5px;
}
/* line 751, ../sass/generator.scss */
#modal_emblem #emblem_step2_4 {
  position: absolute;
  top: 8px;
  left: 50px;
}
/* line 756, ../sass/generator.scss */
#modal_emblem .horizontal #emblem_step2_4 {
  top: 8px;
  left: 8px;
}
/* line 760, ../sass/generator.scss */
#modal_emblem #frame_step2_4 {
  position: absolute;
  top: 3px;
  left: 3px;
}
/* line 765, ../sass/generator.scss */
#modal_emblem .horizontal #frame_step2_4 {
  top: -38.5px;
}
/* line 768, ../sass/generator.scss */
#modal_emblem #btn_upload_emblem {
  position: relative;
  overflow: hidden;
}
/* line 771, ../sass/generator.scss */
#modal_emblem #btn_upload_emblem input {
  font-size: 500px;
  font-size: 50rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
/* line 778, ../sass/generator.scss */
#modal_emblem .emblem_list {
  text-align: center;
  margin-bottom: 30px;
}
/* line 781, ../sass/generator.scss */
#modal_emblem .emblem_list ul {
  display: inline-block;
  text-align: left;
  background: #fff;
  width: 300px;
}
/* line 786, ../sass/generator.scss */
#modal_emblem .emblem_list ul li {
  display: inline-block;
  text-align: center;
  width: 60px;
  height: 60px;
  position: relative;
  background-color: #fff;
  background-image: url(/src/img/generator/bg_emblem.png);
  background-repeat: no-repeat;
}
/* line 797, ../sass/generator.scss */
#modal_emblem .emblem_list ul li img {
  position: relative;
  top: 2px;
  background: #fff;
}
/* line 803, ../sass/generator.scss */
#modal_emblem .emblem_list ul li.user_uploaded:after {
  content: url(/src/img/generator/btn_delete_emblem.png);
  top: 0;
  right: 0;
  position: absolute;
}
/* line 810, ../sass/generator.scss */
#modal_emblem .emblem_list ul li:nth-child(5n+1) {
  background-image: url(/src/img/generator/bg_emblem_left.png);
}
/* line 813, ../sass/generator.scss */
#modal_emblem .emblem_list ul li:nth-child(-n+5) {
  background-image: url(/src/img/generator/bg_emblem_top.png);
}
/* line 816, ../sass/generator.scss */
#modal_emblem .emblem_list ul li:first-child {
  background-image: none;
}
/* line 819, ../sass/generator.scss */
#modal_emblem .emblem_list ul li.active {
  background: #f26432;
}
/* line 825, ../sass/generator.scss */
#modal_emblem .remove_emblem {
  display: block;
  background-color: #f26432;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  padding: 18px 10px;
  text-align: center;
  font-weight: bold;
  text-shadow: 1px 1px 1px #c30;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

/* line 844, ../sass/generator.scss */
#modal_input_info .modal_body {
  padding: 0;
}
/* line 847, ../sass/generator.scss */
#modal_input_info dl {
  margin: 10px;
}
/* line 849, ../sass/generator.scss */
#modal_input_info dl dt {
  background-image: url(/src/img/marker/bullet_a.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
  margin: 10px 0;
  padding-left: 12px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #4d3d38;
  font-weight: bold;
}
/* line 862, ../sass/generator.scss */
#modal_input_info ul {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #f9f1e2;
  border-top: none;
  margin-bottom: 30px;
}
/* line 869, ../sass/generator.scss */
#modal_input_info ul li {
  border-top: 1px solid #f9f1e2;
  padding: 10px;
}
/* line 872, ../sass/generator.scss */
#modal_input_info ul li label {
  border: none;
}
/* line 875, ../sass/generator.scss */
#modal_input_info ul li input {
  margin-right: 8px;
}

/* line 885, ../sass/generator.scss */
#modal_input_info_back .modal_body {
  padding: 0;
}
/* line 888, ../sass/generator.scss */
#modal_input_info_back dl {
  margin: 10px;
}
/* line 890, ../sass/generator.scss */
#modal_input_info_back dl dt {
  background-image: url(/src/img/marker/bullet_a.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
  margin: 10px 0;
  padding-left: 12px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #4d3d38;
  font-weight: bold;
}
/* line 903, ../sass/generator.scss */
#modal_input_info_back ul {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #f9f1e2;
  border-top: none;
  margin-bottom: 30px;
}
/* line 910, ../sass/generator.scss */
#modal_input_info_back ul li {
  border-top: 1px solid #f9f1e2;
  padding: 10px;
}
/* line 913, ../sass/generator.scss */
#modal_input_info_back ul li label {
  border: none;
}
/* line 916, ../sass/generator.scss */
#modal_input_info_back ul li input {
  margin-right: 8px;
}
/* line 921, ../sass/generator.scss */
#modal_input_info_back textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  padding: 5px;
}

/* line 931, ../sass/generator.scss */
#modal_position .modal_body {
  padding: 0;
}
/* line 933, ../sass/generator.scss */
#modal_position .modal_body ul {
  margin: 10px 10px 30px;
  overflow: hidden;
}
/* line 936, ../sass/generator.scss */
#modal_position .modal_body ul li {
  width: 25%;
  text-align: center;
  font-size: 9px;
  font-size: 0.9rem;
  margin-bottom: 15px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
/* line 944, ../sass/generator.scss */
#modal_position .modal_body ul li:after {
  content: url(/src/img/generator/check.png);
  position: absolute;
  top: -2px;
  right: 2px;
}
/* line 950, ../sass/generator.scss */
#modal_position .modal_body ul li img {
  display: block;
  border: 2px solid #fff;
  margin: 0 auto 5px;
}
/* line 954, ../sass/generator.scss */
#modal_position .modal_body ul li img.user_info {
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  border: none;
  margin: auto;
}
/* line 964, ../sass/generator.scss */
#modal_position .modal_body ul li.active:after {
  content: url(/src/img/generator/check_active.png);
}
/* line 967, ../sass/generator.scss */
#modal_position .modal_body ul li.active img {
  border-color: #f05d2d;
}

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