@charset "utf-8";
/*
Template:JPMA
Theme Name:JPMA-child
Theme URI:http://renhuuka.com/
Description:JPMA Child Theme
Version:2.2
*/
.check_member {
    float: left;
}

div#member .inner td {
    padding: 10px;
    border: solid 1px #a8a8a8;
    vertical-align: middle;
}

#membership .area_membership .inner table a {
    color: #2ea7e0;
}
@media only screen and (min-width: 720px){

.cont iframe{
	width: 80%;
    max-width: 800px;
    margin: 5%;
    height:480px;
}
}
@media only screen and (max-width: 719px){
  .cont iframe{
	width: 95%;
    max-width: 800px;
    margin: 2.5%;
    height:100%;
  }
}