.frame_p{
 width:100%;
 height: auto;
 margin-bottom:1.0em;
}
@media(min-width:600px) and ( max-width:959px) {
 .frame_p{
  width: 50%;
  height: auto;
  margin-bottom:1.0em;
 }
}
@media(min-width:960px){
 .frame_p{
  width: 50%;
  height: auto;
  margin-bottom:1.0em;
 }
}

.frame_c{
 width: 100%;
 border: solid 2px #00a9ab;
}

.frame_c_photo{
 text-align:center;
 padding:5px;
 width:100%;
}


.frame_c_mongon{
 padding:5px;
 width:100%;
}
