@charset "shift_jis";

/*---------------------------------------
 *   動画サムネイル
 *--------------------------------------*/
.video-thum {
	cursor: pointer;
	text-decoration: none;
	zoom: 1;
}
.nolink {
	cursor: default;
}
.video-thum a {
	text-decoration: none;
}
.video-thum .pic-wrap {
	position: relative;
	cursor: pointer;
}
.nolink .pic-wrap {
	cursor: default;
}
.video-thum .pic-border {
	border: 1px solid #ccc;
}
.video-thum .pic {
	width: 120px; /* サイズは画面ごとに指定する。 */
}
.video-thum .ico-video {
	position: absolute;
	left: 3px;
	bottom: 3px;
}
.video-thum .time {
	display: inline;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 1px 2px;
	background: #000;
	color: #fff;
	font-family: verdana,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	font-size: 11px;
	text-decoration: none; /* IE6,safari用 */
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.video-thum .video-text {
	padding-top: 3px;
	font-size: 100%;
	line-height: 1.2;
	word-break: break-all;
	word-wrap: break-word;
}
.video-thum a:hover .video-text {
	text-decoration: underline;
}

/* IE6のみ個別にbody#idからカスケードしてハック設置 */
/* BASE */
* html .video-thum .ico-video {	top: 69px;}
* html .video-thum .time {	right: 1px;	top: 75px;}

/* 5-3-11-38 Private Room：Ｍｙエントリー クチコミ−投稿−動画の挿入 popup*/
* html #pop-video-insert .video-thum .ico-video {	top: 54px;}
* html #pop-video-insert .video-thum .time {	right: 6px;	top: 55px;}

/* 5-3-21 Private Room：Myクリップ登録・設定−動画−登録・設定 */
* html #private-video-list .video-thum .ico-video {	top: 70px;}
* html #private-video-list .video-thum .time {	right: 1px;	top: 70px;}

/* 5-3-21-1 Private Room：Myクリップ登録・設定−動画−削除確認 */
* html #private-video-delete-confirm .video-thum .ico-video {	top: 69px;}
* html #private-video-delete-confirm .video-thum .time {	right: 1px;	top: 70px;}

/* 5-3-11-1 Private Room：Ｍｙエントリー クチコミ−新規−投稿 
			5-3-11-9 Private Room：Ｍｙエントリー クチコミ−編集−投稿 */
* html #post_5_3_11 .video-thum .ico-video {	top: 69px;}
* html #post_5_3_11 .video-thum .time {	right: 1px;	top: 75px;}

/* 5-1 Open Room：TOP */
* html #openTop .video-thum .ico-video {	top: 54px;}
* html #openTop .video-thum .time {	right: 1px;	top: 59px;}

/* 5-1-11-1 Open Room：Ｍｙエントリー−クチコミ−一覧 */
* html #kuchikomi_5_1_11 .video-thum .ico-video {	top: 54px;}
* html #kuchikomi_5_1_11 .video-thum .time {	right: 1px;	top: 62px;}

/* 5-1-11-2 Open Room：Ｍｙエントリー−クチコミ−個別 */
* html #kuhcikomiDetail .video-thum .ico-video {	top: 54px;}
* html #kuhcikomiDetail .video-thum .time {	right: 1px;	top: 62px;}

/* 5-1-14-1 Open Room：Ｍｙクリップ−動画−一覧 */
* html #my-collection-video-list .video-thum .ico-video {	top: 69px;}
* html #my-collection-video-list .video-thum .time {	right: 1px;	top: 74px;}

/* 5-1-5 Open Room：Ｍｙクリップ−クチコミ−一覧 */
* html #kuchikomi_5_1_5 .video-thum .ico-video {	top: 54px;}
* html #kuchikomi_5_1_5 .video-thum .time {	right: 1px;	top: 62px;}

/* 5-3-11-8  Private Room：Ｍｙエントリー クチコミ−編集−一覧 */
* html #kuchikomiList5_3_11_8 .video-thum .ico-video {	top: 69px;}
* html #kuchikomiList5_3_11_8 .video-thum .time {	right: 1px;	top: 74px;}

/* 5-3-11-2 Private Room：Ｍｙエントリー クチコミ−新規−投稿確認 */
* html #check_5_3_11 .video-thum .ico-video {	top: 69px;}
* html #check_5_3_11 .video-thum .time {	right: 1px;	top: 74px;}

/*---------------------------------------
 *   My動画情報編集エリア（共通）
 *--------------------------------------*/
.edit-erea .edit-url, .edit-erea .edit-expl {
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	padding: 5px 0 0 3px;
	border: 1px solid #ccc;
	font-size: 13px;
	line-height: 1.4;
	word-wrap:break-word;
	background: url(/images/user/my_common/border/border_grd_v_2.gif) repeat-y left top #fff;
}
/* 動画URL */
.edit-erea .url dt {
	padding-bottom: 5px;
}
.edit-erea .url dt,
.edit-erea .url dd {
	display: inline;
	float: left;
}
.edit-erea .url dt {
	color: #85383d;
	width: 78px;
}
.edit-erea .edit-url {
	padding: 2px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
	font-size: 13px;
}
/* 動画説明文 */
.edit-erea .edit-expl {
	margin-bottom:	2px;
}
.edit-erea .expl dt,
.edit-erea .expl dd {
	display: inline;
	float: left;
}
.edit-erea .expl dt {
	color: #85383d;
	width: 78px;
}
/* 文字カウント */
.edit-erea .length {
	color: #666;
	font-size: 83%;
}
.edit-erea .length .over {
	color: #eb1e39;
	font-weight: bold;
}
/* 動画をもっと登録する */
.img-search-more {
	padding: 4px 0 8px;
	border-top: 1px dotted #ccc;
}
.img-search-more a {
	background: url(/images/user/my_common/icons/ico_bg_search-more.gif) left center no-repeat;
	padding-left: 15px;
	color: #329d77;
	font-weight: bold;
	line-height: 1.4;
}
/* 動画タイトルを取得ボタン */
.edit-erea .get-ttl {
	margin-bottom: 3px;
	color: #666;
	font-size: 83%;
	line-height: 19px;
}
.edit-erea .get-ttl a,
.edit-erea .get-ttl span {
	margin-right: 4px;
	display: inline;
	float: left;
	overflow: hidden;
	width: 128px;
	height: 0;
	padding-top: 19px;
	background: url(/images/user/my_common/btn/btn_get_video_ttl.png) no-repeat left top;
	text-decoration: none;
}
*:first-child+html .edit-erea .get-ttl a,
*:first-child+html .edit-erea .get-ttl span {
	text-indent: -9999px; /* for IE7互換 */
}
.edit-erea .get-ttl a {	background-position: left top; }
.edit-erea .get-ttl span {	background-position: left -19px; }

/* クリアボタン */
.edit-erea .clear a{
	display: block;
	float: right;
	overflow: hidden;
	width: 54px;
	height: 0;
	padding-top: 17px;
	background:url(/images/user/my_common/btn/btn_clear.png) 0 0 no-repeat;
}
.edit-erea .get-ttl a:hover,
.edit-erea .clear a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/* Myコレクションに登録 */	
.upload-submit {
	display: block;
	line-height: 29px;
	padding-bottom: 15px;
	text-align: center;
}
.upload-submit input {
	display: inline;
	overflow: hidden;
	width: 170px;
	height: 0;
	padding-top: 29px;
	border: none;
	background: url(/images/user/my_common/btn/btn_mono_imgUpload_submit.jpg) no-repeat scroll 0 0;
	cursor: pointer;
}
*html .upload-submit input { height: 29px; line-height: 2;}
*:first-child+html .upload-submit input { height: 29px; line-height: 2;}

.upload-submit input:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

