

img { position:relative; }
 
img:after {  
  content: "\f1c5" " " attr(alt);
  font-size: 0;
  font-family: FontAwesome;
  color: rgb(100, 100, 100);
  display: block;
  z-index: 2;
	position:absolute;
	left:0;
	top:0;
  width: 300px;
  height: 300px;
  background-color: #fff;
}

/*------------上部メニュー------------*/

#ablist{
	padding: 8px 10px;
	background:#f1f9e4;
	border:1px solid #c4d2aa;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	text-align:left;
}

#ablist a{
	display:inline-block;
	margin-right:8px;
}

#ablist a,
#ablist a:link,
#ablist a:visited,
#ablist a:active { text-decoration:underline; color: #888;}
#ablist a:hover { text-decoration:none; color: #aaa;}

#ablist p{
	font-weight:bold;
	margin:0;
	padding:0;
	color:#75a04a;
	font-size:14px;
}


/*------------一覧------------*/

ul.femalelist{
	padding:0;
	margin:0;
}


ul.femalelist:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

ul.femalelist li{
	list-style:none;
	width:160px;
	background:#93c144;
	padding:0;
	margin:0 7px 14px 7px;
	float:left;
	position:relative;
}

ul.femalelist li:before{
	position:absolute;
	content:"";
	width:36px;
	height:37px;
	top:0;
	left:0;
	background:url(../img/point01.png);
	z-index:500;
}

.femalephoto{
	height:198px;
	overflow:hidden;
}

.femalephoto img{
	max-width:130%;
	margin-left:-15%;
}

.femalemoji{
	color:#fff;
	padding:3px 5px 3px 7px;
	line-height:150%;
}

.femalemoji p{
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:14px;
}


@media only screen and (max-width:479px){
	ul.femalelist li{
		width:46%;
		background:#93c144;
		padding:0;
		margin-left:2%;
		margin-right:2%;
	}

	.femalephoto{
		height:165px;
		overflow:hidden;
	}
}



/*------------個別ページ------------*/


table.joho{
	width:100%;
	background:#f1f9e4;
}

table.joho,
table.joho td{
    border-collapse: collapse;
    border:1px solid #75a04a;
}


table.joho tr th,
table.joho tr td{
	font-size:12px;
	text-align:left;
	padding: 2px 0 3px 8px;
	border:1px solid #75a04a;
}

table.joho tr th{
	color:#fff;
	background:#93c144;
}

.tablejoho_left{ width:130px; }

/*--写真--*/

#shosaiphoto img{
	height:100%;
}

.shosaiphoto01{
	width:65%;
	float:left;
	overflow:hidden;
	margin-right:2%;
	height:550px;
}

.shosaiphoto02{
	width:32%;
	float:left;
	overflow:hidden;
	height:267px;
	margin-bottom:16px;
}



@media only screen and (max-width:479px){
	#shosaiphoto img{
		height:auto;
	}
	.shosaiphoto01,
	.shosaiphoto02{
		width:100%;
		float:none;
		overflow:hidden;
		margin:0;
		height:auto;
	}
	table.joho tr th,
	table.joho tr td{
		display:block;
		width:100%;
	}
}


