/* ====================================
	マイページ
==================================== */

#mypage_consignors_navi {	
	z-index: 999;
	zoom: 1;
	width: 1030px;
	margin: 16px 0;
	line-height: 40px;
	background: #62b100;
	background: -moz-linear-gradient(top, #62b100, #539500);
	background: -webkit-gradient(linear, left top, left bottom, from(#62b100), to(#539500));
	-pie-background: linear-gradient(#62b100,#539500);
	border-radius: 3px;
	position:relative;
	behavior: url("/PIE.htc");
}

#mypage_consignors_navi a {
	color: #fff;
}

#mypage_consignors_navi ul {
}

#mypage_consignors_navi ul li {
	z-index: 1;
	position: relative;
	color: #fff;
	font-weight: bold;
	float: left;
	padding: 0 20px;
	line-height: 40px;
	font-size: 13px;
	text-shadow: #4f8d00 1px 1px 1px;
	border-right: #4f8d00 1px solid;
}

#mypage_consignors_navi ul li ul {
	display: none;
	z-index:99;
	position: absolute;
	top: 40px;
	left: -1px;
	background: #dcf8b9;
	border: #cbeca1 1px solid;
	border-top: none;
	opacity:0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9; 
}

#mypage_consignors_navi ul li ul li a {
	display: block;
	padding: 10px 15px 10px 15px;
	margin: 0;
	color: #459a00;
	text-shadow: none;
	white-space: nowrap;
	
}

#mypage_consignors_navi ul li ul li a:hover {
	background: #c3ea93;
}

#mypage_consignors_navi ul li ul li {
	margin: 0;
	padding: 0;
	float: none;
	border: none;
	line-height: 1.0;
}

#mypage_consignors_navi ul li ul li span{
	font-style: italic;
	font-size: 14px;
	color:#ff6600;
	text-shadow:none;
}


/* サイドナビ */
#uploader_submenu {
	border: #5da900 1px solid;
	border-radius: 3px 3px 0 0;
	behavior: url("/PIE.htc");
/*	margin-top: 20px;*/
}

#uploader_submenu dt {
	margin-bottom: -1px;
	padding: 4px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #62b100;
	background: -moz-linear-gradient(top, #62b100, #539500);
	background: -webkit-gradient(linear, left top, left bottom, from(#62b100), to(#539500));
	-pie-background: linear-gradient(#62b100,#539500);
	behavior: url("/PIE.htc");
}

#uploader_submenu dd {
	font-weight: bold;
	border-top: #bbb 1px dotted;
}

#uploader_submenu dd a {
	display: block;
	padding: 7px 10px;
	font-weight: normal;
}
#uploader_submenu dd a:hover {
	background: #c3ea93;
}
#uploader_submenu dd.current {
	padding: 7px 10px;
	background: #c3ea93;
}

.uploader_side_info {
	border: #ddd 1px solid;
	margin-bottom: 15px;
}

.uploader_side_info div {
	zoom: 1;
}

.uploader_side_info p {
	margin: 10px 13px;
	line-height: 1.4;
	font-size: 13px;
}

.uploader_welcome {
	padding: 4px 0;
}


.sales_summary {
	background: #f0ffea;
}

.sales_summary_table {
	width: 180px;
	margin: 10px 13px 10px;
}

.sales_summary_table th,.sales_summary_table td  {
	padding: 3px;
}

.uploader_side_info .sales_summary_table p {
	margin: 0;
}

.sales_summary_table th p,.sales_summary_table td p {
	text-align: right;
}

.sales_summary_table td p span {
	color: #e20000;
	font-weight: bold;
}
	

.uploader_side_info .sales_summary p {
	position: relative;
}

.uploader_side_info .sales_summary p span {
	display: block;
	float: right;
	color: #e20000;
	font-weight: bold;
}

.uploader_side_info .sales_summary p span.no_em {
	font-weight: normal;
	color: #222;
}

.uploader_side_info .sales_summary div {
	border-top: #d2eec7 1px dotted;
	background: #fff;
}


.welcome {
	font-weight: bold;
}

.uploader_side_info p.id {
	font-size: 12px;
}

.welcome strong {
	color: #e20000;
}

#left_navi 
.uploader_side_info h2 {
	margin: 0;
	padding: 0;
	padding: 5px 10px;
	font-size: 14px;
	background: #efefef;
}

.uploader_side_info .item_summary {
	margin: 0 ;
	padding: 0;
	border-top: #ddd 1px solid;
}

.uploader_side_info .item_summary p {
	position: relative;
}

.uploader_side_info .item_summary p span {
	display: block;
	float: right;
}


.uploader_side_info .item_summary {
	margin: 0 ;
	padding: 0;
	border-bottom: #ddd 1px solid;
}

.uploader_side_info .comment p {
	position: relative;
}

.uploader_side_info .comment p span {
	display: block;
	float: right;
	color: #e20000;
	font-weight: bold;
}

.uploader_side_info .coin {
}

.uploader_side_info .coin p {
	position: relative;
}

.uploader_side_info .coin p span {
	display: block;
	float: right;
	color: #e20000;
	font-weight: bold;
}

.coin .coin_get {
	padding-top: 8px;
	border-top: #bbb 1px dotted;
	text-align: center;
}

/* ====================================
	コンテンツ
==================================== */
#content #products h2.uploader_title {
	margin-top: 3px;
	padding-bottom: 5px;
}

/* PDF保護機能画面　CsNET追加 */
#content p.uploader_title2 {
 zoom: 1;
 overflow: hidden;
        padding: 9px 25px 9px 9px;
        line-height: 1.0;
        border-radius: 3px;
    position:relative;
 behavior: url("/PIE.htc");
 background: #f1f5fb;
 border: #cbd8e9 1px solid;
}

#content h3.uploader_title {
	margin-bottom: 8px;
	padding: 5px 5px 4px;
	color: #44a000;
	font-size: 14px;
	border: none;
	background: #efefef;
	border-radius: 3px;
	position:relative;
	behavior: url("/PIE.htc");
}

/* トグル表示部分 */
#content p.uploader_toggle_title {
	zoom: 1;
	overflow: hidden;
    padding: 9px 25px;
    line-height: 1.0;
    cursor: pointer;
    border-radius: 3px;
   	position:relative;
	behavior: url("/PIE.htc");
	background: #f1f5fb url(/common/images/uploader_toggle_title.png) no-repeat 10px center;
	border: #cbd8e9 1px solid;
}

#content p.toggle_open {
	background: #e4eefd url(/common/images/uploader_toggle_title_open.png) no-repeat 10px center;
}

.uploader_toggle_box {
	zoom: 1;
	overflow: hidden;
	position: relative;
}

.uploader_toggle_text {
	display: none;
	padding-bottom: 10px;
}

.uploader_toggle_text p {
	margin: 0 0 10px;
}

.uploader_toggle_border {
	border: #ddd 1px solid;
	padding: 10px;
}



/* ページ上部の説明部分 */
.note {
	margin-bottom: 10px;
	padding: 10px 10px 10px 44px;
	text-align: left;
	background: #eaf2fe url(/common/images/note.png) no-repeat 10px center;
	border: #bfd4ee 1px solid;
}

.uploader_toggle_text p.note {
	margin-bottom: 10px;
	padding: 10px 10px 10px 44px;
}



/* ====================================
	商品リスト
==================================== */

.upload_item_table {
	border-top: #ddd 1px solid;
	border-left: #ddd 1px solid;
	margin-bottom: 15px;
	border-collapse : collapse;
}

.upload_item_table th,.upload_item_table td {
	height:25px;
	padding: 5px;
	border-right: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
	word-break:break-all;
	word-wrap: break-word;
}

.upload_item_table th {
	background: #f8f8f8;
}

/*.upload_item_table tr:nth-child(odd) td {
	background: #fafafa;
}
*/

.upload_item_table tr.even td {
		background: #fafafa;
}

.upload_item_table td.left {
	text-align: left;
}

td.tc06,td.tc07,td.tc08,.upload_item_table td.center {
	text-align: center;
} 
td.tc05,.upload_item_table td.right {
	text-align: right;
}

td.tc06 img {
	margin: 2px;
}

div#seihon_file_list{
	margin:20px auto;
	width:90%;
	height: 300px;
	overflow: auto;
}


#scroll_table_box {
	width: 760px;
	overflow: hidden;
}

#fix_box {
	/*width: 280px;*/
	width: 380px; /*商品名を長くするため変更　CsNET*/
	float: left;
}

#scroll_table_wrapper {
	zoom: 1;
	position: relative;
	/*width: 480px;*/
	width: 380px; /*商品名を長くするため変更　CsNET*/
	float: left;
}

.scroll_button {
	width: 18px;
	height: 30px;
	position: absolute;
	zoom: 1;
	cursor: pointer;
}

.scroll_button_top {
	top: 11px;
}

.scroll_button_bottom {
	bottom: 0;
}

.scroll_right {
	right: 0;
	background: #777 url(../images/scroll_right.png) no-repeat center;
	border-radius: 3px 0 0 3px;
	behavior: url("/PIE.htc");
}

.scroll_left {
	left: 0;
	background: #777 url(../images/scroll_left.png) no-repeat center;
	border-radius: 0 3px 3px 0;
	behavior: url("/PIE.htc");
}

.scroll_right:active {
	background: #888 url(../images/scroll_right.png) no-repeat 3px center;
}

.scroll_left:active {
	background: #888 url(../images/scroll_left.png) no-repeat 1px center;
}

#scroll_box {
	border-right: #ddd 1px solid;
	/*width: 479px;*/
	width: 379px; /*商品名を長くするため変更　CsNET*/
	overflow-x: hidden;
	overflow-y: hidden;
	float: left;
}

#scroll_box table {
	width: 650px;
	margin: 0;
}

#fix_box table,#scroll_box table {
	table-layout: fixed;
}
#fix_box table {
	/*width: 280px;*/
	width: 380px; /*商品名を長くするため変更　CsNET*/
		
}

#scroll_box table {
	border-left: none;
}

#fix_box th,#scroll_box th {
	height: 40px;
	overflow: hidden;
}

#fix_box th {
	background: #eee;
	border-right: #ccc 1px solid;
}

#fix_box td,#scroll_box td {
	overflow: hidden;
	white-space: nowrap;
	word-wrap: break-all;
	height: 30px;
}

#fix_box td p,#scroll_box td p {
	white-space: nowrap;
	word-wrap: break-all;
	height: 20px;
	overflow: hidden;
	margin: 0;
	line-height: 20px;
}


.cell01 {	/*商品番号*/
	/*width: 60px;*/
	width: 50px; /*商品名を長くするため変更　CsNET*/
	overflow: hidden;
}

.cell02 {	/*商品名*/
	overflow: hidden;
}

.cell03 {	/*編集*/
	/*width: 35px;*/ 
	width: 30px; /*商品名を長くするため変更　CsNET*/
	text-align: center;
}

td.cell04 {	/*ファイル名*/
}

td.cell05 {	/*販売価格*/
	width: 60px;
	text-align:right;
}

td.cell06 {	/*販売状態変更*/
	text-align: center;
}

td.cell06 img {
	vertical-align: middle;
}

td.cell07 {	/*商品リンク*/
	text-align: center;
}

td.cell08 {	/*共有*/
	text-align: center;
}

td.cell09,th.cell09 {	/*販売開始日*/
	border-right: none;
}

td.cell10 { /*音楽著作権*/
	text-align: center;
}
td.cell11 { /*販売数上限*/
	text-align: center;
}
td.cell12 { /*ダウンロード期限*/
	text-align: center;
}
td.cell13 { /*商品サンプル画像*/
	text-align: center;
}
td.cell14 { /*視聴・立ち読みファイル*/
	text-align: center;
}
td.cell15 { /*商品関連動画*/
	text-align: center;
}
td.cell16 { /*商品URL*/
	text-align: center;
}
td.cell17 { /*ポイント還元率*/
	text-align: center;
}
td.cell18 { /*アフィリエイト<br>還元率*/
	text-align: center;
}
td.cell19 { /*利用規約*/
	text-align: center;
}
td.cell20 { /*必要環境*/
	text-align: center;
}
td.cell21 { /*必要環境詳細*/
	text-align: center;
}
td.cell22 { /*Eメール情報取得*/
	text-align: center;
}
td.cell23 { /*購入者名取得*/
	text-align: center;
}
td.cell24 { /*コメント受付機能*/
	text-align: center;
}
td.cell25 { /*Facebook<br>コメント受付機能*/
	text-align: center;
}
td.cell26 { /*国内限定生産*/
	text-align: center;
}
td.cell27 { /*プライベート販売*/
	text-align: center;
}
td.cell28 { /*購入パスワード*/
	text-align: center;
}
td.cell09 { /*販売開始予定日*/
	text-align: center;
}
td.cell29 { /*販売終了予定日*/
	text-align: center;
}
td.cell30 { /*商品説明文*/
	text-align: center;
}
td.cell31 { /*オススメポイント*/
	text-align: center;
}
td.cell32 { /*商品説明画像(1)*/
	text-align: center;
}
td.cell33 { /*商品説明画像(2)*/
	text-align: center;
}
td.cell34 { /*商品説明画像(3)*/
	text-align: center;
}
td.cell35 { /*商品説明画像(4)*/
	text-align: center;
}
td.cell36 { /*商品説明画像(5)*/
	text-align: center;
}
td.cell37 { /*メモ*/
	text-align: center;
}

.sns_buttons2 img {
	margin: 2px 0;	
}


.area60 {	
	width: 300px;
	height: 60px;
}
.seichoku_font13{
	font-size: 13px;
	line-height: 1.8em;
}

/* ====================================
	各決済手段の手数料
==================================== */


#paytype_charge > table th{
    width:20%;
    padding:5px;
}

#paytype_charge > table td{
    width: 25%;
    padding:5px;
}
#paytype_charge > table td.paytype{
    width: 40%;
}



/* ====================================
	シリアルキー
==================================== */
.serial_sample {
	margin-bottom: 25px;
	padding: 20px;
	border: #000 1px solid;	
}


/* ====================================
	新規商品アップロード
==================================== */
.upload_table {
	width: 748px;
	margin-bottom: 15px;
	border-top: #ddd 1px solid;
	border-left: #ddd 1px solid;
}

.upload_table th,.upload_table td {
	padding: 10px;
	border-right: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
	line-height: 1.8;
}

.upload_table th.require {
    width: 164px;
    background: #f0ffea;
}
.upload_table th {
    width: 164px;
	background: #f8f8f8;
}

.upload_table td input {
	margin-right: 5px;
}

.upload_table table {
	margin: 5px 0 10px;
	border-top: #ddd 1px solid;
	border-left: #ddd 1px solid;
}

.upload_button {
	padding-left: 20px;
}

.lang_icon {
	clear: both;
	padding-top: 1px;
	margin: 0;
	width: 30px;
	float: left;
}

.check_item {
	float: left;
	margin: 0 10px 3px 0;
}

/* ====================================
	商品リンク
==================================== */

.item_link {
	margin: 10px 0;
}

.item_link p.item_link_title {
	background: #eee;
	padding: 5px;
	line-height: 1.0;
	font-weight: bold;
}

p.item_link_preview {
	text-align: center;
}

p.item_link_preview a {
	text-decoration: underline;
}

.item_link textarea {
	width: 100%;
	height: 50px;
	margin-bottom: 30px;
}


/* 売り上げ状況 */

.sales_filters {
	margin-bottom: 10px;
	line-height: 1.8;
}

.sales_filters li {
	display: inline;
	padding-right: 10px;
}

.sales_filters input {
	margin-right: 5px;
}

.sales_filters_result {
	clear: both;
}

.sales_sum {
	width: 300px;
	float: right;
	text-align :right;
	font-weight: bold;
}

.sales_sum strong {
	color: #e20000;
	font-size: 16px;
}

/* 商品並び替え */
input.numbering_value {
	width: 25px;
}

/* 独自ヘッダー */
#header_preview {
}

#header_preview h3,#left_preview h3 {
	font-size: 12px;
	padding: 5px 5px 4px 5px;
	background: #ddd;
}

#header_preview_japanese {

}
#header_preview_english {

}

#header_preview_japanese,#header_preview_english {
	position: relative;
	margin: 0 0 10px;
	border: #ddd 1px solid;
	height: auto;
	min-height: 50px;
}

p.preview_placeholder {
	text-align: center;
	color: #bbb;
	margin: 10px;
}

p.preview_loading {
	min-height: 50px;
	width: 998px;
	position: absolute;
	top: -1px;
	left: -1px;
	display: none;
	color: #69bd00;
	background: #f5fff1;
	border: #dffed2 1px solid;
	font-weight: bold;
	text-align: center;
}

#left_navi p.preview_loading {
	width: 218px;
}

p.preview_loading span {
	display: block;
}

#change_preview {
	cursor: pointer;
}

.original_header_area {
	width: 99%;
	height: 200px;
}
/* 背景画像 */

.background_image {
	width: 400px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 10px;
	border: #ddd 1px solid;
}

.background_image img {
	max-width: 400px;
	max-height: 400px;
}

/* ====================================
	お知らせ
==================================== */
.uploader_info_howto {
	padding: 10px;
	background: #fff8e6;
	border: #ffd976 1px solid;
}

.atmes {
    color:#FF0000;
}

.smlmes {
	font-size: 11px;
}

.lang {
    float: left;
    width: 50px;
}
.lang_fm {
    float: left;
}
.lang_cfm {
    float: left;
    width: 50px;
}

.box_title {
    font-weight: bold;
    font-size: 14px;
}

/*CsNET追加*/
.box_title_hissu {
    font-weight: bold;
    font-size: 14px;
    border-left:5px solid #fa7404;
    padding:5px;
}

.box_title_ninni {
    font-weight: bold;
    font-size: 14px;
    border-left:5px solid #7dc100;
    padding:5px;
}

#distribution_stopbutton{
	text-align: center;
	margin:20px auto;
}

#distribution_stopbutton input[type="submit"]{
	height: 30px;
}

div#product_complete{
	border: 1px solid #5ca500;
	padding: 20px 15px 0px 15px;
	margin: 30px 0 20px 0;
	position: relative;
}

div#product_complete h3{
	width: 180px;
	height: 22px;
	position: absolute;
	left:15px;
	top: -15px;
	background-color:#5ca500;
	color:#fff;
	font-weight:bold;
	line-height: 22px;
	padding-left: 15px;
}

/*CsNET追加 ここまで*/

.category_box {
    padding: 5px;
}
.tooltip{
    position:absolute;
    top:-9999px;
    background-color:#fff;
    padding: 0px 10px;
    border:1px solid #ccc;
}

.tooltip p{
    margin:0;
    padding:0;
    color:#000;
    padding:5px 5px;
    //width:190px;
    top:-9999px;
}

div.search {
    background-color: #efefef;
    padding: 10px;
    margin-bottom: 10px;
    border-style:solid;
    border-width:1px;
    border-color:#efefef;
}
span.youtubelink{
font-size:12px;
font-weight:normal;
}
.sozai_table {
	width: 760px;
	margin-bottom: 15px;
	padding: 10px;
	border: #bbb 1px solid;
	border-radius: 4px;
	position:relative;
	behavior: url("/PIE.htc"); 	
}

/* JASRAC DETAIL PAGE */
.upload_table td input.w80p {
	margin-right: 5px;
	width: 80%;
}
.upload_table td input.w40p {
	margin-right: 5px;
	width: 40%;
}

ul.step3detail li {
	float: left;
	margin-right: 20px;
}
.clearLeft {
	clear: left;
}

.upload_item_table th.w35p,td.w35p {
	width: 35%;
}
.upload_item_table th.w25p,td.w25p {
	width: 25%;
}
.upload_item_table th.w10p,td.w10p {
	width: 10%;
}
.upload_item_table th.w8p,td.w8p {
	width: 8%;
}
.upload_item_table th.w5p,td.w5p {
	width: 5%;
}
