/**********************
 属性基本設定
**********************/
body,div,p,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,blockquote,th,td {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	letter-spacing: 0px;
}
body {
	width: 960px !important;
	margin: 0px auto 0px auto !important;
	color: #333333 !important;
	font-size: 12px !important;
	line-height: 140% !important;
	text-align: left !important;
	background: #ffffff url(/img/common/header/bg_header.png) repeat-x center top;
	font-family:'メイリオ','ＭＳ Ｐゴシック',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif !important;
}
td {
	word-break: break-all;
}
a {
	color: #222222;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img {
	border: 0px;
}

/**********************
 汎用クラス系
**********************/

.hidden { display:none; }

/* "float" クリアセット */
.cfix { zoom: 1; }
.cfix:after { content: "."; display: block; height: 0px; clear: both; line-height: 0px; visibility: hidden; }

.l { float: left; }
.r { float: right; }

/* フォントサイズ */
.fs10 { font-size: 10px; line-height: 12px; }
.fs12 { font-size: 12px; }
.fs14 { font-size: 14px; line-height: 16px; }
.fs16 { font-size: 16px; line-height: 20px; }

/* ブロック */
.mb10 { margin-bottom: 10px; }
.mb16 { margin-bottom: 16px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.pd0410 { padding: 4px 10px; }
.pd1020 { padding: 10px 20px; }
.boxcentering { margin-left: auto; margin-right: auto;  }




/**********************
 共通
**********************/


#search_menu {
	margin-bottom: 12px;
	color: #ffffff;
	background: transparent url(/img/common/bg_black_w713.png) no-repeat left center;
}
#search_menu table {
	height: 39px;
	margin: 0px auto 0px auto;
	border-collapse: collapse;
}

h2#search_summary {
	margin-bottom: 12px;
	padding-bottom: 4px;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	border-bottom: 2px solid #666666;
}


#service {
	height: 30px;
	margin: 0px auto 4px auto;
	background: url(/img/common/header/bg_header.png) repeat-x left top;
}
#service_cnt {
	width: 960px;
	margin: 0px auto 0px auto;
}
/* "float" クリア */
#service { zoom: 1; }
#service:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; }

#service {
	color: #ffffff;
}
#service span.off {
	color: #cccccc;
}
#service #nicomenu {
	float: left;
	margin-top: 6px;
}
#service #nicomenu a {
	color: #eeeeee;
}
#service #nicomenu a:hover {
	text-decoration: none;
}
#service #sitemenu {
	float: right;
	margin-top: 4px;
	color: #eeeeee;
	/*line-height: 32px;*/
}
#service #sitemenu a {
	color: #ffffff;
}
#service #sitemenu a.bdr {
	margin-top: 3px;
	padding-top: 3px;
	border-top: 1px solid #999999;
}
#service a.parent {
	color: #eeeeee !important;
}

/* popup */

#popup_other {
	float: left;
	margin-top: 6px;
	padding-left: 10px;
	z-index: 10000;
}
#popup_other_cnt {
	clear: both;
	display: none;
	position: absolute;
	width: 200px;
	top: 20px;
	background: #555555 url(/img/common/header/bg_submenu_common.gif) repeat-y left top;
	border: 2px solid #111111;
	z-index: 10000;
}
#popup_other_cnt td {
	width: 96px;
	vertical-align: top;
}

#popup_other_cnt span {
	display: block;
	padding: 1px 5px;
}
#popup_other_cnt a {
	display: block;
	color : #eeeeee !important;
	padding: 1px 5px;
	text-decoration: none;
}
#popup_other_cnt a:hover {
	background: #111111;
	color : #ffffff !important;
	font-weight: bold;
}

/* popup user info */
#popup_user_cnt {
	clear: both;
	display: none;
	position: absolute;
	width: 220px;
	top: 20px;
	margin-left: -110px;
	background: #555555 url(/img/common/header/bg_submenu_common.gif) repeat-y left top;
	border: 2px solid #111111;
	z-index: 10000;
}
#popup_user_cnt a {
	display: block;
	color : #cccccc !important;
	padding: 2px 5px 2px 22px;
	text-decoration: none;
}
#popup_user_cnt a:hover {
	background: #111111;
	color : #ffffff !important;
	font-weight: bold;
}
#popup_user_cnt a#btn_usermenu_join {
	background-image: url(/img/common/header/icn_sitemenu_join.png);
	background-position: 4px center;
	background-repeat: no-repeat;
}
#popup_user_cnt a#btn_usermenu_buy {
	background-image: url(/img/common/header/icn_sitemenu_buy.png);
	background-position: 4px center;
	background-repeat: no-repeat;
}
#popup_user_cnt a#btn_usermenu_nicopt1,
#popup_user_cnt a#btn_usermenu_nicopt2 {
	background-image: url(/img/common/header/icn_sitemenu_nicopt.png);
	background-position: 4px center;
	background-repeat: no-repeat;
}
#popup_user_cnt a#btn_usermenu_mypage {
	background-image: url(/img/common/header/icn_sitemenu_mypage.png);
	background-position: 4px center;
	background-repeat: no-repeat;
}
#popup_user_cnt a#btn_usermenu_logout {
	background-image: url(/img/common/header/icn_sitemenu_logout.png);
	background-position: 4px center;
	background-repeat: no-repeat;
}



#header {
	width: 960px !important;
	margin: 0px auto 6px auto !important;
}
#header_cp {
	width: 960px;
	margin: 0px auto 3px auto;
}
#header_cp h1 {
	text-align: left !important;
	font-size: 12px !important;
	font-weight: bold !important;
	display:inline-block;/display:inline;/zoom:1;
	margin-top: 3px !important;
	margin-right: 12px !important;
}
#header_cp #ch_blogparts {
	display:inline-block;/display:inline;/zoom:1;
	font-size: 10px;
}
#header_cp #ch_blogparts a {
	color: #666666;
	text-decoration: none;
}
table#ch_logo_cp {
}
table#ch_logo {
	float: left;
	width: 190px;
	height: 63px;
	border-collapse: collapse;
	border: none;
}
table#ch_logo td {
	padding: 0px;
	border: none;
	text-align: left;
	vertical-align: middle;
}


/* 新検索 */
#searchbox {
	float: left;
	width: 225px;
	margin-top: 10px;
	margin-left: 20px;
}
#searchbox_cnt {
	width: 225px;
	height: 25px;
	background: transparent url(/img/common/header/search/bg_search_box.png) no-repeat left center;
	padding-left: 25px;
}
#searchbox table {
	border: none;
	border-collapse: collapse;
}
#searchbox_cnt input#searchtxt {
	color: #333333;
	width: 175px;
	background: transparent;
	border: none;
}


#searchbox a#s_target,
#searchbox a#s_way {
	display: block;
	width: 91px;
	height: 21px;
}
#searchbox a#s_target span,
#searchbox a#s_way span {
	display: none;
}
#searchbox a.opt_t1 {
	background-image: url(/img/common/header/search/btn_target.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#searchbox a.opt_t2 {
	background-image: url(/img/common/header/search/btn_target.png);
	background-repeat: no-repeat;
	background-position: 0px -21px;
}
#searchbox a.opt_w1 {
	background-image: url(/img/common/header/search/btn_way.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#searchbox a.opt_w2 {
	background-image: url(/img/common/header/search/btn_way.png);
	background-repeat: no-repeat;
	background-position: 0px -21px;
}


/*広告*/
#channel_pc_top,
#community_pc_top {
	float: right;
	width: 468px;
	height: 60px;
	background: #dddddd;
}



/* ログインフォーム */
#loginform {
	clear: both;
	width: 878px;
	height: 45px;
	margin: 0px auto 10px auto;
	background: transparent url(/img/common/header/bg_login.png) no-repeat left top;
}
#loginform table {
	border-collapse: collapse;
	margin: 0px auto 0px auto;
	height: 45px;
}
#loginform td {
	padding: 0px;
	text-align: left;
	vertical-align: middle;
}
#loginform td#form_email {
	padding-left: 4px;
	padding-right: 12px;
}
#loginform td#form_email input {
	width: 180px;
	padding: 1px;
	border: 2px solid #141433;
}
#loginform td#form_pass {
	padding-left: 4px;
	padding-right: 12px;
}
#loginform td#form_pass input {
	width: 100px;
	padding: 1px;
	border: 2px solid #141433;
}
#loginform td#form_submit {
	padding-right: 30px;
}
#loginform td#register,
#loginform td#remind_pass {
	font-size: 12px;
	font-weight: bold;
	padding-right: 12px;
}
#loginform td#register {
	padding-left: 26px;
	background: transparent url(/img/common/header/icn_sparkle.png) no-repeat left center;
}
#loginform td#remind_pass {
	padding-left: 26px;
	background: transparent url(/img/common/header/icn_caution.png) no-repeat left center;
}




#extra_link {
	margin-bottom: 10px;
}
a.extra {
	margin-right: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 16px;
	line-height: 16px;
	background: transparent url(/img/common/icn_ch_mini.png) no-repeat left center;
}



/* ch menu */
#chmenu {
	position: relative;
	width: 960px;
	clear: both;
	margin: 0px auto 8px auto;
}
#chmenu ul { zoom: 1; }
#chmenu ul:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; }



#chmenu ul {
	width: 960px;
	background: transparent url(/img/header/bg_chmenu.png) no-repeat left top;
}
#chmenu li {
	list-style: none;
	float: left;
	height: 34px;
}

#chmenu ul a,
#chmenu ul span.off {
	display: block;
	height: 34px;
	background-color: transparent;
	background-image: url(/img/header/btn_chmenu.png);
	background-repeat: no-repeat;
}
#chmenu ul a span,
#chmenu ul span span {
	display: none;
}
#chmenu li#btn_top a		{ width: 132px; background-position: 0px 0px; }
#chmenu li#btn_ent a		{ width: 135px;	background-position: -132px 0px; }
#chmenu li#btn_bbs a		{ width: 74px;  background-position: -267px 0px; }
#chmenu li#btn_vid a		{ width: 59px;  background-position: -341px 0px; }
#chmenu li#btn_pay a		{ width: 86px;  background-position: -400px 0px; }
#chmenu li#btn_pck a		{ width: 127px; background-position: -486px 0px; }
#chmenu li#btn_liv a		{ width: 69px;  background-position: -613px 0px; }

#chmenu li#btn_top a:hover,
#chmenu li#btn_top a.on		{ width: 132px; background-position: 0px -34px; }
#chmenu li#btn_ent a:hover,
#chmenu li#btn_ent a.on		{ width: 135px;	background-position: -132px -34px; }
#chmenu li#btn_bbs a:hover,
#chmenu li#btn_bbs a.on		{ width: 74px;  background-position: -267px -34px; }
#chmenu li#btn_vid a:hover,
#chmenu li#btn_vid a.on		{ width: 59px;  background-position: -341px -34px; }
#chmenu li#btn_pay a:hover,
#chmenu li#btn_pay a.on		{ width: 86px;  background-position: -400px -34px; }
#chmenu li#btn_pck a:hover,
#chmenu li#btn_pck a.on		{ width: 127px; background-position: -486px -34px; }
#chmenu li#btn_liv a:hover,
#chmenu li#btn_liv a.on		{ width: 69px;  background-position: -613px -34px; }

#chmenu li#btn_top span.off		{ width: 132px; background-position: 0px -68px; }
#chmenu li#btn_ent span.off		{ width: 135px;	background-position: -132px -68px; }
#chmenu li#btn_bbs span.off		{ width: 74px;  background-position: -267px -68px; }
#chmenu li#btn_vid span.off		{ width: 59px;  background-position: -341px -68px; }
#chmenu li#btn_pay span.off		{ width: 86px;  background-position: -400px -68px; }
#chmenu li#btn_pck span.off		{ width: 127px; background-position: -486px -68px; }
#chmenu li#btn_liv span.off		{ width: 69px;  background-position: -613px -68px; }

#chmenu div#btn_favorite {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 180px;
	height: 34px;
	background: transparent url(/img/header/btn_chmenu_favorite.png) no-repeat left bottom;
}
#chmenu div#btn_favorite a {
	display: block;
	background: transparent url(/img/header/btn_chmenu_favorite.png) no-repeat left top;
}
#chmenu div#btn_favorite a:hover {
	display: block;
	background: transparent url(/img/header/btn_chmenu_favorite.png) no-repeat left -34px;
}
#chmenu div#btn_favorite a img {
	width: 180px;
	height: 34px;
}


/* ch category */
#category {
	clear: both;
	width: 960px;
	margin: 0px auto 12px auto;
}
#category ul li {
	list-style: none;
	float: left;
	width: 86px;
	height: 50px;
}
#category ul li#btn00 {
	width: 100px;
}

#category ul li a {
	display: block;
	height: 50px;
	background-image: url(/img/header/btn_category2.png);
	/*background-image: url(/img/header/btn_category_new.png);*/
	background-repeat: no-repeat;
}
#category ul li a span {
	display: none;
}
#category ul li#btn00 a { width: 98px; background-position: 0px 0px; }
#category ul li#btn00 a:hover { background-position: 0px -50px; }
#category ul li#btn00 a.on { background-position: 0px -100px; }
#category ul li#btn01 a { background-position: -100px 0px; }
#category ul li#btn01 a:hover { background-position: -100px -50px; }
#category ul li#btn01 a.on { background-position: -100px -100px; }
#category ul li#btn02 a { background-position: -186px 0px; }
#category ul li#btn02 a:hover { background-position: -186px -50px; }
#category ul li#btn02 a.on { background-position: -186px -100px; }
#category ul li#btn03 a { background-position: -272px 0px; }
#category ul li#btn03 a:hover { background-position: -272px -50px; }
#category ul li#btn03 a.on { background-position: -272px -100px; }
#category ul li#btn04 a { background-position: -358px 0px; }
#category ul li#btn04 a:hover { background-position: -358px -50px; }
#category ul li#btn04 a.on { background-position: -358px -100px; }
#category ul li#btn05 a { background-position: -444px 0px; }
#category ul li#btn05 a:hover { background-position: -444px -50px; }
#category ul li#btn05 a.on { background-position: -444px -100px; }
#category ul li#btn06 a { background-position: -530px 0px; }
#category ul li#btn06 a:hover { background-position: -530px -50px; }
#category ul li#btn06 a.on { background-position: -530px -100px; }
#category ul li#btn07 a { background-position: -616px 0px; }
#category ul li#btn07 a:hover { background-position: -616px -50px; }
#category ul li#btn07 a.on { background-position: -616px -100px; }
#category ul li#btn08 a { background-position: -702px 0px; }
#category ul li#btn08 a:hover { background-position: -702px -50px; }
#category ul li#btn08 a.on { background-position: -702px -100px; }
#category ul li#btn09 a { background-position: -788px 0px; }
#category ul li#btn09 a:hover { background-position: -788px -50px; }
#category ul li#btn09 a.on { background-position: -788px -100px; }
#category ul li#btn10 a { background-position: -874px 0px; }
#category ul li#btn10 a:hover { background-position: -874px -50px; }
#category ul li#btn10 a.on { background-position: -874px -100px; }

#category #balloon {
	position: absolute;
}
#category #balloon div.sub {
	display: none;
	position: absolute;
	top: -23px;
}
#category #balloon #btn01sub { left: 3px; }
#category #balloon #btn02sub { left: 100px; }
#category #balloon #btn03sub { left: 195px; }
#category #balloon #btn04sub { left: 290px; }
#category #balloon #btn05sub { left: 385px; }
#category #balloon #btn06sub { left: 480px; }
#category #balloon #btn07sub { left: 575px; }
#category #balloon #btn08sub { left: 670px; }
#category #balloon #btn09sub { left: 600px; }
#category #balloon #btn10sub { left: 670px; }


.page_title,
.page_title_blue {
	background: url(/img/common/sttl_common2.png) no-repeat right top;
	margin-bottom: 16px;
}
.page_title_cnt {
	line-height: 32px;
	color: #222222;
	text-indent: 24px;
}
.page_title .page_title_cnt {
	background: url(/img/common/sttl_common1.png) no-repeat left top;
}
.page_title_blue .page_title_cnt {
	background: url(/img/common/sttl_common1_blue.png) no-repeat left top;
}

h2.ttl_cyan_w713 {
	margin-bottom: 6px;
	padding: 0px 10px;
	color: #ffffff;
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
	background: transparent url(/img/common/ttl_cyan_w713.png) no-repeat left center;
}
h2.ttl_cyan_w230 {
	margin-bottom: 6px;
	padding: 0px 6px;
	color: #ffffff;
	line-height: 32px;
	font-size: 14px;
	font-weight: bold;
	background: transparent url(/img/common/ttl_cyan_w230.png) no-repeat left center;
}
h2.ttl_ylw_w713 {
	margin-bottom: 6px;
	padding: 0px 10px;
	color: #ffffff;
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
	background: transparent url(/img/common/ttl_ylw_w713.png) no-repeat left center;
}
h2.ttl_gray_w230 {
	margin-bottom: 6px;
	padding: 0px 6px;
	color: #ffffff;
	line-height: 32px;
	font-size: 14px;
	font-weight: bold;
	background: transparent url(/img/common/ttl_gray_w230.png) no-repeat left center;
}


/* "float" クリア */
#contents0727 { zoom: 1; }
#contents0727:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; }

#main0727 {
	float: left;
	width: 713px;
}
#side0727 {
	float: right;
	width: 230px;
}

.pagenavi {
	margin-bottom: 6px;
	padding: 0px 10px;
	color: #333333;
}
/* "float" クリア */
.pagenavi { zoom: 1; }
.pagenavi:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; }

.pagenavi .sort {
	float: left;
}
.pagenavi .pagelink {
	float: right;
	line-height: 12px;
}
.pagenavi .pagelink { font-size:12px; line-height:20px; color: #333333; font-weight: bold; }
.pagenavi .pagelink span,
.pagenavi .pagelink a { padding:2px 4px; color: #666666; }
* html .pagenavi .pagelink span,
* html .pagenavi .pagelink a { padding:0px 4px; color: #666666; }
*+html .pagenavi .pagelink span,
*+html .pagenavi .pagelink a { padding:0px 4px; color: #666666; }

.pagenavi .pagelink a.num { text-decoration:none; }
.pagelink a:link.num, .pagelink a:visited.num { background:#ffffff; border:1px solid #999999; }
.pagelink a:hover.num, .pagelink a:active.num { background:#ffffee; border:1px solid #ff9900; }
.pagenavi .pagelink span.in {
	border: 1px solid #999999;
	background: #666666;
	color: #ffffff;
}
.pagenavi a.next, .pagenavi a.last { text-decoration: underline; }
.pagenavi a:hover.next, .pagenavi a:hover.last { text-decoration: none; }
.pagenavi span.next, .pagenavi span.last { color: #cccccc !important; }


/* サイドの汎用リスト */
.sidelist {
	margin-bottom: 16px;
}
.sidelist dl.item {
	width: 230px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	_padding-bottom: 0px;
	background: transparent url(/img/common/bdr_dot1.png) repeat-x left bottom;
}
.sidelist dl.item { zoom: 1; }
.sidelist dl.item:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; }

.sidelist dt.thmb {
	float: right;
	width: 64px;
	height: 50px;
}
.sidelist dt.thmb img {
	width: 64px;
	height: 50px;
}
.sidelist dd {
	float: left;
	overflow: hidden;
}
.sidelist dd.ttl {
	width: 163px;
}
.sidelist dd.ttl a {
	color: #335577;
}


table.search_list_table {
}
table.search_list_table td {
	padding: 6px 0px;
}



/*▼ チャンネル枠 ▼*/

/*大小共通*/
.ch_frm_line { margin-bottom: 20px; }
.ch_frm_line .ch_frm .cnt { padding: 0px 3px; }
.ch_frm_line .ch_frm .symbol {
	text-align: center;
}
.ch_frm_line .ch_frm.oneweek .symbol {
}
.ch_frm_line .ch_frm .symbol {
	float: left;
}
.ch_frm_line .ch_frm .details {
	float: right;
}
.ch_frm_line .ch_frm .symbol .channel_id { padding-top:4px; padding-bottom:2px; line-height:16px; }
.ch_frm_line .ch_frm .symbol .channel_id .pay { padding:0px 4px; background: #ff7449; color: #ffffff;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.ch_frm_line .ch_frm .symbol img { border: 1px solid #999999; }
.ch_frm_line .ch_frm .details { word-break: break-all; overflow: hidden; }
.ch_frm_line .ch_frm .details .date { color: #666666; margin-bottom:6px; padding-top:4px; }
.ch_frm_line .ch_frm .details .premium { color: #ff6600; margin-bottom:3px; }
.ch_frm_line .ch_frm .details .title { margin-bottom:4px; }
.ch_frm_line .ch_frm .details .title a { color: #335577; font-size: 14px; font-weight: bold; margin-bottom:3px; }
.ch_frm_line .ch_frm .details .desc { color: #666666; }
.ch_frm_line .ch_frm .details .btn { padding-top: 4px; }

/*大*/
.ch_frm_line.size_l .ch_frm { width: 350px; }
.ch_frm_line.size_l .ch_frm .cnt {  }
.ch_frm_line.size_l .ch_frm .cnt .symbol { width: 104px; height: 123px; }
.ch_frm_line.size_l .ch_frm .symbol img { width: 96px; }
.ch_frm_line.size_l .ch_frm .details { width: 234px; }

/*小*/
.ch_frm_line.size_s .ch_frm { width: 226px; }
.ch_frm_line.size_s .ch_frm .cnt .l { width: 68px; }
.ch_frm_line.size_s .ch_frm .l img { width: 64px; }
.ch_frm_line.size_s .ch_frm .r { width: 150px; }

/*お気に入り用*/
.ch_frm_line.size_f .ch_frm { width: 420px; }
.ch_frm_line.size_f .ch_frm .cnt {  }
.ch_frm_line.size_f .ch_frm .cnt .symbol { width: 104px; height: 123px; }
.ch_frm_line.size_f .ch_frm .symbol img { width: 96px; }
.ch_frm_line.size_f .ch_frm .details { width: 300px; }

#channel_ballon_favorite {
	display: none;
	position: absolute;
	width: 151px;
	height: 39px;
	text-align: right;
	z-index: 20000;
}

.ch_frm_line {
	text-align: left;
}
.ch_frm_line .ch_frm {
	display:inline-block; /display:inline; /zoom: 1;
	vertical-align: top;
	margin-bottom: 20px;
}
.ch_frm_line .ch_frm .cnt { position: relative; }
.ch_frm_line .ch_frm .symbol {
	background: url(/img/common/bg_chsymbol.png) no-repeat center top;
	font-weight: bold;
	text-align: center;
	/*
	background: #eeeeee;
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#ffffff));
	background: -moz-linear-gradient(top,  #eeeeee,  #ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff');
	border-top: 1px #dddddd solid;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	*/
}
.ch_frm_line .ch_frm .status {
	display: inline-block;
	margin-left: 4px;
	padding: 2px 3px;
	color: #ffffff;
	background: #ffcc11;
	font-size: 10px;
	line-height: 12px;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.ch_frm_line .ch_frm.oneweek .symbol {
	background: url(/img/common/bg_chsymbol_1week.png) no-repeat center top;
}
.ch_frm_line .ch_frm.oneweek .date {
	color: #cc0000;
/*
	padding-left: 36px;
	background: url(/img/favorite/icn_update.png) no-repeat left center;
*/
}
/*
.ch_frm_line .ch_frm.oneweek .channel_id {
	padding-right: 36px;
	background: url(/img/favorite/icn_update.png) no-repeat 60px center;
}
*/

/* お気に入り関連 */
.ch_frm_line .custom {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
}
.ch_frm_line .ch_frm .btn_favorite,
.ch_frm_line .ch_frm .channel_bookmark_message_01 {
	position: absolute;
	top: 0px;
	right: 0px;
/*
	margin-top: 4px;
*/
}
.btn_favorite {
	display: block;
	width: 75px;
	height: 24px;
	background: url(/img/favorite/btn_favorite.png) no-repeat left bottom;
}
.ch_frm_line .ch_frm .addBookmarkButton {
}
.ch_frm_line .ch_frm .addBookmarkButton a {
	display: block;
	width: 75px;
	height: 24px;
	background: url(/img/favorite/btn_favorite.png) no-repeat left top;
}
.channel_bookmark_message_01 {
	position: absolute;
	z-index: 20000;
	white-space: nowrap;
	padding: 4px;
	background: #ffffff;
	color: #666666;
	text-align: right;
	border: 1px solid #999999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.ch_frm_line .ch_frm .channel_bookmark_message_01 {
	font-size: 12px;
}
#channel_join .channel_bookmark_message_01 {
	margin: 4px;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
}


/*▼ /css/common.css から継承 ▼*/

/* common */
.body_1line { width:640px; margin:0 160px; overflow:hidden;} /* 表示が1段の時 */

h1.common_tit { border-bottom:solid 2px #333; margin-bottom:4px;} /* 通常h1見出し */
h2.common_mid { border-bottom:solid 1px #666; margin-bottom:4px;} /* 通常h2見出し */
h1.text_tit   { background:url('/img/title_bg.gif') no-repeat left center; color:#FFF; padding:8px;} /* 特殊h1見出し */

input.submit { font-size:12px; background:#333 url('/img/common/submit_bg.gif') repeat-x center center; color:#FFF; border:solid 1px #999; padding:2px 8px;}
.input       { font-size:12px; background:#FFE; border:solid 2px #666; padding:2px;} /* テキスト入力エリア */
div.mb8p4  { margin-bottom:8px;  padding:4px;}
div.mb16p4 { margin-bottom:16px; padding:4px;}
div.mb24p4 { margin-bottom:24px; padding:4px;}
img.right { margin:0 0 8px 8px; float:right;}
img.left  { margin:0 8px 8px 0; float:left;}

.dot_1 { background:url('/img/dot_1.gif') repeat-x;}
.dot_2 { background:url('/img/dot_2.gif') repeat-x;}



/*カラーリングされた見出し*/
h1.page_title, h1.page_title div.inner, h1.page_title div.inner div.body,
h1.page_title_video, h1.page_title_video div.inner, h1.page_title_video div.inner div.body,
h1.page_title_com, h1.page_title_com div.inner, h1.page_title_com div.inner div.body,
h1.page_title_ch, h1.page_title_ch div.inner, h1.page_title_ch div.inner div.body,
h1.page_title_pack, h1.page_title_pack div.inner, h1.page_title_pack div.inner div.body,
h1.page_title_nicopo, h1.page_title_nicopo div.inner, h1.page_title_nicopo div.inner div.body,
h1.page_title_dmm, h1.page_title_dmm div.inner, h1.page_title_dmm div.inner div.body {
	height:32px; font-size:16px; text-align:left; overflow:hidden;
}
h1.page_title, h1.page_title div.inner,
h1.page_title_video, h1.page_title_video div.inner,
h1.page_title_com, h1.page_title_com div.inner,
h1.page_title_ch, h1.page_title_ch div.inner,
h1.page_title_pack, h1.page_title_pack div.inner,
h1.page_title_nicopo, h1.page_title_nicopo div.inner,
h1.page_title_dmm, h1.page_title_dmm div.inner {
	background:transparent url(/img/common/h_round.png) no-repeat left 0;
}
h1.page_title,
h1.page_title_video,
h1.page_title_com,
h1.page_title_ch,
h1.page_title_pack,
h1.page_title_nicopo,
h1.page_title_dmm {
	margin-bottom: 10px;
	padding-left:8px;
}
h1.page_title div.inner,
h1.page_title_video div.inner,
h1.page_title_com div.inner,
h1.page_title_ch div.inner,
h1.page_title_pack div.inner,
h1.page_title_nicopo div.inner,
h1.page_title_dmm div.inner {
	padding-right:8px; background-position:right 0;
}
h1.page_title div.inner div.body,
h1.page_title_video div.inner div.body,
h1.page_title_com div.inner div.body,
h1.page_title_ch div.inner div.body,
h1.page_title_pack div.inner div.body,
h1.page_title_nicopo div.inner div.body,
h1.page_title_dmm div.inner div.body {
	padding:0 0 0 4px; background:#555; color:#fff; line-height:32px;
}
		
	h1.page_title_video {
		background-position:left  -32px;}
	h1.page_title_video div.inner {
		background-position:right -32px;}
	h1.page_title_video div.inner div.body {
		background-color:#579;}
	h1.page_title_com {
		background-position:left  -64px;}
	h1.page_title_com div.inner {
		background-position:right -64px;}
	h1.page_title_com div.inner div.body {
		background-color:#377;}
	h1.page_title_ch {
		background-position:left  -96px;}
	h1.page_title_ch div.inner {
		background-position:right -96px;}
	h1.page_title_ch div.inner div.body {
		background-color:#e0bf04;}
	h1.page_title_pack {
		background-position:left  -128px;}
	h1.page_title_pack div.inner {
		background-position:right -128px;}
	h1.page_title_pack div.inner div.body {
		background-color:#D98200;}
	h1.page_title_nicopo {
		background-position:left  -160px;}
	h1.page_title_nicopo div.inner {
		background-position:right -160px;}
	h1.page_title_nicopo div.inner div.body {
		background-color:#b08e27;}
	h1.page_title_dmm {
		background-position:left  -192px;}
	h1.page_title_dmm div.inner {
		background-position:right -192px;}
	h1.page_title_dmm div.inner div.body {
		background-color:#F882B6;}
		


select.sort_list { font-size:12px; border:solid 1px #666; padding:1px;} /*並べ替え用プルダウン*/

img.video_img_L { width:128px; height:96px; border:solid 2px #335577;} /* ビデオ画像(大) */
img.video_img_M { width:96px;  height:72px; border:solid 2px #335577;} /* ビデオ画像(中) */
img.video_img_S { width:48px;  height:36px; border:solid 2px #335577;} /* ビデオ画像(小) */

img.community_img,
img.comm_img_L { width:128px; height:128px; border:solid 2px #337777;} /*コミュニティ画像(大)*/
img.comm_img_M { width:96px;  height:96px;  border:solid 2px #337777;} /*コミュニティ画像(中)*/
img.comm_img_S { width:48px;  height:48px;  border:solid 2px #337777;} /*コミュニティ画像(小)*/

img.channel_img,
img.chan_img_L { width:128px; height:128px; border:solid 2px #E0BF04;} /*チャンネル画像(大)*/
img.chan_img_M { width:96px;  height:96px;  border:solid 2px #E0BF04;} /*チャンネル画像(中)*/
img.chan_img_S { width:60px;  height:60px;  border:solid 2px #E0BF04;} /*チャンネル画像(小)*/

img.thumb_img_L { width:128px; height:96px; border:solid 1px #333;} /* ビデオ画像(大) */
img.thumb_img_M { width:96px;  height:72px; border:solid 1px #333;} /* ビデオ画像(中) */
img.thumb_img_S { width:48px;  height:36px; border:solid 1px #333;} /* ビデオ画像(小) */

img.user_img,
img.user_img_L { width:96px;  height:96px;  border:solid 2px #666;} /*プロフィール画像(大)*/
img.user_img_M { width:48px;  height:48px;  border:solid 2px #666;} /*プロフィール画像(中)*/


div.fukidashi { background:#FFF; color:#333; border:solid 2px #CCC; padding:6px;} /*申請・招待のテキストメッセージ枠*/

div.cmn_thumb_frm { width:304px; height:150px; background:#F7F7F7; border:solid 1px #CCC; padding:3px;}
div.cmn_thumb_L   { width:98px;  float:left; padding:4px; overflow:hidden;}
div.cmn_thumb_R   { width:190px; float:left; padding:4px; overflow:hidden;}
p.cmn_thumb_res { width:178px; background:#FFF; font-size:12px; line-height:16px; font-weight:bold; border:solid 2px #CCC; margin-top:4px; padding:4px;}
div.cmn_thumb_clr { clear:both;}

div.thumb_frm_2 { width:304px; overflow:hidden; background:#F7F7F7; border:solid 1px #CCC; padding:3px;}
p.video_info_res_summary {	font-size:12px;	line-height:1.25;	background:#FFF;	font-weight:bold;	border:solid 2px #CCC;	margin-top:4px;	padding:4px;}

/* コミュニティ設定 */
span.commuproperty {	font-size:12px;	line-height:19px;	white-space:nowrap;}
span.commuproperty img {		margin-right:5px;}

/* お知らせ */
.message { margin:0px 4px 16px 4px;}
.message li {
	list-style: none;
	margin-bottom: 3px;
	padding-bottom: 3px;
	background:url(/img/common/bdr_dot1.png) repeat-x left bottom;
}
.message .message_time {	white-space:nowrap;	color:#f66;}
.message .info,
div.read_info {	background-color:#fff;}
.message .notice,
div.read_notice {	background-color:#ff8;}
.message .warning,
div.read_warning {	background-color:#A00;	color:#ffd;}
div.message_body {	border:solid 2px #CCC;	padding:14px;}
.message .warning * { color:#ffd;}
.newinfo_bg  { background:#F80; color:#FFF; padding:4px; border-bottom:solid 4px #F40;} /* 新着 */

/* チャンネル＆コミュニティ */
.index_title { background:#000 url(/img/index/title_bg.gif) no-repeat 0 0; margin-bottom:4px; font-size:12px; color:#FFF; height:25px; overflow:auto; padding-left:25px; line-height:25px;} /* 特殊h2見出しindex用 */
div.comm_chan {	background:#fff url(/img/index/comm_chan_bg.gif) repeat-y 0 0; border:solid 1px #CCC;}

/* 公式チャンネル一覧の設定 */
.title_ch { background:#000 url(/img/index/ch_title_bg.gif) no-repeat 0 0; font-size:12px; color:#f7f7f7; height:40px; overflow:auto; line-height:40px;} /* 特殊h2見出しindex公式チャンネル用 */
.category_bg{	font-size:12px;	color:#fff;	background: url(/img/index/category_look_bg.gif) no-repeat;	height:26px;	width:145px;	vertical-align: middle;	line-height: 26px;	padding-left: 30px;}
.chan_rank_frm{	overflow:hidden;	padding:5px;	background: #fff url(/img/index/category_chan_rank_frm_bg.gif) repeat-x left top;	margin: 3px;	width:174px;
}
.number{
	-x-system-font:none;
	color:#fff;
	font-family:"arial black";
	font-size:30px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	text-align:center;
}
table.category_t{
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
}

.category_t th{
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    text-align:center;
}
.category_t td{
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}

/* a.category */
a.category, a.category:link,a.category:visited,a.categoryl:hover, a.categoryl:active {color:#fff;text-decoration:underline; font-size:12px;}
div.right_tit {	none repeat scroll 0 0;	color:#FFFFFF;	font-size:12px;	padding:4px; text-transform: uppercase;}
/*
ul, li{ list-style-image:none; list-style-position:outside; list-style-type:none; margin:0; padding:0;}
li { margin-bottom:8px;	background: #E2E1E1 url(/img/channel/right_tit_bg.gif) repeat-x left top;}
*/



/* 検索BOXの設定 */
.search{	background: #fff url(/img/base/search_bg.gif) no-repeat center center;
	height:49px;
	width:218px;
	color: #FFF; 　
}


/* 生放送の設定 */
div.official_channel_frm{
	background:#FFFFFF url(/img/index/channel_frm_bg.gif) repeat-x scroll center top;
	border:1px solid #FF9900;
	margin-bottom:2px;
	overflow:hidden;
	text-align:left;
	width:304px;
}
div.community_frm{
	background:#EEEEEE none repeat scroll 0 0;
	border:1px solid #888888;
	margin-bottom:2px;
	overflow:hidden;
	text-align:left;
	width:304px;
}

/* 広告枠 */
.ads_224_224 {
	background:transparent url(/img/ad_bg.gif) repeat scroll 0 0;
	width:224px; height:224px;
	margin:0 0 15px 4px;
	overflow:hidden;
}
.ads_224_224_2 {
	background:transparent url(/img/ad_bg.gif) repeat scroll 0 0;
	width:224px; height:224px;
	margin:0 auto 20px auto; padding:3px;
	overflow:hidden;
}


/*-------------------------------------------------------------------------------------------*/
/* 角丸領域 */
.group {} /*共通スタイル*/
	.group .group_round_top,
	.group .group_round_bottom    { height:5px; overflow:hidden;}
	.group .group_round_top .l    { height:5px; background:transparent no-repeat left  top; float:none; !important}
	.group .group_round_top .r    { height:5px; background:transparent no-repeat right top; float:none; !important}
	.group .group_round_bottom .l { height:5px; background:transparent no-repeat left  bottom; float:none; !important}
	.group .group_round_bottom .r { height:5px; background:transparent no-repeat right bottom; float:none; !important}
	.group .group_round_bottom .l { ___background-position:left  -5px; float:none; !important}/*IE6 fix*/
	.group .group_round_bottom .r { ___background-position:right -5px; float:none; !important}/*IE6 fix*/
	.group .group_round_top .c,
	.group .group_round_bottom .c { height:5px; overflow:hidden; margin:0 5px; line-height:0;}
	
	.group div.group_body {
		padding:4px 8px;
	}
	.group div.group_body h3.group_title {
		margin-bottom:4px; padding:0 4px 4px 4px;
		border-bottom:dotted 2px #fff;
	}
	
	/*カラー1 グレー #eee*/
	.group_style1 .group_round_top .l,
	.group_style1 .group_round_top .r,
	.group_style1 .group_round_bottom .l,
	.group_style1 .group_round_bottom .r { background-image:url(/img/common/rounded1.gif);}
	.group_style1 .group_round_top .c,
	.group_style1 .group_round_bottom .c,
	.group_style1 .group_body { background-color:#eee;}
	
	/*カラー2 オレンジ #f8b551*/
	.group_style2 .group_round_top .l,
	.group_style2 .group_round_top .r,
	.group_style2 .group_round_bottom .l,
	.group_style2 .group_round_bottom .r { background-image:url(/img/common/rounded2.gif);}
	.group_style2 .group_round_top .c,
	.group_style2 .group_round_bottom .c,
	.group_style2 .group_body { background-color:#f8b551;}
	
	/*カラー灰青(動画) #c7d3d3*/
	.group_style_video .group_round_top .l,
	.group_style_video .group_round_top .r,
	.group_style_video .group_round_bottom .l,
	.group_style_video .group_round_bottom .r { background-image:url(/img/common/rounded_video.gif);}
	.group_style_video .group_round_top .c,
	.group_style_video .group_round_bottom .c,
	.group_style_video .group_body { background-color:#c7d3d3;}
	
	/*カラーエメラルド(明)(com) #7aafaf*/
	.group_style_com_light .group_round_top .l,
	.group_style_com_light .group_round_top .r,
	.group_style_com_light .group_round_bottom .l,
	.group_style_com_light .group_round_bottom .r { background-image:url(/img/common/rounded_com_light.gif);}
	.group_style_com_light .group_round_top .c,
	.group_style_com_light .group_round_bottom .c,
	.group_style_com_light .group_body { background-color:#7aafaf;}
	
	/*カラーエメラルド(暗)(com) #337777*/
	.group_style_com_dark .group_round_top .l,
	.group_style_com_dark .group_round_top .r,
	.group_style_com_dark .group_round_bottom .l,
	.group_style_com_dark .group_round_bottom .r { background-image:url(/img/common/rounded_com_dark.gif);}
	.group_style_com_dark .group_round_top .c,
	.group_style_com_dark .group_round_bottom .c,
	.group_style_com_dark .group_body { background-color:#337777;}
	
	/*カラーピンク(DMM) #FAECF2*/
	.group_style_dmm .group_round_top .l,
	.group_style_dmm .group_round_top .r,
	.group_style_dmm .group_round_bottom .l,
	.group_style_dmm .group_round_bottom .r { background-image:url(/img/common/rounded_dmm.gif);}
	.group_style_dmm .group_round_top .c,
	.group_style_dmm .group_round_bottom .c,
	.group_style_dmm .group_body { background-color:#FAECF2;}
	
/*-------------------------------------------------------------------------------------------*/

#site-body {
}
#site-body a.def {
	color: #222222 !important;
}
/* 090727削除
#site-body #main { width:960px;padding:0;margin:10px 0px 0px 0px;}
#site-body #unit { padding:0;margin:0;width:730px;float:left;}
#site-body #side2{ padding:0;margin:0;width:230px;float:right;text-align:left;}
#site-body #unit #side1 { width:230px;float:left;padding:0;margin:0;}
#site-body #unit #contents { width:480px;float:right;padding:0;margin:0 5px 0 5px;}
*/

.side-sbttl {padding:0;	margin:0 0 5px 0;}
.side-caption {	color:#FF9900;font-weight:bold;font-size:12px;background:transparent url(/img/bdr_dot01.gif) repeat-x scroll left bottom;margin:0 5px 0 5px;padding:0 0 10px 0;display:inline-block;width:220px;}
.side-border {background:transparent url(/img/bdr_dot01.gif) repeat-x scroll left bottom;padding:0 0 10px 0;display:inline-block;width:220px;}

/*有料ランキング*/
.side-box-list .thmb-rank a img {width:50px; border: 1px solid #333333;}
.side-box-list .date {font-size:10px;}

/*カテゴリ新着動画*/
.side-box-list .thmb-cat-at img	 { width:50px;border: 1px solid #333333;}
.side-box-list .date-cat	 { font-size:10px;}
.side-box-list .cap-cat	 { font-size:10px;}
/*.title-rank a:hover,
.title-cat a:hover {color:#fff !important;}*/
.title-cat, .cms-cat, .ch-cat {padding-bottom:5px;}
.side-box-list .ch-cat		 { font-weight:bold;color:#FF9900;}

/*新着チャンネル*/
.side-box-list{padding:0;margin:0 0 16px 0;text-align:left;font-size:12px;letter-spacing:0;display:block;}
.side-box-list .thmb img {width:40px; border: 1px solid #FF9900;}
.side-box-list .category {color:#959595;font-weight:bold;}

#side1 .side-box-list tr,
#side2 .side-box-list tr,
#side-my .side-box-list tr {
	display:block;
	background:transparent url(/img/bdr_dot01.gif) repeat-x scroll left bottom;
}
#side1 .side-box-list tr td,
#side2 .side-box-list tr td,
#side-my .side-box-list tr td{
	padding:4px 2px;
}

/*もっと見る*/
.side-navi-more			{text-align:right; line-height:1.5; padding:10px 0   10px 0;}
.contents_my_snavi-more	{text-align:right; line-height:1.5; padding:0   10px 10px 0;}
.contents-navi-more		{text-align:right; line-height:1.5; padding:0    0   10px 0; clear:both;}
a.more {
	padding-left:16px;
	background:transparent url(/img/icon_more.gif) no-repeat scroll 0 50%;
	font-size:12px;
}


#side-populartag {
	background-color:#E6E6E6;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	}

#side-populartag p {
	font-size:11px;
	line-height:1.4em;
	padding: 0;
	margin:0 10px 0 10px;
	}


/*広告バナー*/
.ads_224_112 p {
	background:transparent url(/img/ad_bg.gif) repeat scroll 0 0;
	height:112px;
	overflow:hidden;
	padding:3px;
	width:224px;
	margin:0 0 10px 0;
}


.ads_224_224_2 p {
	background:transparent url(/img/ads/bg.gif) repeat scroll 0 0;
	height:224px;
	overflow:hidden;
	padding:3px;
	width:224px;
	margin:0 0 20px 0;
}
/*カテゴリーページ*/
#cat-head {
	background:url(/img/sbttl_cat.gif) repeat-x scroll center bottom;
	height:30px;
	border: 1px solid #DCDCDC;
	text-align:center;
	}

#cat-ttl {
	font-weight:bold;
	color:#0058A6;
	font-size:14px;
}

#cat-ch-rank-main{background-color:#FAFAFA;
	padding: 0;}

.cat-ch-rank {
	margin-top:10px;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:#CCCCCC dotted 2px;
}

p.cat-ch-rank-text {
	margin-top:5px;
	margin-bottom:5px;
	}
p.cat-ch-rank-charge{
	font-size:10px;
}
.cat-ch-rank-coicon-1 {
	border:#FF9900 solid 2px;
	width:90px;
	margin-top:3px;}
.cat-ch-rank-coicon {
	border:#767676 solid 2px;
	width:90px;
	margin-top:3px;}

.cat-ch-rank-thmb {
	border:#3D556F solid 2px;
	width:86px;
	margin-top:3px;}


/*生放送中の動画サムネイル*/
.contents-sbttl {
	padding:0;
	margin:0 0 5px 0;
}

#live-left{
	float:left;
	margin:2px;
	padding:0;
	width:230px;
}
#live-right{
	float:right;
	margin:2px;
	padding:0;
	width:230px;

}
.live-official{
	padding: 2px;
	background: #FFF6D1 url(/img/frm/channel_frm_bg.gif) repeat-x;
	border:1px solid #FF9900;
}

.live-user
{
	background-color:#EEEEEE;
	border:1px solid #AEAEAE;
}

.live-user td a img,
.live-official td a img {
	border:solid 2px #666666;
}

.live-user td img,
.live-official td img {
	margin:2px;
	padding:0;
}

.live-user td .live-caption,
.live-official td .live-caption {
	font-size:12px;
	margin:10px 0 0 0 ;
	padding:0;
	word-break:break-all;
}

td div.live-btn-watch a img {border:none;margin:10px 3px 3px 3px;padding:0;}
.live-official td .live-official-ch img {margin:0;padding:0;}
.pv-caption	{font-size:12px;margin-top:5px;}



/*マイページ*/
#site-body #side-my {
	width:230px;
	float:left;
	padding:0;
	margin:0;
	font-size:12px;
	line-height:1.2em;
	}
#site-body #contents-my {
	width:720px;
	float:right;
	padding:0;
	margin:0 0 0 10px;
	font-size:12px;
	line-height:1.2em;
	}
#use-point-sbttl {
	padding:0;
	margin:0;
	}

#use-point {
	padding:10px;
	margin:0 0 10px 0;
	border-bottom:#999999 solid 1px;
	border-left:#999999 solid 1px;
	border-right:#999999 solid 1px;
	text-align:center;
	color:#0058A6;
	font-size:14px;
	}
.my-head{
	background:url(/img/sbttl_cat.gif) repeat-x scroll center bottom;
	height:30px;
	border: 1px solid #DCDCDC;
	margin-bottom:3px;
}
.my-ttl {
	font-weight:bold;
	color:#0058A6;
	font-size:14px;
	margin:10px;
}
#my-com-main {
	border:#CCCCCC solid 1px;
	background:#F8F8F8;
	padding:10px;
	margin-bottom:20px;
	text-align:center;
	width:698px;
}
#my-bbs-main {
	margin:10px;
	width:698px;
}
.bbs-box-list{
	padding:0;
	margin:0 5px 0 5px;
	}
.bbs-box-list dl{
	border-bottom:#CCCCCC 1px dotted;
	margin:0 0 8px 0;
	padding:0 0 8px 0;
	display:inline-block;
	line-height:1.2em;
	}

.bbs-box-list dt.icon-bbs img {
	width:40px;
	border: 2px solid #333333;
	float:left;
}
.bbs-box-list dd.text .title-bbs {
	float:right;
	width:630px;
}
.bbs-box-list dd.text .come-bbs {
	float:right;
	width:630px;
}

/*マイページ動画リスト*/
.side-box-list .thmb-bought img { width:50px; border: 2px solid #335577;}
.side-box-list .ch-bought {	font-size:12px;	font-weight:bold;	color:#FF9900;}
.side-box-list .date-bought {font-size:10px;}
.side-box-list .title-bought a.video {font-size:12px;}
.side-box-list .lastRow {background:none !important;}



/* 入会遷移 */
#channel_join { text-align:center; }
.channel_join {
	display:inline-block; /display:inline; /zoom: 1;
	vertical-align: top;
	padding: 0px 4px;
}
.channel_join {
	width: 392px;
	padding-bottom:4px;
	
}
.channel_bookmark {}
.channel_join .channel_detail {
	text-align: center;
}

/* 入会エラー */
.join_error {
	width: 600px;
	margin: 10px auto;
	padding: 6px;
	background: #fff8f8;
	border: 2px solid #ff3300;
	font-weight: bold;
}
.join_error table {
	font-size: 14px;
	margin: 0px auto;
}
.join_error td {
	text-align: left;
	vertical-align: top;
}
.join_error strong {
	color: #ff3300;
}





