@charset "Shift_JIS";

/*----------------■全体----------------*/
#personality_main h2{
	font-weight: bold;
	font-size: 15px;
	padding: 10px 20px;
	color: #fff;
	background: #888;
	background: -moz-linear-gradient(top,  #888 0%, #000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#888), color-stop(100%,#000));
	background: -webkit-linear-gradient(top,  #888 0%,#000 100%);
	background: -o-linear-gradient(top,  #888 0%,#000 100%);
	background: -ms-linear-gradient(top,  #888 0%,#000 100%);
	background: linear-gradient(to bottom,  #888 0%,#000 100%);
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.personality_name {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 20px 0 20px 15px;
	margin-bottom: 15px;
}
.personality_name h3 {
	font-weight: bold;
	font-size: 22px;
}
.personality_text h4 {
	font-weight: bold;
	background: url(../image/mi.png) no-repeat;
	margin-bottom: 10px;
	font-size: 14px;
	margin-top: 30px;
	padding:0 15px;
	height:50px;
	line-height:50px;
}

.personality_media {
	height: 80px;
}
.personality_media li {
	margin: 0 0 5px 0;
}
.personality_media p {
	float: left;
}
#personality_main .personality_media_i {
	background: #444;
	color:#fff;
	padding:0 10px;
	text-align:center;
	width:50px;
	margin:0 10px 0 0;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

#personality_main .personality_media_insta {
	background: #444;
	color:#fff;
	padding:0 10px;
	text-align:center;
	width:62px;
	margin:0 10px 0 0;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	
}

#personality_main h5 {
	font-weight: bold;
	margin: 15px 0 5px 0;
	border-left: 5px solid #444;
	padding:3px 0 3px 7px;
}
#personality_main p {
	color: #000;
}
#personality_main p b {
	font-weight: bold;
}


.personality-list{
	margin-top: 50px;
}
.personality-list li{
	float: left;
	text-align: center;
	margin-left: 20px;
	margin-bottom: 50px;
}
.personality-list li.margin0{
	margin-left: 0;
}
.personality-list img{
	margin-bottom: 5px;
	width: 174px;
	height: 128px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.personality-list a{
	display: block;
	padding-bottom: 5px;
	color: #009;
}

.personality_left img {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.personality_left h4 {
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 30px;
	border-left: 5px solid #444;
	padding: 5px 10px;
	border-bottom: 1px solid #999;
}
.personality_left dt {
	font-weight: bold;
	margin-top: 10px;
}
.personality_left dt a{
	font-weight: bold;
}

.personality_back {
	text-align: right;
	height: 50px;
	line-height: 50px;
}


/*----------------■中大画面---------------*/
@media screen and (min-width: 767px) {

.personality_text{float:right;width:60%;}
.personality_left{float:left;width:35%;}

}


/*----------------■小画面---------------*/
@media screen and (max-width: 766px) {

.personality_left{margin-top:30px;}

}