@charset "UTF-8";
/* CSS Document */

@import url("smartphone.css");

#contents{
	width: 100%;
	margin: 0 auto;
}

#act_title{
	display:block;
	margin:25px auto 40px;
	width: 100%;
}

.act_title_txt{
	width:100%;
	font: Arial, Helvetica, sans-serif;
	font-size: 200%;
	color: #999;
	text-align:center;
	line-height: 1.8;
	padding:10px 0 0 0;
}

#act_ex{
	text-align:center;
	float:right;
}


.prfl_pac{
	margin: 0 auto;
	width:100%;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	justify-content: space-between;
}

#prfl_sorttitle{
    margin-left: 25px;
}

.act_prfl, .pubchan1, .pubchan2{
	display:block;
	position:relative;
	background:#FFF8E9;
	text-align:center;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width: 163px;
	height: 200px;
	margin: 0 auto 46px;
	border-radius: 15px;
	overflow: hidden;
	border: #000 solid 1px;
}
.act_prfl a{
	color: #630;
}

.act_prfl img{
	width: 100%;
}
.pubchan1 img{
	width: 100%;
}
.pubchan2 img{
	width: 100%;
}

.act_prfl img.voice_icon{
	position:absolute;
	top: 5px;
	right: 5px;
	width: 22px;
}
.act_prfl p{
	position:absolute;
	font-size: 133%;
	color: #310;
	margin:auto;
	left: 0;
	right: 0;
	bottom: 0px;
	background: url(../images/actor/clear.png)
}

small {
	font-size: 77%;
}
