/* ------------------------------------------
	■ usbhdd 共通スタイル
------------------------------------------ */

#contents div.usbBanner {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#contents div.usbBanner p {
	margin: 40px 0 50px 20px;
}
#contents div.usbBanner a img:not(.icon_window) {
	margin: 30px 0 20px 20px;
}
@media screen and (max-width: 640px) {
	#contents div.usbBanner a img:not(.icon_window) {
		margin: 30px 0 20px 0;
		max-width: 300px;
	}
}

/* ------------------------------------------
	■ botton
------------------------------------------ */

.Button {
	display: inline-table;
	vertical-align: middle;
    border: 1px solid #666666;
    width: 650px;
    min-height: 32px;
    height: 44px;
	background: url("/support/tv/special/beans/images/linkbutton.png") no-repeat scroll 0 52% transparent;
	border: 1px solid #BCBCBC;
	border-radius: 6px 6px 6px 6px;
	padding: 16px 0 10px 20px;
	cursor: pointer;
	transition: opacity 0.2s ease-in 0s;
    *width: 250px;
    *max-height: 32px;
    *height: auto;
	*padding: 8px 0 4px 22px;
	*display:inline;
	*zoom:1;
}
.Button:hover {
	background: url("/support/tv/special/beans/images/linkbutton_on.png") no-repeat scroll 0 52% transparent;
}
.ButtonText {
    word-break: break-all;
    min-height: 32px;
    height: 32px;
    color: #333333;
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    font-size: 115%;
    line-height: 1.2em;
    margin: -3px 0 0 0;
    padding-right: 5px;
    letter-spacing: 0;
}
div.usbBanner p a:hover {
	background-color: #333333;
}
@media screen and (max-width: 640px) {
	.Button {
	width: 80%;
	}
}


/* 20210423 usbhdd_* */

#contents div.usbBanner span.Button{
	box-sizing: border-box;
}

@media screen and (max-width: 640px) {
	
	#contents div.usbBanner p{
		margin-left: 0;
	}
	
	.Button {
		width: 100%;
	}
}


/* 20210423 usbhdd_delete/index.html */

#contents .section .delete_step > ol{
	margin-left: 2.5em;
}


@media screen and (max-width: 640px) {
	.delete_step .pct img{
		max-width: 320px;
		width: 100%;
		height: auto;
	}
	.delete_step > .pct{
		margin-left: 1em;
	}
}

/* 20210423 usbhdd_genre/index.html */
.usbBanner > p > a > span.Button > span.ButtonText{
	font-size: 110%;
}


#contents .titleArea dl.models dd.annotation{
	margin-left: 10px !important;
	margin-top: 5px !important;
}

@media screen and (max-width: 640px) {
	#contents .titleArea dl.models dd.annotation{
		margin-left: 5px !important;
	}
}
	