@charset "utf-8";
/*----------------------------------------------------
	ピックアップ	#page-pickup
----------------------------------------------------*/
#page-pickup .categoryName {
	font-weight: bold;
	padding: 0 0 5px 25px;
}

#page-pickup .pickupList {
	margin: 0 0 20px;
}

#page-pickup .pickupList li {
	border-bottom: dotted 2px #ccc;
	padding: 15px 0;
}

#page-pickup .pickupList li h3 {
	margin-bottom: 15px;
}

#page-pickup .pickupList li h3 a {
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
	text-decoration: none;
}

#page-pickup .pickupList li .summary {
	background-color: #f8f8f8;
	border-radius: 5px;
	color: #666;
	float: left;
	min-height: 60px;
	padding: 5px;
	width: 65%;
}

#page-pickup .pickupList li .imageArea {
	float: right;
	margin-right: 5px;
	position: relative;
	top: -10px;
	width: 80px;
}

#page-pickup .pickupList li .imageArea a {
	display: block;
}

#page-pickup .pickupList li .imageArea .image {
	border: solid 1px #ccc;
	border-radius: 50%;
	display: table-cell;
	height: 78px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	width: 78px;
}

#page-pickup .pickupList li .imageArea .image img {
	max-height: 80%;
	max-width: 80%;
	width: auto;
}

#page-pickup .pickupList li .imageArea .largeImg img {
	max-height: 100%;
	max-width: 250%;
	width: auto;
}

#page-pickup .pickupList li .imageArea .smallImg {
	background-color: #fff;
	line-height: 45px;
	height: 45px;
	width: 45px;
	position: absolute;
	bottom: -13px;
	right: -10px;
}

#page-pickup .pickupList li .imageArea .smallImg img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
}

#page-pickup .toTop {
	background-color: #aaa;
	border-radius: 5px;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	display: block;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
}

/* audition */
#page-pickup .pickupAudition .categoryName {
	background: url('/img/page/ico_sitemap_audition.png') no-repeat 0 0;
	-webkit-background-size: 18px;
	background-size: 18px;
	border-bottom: solid 2px #ff9933;
}

#page-pickup .pickupAudition .pickupList li h3 {
	border-left: solid 4px #ff9933;
}

/* production */
#page-pickup .pickupProduction .categoryName {
	background: url('/img/page/ico_sitemap_production.png') no-repeat 0 0;
	-webkit-background-size: 18px;
	background-size: 18px;
	border-bottom: solid 2px #3399ff;
}

#page-pickup .pickupProduction .pickupList li h3 {
	border-left: solid 4px #3399ff;
}

/* school */
#page-pickup .pickupSchool .categoryName {
	background: url('/img/page/ico_sitemap_school.png') no-repeat 0 0;
	-webkit-background-size: 18px;
	background-size: 18px;
	border-bottom: solid 2px #30A54E;
}

#page-pickup .pickupSchool .pickupList li h3 {
	border-left: solid 4px #30A54E;
}