.member_s{
    margin: 0 3%;
    padding: 1%;
    background: #ffe9a8;
    border-radius: 10px;
    box-shadow: 0px 0px 2px 0px #ccc;
}
.member_r{
    width: 78%;
    float: left;
    margin-top: 0;
}
.search_ttl{
    font-weight: bold;
    background: #947b60;
    font-size: 1em;
    padding: 1.5%;
    padding-left: 2.5em;
    color: #fff;
    border: 0;
    border-radius: 2px;
}
.search_ttl img{
    position: absolute;
    top:20%;
    left: 0.5em;
    width: 1.5em;
}
.search_ttl:before{
	display:none;
}
.member_table{
    font-size: 0.9em;
    width: 100%;
	min-width: 500px;
}
.member_table tr{
	border-right: solid 2px #fcffbd;
    border-left: solid 2px #fcffbd;
}
.member_table th{
    background: #686561;
    color: #fff;
    padding: 1.5% 1%;
	vertical-align: middle;
}
.member_table td{
    padding: 1%;
	vertical-align: middle;
}
.table_center{
	text-align:center;
}
.member_table a:visited{
	color: #3b00c3;
}
.search_form{
    padding: 2% 3%;
    margin: 1% 0;
    background: #fff;
	border-radius: 5px;
}
.search_form p{
	font-size: 0.9em;
    line-height: 1.2;
}
h3.search_h3{
    font-size: 1em;
    font-weight: bold;
    line-height: 1.8;
}
h3.search_h3:before{
	display:none;
}
.input{
    width: 50%;
}
.submit{
	margin: 0 0.5%;
}
.submit2{
    display: block;
    margin: auto;
    width: 30%;
    height: 2em;
}
.radio_txt{

}
.sex,.genre,.area{
    border: solid 1px #ddd;
    margin: 1.5%;
}
h4 a{
	cursor: pointer;
	position:relative;
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 4em;
    color: #845b0d;
    font-weight: bold;
}
h4:hover{
    background: #fff89e;
}
.CollapsiblePanelOpen h4{
    background: #fff89e;
}
h4 img{
	position:absolute;
	top: 25%;
    left: 2%;
}
.CollapsiblePanelContent{
    padding: 1% 3%;
}
.genre_cate{
    padding: 1%;
}
.genre_cate_ttl{
    display: block;
    margin: 1%;
    color: #d66d0f;
    font-weight: bold;
}
.radio_box{
	float:left;
    padding: 0.5% 1%;
}
.radio{

}
.radio_txt{

}
.tbl_notice{
    width: max-content;
    float: right;
    font-size: 0.8em;
}
.furigana{
    font-size: 0.7em;
}
.member_table tr:nth-child(2n){
    background: #fcffd9;
}
.member_table tr:nth-last-child(1){
    border-bottom: solid 2px #fcffbd;
}
.detail_table{
    width: 100%;
    border: solid 4px #e7f5ff;
}
.detail_table th{
    width: 20%;
    vertical-align: middle;
    background: #ebf4fa;
    color: #21467e;
    padding: 2%;
    border-bottom: solid 3px #fff;
}
.detail_table td{
    width: 80%;
    padding: 2%;
    border-bottom: solid 3px #ebf4fa;
	vertical-align: middle;
}
.detail_table tr{
}
.detail_photo{
    width: 50%;
}
.kugiri:nth-last-child(1){
	display:none;
}
.mod-tbl{
	clear:both;
}
@media screen and (max-width: 425px){
	.detail_table td {
	    display: block;
	    width: 100%;
	}
	.detail_table th {
	    display: block;
	    width: 100%;
	}
	.photo_td{
		text-align:center;
	}
}