@charset "UTF-8";
/* CSS Document */
   a:link {
	   color: rgba(96,96,96,1.00);
	   text-decoration: none;

}
   a:hover{color:#36B6DA;} 
.container{
	width: 100%;
	margin-top: 50px;
	height: 1200px;
	background-color: rgba(255,255,255,1.00);
}
.contentbox{
	width: 980px;
	height: 1200px;
	margin: 20px auto 0 auto;
	padding: 0px 0 50px 0;
	
}
@media(max-width: 980px){
 .contentbox{
	 width: 100%;
	}
	
}
@media(max-width: 600px){
	.container{
	height: 1100px;
	}
	 .contentbox{
	 height: 1100px;
	}
}
/* 左box-sumネイルコンテンツ */
.leftbox{
	width: 30%;
	height: auto;
	float: left;
	
}
.leftbox a:hover{color:#36B6DA;} 
@media(max-width: 767px){
	.leftbox{
		overflow: hidden;
		position: absolute;
		margin-left: -1000px;
	}

}

.t_sumbox{
	width: 90%;
	height: 68px;
	margin-bottom: 5px;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: rgba(163,163,163,1.00);

}
.t_sumbox2{
	width: 90%;
	height: 30px;
	margin-bottom: 5px;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: rgba(163,163,163,1.00);

}
.t_sumbox2 p{
	margin: 7px 0 0 96px;
}
.t_sumbox  a { 
  font-size: 14px;
	
}
.t_sumbox2  a { 
	display: block;
}
.t_sumbox  a:hover { 
border-bottom-color:#008BE1;
background-color: rgba(219,219,219,1.00);	
	
}
.t_sumbox img{
	margin-bottom: 1px;
	float: left;
}
.t_sumbox p{
	float: left;
	margin: 20px 0 0 30px;
}

/* 右box-タレントコンテンツ */
.rghitebox{
	width: 70%;
	height: auto;
	float: left;
	
}
@media(max-width: 767px){
	.rghitebox{
		width: 100%;
		clear: both;
		display: block;
	}
}

.t_slide{
	width: 100%;
	height: auto;}
.slide{
	width: 100%;
	height: auto;}

.img_photo{
	width: 100%;
	height: auto;
	text-align: center;
}
.img_photo img{
	height: auto;
	width: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.sns{
	width: 100%;
	height: 60px;
}
.sns ul li{ 
	display: inline;
	list-style: none;
	width: 0%;
	margin: 0px 0 0 19%;
	float: left;

}


@media(max-width: 414px){
	.sns{
	width: 80%;
	height: 60px;
}
	.sns ul{ 
		width: 60%
	}
	.sns li{ 
	width: 25px;
	margin: 0px 0px 0 10%;
	}
	.sns img{ 
		margin: 0 0px 0 20px;
}

}
.profile{
	width: 80%;
	height: auto;
	margin-left: auto;margin-right: auto;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: rgba(163,163,163,1.00);
	
}
.profile p {line-height: 20px;}
.Career{
    width: 80%;
	height: auto;
	margin: 20px auto 0 auto;
}
.Category{
	margin-bottom: 5px;
}
.mane{
	font-size: 16px;
}
