.ocuser-index-wrap {
	margin: 10px 0;
}
.ocuser-index-box {
	float: left;
	width: 218px;
	height: 104px;
	margin: 0 10px 30px 0;
	border:1px solid #ccc;
	position: relative;
}
.ocuser-index-box h3 {
	position: absolute;
	width: 112px;
	text-align: center;
	top: 60px;
	left: 104px;
	font-size: 100%;
}
.ocuser-index-box .thum {
	position: absolute;
	top: 2px;
	left: 2px;
}
.ocuser-index-box .prof {
	position: absolute;
	top: 8px;
	left: 133px;
}
.ocuser-index-box a.button {
	position: absolute;
	top: 82px;
	left: 104px;
}

/*************************** 共通サムネcss **************************/
.jq-link-wrap {}
.jq-link-wrap a, .display-none-164 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.jq-link-wrap a span {
	line-height: 1;
}
* html .jq-link-wrap a, .display-none-164 {/* IE 6 */
	display: block;
	padding: 0;
	position: relative;
}
* html .jq-link-wrap a span, .display-none-164 span {/* IE 6 */
	position: absolute;
	display: block;
	padding: 0;
	line-height: 1;
	text-align: center;
}
* html .jq-link-wrap a span img, .display-none-164 span img {/* IE 6 */
	vertical-align: bottom;
}
*:first-child+html .jq-link-wrap a, .display-none-164 {/* IE 7 */
	display: block;
	padding: 0;
	position: relative;
}

*:first-child+html .jq-link-wrap a span, .display-none-164 span {/* IE 7 */
	position: absolute;
	display: block;
	padding: 0;
	line-height: 1;
	text-align: center;
}
*:first-child+html .jq-link-wrap a span img, .display-none-164 span img {/* IE 7 */
	vertical-align: bottom;
}

.jq-link-hover:hover {
	background-color: #ffedbb;
/*	background-color: #ede8e0;*/
	cursor: pointer;
	text-decoration: none;
}
.jq-link-hover a:hover  {
    text-decoration: none;
}
* html .jq-link-hover a:hover {/* IE 6 */
	cursor: pointer;
}
*:first-child+html .jq-link-hover a:hover {/* IE 7 */
	cursor: pointer;
}
.jq-link-wrap dd {
	overflow: hidden;
	text-overflow: ellipsis;/* IE */
	line-height: 1.2;
	white-space: nowrap;
	text-align: center;
}
.thum-name-box {
	border: 1px solid #ccc;
	border-top: none;
	overflow: hidden;
	line-height: 1.2;
	white-space: nowrap;
	text-align: center;
}
.jq-link-wrap dd.thum-icon { height: 0; margin: 0; padding: 0; }

/* 基本イラストサムネ */


.thum-164-dl-box {
	margin: 0 11px 10px 0;
	width: 164px;
}
.thum-164-dl {
	position:relative;
	border: 1px solid #ccc;
	border-bottom: none;
	width: 162px;
}
.thum-164-dl dt a, .display-none-164 {
	width: 162px;
	height: 136px;
}
.display-none-164 {
	background-color: #ccc;
}
* html .thum-164-dl dt a, .display-none-164 {/* IE 6 */
	width: 162px;
	height: 136px;
}
* html .thum-164-dl dt a span, .display-none-164 span {/* IE 6 */
	left: 17px;
	bottom: 4px;
	width:128px;
}
*:first-child+html .thum-164-dl dt a, .display-none-164 {/* IE 7 */
	width: 162px;
	height: 136px;
}
*:first-child+html .thum-164-dl dt a span, .display-none-164 span {/* IE 7 */
	left: 17px;
	bottom: 4px;
	width:128px;
}

.thum-164-dl dd {
	font-size: 93%;
	width: 162px;
	padding: 0 0 2px 0;
}
.thum-164-dl dd.thum-icon {
	padding: 0;
}

.thum-name164 {
	width: 162px;
	margin: 0;
	padding: 2px 0 4px 0;
}
.thum-name164 a {
	font-size: 85%;
}

.thum-164-dl-ul01 li.icon01 {
	position: absolute;
	top: 115px;
	left: 7px;
}
.thum-164-dl-ul01 li.icon02 {
	position: absolute;
	top: 115px;
	right: 7px;
}


.pg-now-illust-wrap {

}
.pg-now-illust-wrap .prof-illust-ul {
	margin: 5px 0 0 0px;
}

.illust-thum72 a {
	width: 74px;
	height: 74px;
}
* html .illust-thum72 a {/* IE 6 */
	width: 74px;
	height: 74px;
}
* html .illust-thum72 a span {/* IE 6 */
	left: 1px;
	bottom: 1px;
	width: 72px;
}
*:first-child+html .illust-thum72 a {/* IE 7 */
	width: 74px;
	height: 74px;
}
*:first-child+html .illust-thum72 a span {/* IE 7 */
	left: 1px;
	bottom: 1px;
	width: 72px;
}

li.illust-thum72-now {
	float: left;
	margin: 0 1px 5px 0;
	width: 74px;
	height: 90px;
	position:relative;
	border: 1px solid #ccc;
	background-color: #fff;
}
li.illust-thum72-now div {
	margin-top: 2px;
	font-size: 79%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;/* IE */
	text-align: center;
	line-height: 1;
}

li.illust-thum72-now img {
	max-width: 72px;
	max-height: 72px;
}
* html body li.illust-thum72-now img {
	width: expression(this.width >= this.height ? "72px" : "auto");
	height: expression(this.width <= this.height ? "72px" : "auto");
}
li.illust-thum72-now img {-ms-interpolation-mode: bicubic;}


img.resize-user {
	max-width: 40px;
	max-height: 40px;
}
* html body img.resize-user {
	width: expression(this.width >= this.height ? "40px" : "auto");
	height: expression(this.width <= this.height ? "40px" : "auto");
}
img.resize-user {-ms-interpolation-mode: bicubic;}

.ocuser-prof-box {
	float: left;
	margin: 0 25px 40px 0;
}

.ocuser-prof-profbox {
	width: 150px;
	border: 1px solid #ccc;
	text-align: center;
	padding: 5px 6px 0 6px;
}

.ocuser-prof-profbox h3 {
	font-size: 93%;
	font-weight: normal;
	border-bottom: 1px dashed #ccc;
	padding: 0 0 5px 0;
}

.ocuser-prof-profbox ul {
	padding: 2px 0 0 0;
}
.ocuser-prof-profbox ul li {
	margin: 3px 0 0 0;
	height: 25px;
}

.ocuser-prof-profbox p {
	font-size: 85%;
	text-align: left;
	border-top: 1px dashed #ccc;
	padding: 5px 0 5px 0;
	margin: 5px 0 0 0;
}

.ocuser-prof-box h4 {
	margin: 10px 0 5px 0;
	padding: 2px 0;
	text-align: center;
	background-color: #f4f4f4;
	border-bottom: 1px solid #ccc;
	width: 164px;
}

.ocuser-prof-info {
	width: 164px;
	margin: 5px 0 0 0;
	font-size: 85%;
	color: #999;
}

.ocuser-interview-wrap h2 {
	font-size: 100%;
	color: #785b35;
	font-size: bold;
	margin: 30px 0 10px 0;
}
.ocuser-interview-wrap p {
	font-size: 100%;
	margin: 0 0 10px 0;
	text-indent: 1em;
}
.ocuser-interview-wrap table {
	margin: 0 0 10px 0;
}
.ocuser-interview-wrap table th, .ocuser-interview-wrap table td {
	vertical-align: top;
}
.ocuser-interview-wrap table th {
	padding: 0 15px 10px 0;
}
.lec-movie-info {
	margin: 10px 0 0 0;
	text-align: center;
	color: #333;
	font-size: 85%;
	width: 650px;
}

.ocuser-illust-wrap {
	position: relative;
	border-bottom: 1px solid #ccc;
	margin: 30px 0 0 0;
}
.ocuser-illust-wrap h2 {
	font-size: 100%;
	font-weight: bold;
}
.ocuser-illust-wrap h2 span {
	font-size: 123.1%;
}
.ocuser-illust-wrap p {
	position: absolute;
	right: 0;
	top: 0;
}
