@charset "Shift_JIS";


/*===========================================
	contentsArea
=============================================*/
div.contentsArea {
	width: 740px;
	margin: 10px auto 0px auto;
	padding: 0px;
}

/*===========================================
	mainArea 2023/02
=============================================*/
.mainArea {
	margin:15px 0 0 0;
	padding:0;
	list-style:none;
}
.mainArea p.txt {
	width: 370px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.mainArea div.img {
	width: 355px;
	margin: 0px;
	padding: 0px;
	float: right;
	text-align:center;
}


/*===========================================
	braviaArea
=============================================*/
div.braviaArea {
	margin: 20px 0 0 0;
	padding: 0px;
	border: solid 1px #AB1E23;
	clear: both;
}
div.braviaArea h3 {
	padding: 3px 8px;
	background: #AB1E23;
	color: #FFF;
}
div.braviaArea h3 span {
	font-size:11px;
}
div.braviaArea div.braviaBox {
	margin: 15px;
}


/*===========================================
	btnArea
=============================================*/
div.btnArea {
	width:760px;
	overflow:hidden;
	margin:20px 0px 0px 0px;
	padding:0px;
	clear:both;
}
div.btnArea a {
	margin:0px 15px 0px 0px;
	padding:15px 10px;
	border:#BCBCBC 1px solid;
	border-radius:5px;
	display:block;
	float:left;
}
div.btnArea a:hover {
	background:#F1F1F1;
	text-decoration:none;
}
div.btnArea a span {
	padding: 0 0 0 13px;
	background:url(../images/arrow_anchor.png) no-repeat left 0.4em;
}


h3.st-bar {
    border-bottom: 2px solid #AB1E23;
	margin: 30px 0px 0px 0px;
	padding: 0px 10px 3px 0px;
	clear:both;
	font-size:18px;
	font-weight:bold;
}


/*===========================================
	stepArea
=============================================*/
ul.stepArea {
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	border-top: #999 1px dotted;
	clear:both;
	list-style:none;
}
ul.stepArea-top {
	margin: 20px 0 0 0;
	padding: 0;
	clear:both;
	list-style:none;
}
ul.stepArea-top li.img,
ul.stepArea li.img {
	width: 320px;
	margin: 0px;
	padding: 0px;
	float:left;
	text-align:center;
}
ul.stepArea-top li.txt,
ul.stepArea li.txt {
	width:385px;
	margin: 0px;
	padding: 0px;
	float:right;
}
ul.stepArea-top li.txt div.num,
ul.stepArea li.txt div.num {
	width:21px;
	float:left;
}
ul.stepArea-top li.txt div.txt,
ul.stepArea li.txt div.txt {
	padding-left:30px;
}
ul.stepArea-top li.txt div.txt p.top_bold,
ul.stepArea li.txt div.txt p.top_bold {
	margin: 0px;
	padding: 0px ;
	font-weight:bold;
	font-size:15px;
}
ul.stepArea-top li.txt p,
ul.stepArea li.txt p {
	margin: 5px 0px 0px 0px;
}

/*===========================================
	tvpose
=============================================*/
ul.tvpose {
	margin: 15px auto 0px auto;
	padding: 0px;
	list-style:none;
}
ul.tvpose li.txt {
	width: 240px;
	margin: 0px;
	padding: 0px;
	float:left;
}
ul.tvpose li.img {
	width: 460px;
	margin: 0px;
	padding: 0px;
	float:right;
	text-align:center;
}


/*===========================================
	movieArea
=============================================*/
div.movieArea {
    border-top: 1px solid #CCCCCC;
    clear: both;
    margin: 30px auto 0;
    padding: 20px 0 0;
}


/*===========================================
	icon
=============================================*/
ul.disc {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
ul.disc li {
	margin-top:5px;
	padding: 0px 0px 0px 13px;
	background:url(../images/ico_disc.gif) no-repeat 0px 4px;
}


/*===========================================
	txtlink
=============================================*/
.txtlink {
	padding: 0 0 0 13px;
	background:url(/share/images/arrow_black.gif) no-repeat left 0.4em;
}


@media (max-width: 640px) {
	/*===========================================
		contentsArea
	=============================================*/
	div.contentsArea {
		width: auto;
	}
	
	/*===========================================
		mainArea 2023/02
	=============================================*/
	.mainArea p.txt {
		width: auto;
		float: none;
	}
	.mainArea div.img {
		width: auto;
		float: none;
		margin-top:10px;
	}
	.mainArea div.img img {
		max-width: 355px;
		width:100%;
		height:auto;
	}
	
	/*===========================================
		btnArea
	=============================================*/
	div.btnArea {
		width: auto;
	}
	div.btnArea a {
		width: auto;
		float: none;
		margin-right:0;
		margin-bottom:10px;
	}
	
	h6.step span {
		display:block;
	}
	
	
	
	/*===========================================
		stepArea
	=============================================*/
	ul.stepArea-top li.img,
	ul.stepArea li.img {
		width: auto;
		float: none;
		margin-top:10px;
	}
	ul.stepArea-top li.img img,
	ul.stepArea li.img img {
		max-width: 320px;
		width:100%;
		height:auto;
	}
	ul.stepArea-top li.txt,
	ul.stepArea li.txt {
		width: auto;
		float: none;
	}
	
	
	/*===========================================
		tvpose
	=============================================*/
	ul.tvpose li.txt {
		width: auto;
		float: none;
	}
	ul.tvpose li.img {
		width: auto;
		float: none;
		margin-top:10px;
	}
	ul.tvpose li.img img {
		max-width: 460px;
		width:100%;
		height:auto;
	}
	
}

/*===========================================
	clearfix 
=============================================*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix { display:block;}
/* End hide from IE-mac */


/*===========================================
	Color
=============================================*/
.red {
	color:#BF0000;
}


/*===========================================
	div.mod-pageTop
=============================================*/
div.mod-pageTop {
	margin-top:5px;
	clear: both;
	text-align: right;
}

/*===========================================
	clear_both
=============================================*/
.clear_both {
	clear: both;
}


/*===========================================
	Space
=============================================*/
.mt_00 {
	margin: 0px;
}
.mt_02{
	margin: 2px 0px 0px 0px;
}
.mt_03{
	margin: 3px 0px 0px 0px;
}
.mt_05{
	margin: 5px 0px 0px 0px;
}
.mt_10 {
	margin: 10px 0px 0px 0px;
}
.mt_15 {
	margin: 15px 0px 0px 0px;
}
.mt_20 {
	margin: 20px 0px 0px 0px;
}
.mt_25 {
	margin: 25px 0px 0px 0px;
}
.mt_30 {
	margin: 30px 0px 0px 0px;
}
.mt_35 {
	margin: 35px 0px 0px 0px;
}
.mt_40 {
	margin: 40px 0px 0px 0px;
}
.mt_45 {
	margin: 45px 0px 0px 0px;
}
.mt_50 {
	margin: 50px 0px 0px 0px;
}


.txt-r {
	text-align:right;
}
.txt10 {
    font-size: 85%;
}


/*===========================================
	support/tv/rec/usbhdd2014/  2023/02
=============================================*/

#mainCntArea h1.title {
    border-bottom: 2px solid #6b6b6b;
    color: #2f353d;
    margin-bottom: 1em;
	font-size: 1.5rem;
}

#mainCntArea h1.title span {
	font-size: 1.2rem;
}

#mainCntArea h2.st_bar {
	margin-top:2em;
	padding:7px 10px;
	background:#000000;
	color:#FFF;
	border-left:#AB1E23 5px solid;
	font-size: 1.1538461538462rem;
}

#mainCntArea h3.step {
	margin-top:1.5em;
	padding-bottom:5px;
	font-size: 1.3846153846154rem;
	font-weight:bold;
	border-bottom:#666 1px solid;
}

#mainCntArea .fltRight {
    float: right;
}

/*braviaArea*/
#mainCntArea div.braviaArea {
	margin: 1em 0 2em;
	padding: 0px;
	border: solid 1px #AB1E23;
}

#mainCntArea div.braviaArea p.bold {
	padding: 0.5em 1em;
	background: #AB1E23;
	color: #FFF;
	font-weight: bold;
}

#mainCntArea div.braviaArea div.braviaBox {
	margin: 1em;
}

#mainCntArea div.braviaArea div.braviaBox p{
	font-weight: bold;
}

/*bymaker*/
#mainCntArea div.bymaker {
	margin: 0 0 2em;
	padding: 0px;
	border: solid 1px #0070C0;
}

#mainCntArea div.bymaker p.bold {
	padding: 0.5em 1em;
	background: #0070C0;
	color: #FFF;
	font-weight: bold;
}

#mainCntArea div.bymaker ul {
	margin: 1em;
	list-style: none;
	display: flex;
    justify-content: flex-start;
    gap: 1em;
}

#mainCntArea div.bymaker ul li {
	width: 170px;
}

#mainCntArea div.bymaker ul li a{
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
    border: solid 1px #CCCCCC;
    border-radius: 5px;
    color: #333;
    padding: 1em 0 0.75em 0.5em;
    display: block;
}

#mainCntArea div.bymaker ul li :hover,
#mainCntArea div.bymaker ul li :focus {
    opacity: 0.6;
	text-decoration: none;
}


#mainCntArea div.bymaker p.font12 {
	margin: 0 1em 1em;
	font-size: 0.93rem;
}

/* btnList */
#mainCntArea .btnList {
	margin: 0 0 3em;
}

#mainCntArea .btnList ul {
	list-style: none;
	margin-left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#mainCntArea .btnList ul:after {
    content: '';
    display: none;
}

#mainCntArea .btnList ul li{
	width: 49.2%;
	margin-bottom: 10px;
}

#mainCntArea .btnList ul li a {
    background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
    border: solid 1px #CCCCCC;
    border-radius: 5px;
    color: #333;
    padding: 1em 0 0.75em 0.75em;
    display: block;
}

#mainCntArea .btnList ul li.inner a span.txtlink {
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em;
    padding-left: 1em;
    display: inline-block;
}

#mainCntArea .btnList ul li a:hover,
#mainCntArea .btnList ul li a:focus {
    opacity: 0.6;
	text-decoration: none;
}

/* linkBtn */
#mainCntArea .linkBtn a {
    display: block;
    background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
    border: solid 1px #CCCCCC;
    border-radius: 5px;
    padding: 1em 0 0.75em 0.75em;
	margin: 2em 0 1em;
    width: 60%;
    text-decoration: none;
    color: #333;
    box-sizing: border-box;
}

#mainCntArea .linkBtn a:hover,
#mainCntArea .linkBtn a:focus {
    opacity: 0.6;
}

#mainCntArea .icon_window{
	padding-left: 0.3em;
}

/*warningArea*/
div.warningArea {
    background: #EBEBEB;
	border:1px #C6C6C6 solid;
    margin: 1em 0 2em;
    padding: 1rem;
}

div.warningArea .flex{
	display: flex;
}

div.warningArea .flex ul {
	margin:0;
	padding:0;
	list-style:none;
	width: 45%;
}

@media (max-width: 640px) {
	#mainCntArea div.bymaker ul,
	#mainCntArea .btnList ul,
	div.warningArea .flex{
		flex-direction: column;
	}
	
	#mainCntArea div.bymaker ul {
		gap: 0;
	}	
	
	#mainCntArea div.bymaker ul li{
		margin-bottom: 0.7em;
	}
	
	#mainCntArea div.bymaker ul li,
	#mainCntArea .btnList ul li,
	#mainCntArea .linkBtn a{
		width: 100%;
	}
	
	div.warningArea .flex ul {
		width: 100%;
	}
	
	div.warningArea .flex img{
		max-width: 100%;
		margin-top: 1em;
	}
}