@charset "utf-8";
/* ★charset */

/* 通常表示 */
#img-switcher{
	float: left;
	margin-bottom: 30px;
}
#profileImgBox{
	position: relative;
	width: 300px;
	height: 420px;
}
#profileImgBox li{
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 420px;
	box-shadow: 0 0 4px #cccccc;
	-webkit-box-shadow: 0 0 4px #cccccc;
	-moz-box-shadow: 0 0 4px #cccccc;
}
#profileThumbBox{
	margin: 10px 0;
}
#profileThumbBox li{
	float: left;
	width: 56px;
	height: 56px;
	overflow: hidden;
	margin-right: 5px;
	box-sizing: border-box;
	border: 1px solid #dddddd;
	cursor: pointer;
}
#profileThumbBox li img{
	width: 56px;
	height: auto;
}
#profileThumbBox li:hover,
#profileThumbBox li.active{
	border: 1px solid #b79c5a;
}

#profileCont{
	float: right;
	width: 364px;
}
#profileCont li{
	line-height: 150%;
	margin-bottom: 10px;
	font-size: 100%;
}
#profileCont hr{
	margin: 20px 0;
}

#btn_photoAll{
	width: 300px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 94%;
	color: #ffffff;
	background: #b2997f;
	cursor: pointer;
}
#btn_photoAll:hover{
	background: #7c5c3f;
}

/* 写真拡大表示 */
.type_photoAll #profileCont{
	float: left;
	width: 690px;
	margin-bottom: 20px;
}
.type_photoAll #profileImgBox{
	width: 690px;
	height: auto;
}
.type_photoAll #profileImgBox li{
	position: relative;
	float: left;
	top: auto;
	left: auto;
	margin: 0 30px 20px 0;
}
.type_photoAll #profileThumbBox{
	display: none;
}
.type_photoAll #btn_photoAll{
	width: 630px;
}