
#phoneframe {
  position:fixed;
  bottom:0px;
  z-index:3;
  background-image:url('phone1.png');
  background-repeat:no-repeat;
  width:450px;
  height:714px;
  margin-left:200px;
  overflow-x:hidden;
}

#phoneinnerframe {
    margin-left:57px;
    margin-top:7px;
}

#phoneinner {
  position:relative;
  background-color:#EAEAEA;
  width:333px;
  max-width:333px;
  height:358px;
  overflow-x:hidden;
}

.phoneline0 {
  position:relative;
  float:left;
  background-color:transparent;
  color:black;
  font-family:Play;
  font-size:20px;
  font-weight:bold;
  margin-top:183px;
  margin-left:70px;
}

.phonetlbutton {
  position:fixed;
  z-index:1;
  margin-left:130px;
  margin-top:-2px;
  background-color:black;
  border-radius:20%;
  font-family:Play;
  color:white;
  font-size:17px;
  padding:1px;
  transition-duration: 0.2s;
}

.phonetlbutton:hover {
  color:#f769b4;
}

#phoneline1 {
  height:32.3px;
  width:333px;
  transition-duration: 0.2s;
  color:black;
  font-family:Play;
  font-size:20px;
  font-weight:bold;
  display:inline-block;
}

#phoneline1:hover {
  background-color:#B4DF22;
}

#msgsubject {
  background-color:transparent;
  border:none;
  height:25px;
  max-width:300px;
  overflow-x:hidden;
  font-size:15px;
  font-weight:normal;
  padding-top:5px;
  padding-left:5px;
  font-family:sans-serif;
}

#msgcontents {
    
}

.english {
  font-size:15px;
}

.japanese {
  font-size:15px;
  display:none;
}

.show {
  display:block;
}

.hidden{
  display:none;
}

.phonelink {
  color:black;
  text-decoration:none;
}

#phoneline2 {
  height:32.3px;
  width:333px;
  background-color:#DADCDA;
  transition-duration: 0.2s;
  color:black;
  font-family:Play;
  font-size:20px;
  font-weight:bold;
  display:inline-block;
}

#phoneline2:hover {
  background-color:#B4DF22;
}

.phonenumberbox {
  float:left;
  height: 28px;
  width: 28px;
  line-height:28px;
  background-color:black;
  border-radius:20%;
  font-family:Play;
  color:white;
  font-size:20px;
  font-weight:bold;
  text-align:center;
  margin-left:10px;
  margin-top:2px;
}

#textembed {
  overflow:hidden;
  width:330px;
  height:355px;
  border:none;
}