@charset "utf-8";

div#contents{
  overflow: hidden;
} 

section.block{
  position: relative;
  clear: both;
}

section.block.studio{
  position: relative;
  background: #eae4de;
  margin-left: 110px;
  width: 100%;
  height: 550px;
}

section.block.bg{
  margin-top: -90px;
}

.block.studio h2{
  margin-right: 175px;
}

.studio .photo{
  position: absolute;
  z-index: 0;
  top: 150px;
  left: -55px;
  width: 45%;
}
.studio .photo img{
  width: 100%;
}

.studio .info{
  float: right;
  width: 45%;
  margin-right: 110px;
}

.bg-port{
  background: url(../../common/img/bg-portimagine.png) no-repeat 20% 30%;
  height: 320px;
}

.profile{
  text-align: center;
  margin-bottom: 30px;
}


p.data{
text-indent: -5.5em;
padding-left: 5.5em;
}

table.basetbl th{
  width: 20%
}




/*tabletlandscape 769over 1024under//////////////////////////////////////*/
@media print, screen and (min-width : 769px) and (max-width: 1024px){


}



/*smartphone/////////////////////////////////////////////*/
@media print, screen and (max-width : 768px) {
  section.block.studio {
    margin-left: 0;
    width: 100%;
    height: 1000px;
}


.block.studio h2{

  margin-left: 0;
      margin-right:0;
}

.studio .info {
    float: right;
    width: 100%;
    margin-right: 0;
}

.studio .photo{
  position: inherit;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 50px;
}

.bg-port {
    background: url(../../common/img/bg-portimagine.png) no-repeat 20% 0%;
    height: 150px;
    background-size: 140%;
}

table.basetbl th{
  width: 100%
}

div#contents {
  overflow: visible;
}

}