@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%; }

body {
  background: #eeeeee;
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1; }
  body a {
    color: #000000;
    text-decoration: none; }
  body img {
    display: block;
    width: 100%;
    height: auto; }
  body .clearfix:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    visibility: hidden; }

#wrapper {
  position: relative;
  margin: 0 auto;
  padding: 16px;
  width: 1350px; }
  #wrapper:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    visibility: hidden; }

.en {
  font-family: Arial, sans-serif;
  font-weight: bold; }

.jp {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 700; }

h2 {
  font-size: 14px;
  font-size: 0.875rem; }

#left {
  position: relative;
  float: left;
  width: 200px;
  margin-right: 24px; }
  #left #control {
    margin-bottom: 4px;
    padding: 10px 10px 18px 12px;
    background: #ffffff;
    border-radius: 8px; }
    #left #control:after {
      clear: both;
      content: '.';
      display: block;
      font-size: 0;
      height: 0;
      line-height: 0;
      margin: 0;
      padding: 0;
      width: 100%;
      visibility: hidden; }
    #left #control h2 {
      float: left;
      line-height: 30px; }
    #left #control a {
      float: right;
      width: 70px;
      height: 30px; }
    #left #control .clearfix:nth-child(2) {
      margin: 10px 0 16px; }
    #left #control .clearfix:nth-child(3) {
      margin-bottom: 19px; }
      #left #control .clearfix:nth-child(3) h2 {
        line-height: 1; }
    #left #control #guide {
      background: url(../img/guide_on.svg) no-repeat; }
    #left #control #edit {
      background: url(../img/edit_off.svg) no-repeat; }
    #left #control #scale {
      position: relative;
      width: 140px;
      height: 2px;
      background: #D8D8D8; }
      #left #control #scale .ui-slider-handle {
        position: absolute;
        left: -10px;
        top: -8px;
        width: 20px;
        height: 20px;
        margin-left: -10px;
        background: url(../img/slider.svg) no-repeat;
        cursor: pointer; }
      #left #control #scale .percent {
        position: absolute;
        top: -4px;
        left: 149px;
        font-size: 10px;
        font-size: 0.625rem; }
  #left #tile {
    padding: 16px;
    background: #ffffff;
    border-radius: 8px; }
    #left #tile h2 {
      margin-bottom: 16px; }
    #left #tile ul {
      margin-top: 8px; }
      #left #tile ul:after {
        clear: both;
        content: '.';
        display: block;
        font-size: 0;
        height: 0;
        line-height: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        visibility: hidden; }
      #left #tile ul li {
        float: left;
        margin-left: 6px; }
        #left #tile ul li a {
          display: block;
          width: 52px; }
      #left #tile ul li:first-child {
        margin-left: 0; }
    #left #tile .first {
      margin-top: 10px; }
  #left #save {
    position: absolute;
    bottom: 0;
    left: 0; }
    #left #save a {
      display: block; }
    #left #save li:first-child {
      margin-bottom: 6px; }

#main {
  float: left;
  width: 800px;
  border: 1px solid #cccccc;
  overflow: hidden; }
  #main #svg {
    position: relative;
    background: #ffffff; }
    #main #svg svg {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      transform-origin: 0 0; }

#right {
  float: left;
  width: 300px;
  margin-left: 24px; }
  #right #color {
    margin-bottom: 4px;
    padding: 8px 10px 12px;
    background: #ffffff;
    border-radius: 8px; }
    #right #color #alpha {
      position: relative;
      width: 170px;
      height: 2px;
      margin-left: 65px;
      background: #D8D8D8; }
      #right #color #alpha .ui-slider-handle {
        position: absolute;
        left: -10px;
        top: -8px;
        width: 20px;
        height: 20px;
        margin-left: -10px;
        background: url(../img/slider.svg) no-repeat;
        cursor: pointer; }
      #right #color #alpha .title {
        position: absolute;
        top: -4px;
        left: -54px;
        font-size: 10px;
        font-size: 0.625rem; }
      #right #color #alpha .percent {
        position: absolute;
        top: -4px;
        left: 180px;
        font-size: 10px;
        font-size: 0.625rem; }
  #right #object {
    margin-bottom: 4px;
    padding: 6px 10px 6px 12px;
    background: #ffffff;
    border-radius: 8px; }
    #right #object:after {
      clear: both;
      content: '.';
      display: block;
      font-size: 0;
      height: 0;
      line-height: 0;
      margin: 0;
      padding: 0;
      width: 100%;
      visibility: hidden; }
    #right #object h2 {
      float: left;
      line-height: 40px; }
    #right #object ul {
      float: right;
      width: 136px; }
      #right #object ul:after {
        clear: both;
        content: '.';
        display: block;
        font-size: 0;
        height: 0;
        line-height: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        visibility: hidden; }
      #right #object ul li {
        float: left;
        margin-left: 8px; }
        #right #object ul li:first-child {
          margin-left: 0; }
  #right #layer {
    padding: 20px 3px 12px 12px;
    background: #ffffff;
    border-radius: 8px; }
    #right #layer a {
      display: block; }
    #right #layer #scroll {
      position: relative;
      width: 276px;
      padding-right: 9px;
      overflow: hidden; }
    #right #layer h2 {
      margin-bottom: 18px; }
    #right #layer li {
      height: 32px;
      margin-bottom: 2px;
      padding: 0 16px 0 20px;
      background: #EEEEEE;
      border-radius: 8px; }
      #right #layer li:after {
        clear: both;
        content: '.';
        display: block;
        font-size: 0;
        height: 0;
        line-height: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        visibility: hidden; }
      #right #layer li a {
        float: left;
        width: 30px;
        height: 32px; }
      #right #layer li .parts {
        width: 150px;
        font-weight: bold;
        line-height: 32px; }
        #right #layer li .parts span {
          display: inline-block;
          width: 13px;
          height: 12px; }
        #right #layer li .parts .circle {
          background: url(../img/layer_circle_normal.svg) no-repeat; }
        #right #layer li .parts .triangle {
          background: url(../img/layer_triangle_normal.svg) no-repeat; }
        #right #layer li .parts .rect {
          background: url(../img/layer_rect_normal.svg) no-repeat; }
      #right #layer li .dis {
        background: url(../img/layer_hide_normal.svg) no-repeat; }
      #right #layer li .dup {
        background: url(../img/layer_dup_normal.svg) no-repeat; }
      #right #layer li .del {
        background: url(../img/layer_del_normal.svg) no-repeat; }
    #right #layer #bg {
      height: 44px;
      padding: 0 16px 0 20px;
      background: #EEEEEE;
      border-radius: 8px;
      line-height: 40px; }
    #right #layer .on {
      background: #AAB4C8 !important; }
      #right #layer .on .parts {
        color: #ffffff; }
        #right #layer .on .parts .circle {
          background: url(../img/layer_circle_on.svg) no-repeat; }
        #right #layer .on .parts .triangle {
          background: url(../img/layer_triangle_on.svg) no-repeat; }
        #right #layer .on .parts .rect {
          background: url(../img/layer_rect_on.svg) no-repeat; }
      #right #layer .on .dis {
        background: url(../img/layer_hide_on.svg) no-repeat; }
      #right #layer .on .dup {
        background: url(../img/layer_dup_on.svg) no-repeat; }
      #right #layer .on .del {
        background: url(../img/layer_del_on.svg) no-repeat; }
    #right #layer .off {
      background: #D7D7D9 !important; }
      #right #layer .off a {
        opacity: 0.5; }
      #right #layer .off .parts {
        cursor: default; }
      #right #layer .off .dis {
        background: url(../img/layer_hide_off.svg) no-repeat; }

footer {
  position: absolute;
  bottom: 16px;
  left: 16px; }
  footer:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    visibility: hidden; }
  footer a {
    display: block; }
  footer #import {
    float: left;
    width: 200px;
    line-height: 1.5; }
  footer #delete {
    float: left;
    width: 200px;
    margin-left: 324px; }

#modal {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1382px;
  background: rgba(0, 0, 0, 0.3); }
  #modal #cancel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1382px; }
  #modal .alert {
    display: none;
    position: absolute;
    width: 376px;
    height: 152px;
    padding: 18px 12px 30px;
    background: #ffffff;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 8px; }
    #modal .alert .close, #modal .alert .ok {
      position: absolute;
      display: block;
      bottom: 30px;
      left: 140px;
      width: 120px;
      height: 44px;
      background: #AAB4C8;
      font-size: 16px;
      font-size: 1rem;
      text-align: center;
      line-height: 44px;
      color: #ffffff;
      border-radius: 8px; }
    #modal .alert input[type="text"] {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      width: 358px;
      height: 34px;
      margin-top: 20px;
      padding: 2px 8px;
      color: #666666;
      font-size: 15px;
      font-size: 0.9375rem;
      font-weight: bold;
      border: 1px solid #D7D7D9;
      border-radius: 8px; }
    #modal .alert #drop {
      display: block;
      height: 86px;
      margin: 20px 8px 0;
      padding: 8px;
      border: 4px dashed #D7D7D9;
      font-size: 12px;
      font-size: 0.75rem;
      color: #848891;
      border-radius: 8px;
      word-wrap: break-word; }
      #modal .alert #drop .center {
        margin-top: 24px;
        text-align: center; }
    #modal .alert #dummy {
      display: none; }
  #modal #alert4 .close, #modal #alert5 .close, #modal #alert6 .close {
    left: 75px; }
  #modal #alert4 .ok, #modal #alert5 .ok, #modal #alert6 .ok {
    left: 205px; }
  #modal #alert6 {
    height: 232px; }
    #modal #alert6 .title {
      display: inline;
      width: auto;
      height: 14px;
      vertical-align: middle; }
