.image-frame-tight {
  padding: 10px;
  background-color: #FFF;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.title-style {
  border-bottom: 1px dotted #000;
  margin-bottom: 1em;
}

.stylename {
  font-family: 'Damion', cursive;
  font-weight: 400;
  margin-right: 0.3em;
  font-size: 1.5em;
}
.stylename.urban {
  color: #AF74F1;
}
.stylename.chic {
  color: #6DBC69;
}
.stylename.country {
  color: #ED788A;
}
.stylename.simple {
  color: #006CD8;
}
.stylename.natural {
  color: #663300;
}
.stylename.japanese {
  color: #B20000;
}
.row-appearance .photo {
  position: relative;
}
.row-appearance .photo img {
  position: relative;
  z-index: 10;
}

@media print, screen and (min-width: 741px) {

  .row-appearance-main .photo {
    width: 28%;
    float: right;
    position: relative;
    top: -100px;
    margin-bottom: -150px;
  }

  .row-appearance-main .content {
    width: 67%;
    float: left;
  }

  .wrapper-appearance-main {
    margin-top: 75px;
  }

  .title-style {
    font-size: 24px;
  }

  .row-appearance {
    margin-bottom: 75px;
  }

  .row-appearance .photo {
    width: 45%;
  }

  .row-appearance .photo.urban:before {
    background: url(../misc/obj_31.png) left top no-repeat;
    display: inline-block;
    content: "";
    height: 170px;
    width: 213px;
    background-size: 160px 170px;
    position: absolute;
    top: -75px;
    left: 0;
  }
	
  .row-appearance .photo.chic:before {
    background: url(../misc/obj_30.png) left top no-repeat;
    display: inline-block;
    content: "";
    height: 116px;
    width: 161px;
    background-size: 161px 116px;
    position: absolute;
    bottom: -45px;
    right: 0;
    z-index: 20;
  }
	
  .row-appearance .photo.country:before {
    background: url(../misc/obj_19.png) left top no-repeat;
    display: inline-block;
    content: "";
    height: 161px;
    width: 213px;
    background-size: 213px 161px;
    position: absolute;
    top: -75px;
    left: 0;
  }

  .row-appearance .photo.simple:before {
    background: url(../misc/obj_20.png) left top no-repeat;
    display: inline-block;
    content: "";
    height: 116px;
    width: 161px;
    background-size: 161px 116px;
    position: absolute;
    bottom: -45px;
    right: 0;
    z-index: 20;
  }

  .row-appearance .photo.natural:before {
    background: url(../misc/obj_21.png) left top no-repeat;
    display: inline-block;
    content: "";
    height: 173px;
    width: 179px;
    background-size: 179px 173px;
    position: absolute;
    top: -45px;
    left: 0;
    z-index: 0;
  }

  .row-appearance .photo.japanese:before {
    background: url(../misc/obj_22.png) left top no-repeat;
    display: inline-block;
    content: "";
    height: 264px;
    width: 264px;
    background-size: 264px 264px;
    position: absolute;
    bottom: -65px;
    right: 0;
    z-index: 0;
  }

  .row-appearance .content {
    width: 50%;
  }

  .row-appearance .alpha {
    float: left;
  }

  .row-appearance .omega {
    float: right;
  }
}

@media only screen and (max-width: 740px) {

  .row-appearance-main .photo {
    width: 180px;
    margin: auto;
    margin-bottom: 1em;
  }

  .image-frame-tight {
    box-sizing: border-box;
    display: block;
    margin: auto;
    margin-bottom: 1em;
  }

  .title-style {
    font-size: 18px;
    margin: 0 -12px;
    margin-bottom: 12px;
  }

  .row-appearance {
    margin-bottom: 25px;
    padding-bottom: 5px;
  }

  .row-appearance .photo{
    margin: 0 -12px;
    padding-bottom: 0;
  }
  .row-appearance .content{
    padding: 0 12px;
  }
  .subimage-sp{
    width: 120px;
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
  }
  .title-secondary{
    margin-right: 137px;
  }

}
