@charset "utf-8";

p{margin:0;}

/**
 * Container
 */

#contentsWrap {
	margin: 0 auto;
	padding-bottom: 30px;
	position: relative;
	width: 976px;
	text-align: left;
}

#contents {
	margin-bottom: 16px;
	width: 100%;
}

#sideNav {
	float: left;
	width: 182px;
}


#entame_global{
	float:left;
	width:784px;
}

#mainContents {
	float: left;
	width: 444px;
}

#sideContents {
	float: right;
	width: 350px;
}

/**
 * Search
 */

#searchFormWrap{
	margin:0 auto 12px;
}

/**
 * Side Navigation - nico nico service
 */


#menuService h5{background-position:0 -52px;}

#menuService .service_sub li:hover{
	background-position:0 -132px;
}


/* main contents - common styles */




.title_live{
	font-weight:bold;
	height:28px;
	overflow:hidden;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background: #a32d2d;
}

.title_live h4{
	padding:4px 8px;
	float:left;
	color:#fff;
}

/**
 * Entertainment
 */

#entertainment{
	width:784px;
	height:324px;
	margin:0 0 8px 10px;
	background:none;
}

#entertainment_container {
	overflow: hidden;
	width:784px;
	height:300px;
	position:relative;
}

#entertainment, #entertainment_container h3{
	background:none;
}

.entertainment_content{
	position: absolute;
	top:0;
	left:0;
}

.entame_image{
	width:784px;
	height:300px;
	border:none;
	margin:0;
}

.entame_image img{
	width:784px;
	height:300px;
	margin:0;
}

#entertainment_nav{
	position:absolute;
	width:784px;
	height:24px;
	text-align:center;
	bottom:0;
	left:0;
	background-image:url(../../img/zero_index/theme/default/bg_entame_nav.png);
}

#entertainment_nav li{
	display: inline-block;
	margin:4px 0 0;
}


#entertainment_prev{
	background-image:url(../img/zero_index/theme/default/icon_prev.png);
	display:block;
	width:8px;
	height:18px;
	margin:0;
	background-repeat:no-repeat;
	background-position:0 4px;
	text-indent:-9999px;
	position:static;
	display:none;
	cursor:default;
	z-index:5;
}

#entertainment_prev.on{
	display:inline-block;
	cursor:pointer;
}

#entertainment_next{
	background-image:url(../img/zero_index/theme/default/icon_next.png);
	display:block;
	width:8px;
	height:18px;
	margin:0;
	background-repeat:no-repeat;
	background-position:0 4px;
	text-indent:-9999px;
	position:static;
	display:none;
	cursor:default;
}

#entertainment_next.on,
#feature_next.on{
	display:inline-block;
	cursor:pointer;
}

.entertainment_cursor{
	width:8px;
}

.entertainment_jump.current{
	color: #f06;
	text-shadow:0 0 8px #E963B7;
}

.entertainment_jump{
	color: #fff;
}

.entertainment_jump:hover{
	color:#fff;
	text-decoration:none;
}


.entertainment_jump.current:hover{
	color: #f06;
	text-decoration:none;
	cursor:default;
	text-shadow:0 0 8px #E963B7;
}


.entertainment_content dl{
	position:absolute;
	bottom:24px;
	left:0;
	width:752px;
	padding:8px 16px;
	background-image:url(../../img/zero_index/theme/default/bg_entame.png);
	color:#fff;
}

.entertainment_content dt{
	font-size:16px;
	font-weight:bold;
}

.entertainment_content dl a{
	color:#fff;
}

.entertainment_content dd{
	text-align:left;
}

/**
 * Live
 */

#index_live{
	width:424px;
	margin:0 auto 8px;
}


.index_live_item{
	margin:0 8px 8px;
	padding:8px 0;
	border-top:1px solid #ccc;
}

.index_live_thumb{
	float:left;
	margin:0 8px 0 0;
}

.index_live_thumb img{
	width:60px;
}

.index_live_summary{
	overflow:hidden;
	zoom:1;
}

.index_live_summary h5{
	margin:4px 0;
}

.label_official{
	display:inline-block;
	font-size:10px;
	padding:2px 4px;
	color:#fff;
	background: #be1111;

}

.label_channel{
	display:inline-block;
	font-size:10px;
	padding:2px 4px;
	color:#fff;
	background: #187be9; /* Old browsers */
	background: -moz-linear-gradient(top,  #187be9 0%, #233875 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top,  #187be9 0%,#233875 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top,  #187be9 0%,#233875 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #187be9 0%,#233875 100%); /* W3C */
}

.label_community{
	display:inline-block;
	font-size:10px;
	padding:2px 4px;
	color:#fff;
	background: #329A95;
}

.label_onair{
	display:inline-block;
	font-size:10px;
	padding:2px 4px;
	margin:0 4px 0 0;
	color:#fff;
	background: #f16363;

}

.live_schedule{
}

.live_description{
	color:#999;
}

/**
 * Newarrival
 */


#newarrival{
	width:426px;
	margin:0 auto 8px;
}


/**
 * translated videos
 */

#translated_videos{
	width:426px;
	margin:8px auto;
}

#translated_videos ul{
	margin-top: 8px;
	margin-right: 0;
}


#translated_videos .mov_thumb{
	float: left;
	margin-right: 8px;
	border-color: #009900;
}


#translated_videos .listItem{
	float: none;
	margin: 0;
	margin-right: 0;
	margin-bottom: 8px;
	width: auto;
}

#translated_videos .listItemContent{
	overflow: hidden;
}

#translated_videos .listItemContent .itemDescription{
	margin-top: 8px;
	position: relative;
	background: #fff;
	border: #ccc solid 1px;
	border-radius: 4px;
	padding: 8px;
	color: #333;
}

#translated_videos .listItemContent .itemDescription:after{
	position: absolute;
	top: -8px;
	left: 4px;
	content: "";
	display: block;
	width: 9px;
	height: 8px;
	background: url("../img/index_overseas/top_baloon_cur.png") no-repeat 0 0;
}

/**
 * videolist
 */

.videolist ul{
	margin:0 -14px 0 0;
}

.videolist li{
	float:left;
	width:96px;
	margin:8px 13px 8px 0;

}

#translated_videos .videolist li{
  margin-right: 13px;
}

.videolist li h5{
	font-size:12px;
	line-height:1.1;
	margin:4px 0;
	width:96px;
	word-break:break-all;
	word-wrap:break-word;
}

#translated_videos .videolist li h5{
	width: auto;
}


.newarrival_date{
	font-size:9px;
	color:#888;
}

.newarrival_date span{
	color:#CC0000;
}

.mov_thumb{
	width:94px;
	border:1px solid #ccc;
	position:relative;
}

.mov_thumb.translated{
  border: 2px solid #2b8426;
}

.mov_thumb img{
	width:94px;
}

.mov_length{
	position:absolute;
	background:rgba(0,0,0,0.8);
	color:#fff;
	font-size:10px;
	padding:2px 4px;
	bottom:0;
	right:0;
}

#translated_videos li .translateComment{
	position: relative;
	display: inline-block;
	min-width: 40px;
	margin: 4px 0 0 0;
	border: #ccc solid 1px;
	border-radius: 2px;
	color: #666;
	padding: 4px;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #fff;
}

#translated_videos li .translateComment .arrow{
	position: absolute;
	top: -8px;
	display: block;
	width: 9px;
	height: 8px;
	margin: 0 auto;
	background:url(../img/index_overseas/top_baloon_cur.png) no-repeat 0 0;
}

/**
 * videolist(sub)
 */

.sub_movcontainer{
	padding:8px 0;
}

.sub_thumb{
	float:left;
	margin:0 8px 8px 0;
}

.sub_thumb img{
	width:100px;
	border:1px solid #ccc;
}

.sub_summary{
	overflow:hidden;
	zoom:1;
}

.sub_summary h5 span{
	font-size:16px;
}

.sub_summary p{
	color:#999;
	line-height:1.1;
}

.sub_date{
	font-size:11px;
}




/**
 * features
 */


#feature{
	 width:426px;
	 margin:8px auto;
	 position:relative;
	 background:#fff;
}

.title_light{
	margin:0 0 -1px;
}

#uneiOsusume{
	border:1px solid #ccc;
	padding:8px 8px 4px;
}

.feature_chara{
	position:absolute;
	top:-8px;
	right:-8px;
}

#uneiOsusume .thumb{
	border:none;
	margin:0;
}

.oversea_feature{
	margin:0 0 8px;
}

#uneiOsusume .thumb img{
	border:none;
	margin:0;
}

/**
 * pickup
 */

#pickup_global{
	width:426px;
	margin:8px auto;
}


#pickup_global ul{
	margin-top: 8px;
	margin-right: 0;
}


#pickup_global .mov_thumb{
	float: left;
	margin-right: 8px;
/*
	border-color: #009900;
*/
}

#pickup_global .caption{
	border-color: #892D2A;
}

#pickup_global .listItem{
	float: none;
	margin: 0;
	margin-right: 0;
	margin-bottom: 8px;
	width: auto;
}

#pickup_global .itemTitle{
	width: auto;
	overflow: hidden;
}


/**
 * ranking global
 */

#ranking_global li{
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: #ccc dashed 1px;
}

/**
 * nico news
 */

#nicoNews{
	margin:0 0 8px;
}

/**
 * sns
 */

#sns_wedget{
	margin:8px auto;
	text-align: center;
}

#sns_wedget .twitter-follow-button{
	margin-bottom: 8px;
}

.sns_selector{
	border-bottom:1px solid #333;
}

.sns_selector li{
	float:left;
}

.sns_selector li a{
	display:block;
	padding:2px 6px;
	margin:0 4px 0 0;
	background:#DFDFDF;
}

.sns_selector li.active a{
	color:#fff;
	background:#333;
}

#widget_plurk .user_info,
#widget_plurk .user_info .cnr{
	height: 80px !important;
}

/**
 * label
 */


.thumb_box{
	float:left;
	margin:0 8px 0 0;
	border:1px solid #ccc;
	position:relative;
}

.translation{
	border:1px solid #090;
}

span.label_translation{
	display:inline-block;
	font-size:10px;
	color:#fff;
	font-weight:bold;
	padding:2px 4px;
	background: #24821a; /* Old browsers */
	background: -moz-linear-gradient(top,  #24821a 0%, #174c1c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#24821a), color-stop(100%,#174c1c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #24821a 0%,#174c1c 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom,  #24821a 0%,#174c1c 100%); /* W3C */
}

.caption{
	border:2px solid #C30;
}

span.label_caption{
	display:inline-block;
	font-size:10px;
	color:#fff;
	font-weight:bold;
	padding:2px 4px;
	background: #c95328;

}

/* index_user_live */

#index_user_live{
	width: 426px;
	margin: 8px auto 0;
}


/* vocaloid pick up */

#vocaloid_pickup{
	margin: 8px auto 0;
	width: 426px;
}

#vocaloid_pickup h4{
	text-indent: 0;
	font-size: 13px;
	color: #fff;
	padding-left: 8px;
	height: 37px;
	line-height: 37px;
	background: url(../img/index_overseas/vocaloid/vcalo_title.png) repeat-x 0 0;
	border: #a6c8c8 solid 1px;
	border-radius: 2px;
}

#vocaloid_pickup .videolist{
	padding: 0 8px;
	border-right: #a6c8c8 solid 1px;
	border-left: #a6c8c8 solid 1px;
	border-bottom: #a6c8c8 solid 1px;
	border-radius: 2px;
	background: #e1eeee;
}
#vocaloid_pickup .videolist .listItem{
	clear: both;
	padding: 8px 0;
	border-bottom: #a6c8c8 solid 1px;
}

#vocaloid_pickup .videolist .listItem:last-child{
	border-bottom: none;
}

#vocaloid_pickup .videolist .listItem .mov_thumb{
	float: left;
	margin-right: 8px;
}



/* language setting alertbox */
#language_setting_alertbox{
	position: relative;
	padding: 8px;
	background: #dedede;
	border: #ccc solid 1px;
	color: #333;
	margin-bottom: 12px;
}

#language_setting_alertbox #language_setting_alertbox_close{
	display: block;
	position: absolute;
	top: 8px;
	right: 8px;
	width: 14px;
	height: 14px;
	text-indent: -999em;
	overflow: hidden;
	background: url("../img/index_overseas/window_close.png") no-repeat 0 0;
	cursor: pointer;
}

#language_setting_alertbox .navLink{
	text-align: right;
}

#timezone_jp_overseas_message{
    position: relative;
    padding: 8px;
    background: #dedede;
    border: #ccc solid 1px;
    color: #333;
    margin-bottom: 12px;
}

#timezone_jp_overseas_message #timezone_jp_overseas_message_close{
    display: block;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 14px;
    height: 14px;
    text-indent: -999em;
    overflow: hidden;
    background: url("../img/index_overseas/window_close.png") no-repeat 0 0;
    cursor: pointer;
}

/* trendy Tags */
#trendyTags{
	margin-bottom: 8px;
	background: #FFF;
}

#trendyTags li:first-child{
	border-top:1px solid #ccc;
}

#trendyTags li a{
	display: block;
	border:1px solid #ccc;
	border-top:1px solid #efefef;
	padding:4px 8px 4px 26px;
	overflow:hidden;
    background: url("../img/index_overseas/trendy_tags_icon.png") no-repeat 0 0;
}

#trendyTags li a:hover{
	background-color: #efefef;
}

/* SNS widget set for US */

#sns_widget{
	margin:0 auto 8px;
}

#twitterWidget{
	margin:8px auto;
	text-align:center;
}

#facebookWidget{
}
