/**
 * for all
 */
div.cuscade_folder div,
div.cuscade_folder h6,
div.cuscade_folder span,
div.cuscade_folder img{
	margin:0;
	padding:0;
	border:none;
	text-indent:0px;
	text-align:left;
	font-weight:normal;
	font-size:120%;
	line-height:24px;
	background-color:transparent;
}

div.cuscade_folder td{
	vertical-align:middle;
}

div.cuscade_folder td .data,
div.cuscade_folder td .data_oya{
	padding-top:0px;
	text-decoration:none;
}

div.cuscade_folder .top .title{
	width: 100%;
	font-weight:bold;
	background:none;
}

div.cuscade_folder .data,
div.cuscade_folder .data_oya{
	width:100%;
	font-size:12px;
	background-color:#A2A2F2;
	text-decoration:none;
}

body div.cuscade_folder .hide{
	display:none;
}

body div.cuscade_folder .show{
	display:none;
}

body div.cuscade_folder div.watchnow .data span{
	color:#000055;
}

/**
 * nesting container
 */
div.cuscade_folder div.parents{
	background:url("../images_site/mobile/contents_bg.png") repeat-x center center;
}

div.cuscade_folder div.children div.parents{
	background:none;
}

div.cuscade_folder div.children{
/*	background:url("../images_site/mobile/contents_child_bg.png") repeat left top;*/
	padding-left:12px;
/*	white-space:nowrap;*/
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	color:#FF0000;
}

/**
 * item container
 */
div.cuscade_folder h6 .line{
	width:100%;
	clear:both;
}

div.cuscade_folder h6 .txtleft{
	float:left;
/*	background:url("../images_site/mobile/contents_bg.png") repeat-x left top;*/
	width:100%;
/*	white-space:nowrap;*/
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	background-color: #ededed;
    border: none;
    border-bottom: 1px solid #ccc;
}

div.cuscade_folder div.children .txtleft{
	background:none;
/*	background-color: #EEE;*/
/*	background:url("../images_site/mobile/contents_child_bg.png") repeat-x center center;*/
}

div.cuscade_folder .txt{
	width : 100%;
/*	height : 48px;*/
	padding:10px 3px 10px 0;
}

div.cuscade_folder table{
	table-layout: fixed;
}

/**
 * image
 */
div.cuscade_folder h6 .head{
	margin: 2px 0 0 0;
	clear:both;
	border-collapse: separate;
	border-spacing:0px 0px;
}

div.cuscade_folder h6 .head img{
	width:40px;
	height:44px;
}

div.cuscade_folder h6.top .head img{
	width:40px;
	height:44px;
}

div.cuscade_folder h6.cls .head img{
	background:url("../images_site/mobile/open.png") no-repeat center center;
	cursor:pointer;
}

@media (-webkit-min-device-pixel-ratio: 2),
       (min--moz-device-pixel-ratio: 2),
       (-o-min-device-pixel-ratio: 2/1) {
    div.cuscade_folder h6.cls .head img{
	    background-image: url("../images_site/mobile/open@2x.png");
	    background-size: 24px 24px;
	}
}

div.cuscade_folder h6.opn .head img{
	background:url("../images_site/mobile/close.png") no-repeat center center;
	cursor:pointer;
}

@media (-webkit-min-device-pixel-ratio: 2),
       (min--moz-device-pixel-ratio: 2),
       (-o-min-device-pixel-ratio: 2/1) {
	div.cuscade_folder h6.opn .head img{
    	background-image: url("../images_site/mobile/close@2x.png");
    	background-size: 24px 24px;
    }
}

/*	child hidden parts	*/
div.cuscade_folder h6.non .head img{
	background:url("../images_site/mobile/contents_bg.png") repeat-x center center;	
}

div.cuscade_folder .children h6.non .head img{
	background:url("../images_site/mobile/contents_child_bg.png") repeat-x center center;	
}

.hyperlink{
	text-decoration:underline;
}
