@charset "utf-8";

main {
	width: 950px;
	max-width: 100%;
	margin: 0 auto;
}
section {
	margin-bottom: 10px;
}
section h2 {
	background-color: #1f1f1f;
	padding: 10px;
	font-size: 1.8rem;
	line-height: 2.2rem;
	color: #EEE;
	font-weight: bold;
}
section .container {
	border: solid  #1f1f1f;
	border-width: 0 1px 6px;
	background-color: #FFF;
}


/* ボーイリスト */
#boy_list {
	display: flex;
	flex-wrap: wrap;
	font-size: 0;
	background-color: #1f1f1f;
}
#boy_list li {
	margin: 1px;
	width: calc(100% / 5 - 2px); /* marginとpaddingの2倍の数値を差し引く */
}
#boy_list li dl {
	overflow: hidden;
	position: relative;
}
#boy_list li dt {
}
#boy_list li dt.photo img {
	width: 100%;
}
#boy_list li dd {
	position: absolute;
}
#boy_list li dd.shop {
	top: 0;
	right: 0;
	background-color: #1f1f1f;
	font-size: 1.1rem;
	line-height: 1.1rem;
	padding: 3px 3px 4px 5px;
	color: #FFF;
}
#boy_list li dd.name {
	right: 6%;
	bottom: 10%;
	left: 6%;
	font-size: 1.6rem;
	line-height: 2.0rem;
	padding: 2%;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	text-shadow: 1px 1px 2px #000;
	/*
	border-radius: 4px;
	background: linear-gradient(rgba(0,128,256,0),rgba(0,128,256,0.6));
	background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
	background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
	border-bottom: solid 1px #666;
	*/
}
#boy_list li dd.name:after {
	content: "";
	display: block;
	height: 1px;
	background-color: #FFF;
	box-shadow: 1px 1px 2px #000;
}
/*
#boy_list li dd.name i {
	font-size: 1.1rem;
}
#boy_list li dd.name i:before {
	content: "(";
}
#boy_list li dd.name i:after {
	content: ")";
}
*/
#boy_list li dd.prof {
	right: 6%;
	bottom: 5%;
	left: 6%;
	font-size: 1.0rem;
	line-height: 1.0rem;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000;
}
#boy_list li dd.overlay {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 1.8rem;
	text-align: center;
	padding-top: 44%;
	color: #FFF;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000;
	opacity: 0;
}
#boy_list li a:hover dd.overlay {
	opacity: 1;
	text-decoration: underline;
	transition: all 0.4s;
}

/* イメージボックス */
.image_box img {
	display: block;
	width: 100%;
}
.image_box.kamiseven_totalNo1 img {
	height: 0;
	background-size: contain;
	background-image: url("../../images/kamiseven_totalNo1.jpg");
	padding-bottom: 33.333%;
}
/*
.forSP {
	display: none;
}
*/