/*! aiaioCardSystem 2015-08-11 */
/*setting*/
/*mixin*/
/*setting*/
/*mixin*/
/* line 89, ../sass/generator/_generator_modal.scss */
#modal_frame {
  display: none;
  background: #fcf4df;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: auto;
}
/* line 15, ../sass/generator/_generator_modal.scss */
#modal_frame form {
  width: 938px;
  position: absolute;
  top: 60px;
  right: 0;
  left: 0;
  margin: auto;
}
/* line 22, ../sass/generator/_generator_modal.scss */
#modal_frame form h2 {
  margin-bottom: 15px;
}
/* line 92, ../sass/generator/_generator_modal.scss */
#modal_frame .container {
  width: 938px;
  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 95, ../sass/generator/_generator_modal.scss */
#modal_frame .container .left_container {
  width: 447px;
  float: left;
  margin: 14px 0 0 14px;
}
/* line 41, ../sass/generator/_generator_modal.scss */
#modal_frame .container .left_container .stage {
  padding: 4px;
  -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;
  background: #fff;
  position: relative;
}
/* line 47, ../sass/generator/_generator_modal.scss */
#contents.vertical #modal_frame .container .left_container .stage {
  width: 300px;
  margin-left: 73px;
}
/* line 50, ../sass/generator/_generator_modal.scss */
#contents.vertical #modal_frame .container .left_container .stage .template {
  position: absolute;
  top: 30px;
  left: 100px;
}
/* line 56, ../sass/generator/_generator_modal.scss */
#contents.horizontal #modal_frame .container .left_container .stage {
  width: 443px;
  margin-left: 0px;
  margin-top: 70px;
}
/* line 60, ../sass/generator/_generator_modal.scss */
#contents.horizontal #modal_frame .container .left_container .stage .template {
  position: absolute;
  top: 100px;
  left: 30px;
}
/* line 97, ../sass/generator/_generator_modal.scss */
#modal_frame .container .left_container .stage {
  width: 443px;
  height: 443px;
}
/* line 100, ../sass/generator/_generator_modal.scss */
#modal_frame .container .left_container .stage .user_image {
  position: absolute;
  top: 4px;
  left: 4px;
}
/* line 105, ../sass/generator/_generator_modal.scss */
#modal_frame .container .left_container .stage .frame {
  position: absolute;
  top: 4px;
  left: 4px;
}
/* line 111, ../sass/generator/_generator_modal.scss */
#modal_frame .container .left_container .color_selector {
  position: absolute;
  bottom: 20px;
  left: 15px;
  overflow: hidden;
  width: 450px;
}
/* line 117, ../sass/generator/_generator_modal.scss */
#modal_frame .container .left_container .color_selector .prev {
  float: left;
  margin-bottom: 0;
  margin-right: 3px;
}
/* line 122, ../sass/generator/_generator_modal.scss */
#modal_frame .container .left_container .color_selector .next {
  float: right;
  margin-bottom: 0;
  margin-left: 3px;
}
/* line 127, ../sass/generator/_generator_modal.scss */
#modal_frame .container .left_container .color_selector .color_list_wrapper {
  width: 370px;
  height: 32px;
  overflow: hidden;
  margin-top: 1px;
  position: relative;
}
/* line 133, ../sass/generator/_generator_modal.scss */
#modal_frame .container .left_container .color_selector .color_list_wrapper ul {
  width: 1000px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 138, ../sass/generator/_generator_modal.scss */
#modal_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 144, ../sass/generator/_generator_modal.scss */
#modal_frame .container .left_container .color_selector .color_list_wrapper ul li.active {
  border-color: #fc6;
}
/* line 152, ../sass/generator/_generator_modal.scss */
#modal_frame .container .right_container {
  float: right;
  width: auto;
  height: auto;
  padding: 0;
}
/* line 157, ../sass/generator/_generator_modal.scss */
#modal_frame .container .right_container ul {
  margin-top: 7px;
  height: 533px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 440px;
}
/* line 163, ../sass/generator/_generator_modal.scss */
#modal_frame .container .right_container ul li {
  float: left;
  margin: 11px 10px 0 0;
  position: relative;
  border: 2px solid #fff;
  cursor: pointer;
}
/* line 169, ../sass/generator/_generator_modal.scss */
#modal_frame .container .right_container ul li:after {
  content: url(/src/img/generator/modal/marker_check_frame.png);
  position: absolute;
  top: -10px;
  right: -10px;
}
/* line 175, ../sass/generator/_generator_modal.scss */
#modal_frame .container .right_container ul li.active {
  border: 2px solid #f05d2d !important;
  cursor: default !important;
}
/* line 178, ../sass/generator/_generator_modal.scss */
#modal_frame .container .right_container ul li.active:after {
  content: url(/src/img/generator/modal/marker_check_frame_active.png) !important;
}
/* line 182, ../sass/generator/_generator_modal.scss */
#modal_frame .container .right_container ul li:hover {
  border: 2px solid #fc6;
}
/* line 184, ../sass/generator/_generator_modal.scss */
#modal_frame .container .right_container ul li:hover:after {
  content: url(/src/img/generator/modal/marker_check_frame_on.png);
}
/* line 188, ../sass/generator/_generator_modal.scss */
#modal_frame .container .right_container ul li .layoutFrame {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 197, ../sass/generator/_generator_modal.scss */
#modal_frame .submit {
  position: relative;
  text-align: center;
}
/* line 201, ../sass/generator/_generator_modal.scss */
#modal_frame input[type="submit"] {
  text-align: left;
  text-indent: 9999em;
  overflow: hidden;
  border: none;
  cursor: pointer;
  width: 304px;
  height: 66px;
  background-color: transparent;
  background-image: url(/src/img/generator/modal/btn_select_frame.png);
}
/* line 209, ../sass/generator/_generator_modal.scss */
#modal_frame input[type="submit"]:hover {
  background-color: transparent;
  background-image: url(/src/img/generator/modal/btn_select_frame_on.png);
}
/* line 216, ../sass/generator/_generator_modal.scss */
#modal_frame .close {
  position: absolute;
  top: -40px;
  right: 0;
}

/* line 221, ../sass/generator/_generator_modal.scss */
#modal_emblem {
  display: none;
  background: #fcf4df;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: auto;
}
/* line 15, ../sass/generator/_generator_modal.scss */
#modal_emblem form {
  width: 938px;
  position: absolute;
  top: 60px;
  right: 0;
  left: 0;
  margin: auto;
}
/* line 22, ../sass/generator/_generator_modal.scss */
#modal_emblem form h2 {
  margin-bottom: 15px;
}
/* line 225, ../sass/generator/_generator_modal.scss */
#modal_emblem .cover {
  width: 938px;
  position: absolute;
  top: 60px;
  right: 0;
  left: 0;
  margin: auto;
}
/* line 232, ../sass/generator/_generator_modal.scss */
#modal_emblem .cover h2 {
  margin-bottom: 15px;
}
/* line 236, ../sass/generator/_generator_modal.scss */
#modal_emblem .container {
  overflow: hidden;
  padding-bottom: 15px;
  width: 938px;
  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;
}
/* line 240, ../sass/generator/_generator_modal.scss */
#modal_emblem .container .left_container {
  width: 447px;
  float: left;
  margin: 14px 0 0 14px;
  width: 451px;
}
/* line 41, ../sass/generator/_generator_modal.scss */
#modal_emblem .container .left_container .stage {
  padding: 4px;
  -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;
  background: #fff;
  position: relative;
}
/* line 47, ../sass/generator/_generator_modal.scss */
#contents.vertical #modal_emblem .container .left_container .stage {
  width: 300px;
  margin-left: 73px;
}
/* line 50, ../sass/generator/_generator_modal.scss */
#contents.vertical #modal_emblem .container .left_container .stage .template {
  position: absolute;
  top: 30px;
  left: 100px;
}
/* line 56, ../sass/generator/_generator_modal.scss */
#contents.horizontal #modal_emblem .container .left_container .stage {
  width: 443px;
  margin-left: 0px;
  margin-top: 70px;
}
/* line 60, ../sass/generator/_generator_modal.scss */
#contents.horizontal #modal_emblem .container .left_container .stage .template {
  position: absolute;
  top: 100px;
  left: 30px;
}
/* line 243, ../sass/generator/_generator_modal.scss */
#modal_emblem .container .left_container .template {
  position: absolute;
  top: 10px;
  left: 81px;
}
/* line 249, ../sass/generator/_generator_modal.scss */
#modal_emblem .container .stage {
  height: 443px;
}
/* line 253, ../sass/generator/_generator_modal.scss */
#modal_emblem .container .horizontal .template {
  top: 81px;
  left: 10px;
}
/* line 258, ../sass/generator/_generator_modal.scss */
#modal_emblem .container .right_container {
  width: 450px;
  float: right;
  margin-right: 0px;
}
/* line 261, ../sass/generator/_generator_modal.scss */
#modal_emblem .container .right_container .select_emblem {
  margin-top: 15px;
  width: 426px;
  background-color: white;
  border: 3px solid #fcedc2;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  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);
}
/* line 271, ../sass/generator/_generator_modal.scss */
#modal_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 283, ../sass/generator/_generator_modal.scss */
#modal_emblem .container .right_container .select_emblem .emblem_list {
  overflow: hidden;
  margin-left: 10px;
}
/* line 287, ../sass/generator/_generator_modal.scss */
#modal_emblem .container .right_container .select_emblem ul {
  overflow: hidden;
  width: 400px;
  position: relative;
  margin: -1px 0 23px -1px;
}
/* line 292, ../sass/generator/_generator_modal.scss */
#modal_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 303, ../sass/generator/_generator_modal.scss */
#modal_emblem .container .right_container .select_emblem ul li img {
  cursor: pointer;
  border: 2px solid transparent;
}
/* line 307, ../sass/generator/_generator_modal.scss */
#modal_emblem .container .right_container .select_emblem ul li:hover img {
  background-color: #fefbf2;
}
/* line 312, ../sass/generator/_generator_modal.scss */
#modal_emblem .container .right_container .select_emblem ul li.active img {
  cursor: default;
  border: 2px solid #f26432;
  background-color: #fff;
}
/* line 317, ../sass/generator/_generator_modal.scss */
#modal_emblem .container .right_container .select_emblem ul li span.close {
  position: absolute;
  top: 1px;
  right: 0;
}
/* line 321, ../sass/generator/_generator_modal.scss */
#modal_emblem .container .right_container .select_emblem ul li span.close img {
  border: none;
  background: transparent;
}
/* line 328, ../sass/generator/_generator_modal.scss */
#modal_emblem .container .right_container .select_emblem .description {
  width: 410px;
}
/* line 330, ../sass/generator/_generator_modal.scss */
#modal_emblem .container .right_container .select_emblem .description .case p {
  margin-left: 25px;
  margin-bottom: 10px;
}
/* line 334, ../sass/generator/_generator_modal.scss */
#modal_emblem .container .right_container .select_emblem .description #upload_emblem {
  margin-left: 25px;
  width: 226px;
  height: 47px;
  position: relative;
  overflow: hidden;
  background-image: url(/src/img/generator/modal/btn_upload_emblem.png);
  background-repeat: no-repeat;
}
/* line 344, ../sass/generator/_generator_modal.scss */
#modal_emblem .container .right_container .select_emblem .description #upload_emblem form {
  width: auto;
  position: static;
  top: 0;
}
/* line 349, ../sass/generator/_generator_modal.scss */
#modal_emblem .container .right_container .select_emblem .description #upload_emblem input[type="file"] {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 500px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -webkit-opacity: 0;
  zoom: 1;
}
/* line 360, ../sass/generator/_generator_modal.scss */
#modal_emblem .container .right_container .select_emblem .description #upload_emblem input[type="file"]::-ms-value {
  background-color: #fff;
}
/* line 369, ../sass/generator/_generator_modal.scss */
#modal_emblem .submit {
  text-align: center;
}
/* line 371, ../sass/generator/_generator_modal.scss */
#modal_emblem .submit input[type="submit"] {
  text-align: left;
  text-indent: 9999em;
  overflow: hidden;
  border: none;
  cursor: pointer;
  width: 305px;
  height: 67px;
  background-color: transparent;
  background-image: url(/src/img/generator/modal/btn_select_emblem.png);
}
/* line 379, ../sass/generator/_generator_modal.scss */
#modal_emblem .submit input[type="submit"]:hover {
  background-color: transparent;
  background-image: url(/src/img/generator/modal/btn_select_emblem_on.png);
}
/* line 387, ../sass/generator/_generator_modal.scss */
#modal_emblem .close {
  position: absolute;
  top: -40px;
  right: 0;
}

/* line 392, ../sass/generator/_generator_modal.scss */
#modal_position {
  display: none;
  background: #fcf4df;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: auto;
}
/* line 15, ../sass/generator/_generator_modal.scss */
#modal_position form {
  width: 938px;
  position: absolute;
  top: 60px;
  right: 0;
  left: 0;
  margin: auto;
}
/* line 22, ../sass/generator/_generator_modal.scss */
#modal_position form h2 {
  margin-bottom: 15px;
}
/* line 395, ../sass/generator/_generator_modal.scss */
#modal_position .container {
  height: 482px;
  width: 938px;
  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;
}
/* line 398, ../sass/generator/_generator_modal.scss */
#modal_position .container ul {
  padding-top: 23px;
  padding-left: 5px;
  height: 459px;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
  -ms-overflow-y: scroll;
  overflow-y: scroll;
}
/* line 406, ../sass/generator/_generator_modal.scss */
#modal_position .container ul li {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
  width: 130px;
  vertical-align: top;
}
/* line 413, ../sass/generator/_generator_modal.scss */
#modal_position .container ul li .position {
  border: 2px solid #fff;
  display: block;
  margin-bottom: 10px;
  position: relative;
}
/* line 418, ../sass/generator/_generator_modal.scss */
#modal_position .container ul li .position:after {
  content: url(/src/img/generator/modal/marker_check_frame.png);
  position: absolute;
  top: -10px;
  right: -10px;
}
/* line 425, ../sass/generator/_generator_modal.scss */
#modal_position .container ul li:hover .position {
  border: 2px solid #fc6;
}
/* line 427, ../sass/generator/_generator_modal.scss */
#modal_position .container ul li:hover .position:after {
  content: url(/src/img/generator/modal/marker_check_frame_on.png);
}
/* line 431, ../sass/generator/_generator_modal.scss */
#modal_position .container ul li.active .position {
  cursor: default !important;
  border: 2px solid #f05d2d !important;
}
/* line 434, ../sass/generator/_generator_modal.scss */
#modal_position .container ul li.active .position:after {
  content: url(/src/img/generator/modal/marker_check_frame_active.png) !important;
}
/* line 438, ../sass/generator/_generator_modal.scss */
#modal_position .container ul li .caption {
  text-align: center;
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 443, ../sass/generator/_generator_modal.scss */
#modal_position .container ul li .user_info {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 451, ../sass/generator/_generator_modal.scss */
#modal_position .submit {
  text-align: center;
}
/* line 453, ../sass/generator/_generator_modal.scss */
#modal_position .submit input[type="submit"] {
  text-align: left;
  text-indent: 9999em;
  overflow: hidden;
  border: none;
  cursor: pointer;
  width: 305px;
  height: 67px;
  background-color: transparent;
  background-image: url(/src/img/generator/modal/btn_select_position.png);
}
/* line 461, ../sass/generator/_generator_modal.scss */
#modal_position .submit input[type="submit"]:hover {
  background-color: transparent;
  background-image: url(/src/img/generator/modal/btn_select_position_on.png);
}
/* line 469, ../sass/generator/_generator_modal.scss */
#modal_position .close {
  position: absolute;
  top: -40px;
  right: 0;
}

/* line 476, ../sass/generator/_generator_modal.scss */
#step0 {
  background: #fcf4df;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 100;
}
/* line 15, ../sass/generator/_generator_modal.scss */
#step0 form {
  width: 938px;
  position: absolute;
  top: 60px;
  right: 0;
  left: 0;
  margin: auto;
}
/* line 22, ../sass/generator/_generator_modal.scss */
#step0 form h2 {
  margin-bottom: 15px;
}
/* line 480, ../sass/generator/_generator_modal.scss */
body.flag_11 #step0 {
  display: none;
}
/* line 483, ../sass/generator/_generator_modal.scss */
#step0 .container {
  width: 940px;
  margin: 130px auto;
  position: relative;
}
/* line 487, ../sass/generator/_generator_modal.scss */
#step0 .container .step0_header {
  overflow: hidden;
}
/* line 489, ../sass/generator/_generator_modal.scss */
#step0 .container .step0_header p {
  float: right;
}
/* line 493, ../sass/generator/_generator_modal.scss */
#step0 .container h2 {
  text-align: center;
  margin-bottom: 15px;
}
/* line 497, ../sass/generator/_generator_modal.scss */
#step0 .container h3 {
  text-align: center;
  margin-bottom: 30px;
}
/* line 501, ../sass/generator/_generator_modal.scss */
#step0 .container ul {
  text-align: center;
  vertical-align: top;
}
/* line 504, ../sass/generator/_generator_modal.scss */
#step0 .container ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  width: 240px;
  min-height: 325px;
  background: #FFF;
  -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: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 36px 15px 15px;
  border: 5px solid #fcedc2;
  -webkit-box-shadow: 0 0 3px rgba(204, 204, 204, 0.75);
  -moz-box-shadow: 0 0 3px rgba(204, 204, 204, 0.75);
  -ms-box-shadow: 0 0 3px rgba(204, 204, 204, 0.75);
  -o-box-shadow: 0 0 3px rgba(204, 204, 204, 0.75);
  box-shadow: 0 0 3px rgba(204, 204, 204, 0.75);
}
/* line 516, ../sass/generator/_generator_modal.scss */
#step0 .container ul li h4 {
  text-align: center;
  margin-bottom: 15px;
}
/* line 520, ../sass/generator/_generator_modal.scss */
#step0 .container ul li p {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.6;
  margin-bottom: 10px;
}
/* line 525, ../sass/generator/_generator_modal.scss */
#step0 .container ul li p:last-child {
  margin-bottom: 0;
}
/* line 531, ../sass/generator/_generator_modal.scss */
#step0 .container .close {
  position: absolute;
  right: 0;
  top: -122px;
}

/* line 23, ../sass/generator.scss */
#stepFooter_1 {
  background: #f3e4c5;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 2px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 2px 1px;
  -ms-box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 2px 1px;
  -o-box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 2px 1px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 2px 1px;
}
/* line 26, ../sass/generator.scss */
#stepFooter_1 .container {
  width: 960px;
  margin: auto;
  overflow: hidden;
  text-align: center;
}
/* line 32, ../sass/generator.scss */
#stepFooter_1 .back {
  float: left;
  width: 256px;
}
/* line 36, ../sass/generator.scss */
#stepFooter_1 .next {
  float: right;
  width: 256px;
}
/* line 40, ../sass/generator.scss */
#stepFooter_1 .current {
  background: #fff;
  text-align: center;
  overflow: hidden;
  float: right;
  width: 448px;
}

/* line 23, ../sass/generator.scss */
#stepFooter_2 {
  background: #f3e4c5;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 2px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 2px 1px;
  -ms-box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 2px 1px;
  -o-box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 2px 1px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 2px 1px;
}
/* line 26, ../sass/generator.scss */
#stepFooter_2 .container {
  width: 960px;
  margin: auto;
  overflow: hidden;
  text-align: center;
}
/* line 32, ../sass/generator.scss */
#stepFooter_2 .back {
  float: left;
  width: 256px;
}
/* line 36, ../sass/generator.scss */
#stepFooter_2 .next {
  float: right;
  width: 256px;
}
/* line 40, ../sass/generator.scss */
#stepFooter_2 .current {
  background: #fff;
  text-align: center;
  overflow: hidden;
  float: right;
  width: 448px;
}

/* line 23, ../sass/generator.scss */
#stepFooter_3 {
  background: #f3e4c5;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 2px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 2px 1px;
  -ms-box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 2px 1px;
  -o-box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 2px 1px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 2px 1px;
}
/* line 26, ../sass/generator.scss */
#stepFooter_3 .container {
  width: 960px;
  margin: auto;
  overflow: hidden;
  text-align: center;
}
/* line 32, ../sass/generator.scss */
#stepFooter_3 .back {
  float: left;
  width: 256px;
}
/* line 36, ../sass/generator.scss */
#stepFooter_3 .next {
  float: right;
  width: 256px;
}
/* line 40, ../sass/generator.scss */
#stepFooter_3 .current {
  background: #fff;
  text-align: center;
  overflow: hidden;
  float: right;
  width: 448px;
}

/* line 51, ../sass/generator.scss */
#stepFooter_4 {
  background: #fff;
  text-align: center;
  padding: 8px 0 4px;
}
/* line 55, ../sass/generator.scss */
#stepFooter_4 img {
  vertical-align: top;
}
/* line 58, ../sass/generator.scss */
#stepFooter_4 .current {
  display: inline-block;
  float: none;
  width: 210px;
  text-align: left;
  margin: 0 7px;
}
/* line 65, ../sass/generator.scss */
#stepFooter_4 .modify_table {
  display: inline-block;
}
/* line 68, ../sass/generator.scss */
#stepFooter_4 .modify_back {
  display: inline-block;
}

/*setting*/
/*mixin*/
/* line 5, ../sass/generator/_generator_step1.scss */
#step1 #contents {
  padding: 30px 0 0;
}

/* line 8, ../sass/generator/_generator_step1.scss */
#genreSelector {
  width: 960px;
  margin-left: -5px;
  overflow: hidden;
  padding: 8px 3px 3px;
}
/* line 13, ../sass/generator/_generator_step1.scss */
#genreSelector li {
  float: left;
  margin: 0 5px 19px 6px;
  cursor: pointer;
  display: block;
  position: relative;
}
/* line 19, ../sass/generator/_generator_step1.scss */
#genreSelector li img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border: 3px solid #fcedc2;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
/* line 26, ../sass/generator/_generator_step1.scss */
#genreSelector li:after {
  content: url(/src/img/generator/step1/marker_check.png);
  position: absolute;
  top: -8px;
  right: -8px;
}
/* line 33, ../sass/generator/_generator_step1.scss */
#genreSelector li:hover img {
  border: 3px solid #ffcc66;
}
/* line 36, ../sass/generator/_generator_step1.scss */
#genreSelector li:hover:after {
  content: url(/src/img/generator/step1/marker_check_on.png);
}
/* line 40, ../sass/generator/_generator_step1.scss */
#genreSelector li.active {
  cursor: default;
}
/* line 42, ../sass/generator/_generator_step1.scss */
#genreSelector li.active img {
  border: 3px solid #f26432;
}
/* line 45, ../sass/generator/_generator_step1.scss */
#genreSelector li.active:after {
  content: url(/src/img/generator/step1/marker_check_active.png);
}

/*setting*/
/*mixin*/
/* line 3, ../sass/generator/_generator_step2.scss */
#contents_step2 {
  padding: 20px 0;
}

/* line 8, ../sass/generator/_generator_step2.scss */
#headerGroup_step2 {
  overflow: hidden;
  margin: 0 0 5px;
}
/* line 11, ../sass/generator/_generator_step2.scss */
#headerGroup_step2 h2 {
  float: left;
  margin-top: 12px;
}

/* line 17, ../sass/generator/_generator_step2.scss */
#orientation {
  float: right;
  margin: 0;
  width: 226px;
  height: 47px;
  text-indent: -9999em;
  overflow: hidden;
  cursor: pointer;
}
/* line 25, ../sass/generator/_generator_step2.scss */
#contents_step2.vertical #orientation {
  background-image: url(/src/img/generator/step2/btn_rotate_stage_horizontal.png);
  background-repeat: no-repeat;
}
/* line 31, ../sass/generator/_generator_step2.scss */
#contents_step2.vertical #orientation:hover {
  background-image: url(/src/img/generator/step2/btn_rotate_stage_horizontal_on.png);
  background-repeat: no-repeat;
}
/* line 37, ../sass/generator/_generator_step2.scss */
#contents_step2.horizontal #orientation {
  background-image: url(/src/img/generator/step2/btn_rotate_stage_vertical.png);
  background-repeat: no-repeat;
}
/* line 43, ../sass/generator/_generator_step2.scss */
#contents_step2.horizontal #orientation:hover {
  background-image: url(/src/img/generator/step2/btn_rotate_stage_vertical_on.png);
  background-repeat: no-repeat;
}

/* line 51, ../sass/generator/_generator_step2.scss */
#emblem_step2 {
  position: absolute;
}
/* line 53, ../sass/generator/_generator_step2.scss */
#contents_step2.vertical #emblem_step2 {
  top: 37px;
  left: 120px;
}
/* line 57, ../sass/generator/_generator_step2.scss */
#contents_step2.horizontal #emblem_step2 {
  top: 120px;
  left: 37px;
}

/* line 63, ../sass/generator/_generator_step2.scss */
.left_container {
  float: left;
  width: 575px;
  margin-top: 5px;
}
/* line 68, ../sass/generator/_generator_step2.scss */
.left_container .headerGroup h1 {
  float: left;
}
/* line 71, ../sass/generator/_generator_step2.scss */
.left_container .headerGroup .orientation {
  margin-top: -8px;
}

/* line 77, ../sass/generator/_generator_step2.scss */
#stage_wrapper {
  padding: 0 0 10px;
  margin: 0 0 5px;
  border-bottom: 1px solid #e6dfcd;
}

/* line 83, ../sass/generator/_generator_step2.scss */
#stage_step2 {
  margin: 0 0 12px;
  width: 574px;
  height: 574px;
  padding: 7px;
  position: relative;
  background-image: url(/src/img/generator/step2/bg_stage.png);
  background-repeat: no-repeat;
}

/* line 94, ../sass/generator/_generator_step2.scss */
#out_frame {
  width: 560px;
  height: 560px;
  position: relative;
  overflow: hidden;
}

/* line 101, ../sass/generator/_generator_step2.scss */
#uploaded_image_step2 {
  position: absolute;
}
/* line 103, ../sass/generator/_generator_step2.scss */
#contents_step2.vertical #uploaded_image_step2 {
  left: 107px;
  top: 24px;
}
/* line 107, ../sass/generator/_generator_step2.scss */
#contents_step2.horizontal #uploaded_image_step2 {
  left: 24px;
  top: 107px;
}

/* line 113, ../sass/generator/_generator_step2.scss */
#frame_step2 {
  position: absolute;
  left: 23px;
  top: 23px;
  width: 514px;
  height: 514px;
}

/* line 133, ../sass/generator/_generator_step2.scss */
#layout_text_image {
  width: 514px;
  height: 514px;
  position: absolute;
  top: 23px;
  left: 23px;
}

/* line 142, ../sass/generator/_generator_step2.scss */
#contents_step2.vertical #frame_cover_step2 {
  background-image: url(/src/img/generator/step2/frame_vertical.png);
  background-repeat: no-repeat;
}
/* line 148, ../sass/generator/_generator_step2.scss */
#contents_step2.horizontal #frame_cover_step2 {
  background-image: url(/src/img/generator/step2/frame_horizontal.png);
  background-repeat: no-repeat;
}

/* line 156, ../sass/generator/_generator_step2.scss */
#upload_step2 {
  position: absolute;
  top: 140px;
  width: 341px;
  left: 116px;
  cursor: pointer;
}
/* line 162, ../sass/generator/_generator_step2.scss */
#upload_step2 #uploadPictureForm {
  width: 341px;
  height: 244px;
  position: relative;
  overflow: hidden;
  background-image: url(/src/img/generator/step2/btn_upload.png);
  background-repeat: no-repeat;
}
/* line 171, ../sass/generator/_generator_step2.scss */
#upload_step2 #uploadPictureForm:hover {
  background-image: url(/src/img/generator/step2/btn_upload_on.png);
}
/* line 174, ../sass/generator/_generator_step2.scss */
#upload_step2 #uploadPictureForm input[type="file"] {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 500px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -webkit-opacity: 0;
  zoom: 1;
}
/* line 186, ../sass/generator/_generator_step2.scss */
#upload_step2 #uploadPictureForm input[type="file"]::-ms-value {
  background-color: #fff;
}

/* line 193, ../sass/generator/_generator_step2.scss */
#control_panel {
  height: 46px;
  margin: 0 0 10px;
}

/* line 198, ../sass/generator/_generator_step2.scss */
#zoom {
  height: 46px;
  float: left;
  border-right: 1px solid #e7e3d6;
  padding-right: 12px;
}
/* line 203, ../sass/generator/_generator_step2.scss */
#zoom h3 {
  float: left;
  margin: 8px 6px 0 0;
}

/* line 209, ../sass/generator/_generator_step2.scss */
#zoom_out {
  float: left;
  margin: 6px 3px 0 0;
  position: relative;
}
/* line 213, ../sass/generator/_generator_step2.scss */
#zoom_out span {
  display: none;
  position: absolute;
  top: -38px;
  left: -12px;
}
/* line 219, ../sass/generator/_generator_step2.scss */
#zoom_out:hover span {
  display: block;
}

/* line 224, ../sass/generator/_generator_step2.scss */
#zoom_in {
  float: left;
  margin: 6px 0 0;
  position: relative;
}
/* line 228, ../sass/generator/_generator_step2.scss */
#zoom_in span {
  display: none;
  position: absolute;
  top: -38px;
  left: -10px;
}
/* line 234, ../sass/generator/_generator_step2.scss */
#zoom_in:hover span {
  display: block;
}

/* line 239, ../sass/generator/_generator_step2.scss */
#slider {
  width: 194px;
  height: 18px;
  float: left;
  padding: 0;
  margin: 14px 3px 0 0;
  position: relative;
  background-image: url(/src/img/generator/step2/bg_scale_slider.png);
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 251, ../sass/generator/_generator_step2.scss */
#slider .ui-slider {
  position: relative;
  height: 12px;
}
/* line 255, ../sass/generator/_generator_step2.scss */
#slider .ui-slider-handle, #slider #sliderButton {
  position: absolute;
  width: 43px;
  height: 25px;
  -ms-touch-action: none;
  touch-action: none;
  margin-left: 0px;
  top: -3px;
  outline: none;
  cursor: col-resize;
  background-image: url(/src/img/generator/step2/handle_scale_slider.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
/* line 270, ../sass/generator/_generator_step2.scss */
#slider .ui-slider-handle:hover, #slider #sliderButton:hover {
  background-image: url(/src/img/generator/step2/handle_scale_slider_on.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

/* line 280, ../sass/generator/_generator_step2.scss */
#rotate {
  height: 46px;
  float: left;
  border-right: 1px solid #e7e3d6;
  border-left: 1px solid #fff;
  padding: 0 10px;
}

/* line 288, ../sass/generator/_generator_step2.scss */
#rotate_right {
  float: left;
  margin: -2px 2px 0 0;
  position: relative;
}
/* line 292, ../sass/generator/_generator_step2.scss */
#rotate_right span {
  display: none;
  position: absolute;
  top: -38px;
  left: -11px;
}
/* line 298, ../sass/generator/_generator_step2.scss */
#rotate_right:hover span {
  display: block;
}

/* line 303, ../sass/generator/_generator_step2.scss */
#rotate_left {
  float: right;
  margin: -2px 0 0;
  position: relative;
}
/* line 307, ../sass/generator/_generator_step2.scss */
#rotate_left span {
  display: none;
  position: absolute;
  top: -38px;
  left: -11px;
}
/* line 313, ../sass/generator/_generator_step2.scss */
#rotate_left:hover span {
  display: block;
}

/* line 318, ../sass/generator/_generator_step2.scss */
#brightness {
  height: 46px;
  float: left;
  border-left: 1px solid #fff;
  padding: 0 10px;
}

/* line 325, ../sass/generator/_generator_step2.scss */
#lighten {
  float: left;
  margin: -2px 2px 0 0;
  position: relative;
}
/* line 329, ../sass/generator/_generator_step2.scss */
#lighten span {
  display: none;
  position: absolute;
  top: -38px;
  left: -2px;
}
/* line 335, ../sass/generator/_generator_step2.scss */
#lighten:hover span {
  display: block;
}

/* line 340, ../sass/generator/_generator_step2.scss */
#darken {
  float: left;
  margin: -2px 0 0;
  position: relative;
}
/* line 344, ../sass/generator/_generator_step2.scss */
#darken span {
  display: none;
  position: absolute;
  top: -38px;
  left: -2px;
}
/* line 350, ../sass/generator/_generator_step2.scss */
#darken:hover span {
  display: block;
}

/* line 355, ../sass/generator/_generator_step2.scss */
#change_image #uploadPictureChangeForm {
  margin-bottom: 0;
  width: 574px;
  height: 53px;
  overflow: hidden;
  position: relative;
  background-image: url(/src/img/generator/step2/btn_change_image.png);
  background-repeat: no-repeat;
}
/* line 365, ../sass/generator/_generator_step2.scss */
#change_image #uploadPictureChangeForm:hover {
  background-image: url(/src/img/generator/step2/btn_change_image_on.png);
}
/* line 368, ../sass/generator/_generator_step2.scss */
#change_image #uploadPictureChangeForm input[type="file"] {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 500px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -webkit-opacity: 0;
  zoom: 1;
}
/* line 379, ../sass/generator/_generator_step2.scss */
#change_image #uploadPictureChangeForm input[type="file"]::-ms-value {
  background-color: #fff;
}

/* line 386, ../sass/generator/_generator_step2.scss */
.right_container {
  width: 316px;
  padding: 3px;
  float: right;
}
/* line 390, ../sass/generator/_generator_step2.scss */
#step3 .right_container {
  margin-top: 3px;
}

/* line 396, ../sass/generator/_generator_step2.scss */
#select_frame {
  background: #fff;
  padding: 7px 5px;
  border: 3px solid #fcedc2;
  -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);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 8px;
  height: 30px;
  text-indent: -9999em;
  background-image: url(/src/img/generator/step2/tle_step2_2.png);
  background-repeat: no-repeat;
  background-position: 5px center;
}
/* line 16, ../sass/generator.scss */
#select_frame:hover {
  border: 3px solid #f26432;
}
/* line 403, ../sass/generator/_generator_step2.scss */
#select_frame:hover {
  background-image: url(/src/img/generator/step2/tle_step2_2_on.png);
}

/* line 408, ../sass/generator/_generator_step2.scss */
#select_emblem {
  background: #fff;
  padding: 7px 5px;
  border: 3px solid #fcedc2;
  -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);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 8px;
  height: 30px;
  text-indent: -9999em;
  background-image: url(/src/img/generator/step2/tle_step2_3.png);
  background-repeat: no-repeat;
  background-position: 5px center;
}
/* line 16, ../sass/generator.scss */
#select_emblem:hover {
  border: 3px solid #f26432;
}
/* line 415, ../sass/generator/_generator_step2.scss */
#select_emblem:hover {
  background-image: url(/src/img/generator/step2/tle_step2_3_on.png);
}

/* line 420, ../sass/generator/_generator_step2.scss */
#input_info_step2 {
  background: #fff;
  padding: 7px 5px;
  border: 3px solid #fcedc2;
  -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);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
/* line 422, ../sass/generator/_generator_step2.scss */
#input_info_step2 h2 {
  margin: 0 0 12px;
  padding-bottom: 5px;
}
/* line 425, ../sass/generator/_generator_step2.scss */
#step3 #input_info_step2 h2 {
  margin: 5px 0 12px 10px;
}
/* line 429, ../sass/generator/_generator_step2.scss */
#input_info_step2 h3, #input_info_step2 #input_info_h3, #input_info_step2 dl dt, #input_info_step2 #input_info_step3 dl dt, #input_info_step3 dl #input_info_step2 dt {
  margin: 0 0 5px 12px;
  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 440, ../sass/generator/_generator_step2.scss */
#input_info_step2 h3 span, #input_info_step2 #input_info_h3 span, #input_info_step2 dl dt span, #input_info_step2 #input_info_step3 dl dt span, #input_info_step3 dl #input_info_step2 dt span {
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 443, ../sass/generator/_generator_step2.scss */
#input_info_step2 h3.narrow, #input_info_step2 #input_info_h3.narrow, #input_info_step2 dl dt.narrow, #input_info_step2 #input_info_step3 dl dt.narrow, #input_info_step3 dl #input_info_step2 dt.narrow {
  letter-spacing: -1px;
}
/* line 447, ../sass/generator/_generator_step2.scss */
#input_info_step2 p {
  margin: 0 0 20px 15px;
}
/* line 449, ../sass/generator/_generator_step2.scss */
#input_info_step2 p:last-child {
  margin-bottom: 0px;
}
/* line 453, ../sass/generator/_generator_step2.scss */
#input_info_step2 dl {
  overflow: hidden;
}
/* line 455, ../sass/generator/_generator_step2.scss */
#input_info_step2 dl dt {
  width: 70px;
  float: left;
  clear: left;
  padding-top: 8px;
  background-position: 0 1.2em;
  margin: 0 0 25px 12px;
}
/* line 464, ../sass/generator/_generator_step2.scss */
#input_info_step2 dl dd {
  float: left;
  margin: 0 0 25px;
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 468, ../sass/generator/_generator_step2.scss */
#input_info_step2 dl dd ul {
  padding-top: 10px;
}
/* line 470, ../sass/generator/_generator_step2.scss */
#input_info_step2 dl dd ul li {
  margin-bottom: 10px;
}
/* line 472, ../sass/generator/_generator_step2.scss */
#input_info_step2 dl dd ul li input[type="radio"] {
  margin-right: 5px;
  vertical-align: 1px;
}
/* line 478, ../sass/generator/_generator_step2.scss */
#input_info_step2 dl dd:last-child {
  margin-bottom: 0;
}

/* line 485, ../sass/generator/_generator_step2.scss */
#image_uploaded {
  display: none;
  position: absolute;
  width: 215px;
  height: 215px;
  top: 260px;
  right: 0;
  left: 0;
  margin: auto;
}

/*setting*/
/*mixin*/
/* line 3, ../sass/generator/_generator_step3.scss */
#step3 #contents_step3 {
  padding: 10px 0 5px;
}

/* line 8, ../sass/generator/_generator_step3.scss */
#stage_step3 {
  margin: 0 0 12px;
  width: 574px;
  height: 574px;
  padding: 7px;
  position: relative;
  background-image: url(/src/img/generator/step3/bg_stage_vertical.png);
  background-repeat: no-repeat;
}
/* line 18, ../sass/generator/_generator_step3.scss */
#stage_step3 #position_step3,
#stage_step3 #layout_text_image_step3 {
  position: absolute;
  top: 26px;
  left: 108px;
}
/* line 27, ../sass/generator/_generator_step3.scss */
#stage_step3 #set_emblem {
  position: absolute;
  top: 26px;
  left: 108px;
}
/* line 33, ../sass/generator/_generator_step3.scss */
#stage_step3 #set_emblem .profile {
  top: 211px;
}
/* line 39, ../sass/generator/_generator_step3.scss */
#stage_step3 #template_icon_step3 {
  position: absolute;
  top: 326px;
  left: 362px;
}
/* line 43, ../sass/generator/_generator_step3.scss */
#stage_step3 #template_icon_step3.profile {
  top: 212px;
}
/* line 48, ../sass/generator/_generator_step3.scss */
#stage_step3 #select_position_step3 {
  position: absolute;
  width: 272px;
  height: 65px;
  top: 90px;
  left: 145px;
  background-image: url(/src/img/generator/step3/btn_select_position.png);
  background-repeat: no-repeat;
}
/* line 60, ../sass/generator/_generator_step3.scss */
#stage_step3 #change_poision {
  display: none;
  position: absolute;
  top: 5px;
  right: 0;
}

/* line 69, ../sass/generator/_generator_step3.scss */
#contents_step3.vertical #stage_step3 {
  background-image: url(/src/img/generator/step3/bg_stage_vertical.png);
}

/* line 72, ../sass/generator/_generator_step3.scss */
#contents_step3.horizontal #stage_step3 {
  background-image: url(/src/img/generator/step3/bg_stage_horizontal.png);
}

/* line 76, ../sass/generator/_generator_step3.scss */
#select_icon {
  margin-bottom: 8px;
  background: #fff;
  padding: 7px 5px;
  border: 3px solid #fcedc2;
  -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);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  height: 30px;
  text-indent: -9999em;
  position: relative;
  height: 25px;
  overflow: hidden;
  background-image: url(/src/img/generator/step3/tle_team_icon.png);
  background-repeat: no-repeat;
  background-position: 15px center;
}
/* line 95, ../sass/generator/_generator_step3.scss */
#select_icon:hover {
  background-image: url(/src/img/generator/step3/tle_team_icon_on.png);
  border: 3px solid #f26432;
}
/* line 99, ../sass/generator/_generator_step3.scss */
#select_icon #uploadBackEmblemForm {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* line 106, ../sass/generator/_generator_step3.scss */
#select_icon #uploadBackEmblemForm input[type="file"] {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 500px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -webkit-opacity: 0;
  zoom: 1;
}
/* line 117, ../sass/generator/_generator_step3.scss */
#select_icon #uploadBackEmblemForm input[type="file"]::-ms-value {
  background-color: #fff;
}

/* line 124, ../sass/generator/_generator_step3.scss */
#date_birth {
  overflow: hidden;
  padding: 5px 5px 5px 0;
  margin-top: -13px;
  margin-bottom: 10px;
}
/* line 129, ../sass/generator/_generator_step3.scss */
#date_birth h3 {
  margin-top: 6px;
}
/* line 132, ../sass/generator/_generator_step3.scss */
#date_birth p {
  margin-bottom: 12px;
}

/* line 136, ../sass/generator/_generator_step3.scss */
#input_info_step3 {
  background: #fff;
  padding: 7px 5px;
  border: 3px solid #fcedc2;
  -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);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
/* line 138, ../sass/generator/_generator_step3.scss */
#input_info_step3 h2 {
  margin: 0 0 12px;
  padding-bottom: 5px;
}
/* line 141, ../sass/generator/_generator_step3.scss */
#step3 #input_info_step3 h2 {
  margin: 5px 0 12px 10px;
}
/* line 145, ../sass/generator/_generator_step3.scss */
#input_info_step3 h3, #input_info_step3 #input_info_h3, #input_info_step3 #input_info_step2 dl dt, #input_info_step2 dl #input_info_step3 dt, #input_info_step3 dl dt {
  margin: 0 0 5px 12px;
  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 156, ../sass/generator/_generator_step3.scss */
#input_info_step3 h3 span, #input_info_step3 #input_info_h3 span, #input_info_step3 #input_info_step2 dl dt span, #input_info_step2 dl #input_info_step3 dt span, #input_info_step3 dl dt span {
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 159, ../sass/generator/_generator_step3.scss */
#input_info_step3 h3.narrow, #input_info_step3 #input_info_h3.narrow, #input_info_step3 #input_info_step2 dl dt.narrow, #input_info_step2 dl #input_info_step3 dt.narrow, #input_info_step3 dl dt.narrow {
  letter-spacing: -1px;
}
/* line 163, ../sass/generator/_generator_step3.scss */
#input_info_step3 p {
  margin: 0 0 20px 15px;
}
/* line 165, ../sass/generator/_generator_step3.scss */
#input_info_step3 p:last-child {
  margin-bottom: 0px;
}
/* line 169, ../sass/generator/_generator_step3.scss */
#input_info_step3 dl {
  overflow: hidden;
}
/* line 171, ../sass/generator/_generator_step3.scss */
#input_info_step3 dl dt {
  width: 70px;
  float: left;
  clear: left;
  padding-top: 8px;
  background-position: 0 1.2em;
  margin: 0 0 25px 12px;
}
/* line 180, ../sass/generator/_generator_step3.scss */
#input_info_step3 dl dd {
  float: left;
  margin: 0 0 25px;
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 184, ../sass/generator/_generator_step3.scss */
#input_info_step3 dl dd ul {
  padding-top: 10px;
}
/* line 186, ../sass/generator/_generator_step3.scss */
#input_info_step3 dl dd ul li {
  margin-bottom: 10px;
}
/* line 188, ../sass/generator/_generator_step3.scss */
#input_info_step3 dl dd ul li input[type="radio"] {
  margin-right: 5px;
  vertical-align: 1px;
}
/* line 194, ../sass/generator/_generator_step3.scss */
#input_info_step3 dl dd:last-child {
  margin-bottom: 0;
}

/*setting*/
/*mixin*/
/* line 4, ../sass/generator/_generator_step4.scss */
#step4 h2 {
  margin-bottom: 10px;
}

/* line 9, ../sass/generator/_generator_step4.scss */
#headerGroup_step4 {
  overflow: hidden;
  margin: 0 0 5px;
}
/* line 12, ../sass/generator/_generator_step4.scss */
#headerGroup_step4 h2 {
  float: left;
  margin-top: 12px;
}
/* line 16, ../sass/generator/_generator_step4.scss */
#headerGroup_step4 p {
  max-width: 400px;
  float: left;
}
/* line 19, ../sass/generator/_generator_step4.scss */
#headerGroup_step4 p:first-child {
  margin-right: 20px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.3;
}
/* line 23, ../sass/generator/_generator_step4.scss */
#headerGroup_step4 p:first-child.widthAuto {
  width: 630px !important;
}
/* line 27, ../sass/generator/_generator_step4.scss */
#headerGroup_step4 p.join {
  float: right;
}

/* line 33, ../sass/generator/_generator_step4.scss */
#contents_step4 {
  padding: 35px 0;
}
/* line 35, ../sass/generator/_generator_step4.scss */
#contents_step4.vertical #stage_step4 {
  background-image: url(/src/img/generator/step4/bg_finish_vertical.png);
  background-repeat: no-repeat;
  width: 940px;
  height: 478px;
  overflow: hidden;
  position: relative;
  padding: 0;
}
/* line 45, ../sass/generator/_generator_step4.scss */
#contents_step4.vertical #stage_step4 #card_table {
  position: absolute;
  top: 13px;
  left: 84px;
  background: #fff;
  width: 308px;
  height: 451px;
  padding: 4px;
  -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 0 3px rgba(225, 216, 193, 0.75);
  -moz-box-shadow: 0 0 3px rgba(225, 216, 193, 0.75);
  -ms-box-shadow: 0 0 3px rgba(225, 216, 193, 0.75);
  -o-box-shadow: 0 0 3px rgba(225, 216, 193, 0.75);
  box-shadow: 0 0 3px rgba(225, 216, 193, 0.75);
}
/* line 57, ../sass/generator/_generator_step4.scss */
#contents_step4.vertical #stage_step4 #card_back {
  position: absolute;
  top: 13px;
  right: 80px;
  background: #fff;
  width: 308px;
  height: 451px;
  padding: 4px;
  -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 0 3px rgba(225, 216, 193, 0.75);
  -moz-box-shadow: 0 0 3px rgba(225, 216, 193, 0.75);
  -ms-box-shadow: 0 0 3px rgba(225, 216, 193, 0.75);
  -o-box-shadow: 0 0 3px rgba(225, 216, 193, 0.75);
  box-shadow: 0 0 3px rgba(225, 216, 193, 0.75);
}
/* line 70, ../sass/generator/_generator_step4.scss */
#contents_step4.horizontal #stage_step4 {
  background-image: url(/src/img/generator/step4/bg_finish_vertical.png);
  background-repeat: no-repeat;
  width: 940px;
  height: 478px;
  overflow: hidden;
  position: relative;
  padding: 0;
}
/* line 80, ../sass/generator/_generator_step4.scss */
#contents_step4.horizontal #stage_step4 #card_table {
  position: absolute;
  top: 82px;
  left: 12px;
  background: #fff;
  width: 453px;
  height: 310px;
  padding: 4px;
  -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 0 3px rgba(225, 216, 193, 0.75);
  -moz-box-shadow: 0 0 3px rgba(225, 216, 193, 0.75);
  -ms-box-shadow: 0 0 3px rgba(225, 216, 193, 0.75);
  -o-box-shadow: 0 0 3px rgba(225, 216, 193, 0.75);
  box-shadow: 0 0 3px rgba(225, 216, 193, 0.75);
}
/* line 104, ../sass/generator/_generator_step4.scss */
#contents_step4.horizontal #stage_step4 #card_back {
  position: absolute;
  top: 13px;
  right: 80px;
  background: #fff;
  width: 308px;
  height: 451px;
  padding: 4px;
  -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 0 3px rgba(225, 216, 193, 0.75);
  -moz-box-shadow: 0 0 3px rgba(225, 216, 193, 0.75);
  -ms-box-shadow: 0 0 3px rgba(225, 216, 193, 0.75);
  -o-box-shadow: 0 0 3px rgba(225, 216, 193, 0.75);
  box-shadow: 0 0 3px rgba(225, 216, 193, 0.75);
}

/* line 118, ../sass/generator/_generator_step4.scss */
#finish {
  position: absolute;
  height: 317px;
  width: 301px;
  top: 264px;
  right: 0;
  left: 0;
  margin: auto;
}

/* line 86, ../sass/generator.scss */
#step1,
#step2,
#step3,
#step4 {
  display: none;
}

/* line 97, ../sass/generator.scss */
#stepFooter_1.fixed,
#stepFooter_2.fixed,
#stepFooter_3.fixed,
#stepFooter_4.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
}

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