@charset "utf-8";
#content {
	float: left;
	width: 960px;
	height: auto;
	padding-top: 75px;
	margin-bottom: 50px;
	color: #4c4238;
}

#content_box {
	padding-bottom: 50px;
}

#content_box_l {
	float: left;
	width: 450px;
}

#content_box_r {
	float: right;
	width: 450px;
}

.creator_cont_box {
	width: 450px;
	font-size: 10px;
	line-height: 1.2em;
	margin-bottom: 68px;
	//float: left;
}

#wrap_creator_cont_box {
	float: right;	
}

#wrap_creator_cont_box .creator_cont_box {
	clear: both;
}

#creator_index {
	margin-block: 38px 76px;
}

#creator_index li {
	margin: 0 25px 18px 0;
	float: left;
	width: 172px;
}

#creator_index li:nth-child(5n) {
	margin-right: 0;
}

#creator_index li img {
	width: 172px;
	height: auto;
}

#creator_index li a {
	color: #4c4238;
	font-size: 12px;
	line-height: 1.25em;
	text-decoration: none;
}

#creator_index li a:hover {
	opacity: 0.7;	
}

#creator_index li a p {
    height: 6.00em;
    padding-top: 0.75em;
	font-size: 10px;
}

#creator_index li a p span.name {
	font-size: 12px;
}

#creator_index li a:hover p {
	color: #f2a1b0;
}

#creator_cont_last {
	margin-bottom: 0px;
}

.creator_img {
	float: left;
	width: 172px;
	height:172px;
	margin: 0 18px 18px 0;
}

.creator_img img {
	width: 172px;
	height: auto;
}

.creator_cont_box h2 {
	color: #4c4238;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: normal;
	//margin-top: -3px;
}
.creator_cont_box h4 {
	color: #f2a1b0;
	font-size: 10px;
	line-height: 1.5em;
	font-weight: normal;
	margin: 10px 0 0 0;
	clear: both;
}
.creator_cont_box h3 {
	color: #4c4238;
}
.text1 {
	margin-top: 7px;
	font-size: 10px;
	line-height: 1.5em;
}
.text2 {
	margin-top: 7px;
	font-size: 10px;
	line-height: 1.5em;
	overflow: hidden;
}
.text3 {
	font-size: 10px;
	line-height: 1.6em;
	overflow: hidden;
}
.text3.close {
	height: 160px;
}
.text3 strong {
	font-weight: bold;
}
.mr11 {
	margin-right: 11px;	
}
.text4 {
	clear: both;
	font-size: 16px;
	line-height: 1.5em;
	margin-top: 18px;
}
.text4_2 {
	font-size: 10px;
	line-height: 1.8em;
	margin-top: 12px;
}
.creator_cont_box_more {
	text-align: center;
	margin: 30px auto 0;
}
.creator_cont_box_more span {
	display: inline-block;
	padding-right: 1.3em;
	background: url("../../img/creator_cont_box_more_open_off.png") no-repeat right top;
	cursor: pointer;
}
.creator_cont_box_more span:hover {
	color: #ed798e;
	background: url("../../img/creator_cont_box_more_open_on.png") no-repeat right top;
}
.creator_cont_box_more span.open {
	background: url("../../img/creator_cont_box_more_close_off.png") no-repeat right top;
	
}
.creator_cont_box_more span.open:hover {
	background: url("../../img/creator_cont_box_more_close_on.png") no-repeat right top;
}
