@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,series2
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
#layout-container table, #layout-container caption, #layout-container tbody, #layout-container tfoot, #layout-container thead, #layout-container tr, #layout-container th, #layout-container td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
  text-align:right;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

#layout-container table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*
YUI 3.10.0 (build a03ce0e)
Copyright 2013 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  /* for IE */
  *font: x-small;
  /* for IE in quirks mode */
  color: #333;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
/* {
  font-family:"SimSun","MS UI Gothic","Hei","sans-serif";
}*/

/**
 * Nudge down to get to 13px equivalent for these form elements
 */
select,
input,
button,
textarea {
  font: 99% arial,helvetica,clean,sans-serif;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
html.zh_cn body select,
html.zh_cn body input,
html.zh_cn body button,
html.zh_cn body textarea ,
html.zh_tw body select,
html.zh_tw body input,
html.zh_tw body button,
html.zh_tw body textarea {
  font: 99% arial,helvetica,clean,sans-serif;
  font-family:"SimSun","MS UI Gothic","Hei","sans-serif";
}

/**
 * To help tables remember to inherit
 */
#layout-container table {
  font-size: inherit;
  font: 100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssfonts {
  display: none;
}

/* common style */
* {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

img:not(.icon_window) {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/*2022/12/14追記*/
img.icon_window {
    padding-left: 0.25em;
}

ul {
  list-style: none;
}

/* a {
  color: #666666 !important;
  text-decoration: none !important;
} */

a:hover {
  color: #43677e !important;
	  text-decoration: underline!important;

}
a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/*2022/07/29追記*/
.s5-pageFooter li a,
.s5-allProducts__column a,
.s5-allProducts__misc a,
.s5-allProducts__siteInfo ul li a,
.s5-frontLogin__linkNotloggedin ul li a{
    color: #ccc!important;
}

.s5-pageFooter li a:hover,
.s5-allProducts__column a:hover,
.s5-allProducts__misc a:hover,
.s5-allProducts__siteInfo ul li a:hover,
.s5-frontLogin__linkNotloggedin ul li a:hover{
    color: #fff!important;
    text-decoration: none!important;
}

body, html {
  height: 100%;
}

#layout-container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
/*  padding-bottom: 242px;*/
  background-color: #fff;
}
	html.ja #layout-container {
		padding-bottom: 20px!important;
	}

/* link (list) */
.list li {
  border-bottom: 1px solid #e8e8e8;
}
.list li:first-child {
  border-top:none;
/*  border-bottom:none; 20210414*/
}
.list a {
  display: block;
  margin: 0;
  padding: 20px 10px;
  color:#5787f4;
}
.list a:hover {
  color: #f9916e;
}
.list a dl {
  overflow: hidden;
  padding:0 32px 0 0;
  background: url(/support/software/videotvsideview/img/arw_blue.png) no-repeat right center;
}
.top-page .notification .list a dl {
  overflow: hidden;
  background: url(/support/software/videotvsideview/img/arw_blue.png) no-repeat right center;
}
  .list a dt {
    float: none;
    width: auto;
  color:#666666;
  margin-bottom:5px;
  line-height:24px;
  }
  .list a dt span {
    float: left;
    line-height: 24px;
    margin-right: 4px;
}

  .list a dd {
    float: none;
    width: auto;
  color:#5787f4;
  }
.top-page .notification .list a dd {
    float: none;
    width: auto;
  }
.list .new {
    background: url("/support/software/videotvsideview/img/newicon_green.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: inline-block;
    height: 24px;
    margin-right: 6px;
    width: 45px;
}
.btn01 p, .btn02 p, .pager p, .btn01 a, .btn02 a, .pager a {
  display: inline-block;
  padding: 10px 25px;
}

.btn02{
	paddng-bottom:30px;
	
}
.lt-ie8 .btn01 p, .lt-ie8 .btn02 p, .lt-ie8 .pager p, .lt-ie8 .btn01 a, .lt-ie8 .btn02 a, .lt-ie8 .pager a {
  display: inline;
  zoom: 1;
}
.btn01 span, .btn02 span, .pager span {
  padding: 0 0 0 21px;
}

/* green-button */
.btn01 p, .btn01 a {
  padding: 6px 21px;
  background-color: #f9916e;
}
.btn01 p:hover, .btn01 a:hover {
  background-color: #f35a28;
}
.btn01 span {
  background: url(/support/software/videotvsideview/img/icon_arrow_right_w.png) no-repeat left center;
  color: white;
  font-weight: bold;
}

.video-container {
	margin-top:30px;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 3dppx) {
  .btn01 span {
    background: url(/support/software/videotvsideview/img/icon_arrow_right_w_x3.png) no-repeat left center;
    -webkit-background-size: 12px 12px;
    background-size: 12px 12px;
  }
}

/* grey-button */
.btn02 a {
  background-color: #2d75c7;
}
.btn02 a:hover, .btn02 a:focus {
    color: #fff;
    text-decoration: none;
    background: #34568e;
}

.btn02 span {
  background: url(/support/software/videotvsideview/img/icon_arrow_left2.png) no-repeat left center;
  color: #ffffff;
  font-weight: bold;
}
/* @media only screen and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 3dppx) {
  .btn02 span {
    background: url(/support/software/videotvsideview/img/icon_arrow_left_x3.png) no-repeat left center;
    -webkit-background-size: 12px 12px;
    background-size: 12px 12px;
  }
} */

/* pager */
.pager {
  overflow: hidden;
  margin: 20px 0 20px 0;
}
.pager a {
  background: #efefef;
}
.pager a:hover {
  background: #dddddd;
}
.pager span {
  color: #999999;
  font-weight: bold;
}
.pager .prev-btn {
  float: left;
}
.pager .prev-btn span {
  background: url(/support/software/videotvsideview/img/icon_arrow_left.png) no-repeat left center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 3dppx) {
  .pager .prev-btn span {
    background: url(/support/software/videotvsideview/img/icon_arrow_left_x3.png) no-repeat left center;
    -webkit-background-size: 12px 12px;
    background-size: 12px 12px;
  }
}
.pager .next-btn {
  float: right;
}
.pager .next-btn span {
  background: url(/support/software/videotvsideview/img/icon_arrow_right.png) no-repeat right center;
  padding: 0 22px 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 3dppx) {
  .pager .next-btn span {
    background: url(/support/software/videotvsideview/img/icon_arrow_right_x3.png) no-repeat right center;
    -webkit-background-size: 12px 12px;
    background-size: 12px 12px;
  }
}

/* header */
#header {
  background: #fff;
  overflow: hidden;
  border-bottom:1px solid #CCCCCC;
}

#global-header {
  background: #000;
}
#global-header span {
  display: block;
  padding: 0;
  text-align: right;
}
#global-header span img {
  margin: 0 0 0 10px;
}


#site-header {
  display: table;
  table-layout: fixed;
  width: auto;
}


#site-header .site-logo {
  float: left;
  margin: 0;
  padding: 15px 0px;
  width: 40%;
  vertical-align: middle;
}

.lt-ie8 #site-header .site-logo {
  display: inline;
  zoom: 1;
  padding-right: 0;
}

#site-header .site-logo:hover img {
  filter: none;
  -moz-opacity: 1;
  opacity: 1;
}

#site-header #contents-nav{
	float:right;
	padding:30px 10px 0 0;
}
#site-header #contents-nav li{
	display:inline;
	padding:0 10px;
	border-right:1px solid #a8a8a8;
	font-size:90%;
	white-space:nowrap;
}
#site-header #contents-nav li:first-child{
	border-left:1px solid #a8a8a8;
	border-right:1px solid #a8a8a8;
}
@media only screen and (max-width: 449px) {
#site-header {
  padding: 0 12px;
}
#site-header .site-logo img{
	min-width:100px !important;
	margin:0;
  padding: 12px 0px;
}
#site-header a.site-logo{
	display:inline;
	width:50% !important;
}
#site-header #contents-nav{
	float: none;
	padding: 10px 0 0 10px;
}
#site-header #contents-nav li{
	padding:0 5px;
	font-size:100%;
}
.download .app-btn li {
	float: none !important;
	width:100% !important;
	margin-right:0% !important;
	margin-bottom:20px;
}
.download .app-btn li p{
  text-align:center !important;
}
}

#global-nav {
  display: table-cell;
  padding-right: 10px;
  width: auto;
  vertical-align: middle;
}
.lt-ie8 #global-nav {
  display: inline;
  zoom: 1;
  width: 54%;
  padding-right: 0;
}

#language-nav {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  float: right;
  padding: 0;
  height: 100%;
}
#language-nav li {
  display: table-cell;
  height: 100%;
}
.lt-ie8 #language-nav li {
  display: inline;
  zoom: 1;
}
#language-nav li a {
  position: relative;
  display: block;
  margin: 0;
  padding: 6px;
  text-shadow: 0px 1px 1px #fff;
  font-size: 93%;
  white-space: nowrap;
}
.ie8 #language-nav li a {
  behavior: url(/css/PIE.htc);
}
#language-nav .noncurrent a {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f6f6f6));
  background: -moz-linear-gradient(top, white, #f6f6f6);
  background: linear-gradient(to bottom, #ffffff, #f6f6f6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='white', endColorstr='#f6f6f6');
  color: #666666;
}
.ja #language-nav .noncurrent a {
  border-top: 1px solid #a5a5a5;
  border-left: 1px solid #a5a5a5;
  border-right: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
}
.en #language-nav .noncurrent a {
  border-top: 1px solid #a5a5a5;
  border-left: 1px solid #a5a5a5;
  border-right: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
}
.ja.lt-ie9 #language-nav .noncurrent a, .ja.ie9 #language-nav .noncurrent a {
  background-image: url(/support/software/videotvsideview/img/bg_lang01.png);
  background-repeat: repeat-x;
  background-position: left bottom;
}
.en.lt-ie9 #language-nav .noncurrent a, .en.ie9 #language-nav .noncurrent a {
  background-image: url(/support/software/videotvsideview/img/bg_lang02.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-color: #f0f0f0;
}
#language-nav .current a {
  background: -webkit-gradient(linear, left top, left bottom, from(#d8d8d8), to(#f3f3f3));
  background: -moz-linear-gradient(top, #d8d8d8, #f3f3f3);
  background: linear-gradient(to bottom, #d8d8d8, #f3f3f3);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#d8d8d8', endColorstr='#f3f3f3');
  color: #999999;
}
.ja #language-nav .current a {
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.en #language-nav .current a {
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.ja.lt-ie9 #language-nav .current a, .ja.ie9 #language-nav .current a {
  background-image: url(/support/software/videotvsideview/img/bg_lang02.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-color: #f0f0f0;
}
.en.lt-ie9 #language-nav .current a, .en.ie9 #language-nav .current a {
  background-image: url(/support/software/videotvsideview/img/bg_lang01.png);
  background-repeat: repeat-x;
  background-position: left bottom;
}

/* footer */
#site-footer {
  position: relative;
  clear: both;
  border-top:1px solid #3C3C42;
  background: #1F2024;
  margin:0 0 -16px!important;
  min-height:109px;
}
div#site-footer {
  position: relative;
  clear: both;
  background: #1f2024;
  margin-top: 0px;
  min-height:109px;
}
#site-footer nav {
  display:block;
  height:109px;
}
#site-footer div.site-footer-in {
  display:block;
  height:109px;
}
#site-footer ul {
  display: table;
  padding:0 0 0px 0;
  margin:0 160px 0 0;
}
#site-footer .menu select option{
	color:#ffffff;
	background:#2f353e;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	border:0;
	font-size:14px;
	padding:11px 0;
	text-align:center;
}
#site-footer .menu select option:hover{
	background:#4f4e57;
}
#site-footer .menu{
	position: absolute;
	top:20px;
	right:10px;
}
#site-footer .menu span.customSelect {
	font-size:14px;
	color:#ffffff;
	line-height: 36px;
	height: 36px;
	width: 184px;
	padding: 0 10px 0 0;
	background:#4f4d58 url(/support/software/videotvsideview/img/option.png);
	text-align:center;
}

#site-footer .menu .customSelectInner{
	display:block;
	width: 121px !important;
	-o-text-overflow: ellipsis;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}

#site-footer li {
	float:left;
	font-size:12px;
	margin-right:30px;
}
.lt-ie8 #site-footer li {
  display: inline;
  zoom: 1;
}
#corporation-copyright {
  padding:0 0 10px 0;
}

#site-footer li a {
  display: block;
  padding: 0;
  color: #AEB1C2 !important;
  text-align: left;
}
#site-footer li a:hover {
	color:#ffffff !important;
}

#corporation-copyright {
  padding:20px 0;
  color: #cccccc;
  font-size: 14px;
}
#corporation-copyright small {
  display: block;
  padding: 25px 4% 0 4%;
  width: 100%;
  text-align:left;
  white-space:nowrap;
}
.copy{
  white-space:nowrap;
  font-size: 77% !important;
}
.lt-ie8 #corporation-copyright small {
  display: inline;
  zoom: 1;
  width: 91%;
}

.copy2{

	font-size:77% !important;
}


#copyright {
  background: #000;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  font-size: 70%;
}

/* contents */
#container {
/* border-top:1px solid #cccccc;*/
 background:none;
 /*padding-bottom:111px;*/
}

.main,.top-info {
  margin: 0 auto;
  max-width: 992px;
  line-height: 1.7;
}

#contents .top-info .main-image p{
	font-size:160%;
	vertical-align:middle;
	line-height:60px;
	border-bottom:1px solid #eaeaea;
	padding:0 0 0 0;
}

.mobile_devicep{
	font-size: 16px!important;
}
  #global-header span {
    margin: 0 auto;
    max-width: 912px;
  }

  #site-header {
    margin: 0 auto;
	width:100%;
    max-width: 848px;
	padding:0 10px;
	box-sizing:border-box;
  }
  .header_menu{
	  max-width:848px;
	  margin:0 auto;
  }
  .header_menu #site-header{
    margin: 0;
    width: 100%;
	padding:0;
  }
  #site-footer nav {
    margin: 0 auto;
    padding: 20px 0px 0;
    max-width: 894px;
	position:relative;
  }
  #site-footer div.site-footer-in {
    margin: 0 auto;
    padding: 0 0px 0;
    max-width: 894px;
  }

  .lt-ie8 #site-footer nav {
    width: auto;
  }

  .lt-ie8 #site-footer div.site-footer-in {
    width: 894px;
  }

  #corporation-copyright small {
    margin: 0 auto;
    padding:0;
	color:#cccccc;
  }
  
#contents p.annotation,
#contents ul.annotation li{
    text-indent: -1em;
    padding-left: 1em;
}


/* width =< 767 */
/* width =< 799 */
@media only screen and (max-width: 799px) {
  /* link-list */
  .list a {
    padding: 15px 12px;
  }
  .list a dt {
    float: none;
    width: auto;
  }
  .list a dd {
    float: none;
    width: auto;
    text-align: left;
  }

  /* green button */
  .btn01 {
    text-align: center !important;
  }
  .btn01 p, .btn01 a {
    padding: 2px 10px;
  }

  /* grey button */
  .btn02 {
    text-align: center !important;
  }
  /* 
  .btn02 a {
    background-color: #dddddd;
    padding: 4px 20px;
    font-size: 123.1%;
  }
  .btn02 a:hover {
    background-color: #cdcdcd;
  }.btn02 span {
    color: #666666;
  } */

  /* pager */
  .pager {
    margin: 15px 0 20px 0;
  }
  .pager a {
    padding: 6px 25px;
    background-color: #dddddd;
  }
  .pager a:hover {
    background-color: #cdcdcd;
  }
  .pager span {
    color: #666666;
  }
  .pager .prev-btn span {
    background-image: url(/support/software/videotvsideview/img/icon_arrow_left_g.png);
  }
  .pager .next-btn span {
    background-image: url(/support/software/videotvsideview/img/icon_arrow_right_g.png);
  }
  #site-footer nav {
	height:auto;
  }
  #site-footer div.site-footer-in {
    padding: 0;
  }
  #corporation-copyright small {
    padding: 0px 0px 0px 10px;
    width: auto;
  }

  #site-footer nav ul{
	  padding-left:10px;
  }
  #copyright {
    background: #000;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    font-size: 77%;
    letter-spacing: 0.1em;
  }

.main,.top-info {
    margin: 0;
    padding: 0;
    width: auto;
  }
#site-footer .menu{
	position: inherit;
	top: inherit;
	right: inherit;
	padding-bottom:20px;
}
}
@media only screen and (max-width: 799px) and (-webkit-min-device-pixel-ratio: 3), only screen and (max-width: 799px) and (min-resolution: 3dppx) {
  .pager .prev-btn span {
    background-image: url(/support/software/videotvsideview/img/icon_arrow_left_g_x3.png);
  }
}
@media only screen and (max-width: 799px) and (-webkit-min-device-pixel-ratio: 3), only screen and (max-width: 799px) and (min-resolution: 3dppx) {
  .pager .next-btn span {
    background-image: url(/support/software/videotvsideview/img/icon_arrow_right_g_x3.png);
  }
}

.page-title {
  padding: 0 0 10px 0;
}

/* top-page */
.top-page .page-title {
  padding: 0 0 0px 0;
  font-size:22px;
  line-height:26px;
  font-weight:normal;
}
.top-page #detail-app-link {
  z-index: 99;
}
.top-page .main-image {
  padding: 10px 0 0;
  margin-bottom:20px;
  text-align: left;
}
.top-page .main-image p{
  padding: 0 0 6px 0;
  text-align: left;
  font-size:70%;
}
.top-page .top-info a{
  color: #333;
}
.top-page .top-info {
  position: relative;
  /* Learn more button */
}
.top-page .top-info a:hover .page-title img {
  filter: none;
  -moz-opacity: inherit;
  opacity: inherit;
}
.top-page .top-info header {
  position: absolute;
  margin-top: 10px;
  margin-right: 230px;
  width: 550px;
  z-index: 100;
}
.top-page .top-info header p.page-title_b{
  border-top: 1px solid #f9916e;
  padding: 5px 0 0 0;
  text-align: left;
  font-size:90%;
  line-height:130%;
}
.top-page .top-info .btn01 {
  position: absolute;
  top: 264px;
  left: 0px;
}

/*
.top-page .top_news_area div{
	display:none;
	
}
*/

.top-page .top_news_area div:first-child{
	display:block;
	
}
.top-page .notification {
  margin: 0 0 0 0;
}
.top-page .notification .list a {
}
.top-page .notification .list a:hover {
  background-color: #eff0f0;
}
.top-page .news-title {
  color: #333333;
  font-size: 150%;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom:10px;
}
.top-page .news {
  position: relative;
  margin: 0 0 0 0;
}
.top-page .news .list a {
}
.top-page .news .list a:hover {
  background-color: #eff0f0;
}
.top-page .news .btn_list {
	text-align:right;
	font-size:140%;
	padding:20px 10px 0 0;
}
.top-page .news .btn_list a{
  color: #5787F4;
}
.top-page .news .btn_list a:hover{
  color: #f9916e;
}

.movie .mov-txt {
	width:100%;
  text-align: center;
}
.movie .mov-txt li {
  display: inline-block;
  margin: 0 0 26px 0;
}

.movie .mov-txt li#mov-l {
	width:52%;
	text-align:left;
}

.movie .mov-txt li#mov-l p {
	padding:0 30px 1em 0;
	font-size:135%;
	text-align:left;
}

.movie .mov-txt li#mov-r {
	width:47%;
	text-align:right;
}

.movie .mov-txt li#mov-r iframe{
	width:360px;
	height:203px;
}

.download {
	position:relative;
}
.download #download{
	position: absolute;
	top:-40px;
}

.download p {
  text-align: center;
}
.download .app-btn {
  text-align: center;
  margin: 0 0 26px 0;
}
.download .app-btn li {
  display: inline-block;
  margin: 10px 20px;
  vertical-align:top;
  width:200px;
  text-align:center;
}
.download .app-btn li a {
  display: block;
}

.download .app-btn li a:hover {
  color: #f9916e;
}

.top-sns{
	padding:30px 0;
	text-align:right;
}

.snsb{
	float: right;
	overflow:hidden;
}

.snsb li {
	float: left;
	display:block;
	padding-right:10px;
}

.snsb li.snsb_rss{
	padding-top:1px;
	line-height:18px;
}
.snsb li.snsb_twitter{
	width: 100px;
	overflow:hidden;
}
.snsb li.snsb_fb{
}
.snsb li.snsb_g_plus{
	width: 57px;
	padding:0
}
.snsb iframe {
	margin: 0 !important;
}

.top-sns .atom{
	vertical-align:top;
	margin:0 0 0 15px;
}

.prepare{
	padding-left: 40px;
}


ul .prepare ul{
	font-size:100%;
	list-style-type: disc;
	padding:10px;
}

.option {
  text-align: left;
}
.option .option-btn {
  text-align: left;
  margin: 0 0 35px 0;
}
.option .option-btn li {
	border-left:5px solid #ffffff;
	border-right:5px solid #f9916e;
  display: inline-block;
  line-height:52px;
  width:252px;
  color:#f9916e;
    font-size: 138.5%;
	font-weight:bold;
	text-align:center;
  
}
.option .option-btn li.fst {
	border-right:5px solid #f9916e;
	border-left:5px solid #f9916e;
}
.option .option-btn li a {
  color:#f9916e;
  display: block;
}
.option .option-btn li a:hover {
  color:#f35a28;
  display: block;
}

/* article-list page */
.article-list .list-section {
  margin-bottom: 40px;
}
.article-list .main {
  position: relative;
}
.article-list .page-header {
  overflow: hidden;
  border-right: 1px solid #bcbcbc;
  border-bottom: 1px dotted #bcbcbc;
  border-left: 1px solid #bcbcbc;
  width: 100%;
}
.article-list .title-inner span {
  display: inline-block;
}
.article-list .page-title {
  width: 50%;
  padding: 0;
  text-align: center;
}
.article-list .page-title .title-inner {
  display: inline-block;
  padding: 12px 0;
  width: 100%;
  font-size: 138.5%;
  font-weight: normal;
  line-height: 1.23;
}

.article p{
		padding:10px 0px;	

}
.news-page .article-list .page-title {
  float: left;
  border-right: 1px solid #bcbcbc;
  color: #EE0000;
}
.notification-page .article-list .page-title {
  float: right;
  color: #fa0421;
}
.notification-page .article-list .page-title .title-inner {
  display: block;
}
.lt-ie8 .article-list .page-title {
  width: 49.88%;
}
.lt-ie8 .article-list .page-title .title-inner {
  display: inline;
  zoom: 1;
}
.article-list .btn03 {
  width: 50%;
}
.article-list .btn03 a {
  display: inline-block;
  padding: 12px 0;
  width: 100%;
  color: #666666;
  font-size: 138.5%;
  line-height: 1.23;
}
.article-list .btn03 a:hover {
  background-color: #f8f8f8;
}
.article-list .btn03 a .title-inner {
  display: block;
  padding: 0;
  background: none;
  color: inherit;
  font-weight: normal;
  text-align: center;
}
.news-page .article-list .btn03 {
  float: right;
}
.notification-page .article-list .btn03 {
  float: left;
  border-right: 1px solid #bcbcbc;
}
.lt-ie8 .article-list .btn03 {
  width: 49.88%;
}
.lt-ie8 .article-list .btn03 a {
  display: inline;
  zoom: 1;
}
.article-list .list {
  border-top: none;
}
.news-page .article-list {
  margin: 0 0 16px 0;
}
.news-page .article-list .list a {
}
.news-page .article-list .list a:hover {
  background-color: #eff0f0;
}
.notification-page .article-list {
  margin: 0 0 16px 0;
}
.notification-page .article-list .list a {
}
.notification-page .article-list .list a:hover {
  background-color: #eff0f0;
}
.article-list .non-info {
  padding: 100px 0;
  text-align: center;
  font-size: 123.1%;
}

/* article page */
#layout-container.article {
}

.article .main {
  letter-spacing: 0.1em;
}
.article .page-meta {
	padding:0;
  margin-bottom: 10px;
}
.article .page-meta span {
  display: block;
  *zoom: 1;
  font-size: 108%;
  padding: 0 7px 0 0;
  white-space: nowrap;
  float:left;
  line-height:24px;
}
.article .page-meta span.category-news {
  background: #f9916e;
  color: white;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.article .page-meta span.category-notification {
  background: #e60012;
  color: white;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.news .list .new,.news-page .new {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 6px;
  background: url(/support/software/videotvsideview/img/newicon_red.jpg) no-repeat left top;
  width:45px;
  height:24px;
}
.notification .list .new,.notification-page .new {
  *display: inline;
  *zoom: 1;
  margin-right: 6px;
  background: url(/support/software/videotvsideview/img/newicon_red.jpg) no-repeat left top;
  width:45px;
  height:24px;
}
.article .entrySNS{
	float:right;
	padding:30px 10px 0 0;
}

.article .page-header {
  padding: 12px 5px 0;
}
.article .page-title {
  margin-bottom: 20px;
  color: #333333;
  font-size: 140%;
  font-weight: normal;
  line-height: 160%;
  border-bottom:1px solid #e9e9e9;
}
.article .page-body {
  margin-bottom: 40px;
  padding: 0 5px;
  font-size: 100%;
  line-height: 130%;
}
.article .page-body img {
  margin-bottom: 5px;
}
.article .page-body ul {
  margin: 0 0 20px 20px;
}
.article .page-body ol {
  margin: 0 0 20px 26px;
}
.article .page-body ul li {
  list-style: disc;
}
.article .page-body ol li {
  list-style: decimal;
}
.article .btn02 {
  margin: 0 0 40px 0;
  text-align: center;
}

.faq .article p,.faq2 .article p,.privacy .article p{
	padding-left:20px;
}

.faq .article p.small,.faq2 .article p.small,.privacy .article p.small{
	font-size:110%;
}

.tips{padding:0 0 50px 0;
}

.tips .tips-section{
    max-width: 992px;
    margin: 20px 0 60px 0;
    display: -moz-box;
    display: -webkit-box;
    display: -o-box;
    display: -ms-box;
    -moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    -o-box-orient: horizontal;
    -ms-box-orient: horizontal;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    -o-box-direction: normal;
    -ms-box-direction: normal;
}

.tips .tips-section .txtBox{
    vertical-align: top;
    width: calc(100% - 300px);
    -moz-box-ordinal-group: 1;
    -webkit-box-ordinal-group: 1;
    -o-moz-box-ordinal-group: 1;
    -ms-box-ordinal-group: 1;
}
.tips .tips-section .txtBox img{
	width:30px;
}

.tips .tips-section .txtBox h3 {
    color: #b35e5a;
    font-size: 1.9em;
    font-weight: normal;
    line-height: 1.4em;
}

.tips .tips-section .imgs{
    vertical-align: middle;
    padding: 0 0 0 0px;
    text-align: right;
    width: 300px;
    -moz-box-ordinal-group: 2;
    -webkit-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-box-ordinal-group: 2;}

.tips .tips-section .imgs img{
	width:280px;
}


.tips .tips-section.rev .txtBox{
    -moz-box-ordinal-group: 2;
    -webkit-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-box-ordinal-group: 2;
}
	
.tips .tips-section.rev .imgs{
    text-align: left;
    -moz-box-ordinal-group: 1;
    -webkit-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-box-ordinal-group: 1;}



@media only screen and (max-width: 799px) {
.top-sns {
    text-align: center !important;
}
.snsb {
    display: inline-block;
    float: none !important;
}
	.download .app-btn li {
display:block;
vertical-align:middle;
	width:100%;
	margin-right:0%;
}

  /* top */
  #site-header {
    width: 100%;
  }
  .top-page {
  }
	#site-header #contents-nav{
	float:right;
	padding: 20px 10px 10px;
	}
  .top-page .main {
    position: relative;
    margin: 0 10px;
  }
  .top-page .top-info a {
    /*position: relative;
    width: 100%;
    height: 100%;
    display: block;*/
  }
.top-page .page-title {
  padding: 0 0 0px 0;
  font-size:14px;
  line-height:16px;
  font-weight:bold;
}

  .top-page .top-info header {
    position: relative;
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }
  .top-page .top-info header .page-title {
    padding-bottom: 1.5%;
  }
  .ja .top-page .top-info header .page-title {
    max-width: 61%;
  }
  .en .top-page .top-info header .page-title {
    max-width: 61%;
  }
  .top-page .top-info .btn01 {
    top: -6px;
	right:0;
	left:inherit;
  }
  .top-page .top-info .btn01 p {
    padding-left: 10px;
    padding-right: 10px;
  }
  .top-page .main-image {
    padding: 10px 0 0;
  }
.top-page .main-image p{
  padding: 0 0 6px 0;
  text-align: left;
  line-height:120%;
}
  .top-page .notification {
    margin-bottom: 16px;
  }
  .top-page .notification .list a {
    padding: 6px 10px 4px 10px;
  }
  .top-page .news {
    margin: 0 0 16px 0;
  }
  .top-page .news .list a {
    padding: 6px 10px 4px 10px;
  }
  .top-page .news-title {
    font-size: 120%;
  }

  .article-list .list-section {
    margin: 0 10px 20px 10px;
  }
  .article-list .list-section .list a {
    padding: 6px 10px 4px 10px;
  }

  /* .article */
  .article {
    /*#contents {
    	padding-left: 5px;
    	padding-right: 0;
    }*/
  }
  .article .page-header,
  .article .page-body {
    padding-left: 15px;
    padding-right: 15px;
  }

  .news-page .list a:hover {
    background-color: #fdc6b7;
  }

  .notification-page .list a {
  }
  .notification-page .list a:hover {
    background-color: #eff0f0;
  }
.movie .mov-txt li#mov-l {
	width:100%;
	text-align:center;
}

.movie .mov-txt li#mov-l p {
	font-size:110%;
	padding:0 0px 1em 0;
}

.movie .mov-txt li#mov-r {
	width:100%;
	text-align:center;
}

.movie .mov-txt li#mov-r iframe{
	width:300px;
	height:169px;
	text-align:center;
}

#container {
 padding-bottom:40px;
}

.download .app-btn {
	display:block;
  margin: 0;
}
.option .option-btn li {
	border-left:5px solid #f9916e;
	border-right:5px solid #f9916e;
}

.option {
  text-align: center;
}
.option .option-btn {
  text-align: center;
  margin: 0 0 35px 0;
}

#site-footer .menu{
	position: inherit;
	top: inherit;
	right: inherit;
	padding-bottom:20px;
	padding-left:10px;
}
#site-footer {
    width: auto;
	margin:0 auto;
	height:auto;
	padding:0;
}

.download {
	padding-bottom:10px;
	position:relative;
}

.tips .tips-section{
	display:block;
	width:100%;
	margin:20px 0 40px 0;
}

.tips .tips-section .txtBox{
	display:block;
	width:100%;
	vertical-align:top;
	margin:0 0 20px 0;
	float:none !important;
}

.tips .tips-section .txtBox h3 {
    font-size: 1.4em;
    margin:0 4% 0px;
}
.tips .tips-section .txtBox p {
    margin: 0 4% 10px;
}
.tips .tips-section .imgs{
	display:block;
	width:100%;
	padding:0;
	text-align:center !important;
	float:none !important;
}
.local_nav.tips li{
	width:auto !important;
    margin: 0 20px 5px 0 !important;
}

.tips .tips-section .imgs img{
	width:80%;
	max-width:380px;
}
.tips .tips-section.rev .txtBox{
	float:none !important;
}
.tips .tips-section.rev .imgs{
	text-align:center !important;
	float:none !important;
}

}
/***** stepup ****/
.tips.tablet .tips-section {
    display: block;
    width: 100%;
    margin: 20px 0 40px 0;
}

.tips.tablet .tips-section .txtBox {
    display: block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 20px 0;
    float: none !important;
}
.tips.tablet .tips-section .imgs {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center !important;
    float: none !important;
}
.tips.tablet .tips-section.rev .txtBox {
    float: none !important;
}
.tips.tablet .tips-section.rev .imgs {
    text-align: center !important;
    float: none !important;
}
.tips.tablet .tips-section .txtBox h3 {
    font-size: 1.4em;
    margin: 0 4% 0px;
}
.tips.tablet .tips-section .txtBox p {
    margin: 0 4% 10px;
}
.tips.tablet .tips-section .imgs img {
    width: 80%;
    max-width: 380px;
}
.tips.tablet .tips-section .imgs.btn img {
    max-width: 200px;
}

/* FAQ */

.faq-title {
  color: #333333;
  font-size: 150%;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top:40px;
  padding-left:10px;
}
.faq{
	padding:0px 10px 20px 10px;
}

.faq .article a:hover{
   text-decoration:underline !important;
}

.faq .menu a,.faq .menu2 a{
   color:#43677e !important;
}


.faq .article{
	margin-bottom:40px;
}

.faq .imgs{
	text-align:center;
	padding:10px 0px 15px 0;
}
.faq2{
	padding:0px 10px 10px 10px;
}
.faq2 a{
   color:#43677e !important;
}

.faq2 .menu a,.faq2 .menu2 a{
   color:#43677e !important;
}
.faq2 .menu a:hover,.faq2 .menu2 a:hover{
   color:#43677e !important;
}
.faq h2,.faq2 h2{
  border-bottom: 2px solid #f9916e;
  color: #f9916e;
	padding:20px 0 10px 0px;
	margin:0 0 20px 0;
  font-size: 167%;
}

.faq h2.font-b{
    font-weight: bold;
    font-size: 140%;
    border-bottom: none;
    color: #333;
    margin-bottom: 10px;
}

.faq h3,.faq2 h3{
	padding:0px 0 10px 0px;
  font-size: 130%;
}

.faq p span.note,
.faq h4 span.note,
.faq2 h4 span.note { 
    display: inline-block; 
    padding: 3px; 
    border: #cc0000 solid 1px;  
    border-radius: 3px; 
    background: #cc0000; 
    line-height: 1; 
    font-size: 12px!important; 
    color: #ffffff; 
}

.faq p span.note_h,
.faq h5 span.note,
.faq2 h5 span.note { 
    display: inline-block; 
    padding: 3px; border-radius: 3px; 
    background: #cc0000; 
    line-height: 1; 
    color: #ffffff; 
    font-size:12px!important;
}
.enroll h5 span.note,
.enroll p span.note_g{ 
    display: inline-block; 
    padding: 3px; 
    border-radius: 3px; 
    background: #999; 
    line-height: 1; 
    color: #ffffff; 
    font-size:12px!important;
}

.enroll h5 { 
	margin: 10px 0 5px;
		
}


.faq ul.menu{
	padding:10px 15px 20px 15px;
}

/*20211014 */
.faq ul.menu_list{
	padding:0 0 0 10px;
}

.faq ul.menuq{
	padding:10px 15px 20px 15px;
}

.faq2 ul.menu{
	padding:10px 15px 20px 15px;
}
.anchor ul.menu li{
	padding:0px 0 0px 25px;
	margin:0 0 20px 0;
	font-size:140%;
    background: url(/support/software/videotvsideview/img/ico_anchorlink.png) no-repeat left center;
}

.faq ul.menu li{
	padding:0px 0 0px 25px;
	margin:0 0 20px 0;
	font-size:140%;
    background: url(/support/software/videotvsideview/img/ico_link.png) no-repeat left center;
	list-style: none !important;
	background-position: 12px 12px; /*20210128 */
}

/*20211014 */
.faq ul.menu_list li{
	padding:0px 0 0px 25px;
	margin:0 0 5px 0;
	font-size:16px;
    background: url(/support/software/videotvsideview/img/arrow_underline.gif) no-repeat left center;
	list-style: none !important;
	background-position: 12px 9px; 
}

.font16{
    font-size: 16px!important;
}


.faq ul.menuq li{
	padding:0px 0 0px 25px;
	margin:0 0 15px 0;
	font-size:110%;
    background: url(/support/software/videotvsideview/img/ico_q.png) no-repeat left center;
	list-style: none !important;
	color:#666666 !important;
}


.faq2 ul.menu li{
	padding:0px 0 0px 25px;
	margin:0 0 20px 0;
	font-size:140%;
    background: url(/support/software/videotvsideview/img/ico_link.png) no-repeat left center;
	list-style: none !important;
}
.faq ul.menu li.sub{
	padding:0px 0 0px 50px;
	margin:0 0 20px 0;
	font-size:140%;
    background: url(/support/software/videotvsideview/img/ico_link.png) no-repeat 25px center;
	list-style: none !important;
}

 .faq ul.menu2, .faq2 ul.menu2{
	margin:0 0 20px 10px;
}
 .faq ul.menu2 li, .faq2 ul.menu2 li{
	padding:0px 0 0px 25px;
	margin:0 0 0px 0;
	font-size:16px;
    background: url(/support/software/videotvsideview/img/ico_link.png) no-repeat left center;
	list-style: none !important;
	 background-position: 8px 8px; /*20210128 */
}
.faq .lists,.faq2 .lists {
	margin:0 10px 20px 10px;
}

.faq .lists li,.faq2 .lists li {
	list-style:disc;
	padding:0 0 10px 0px;
	margin:0 0 0 28px;
  border-bottom:none;
	font-size:130%;
}
.faq .lists li ol.lists li,.faq2 .lists li ol.lists li{
	font-size:100%;
}

.faq ol.lists li,.faq2 ol.lists li {
	list-style: decimal;
}

.faq ol.lists li ul.lists li{
	list-style: disc;
	font-size:100%;
}

.faq .lists li a,.faq2 .lists li a{
	color:#0066ff;
}

.faq .small-list,.faq2 .small-list {
	margin:10px 10px 40px 10px;
}

.faq .small-list li,.faq2 .small-list li {
	list-style:disc;
	padding:0 0 0 0px;
	margin:0 0 0 20px;
  border-bottom:none;
	font-size:110%;
}

.faq .small-list2 {
	margin:10px 10px 10px 10px;
}

.faq .small-list2 li {
	list-style:disc;
	padding:0 0 0 0px;
	margin:0 0 0 20px;
	border-bottom:none;
	font-size: 100%;
}

.faq .small-list li ul.none,.faq2 .small-list li ul.none{
	padding:0 0 0 0px;
	margin:0 0 0 1em;
}

.faq .small-list li ul.none li,.faq2 .small-list li ul.none li{
  list-style: none;
	padding:0 0 0 0px;
	margin:0 0 0 0px;
	border-bottom:none;
	font-size:100%;
	text-indent:-1em;
}

#prepare p{
    padding-top: 10px;
    border-left-width: 50px;
    padding-left: 30px;

}
.bravia2013 p{
		padding-left: 20px;
}
.faq p,.faq2 p,.privacy p {
	font-size: 16px;
	line-height:1.5;
	padding:0;
}
.faq p.btm,.faq2 p.btm,.privacy p.btm {
	margin:0 0 100px 0;
}

.local_nav{
	margin:20px 0 20px 0;
  padding-left:10px;
}
.local_nav ul{
	text-align:left;
}

.local_nav li{
    background: url(/support/software/videotvsideview/img/icn_goRight_02.png) no-repeat scroll left center!important;
    display: inline-block;
    font-size: 120%;
    line-height: 2;
    list-style: none outside none !important;
    margin: 0 20px 5px 0;
    padding: 0 0 0 18px;
}
.local_nav.tips li{
	width:45%;
    margin: 0 2px 5px 0;
}
.local_nav li a{
   color:#43677e !important;
}
.local_nav li a:hover{
   color:#43677e !important;
}
.device_item {
	padding:0 0 40px 0;
}
.device_top ul.menu{
  padding:20px 0 0;
}
.device_top{
	padding:0px 10px 20px 10px;
}
.device_top a.txt{
	color:#43677e !important;
}
.device_top p {
	font-size: 16px;
	line-height:1.5;
	padding:0;
}

.device_top ul.menu li{
	padding:0px 0 0px 0px;
	margin:0 0 10px 0;
	font-size:140%;
    /*background: url(/support/software/videotvsideview/img/ico_link.png) no-repeat left center;*/
	list-style: none !important;
}

.device_area{
	padding:0 0 40px 0;
	
}

.device_top h3,.device_item h3 {
    border-bottom: 2px solid #F9916E;
    color: #F9916E;
    font-size: 167%;
    margin: 0 0 20px;
    padding: 20px 0 10px;
}


.device_top .subtit,.device_item .subtit {
	font-size:120%;
	padding:0 0 9px 0;
	margin-bottom:15px;
	color:#333333;
	font-weight:bold;
}
.device_item h3 a{
    color: #F9916E !important;
}
.device_item h4 {
    background: url("/support/software/videotvsideview/img/ico_link.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    font-size: 14px;
    list-style: none outside none !important;
    margin: 0 0 10px;
    padding: 0 0 0 25px;
	font-weight:normal;
}
.device_item ul {
    color: #505050;
    float: left;
    font-size: 14px;
    margin: 0 0 10px 5px;
    width: 206px;
}

.device_item ul.cap {
    float:none;
    font-size: inherit;
    margin: 0;
    width: auto;
}
.device_item ul.cap li{
	text-indent:-2em;
	padding:0 0 0 5px;
}
.device_item ul.cap li a{
  color: #f9916e !important;
}

.supported{
	line-height:15px;
}
#layout-container .device_item table{
	margin: 20px 0 5px 0;
	border-top:1px solid #999;
	border-left:1px solid #999;
	width:99%;
}

#layout-container .device_item table th{
	padding:10px 0px 10px 0px;
	text-align:center;
	background:#eee;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	vertical-align:middle;
	line-height:100%;
}


#layout-container .device_item table td{
	padding:10px 0px 10px 0px;
	text-align:center;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	width:13%;
	vertical-align:middle;
	line-height:15px;
}
#layout-container .device_item table td:first-child{
	padding:10px 10px 10px 10px;
	text-align:left;
	width:22%;
}

#layout-container .device_item table.mob td{
	width:50%;
}

#layout-container .device_item table.hom th{
    table-layout: fixed;
}

#layout-container .device_item table.mob td:first-child{
	width:50%;
}
#layout-container .device_item table.mob td a{
	color:#0000FF !important;
}
#layout-container .device_item table.hom td a{
	color:#0000FF !important;
}

#layout-container .device_item table.faq_tbl th{
    table-layout: fixed;
}

#layout-container .device_item table.faq_tbl td{
	width:auto;
	text-align:left;
	padding:10px;
    table-layout: fixed;
	word-wrap: break-word;
	word-break:break-all;
}

ul.list-disc {
    padding-left: 22px;
}
ul.list-disc li {
	list-style: disc;
}

/*20200609*/
.device_item table.faq_tbl{
	margin-top: 40px !important;
}
.device_item table.faq_tbl caption.left{
	text-align: left;
	line-height: 24px;
}

@media only screen and (max-width: 449px) {
#layout-container .device_item table.faq_tbl th{
	font-size:50%;
	padding:5px;
	line-height:120%;
}

#layout-container .device_item table.faq_tbl td{
	font-size:50%;
	padding:5px;
	line-height:120%;
}

}


.device_item ul.lists_faq {
    color: #505050;
    font-size: 100%;
    margin: 0 ;
    width: 100%;
}
.device_item ul.lists_faq li{
	list-style:disc;
	padding:0 ;
	margin:0 0 0 1em;
  border-bottom:none;
}



.device_item ol.lists_faq li{
	list-style: decimal;
	padding:0 ;
	margin:0 0 0 1.5em;
  border-bottom:none;
}

.pagetop{
	text-align:center;
}

.pagetop a{
	color:#0066ff;
}

#enroll {
}

.fy13bravia_register{
			padding:20px;
	
}

.FY12BRAVIA_Register{
			padding:20px;
	
}

.FY13_WiFiDirectSetting_1{
			padding:20px;
	
}

.FY13_WiFiDirectSetting_2{
			padding:20px;
	
}

.FY13BDP_TVSideView{
			padding:20px;
	
}

.FY12BDP_TVSideView1{
			padding:20px;
	
}

.FY12BDP_TVSideView1{
			padding:20px;
	
}

.FY12BDP_TVSideView2{
			padding:20px;
	
}
.enroll p {
padding:20px 0 10px 0px;
margin:0 10 20px 0;
font-size: 100%;
line-height: 130%;
}

.enroll  ul{
	padding: 0px 0 50px 8px;
	font-size: 130%;
	line-height: 250%;
}

.enroll  li{
	padding: 0px 0 10px 0px;
	margin: 0 10 0;
	font-size: 100%;
	line-height: 140%;
}
.enroll  ol{
padding:20px 0 10px 50px;
margin:0 10 20px 0;
font-size: 100%;
line-height: 130%;

}

/* new faq */
.help-area .help-area_subtitle{
	font-size:120%;
	padding:0 0 9px 0;
	margin-bottom:15px;
	color:#333333;
	border-bottom:1px solid #e8e8e8;
}
.help-area p{
	padding:0 0 20px 0;
}
.help-area a.hover{
	color:#0000FF !important;
}
.help-area .imgs{
	text-align:center;
	padding:0 0px 40px 0;
}
.help-area .imgs img{
	height:190px;
}
.help-area .imgs img.large{
	height:320px;
}

.help-area .imgs2{
	text-align:center;
	padding:0 0px 40px 0;
}

.wear dl{
	display:table;
	margin:0 0 0.5em 0;
	*overflow:auto;
}

.wear dl.answer{
	margin:0 0 2em 0;
}

.wear dt{
	display:table-cell;
	width:25px;
	vertical-align:top;
	*float:left;
}

.wear dt h5 span.note { display: inline-block; padding:3px; border-radius: 3px; background: #ff2d2d; line-height: 1; font-size: 100%; color: #ffffff; font-size:12px;
width:16px; text-align:center;}


.wear dt h5 span.note2 { display: inline-block; padding: 3px; border-radius: 3px; background: #999; line-height: 1; font-size: 100%; color: #ffffff; font-size:12px;
width:16px; text-align:center;}

.noteq{
	display: inline-block; 
	padding:3px; 
	border-radius: 3px; 
	background: #00BBFF; 
	line-height: 1; 
	font-size: 100%; 
	color: #ffffff; 
	font-size:12px;
	width:16px; 
	text-align:center;
}

.note3{
	display: inline-block; 
	padding: 3px; 
	border-radius: 3px; 
	background: #EB30F7; 
	line-height: 1; 
	font-size: 100%; 
	color: #ffffff; 
	font-size:12px;
	width:16px; 
	text-align:center;
	
}
.wear dd{
	display:table-cell;
	vertical-align:top;
	*float:left;
}
.wear dd p{
	margin:0;
	padding:0;
}

.qs{
	font-weight:bold;
}

.faqnew{
	margin:8px 5px 5px 10px;

}

@media only screen and (max-width: 799px) {
.help-area .imgs{
	text-align:center;
	padding:0 0px 40px 0;
}

.help-area .imgs img{
	width:100%;
	height:auto;
}
.help-area .imgs img.large{
	width:100%;
	height:auto;
}
}

.device_tm{
	font-size:13px !important;
	padding:40px 0 !important;
}

/* Related Topic */
.related-topic { margin-top: 49px; border: 2px solid #c8c8c8; margin-bottom:50px; }
.related-topic h3 { margin: 2px; padding: 5px 10px; background: #c8c8c8; }
.related-topic ul { border-top: 2px solid #dddddd; font-size:110%; padding:0 10px; }
.related-topic li { margin: 10px 15px; list-style: disc; }
.related-topic li a  {color:#0066ff;}

.related-topic li:last-of-type { margin-bottom: 10px; }

@media only screen and (max-width: 449px) {
/* footer */
#site-footer {
  position: relative;
  clear: both;
  margin-top: -109px;
}
div#site-footer {
  position: relative;
  clear: both;
  margin-top: 0px;
}
#site-footer nav {
  display:block;
  height:auto;
}
#site-footer div.site-footer-in {
  display:block;
  height:auto;
}
#site-footer ul {
  display: table;
  padding:0px 0 0px 0;
  margin:0;
  float:none;
}
#site-footer li {
	border-left:none;
	float:none;
  padding: 0 ;
  vertical-align: middle;
  color:#ffffff;
  margin-bottom:10px;
}
.lt-ie8 #site-footer li {
  display: block;
  zoom: 1;
}
#corporation-copyright {
  padding:0 10px 10px 10px;
  float:none;
}
#corporation-copyright small{
	text-align:left;
  padding:10px 0 10px 0;
}
}


/* top-page スライダー
======================================= */
.bx-wrapper {
	width:100%;
	position: relative;
	margin: 0 auto 0px !important;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	width: 100%;
	display: block;
}
/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
	display:none;
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 0;
	background: url(/support/software/videotvsideview/img/top_slider_arrow_l.png) no-repeat center center;
}

.bx-wrapper .bx-next {
	right: 2px;
	background: url(/support/software/videotvsideview/img/top_slider_arrow_r.png) no-repeat center center;
}


.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 30px;
	height: 40px;
	text-indent: -9999px;
	z-index: 9999;
	cursor: pointer;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/*  */

#site-footer .menu form select {
    background: none repeat scroll 0 0 #4f4c53;
    border: 0 none;
    color: #ffffff;
    height: 36px;
    margin-left: 24px;
    padding: 6px 10px;
    text-align: center;
    width: 150px;
}
#site-footer .menu form select option {
    background: none repeat scroll 0 0 #4f4c53;
    padding: 6px 10px;
    text-align: center;
}

.slider li{
	border-bottom:1px solid #e8e8e8;
}

@media only screen and (max-width: 799px) {
.bx-wrapper {
	width:100%;
	height:auto;
	margin: 0 auto 30px !important;
}
.bx-wrapper img {
	max-width: 100%;
	height:auto;
}
.bx-wrapper .bx-controls-direction a {
	top:15%;
	width:4%;
	height:100%;
	-moz-background-size:100% auto;
	-webkit-background-size:100% auto;
	-o-background-size:100% auto;
	-ms-background-size:100% auto;
	background-size:100% auto;
}
#site-footer .menu form select {
    margin-left: 0px;
}
}


}

.model{
	color:#006 !important;
	font-weight:bold;
	font-size:2000% !important;
	padding-left:10px;
}

.area{
	color:# #3C3C3C;
	font-weight:bold;
	font-size:3000% !important;
	padding-left:20px!important;
}
		
.series{
	padding:0 10px 0 20px;	
	
}


.series2{
	padding:0 10px 0 20px;
	font-size:85%;
	color:#666;
}



.userguide1{
	font-size:120%;
	font-weight:bold;
	color:#0000FF;
}


.privacy{
	padding:0px 10px 100px 10px;
}
.privacy a{
   color:#0000FF !important;
}

.privacy .menu a,.privacy .menu2 a{
   color:#666666 !important;
}
.privacy .menu a:hover,.privacy .menu2 a:hover{
   color:#f9916e !important;
}
.faq h2,.privacy h2{
  border-bottom: 2px solid #f9916e;
  color: #f9916e;
	padding:20px 0 10px 0px;
	margin:0 0 20px 0;
  font-size: 167%;
}


.privacy li{
    background: url(/support/software/videotvsideview/img/icn_goRight_02.png) no-repeat left center;
    font-size: 120%;
    line-height: 2;
    list-style: none outside none !important;
    margin: 0 5px 5px 5px;
    padding: 0 0 0 25px;
}


.privacy li a{
   color:#666666 !important;
}
.privacy li a:hover{
   color:#f9916e !important;
}

.stylea{
	font-weight:bold;
	color:#0080FF !important;
}

.styleb{
	font-weight:bold;
	color:#F00;
}

.stylec{
	font-weight:bold;
	color:#093CC8 !important;
}

.styled{
	font-weight:bold;
	color: #FF01BE;

}

.stylee{
	margin-left: 10px;
}

.stylef{
	text-decolation:underline !important;
}

.styleg{
	padding-left: 100px !important;
}

.styleh{
	color:blue; 
	font-weight:bold;
	margin: 0 3px 5px 3px;
	font-size: 115% !important;
	text-align: center;
}

.styleh2{
	color:black;
	font-weight: bold;
	margin: 0 5px 5px 5px;
}

.stylei{
	color:blue; 
	font-weight:bold;
}

.stylej{
	padding-left: 20px;
}

.stylek{
	text-decoration-color: #2334F3;
	text-decoration-line: underline;
}

.stylel{
	font-weight:bold;
	color: #000000;

}

.stylem{
	font-size:10px;
}

.stylen{
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}

.note2{ display: inline-block; 
	padding: 5px; 
	border: #cc0000 solid 1px;  
	border-radius: 5px; 
	background: #ff2d2d; 
	line-height: 1; 
	font-size: 12px; 
	color: #ffffff; 
}
.styleh3{
	color:deeppink;
	font-weight: bold;
	margin: 0 5px 5px 5px;
	font-size: 140% !important;
}

.stylehere{
	color:#F346B7;
	font-weight: bold;
	text-decoration: underline;
}

#faqhead{
	height:36px;
	background-color:#000000;
}

#logo{
	float:right;
	clear:both;
	padding-top:12px;
	padding-bottom:12px !important;
	padding-right:15px;
}

#android_app_footer{
	height:36px;
	background-color:#000000;
}


.android_app_copy{
	color:#FFF;
	line-height:35px;
	font-size:13px;
	text-align:center;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","sans-serif";
}


.faqconfirm{
	padding-left:5px;
}

.faqconfirm li{
    background: url(../img/icn_goRight_02.png) no-repeat left center;
    font-size: 110%;
    list-style: none outside none !important;
    margin: 0 5px 5px 0px;
    padding: 0 0 0 20px;
	font-weight: bold;
	color: #FF6621;
}

.faqconfirm p{
    margin:0 5px 5px 15px;

}

@media screen and (min-resolution: 3dppx){
.copy{
	font-size:12px;
}
}

@media screen and (min-resolution: 3dppx){
.copy2{
	font-size:10px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio:2){
  font-size:12px;
}

}


 /* for IE 6,7 */#enqueteArea{
	/margin-bottom: 20px;
	/clear:none;
}
 /* IE 6,7以外 */html>/**/body #enqueteArea { 
	margin-bottom: 20px;
	padding-bottom: 20px;
	clear:none;
}

#enqueteArea table{
	width: 600px;
	margin: 0px auto;
}
	#enqueteArea input {
		margin: 0;
	}

@media screen and (max-width:640px) {
	#enqueteArea {
		margin-right:0px;
	}
	html>/**/body #enqueteArea { 
		margin-right:0px;
	}
	#enqueteArea table{
		width: auto;
		margin-bottom:20px;
	}
	#enqueteArea table input{
		max-width:97px;
		width: 30%;
		height:auto;
	}
}


/* dolphin=1 *//* dolphin=1 *//* dolphin=1 *//* dolphin=1 *//* dolphin=1 *//* dolphin=1 *//* dolphin=1 *//* dolphin=1 *//* dolphin=1 */


.faq h3.step-title{
  margin-top:48px;
  padding-bottom:0;
  border-bottom:solid 2px #333;
  margin-bottom:20px;
}

.faq h3.step-title-f17{
  margin-top:48px;
  padding-left: 1em;        
  padding-bottom:0;
  border-bottom:solid 2px #333;
  margin-bottom:20px;
  font-size: 17px;
}

.accordion-title {
  padding: 1em 5px 0.75em 2em;
  font-weight: bold;
  border: #d2d2d2 1px solid;
  border-radius: 6px;
  font-size: 1rem;
  background: url(/support/software/videotvsideview/img/bg_mod-linkButton.jpg) repeat-x scroll left center;
  cursor: pointer;
  margin-top: 0.75em;
  width: auto;
/*  text-indent: -27px;*/
}
.accordion-title p{
  background: url(/support/software/videotvsideview/img/st_open.png) no-repeat left center;
  padding-left: 2.5em !important;
}
.accordion-title.active p{
  background: url(/support/software/videotvsideview/img/st_close.png) no-repeat left center;
}
.accordion-title img{
  margin-right:5px;
}
.accordion-content {
  margin: 0px 0px 30px 0px;
  padding:15px;
  border: 1px solid #d2d2d2;
}
.note-box{
  border:solid 1px #ffd5d5;
  background-color: #fff3f3;
  padding:15px;
  margin-top:10px;
  margin-bottom:20px;
}
.note-box-headline{
  font-weight:bold;
  background: url(/support/software/videotvsideview/img/ico_note.png) no-repeat left center;
  padding-left: 20px !important;
  margin-bottom:10px;
}
.hint-box{
  background-color:#eee;
  padding:16px;
  margin:10px 0;
}

.accordion-content ol{
  font-size:16px;
  margin-left:2em;
}
.accordion-content ul li{
  font-size:16px !important;
  margin-bottom:8px;
}
.icon-link{
  background: url(/support/software/videotvsideview/img/ico_link.png) no-repeat left center;
	padding-left: 15px;
    margin-left: 5px;
}

.icon-link:hover{
  color: #c41230 !important;
}
.icon-link-external{
  position:relative;
}
.icon-link-external:after{
  width:1em;
  height:1em;
  position:absolute;
  right:-1.2em;
  top:0%;
  display:block;
  content:"";
  background: url(/support/software/videotvsideview/img/icon_blank.gif) no-repeat right center;
}
ul.txtlink {
	margin-left: 2px;
	font-size:16px;
	margin-bottom: 20px;
}
ul.txtlink li {
  margin-left: 1em; 
  float:none;
  padding: 0 0 0 15px;
  background: url(/support/software/videotvsideview/img/arrow_black.gif) no-repeat left .6em;
  list-style: none;
}
ul.txtlink.faqlist li {
    margin-left: 1em;
    float: none;
    padding: 0 0 0 13px;
    background: url(/support/software/videotvsideview/img/arrow_black.gif) no-repeat 0px 9px;
    list-style: none;
}
ul.txtlink.faqlist li.pickup {
    background: url(/support/software/videotvsideview/img/arrow_black.gif) no-repeat 0px 9px;font-weight: bold;
}
.accordion-content a {
  color: #43677e !important;
  text-decoration: none;
  background-color: transparent;
  transition: color 0.3s ease-in;
}
.accordion-content a:hover{
  color: #c41230;
  text-decoration: underline;
  background-color: transparent;
}

.hint-box a{
  color:#00e !important;
  text-decoration:underline;
}

/*20211014*/
@media (max-width: 640px){
    .accordion-title {
      padding: 1em 5px 0.75em 0.5em;
    }
    .accordion-title p{
      padding-left: 1.5em !important;
    }
}

/*20200908*/
.gray-box ul.menu2 li, .gray-box ul.txtlink li{
 	margin-bottom: 10px
}
.hint-box ul.txtlink li, .gray-box ul.txtlink li{
    padding-left: 20px;
}
.gray-box ul.menu2 li{
    background: url(/support/software/videotvsideview/img/ico_link.png) no-repeat;
	background-position: 0 8px;
}

.hint-box .icon-link, .gray-box .icon-link{
	background: url(/support/software/videotvsideview/img/ico_link.png) no-repeat;
	display: inline-block;
	background-position: 0 8px;
	padding-left: 15px;
}
.gray-box {
    padding: 16px;
    margin: 10px 0;
    border: 1px solid #999;
}
.faq .gray-box a {
    color: #43677e !important;
    text-decoration: none;
    background-color: transparent;
    transition: color 0.3s ease-in;
}
.faq .gray-box a:hover{
  color: #c41230 !important;
  text-decoration: underline !important;;
  background-color: transparent;
}

p.txtlink{
  margin-left:15px;
  margin-bottom:10px;
  float:none;
  padding: 0 0 0 25px !important;
  background: url(/support/software/videotvsideview/img/arrow_black.gif) no-repeat left .6em;
}

p.txtlink a{
  font-size:110%;
  color: #43677e !important;
  text-decoration: none;
  background-color: transparent;
  transition: color 0.3s ease-in;
}

/*20200908*/
.pt5 { padding-top:5px !important; }
.pt10 { padding-top:10px !important; }
.pt15 { padding-top:15px !important; }
.pt20 { padding-top:20px !important; }
.pt30 { padding-top:30px !important; }
.pt40 { padding-top:40px !important; }
.pt50 { padding-top:50px !important; }
.pb0 { padding-bottom:0 !important; }
.pb5 { padding-bottom:5px !important; }
.pb10 { padding-bottom:10px !important; }
.pb15 { padding-bottom:15px !important; }
.pb20 { padding-bottom:20px !important; }
.pb30 { padding-bottom:30px !important; }
.pb40 { padding-bottom:40px !important; }
.pb50 { padding-bottom:50px !important; }
.pl0 { padding-left:0 !important; }
.mt0 { margin-top:0 !important; }
.mt5 { margin-top:5px !important; }
.mt10 { margin-top:10px !important; }
.mt15 { margin-top:15px !important; }
.mt20 { margin-top:20px !important; }
.mt30 { margin-top:30px !important; }
.mt40 { margin-top:40px !important; }
.mt50 { margin-top:50px !important; }
.mb0 { margin-bottom:0 !important; }
.mb5 { margin-bottom:5px !important; }
.mb10 { margin-bottom:10px !important; }
.mb15 { margin-bottom:15px !important; }
.mb20 { margin-bottom:20px !important; }
.mb30 { margin-bottom:30px !important; }
.mb40 { margin-bottom:40px !important; }
.mb50 { margin-bottom:50px !important; }
.ml0 { margin-left:0 !important; }
.ml5 { margin-left:5px !important; }
.ml10 { margin-left:10px !important; }
.ml15 { margin-left:15px !important; }
.ml20 { margin-left:20px !important; }
.ml30 { margin-left:30px !important; }
.ml40 { margin-left:40px !important; }
.ml50 { margin-left:50px !important; }
.mr0 { margin-right:0 !important; }

span.link_out {
    background: url("/support/software/videotvsideview/img/icon_blank.gif") no-repeat scroll 0 0 transparent!important;
    display: inline-block;
    height: 0.8em;
    overflow: hidden;
    padding: 9px 0 0;
    vertical-align: baseline;
	*vertical-align: middle;	/* for IE */
    width: 11px;
	margin-left: 7px;
}

/*20201120*/
.faq a.textLink{
	margin-left:1em;
	padding-left: 14px;
	background: url(/support/software/videotvsideview/img/arrow_black.gif) no-repeat left .6em;
	font-size: 16px;
	display: inline-block;
}

.faq .indent{
	margin-left: 1.5em !important;
}

.faq ol.demical{
	font-size: 16px;
}

p.stylel ~ ol.demical.indent,
p.stylel ~ ul.disc.indent{
	margin-left: 3.5em !important;
}

p.stylel ~ a.textLink.indent{
	margin-left: 2.5em !important;
}

.faq ul.disc{
	list-style-type: disc;
	font-size: 16px;
}



/* 20210126 */

.faq a{
   color:#43677e !important;
}

.faq .hint-box a{
	color: #00e !important;
}

.faq ol.noNum {
	margin-bottom: 2em;
}

.faq ol.noNum > li{
	list-style-type: none;
	margin-bottom: 20px;
}
.faq ol.noNum > li > p{
	margin-bottom: 5px;
	padding-left: 0;
}

.faq p.square{
	padding-left: 38px;
	text-indent: -18px;
	margin-bottom: 10px;
}

.faq .square_indent{
	margin-left: 38px;
	margin-bottom: 20px;
}
.faq .square_indent > p{
	padding-left: 0;
}

.faq .square_indent > ul.txtlink{
	margin-left: 1em !important;
}

.faq .square_indent > ul.txtlink li{
	margin-left: 0;
}

.faq .square_indent > ul.disc,
.faq .square_indent > ol.demical{
	margin-left: 1.5em;
}

.faq .gray-box > p.stylel,
.faq .hint-box > p.stylel{
	padding-left: 0;
}

.faq .hint-box ul.disc.square,
.faq .note-box ul.disc.square{
	margin-left: 1em;
}

.mt10{
	margin-top: 10px !important;
}

.mt20{
	margin-top: 20px !important;
}

.mt5{
	margin-top: 5px !important;
}

.mb5{
	margin-bottom: 5px !important;
}

p > a.textLink.inline{
	display: inline;
	margin-left: 0;
	padding-left: 10px;
	background-position: 0 6px;
	padding-right: 5px;
}

.faq .gray-box ul.txtlink li{
	margin-bottom: 0;
}
.faq ul.disc.square > li{
	list-style-type: none;
    padding-left: 20px;
    text-indent: -10px;
	margin-bottom: 10px;
    line-height: 1.5;
}

.faq ul.disc.square > li:before {
	content: "■";
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
    vertical-align: top;
    padding-top: 4px;
}
.faq ul.disc.square > li > ul.disc{
	margin-left: 1.5em;
	margin-top: 10px;
}

.faq ul.disc.square > li > ul.disc > li{
	list-style-type: disc !important;
	text-indent: 0;
}

.faq ul.disc.square > li > a.textLink{
	padding-left: 20px;
    margin-left: 4px;
}

.faq h3 + div.wrapper{
	padding-left: 20px;
}

@media (max-width: 640px){
	
	.faq .article p{
		padding-left: 0;
	}
	
	.faq a.textLink,
	.faq .square_indent > ul.txtlink {
		margin-left: 5px !important;
	}
	
	p.stylel ~ a.textLink.indent{
		margin-left: 1.5em !important;
	}
	
	.faq .square_indent{
		margin-left: 20px;
	}
	
	.faq p.square{
		padding-left: 22px;
	}
	
	ul.disc.indent {
		margin-left: 3em !important;
	}
	
	.faq .hint-box ul.disc.square,
	.faq .note-box ul.disc.square{
		margin-left: 0;
	}
	.faq h3 + div.wrapper{
		padding-left: 0;
	}
}

img.icon {
    vertical-align: middle;
    margin: 0px 2px;
}
.f-normal {
	font-weight: normal;
}


/* 20211021 */
.faq ol.num_style{
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 1.5em 1.5em;
}

.faq ol.num_style li.top{
    margin-top: 1.5em;
    padding-top: 1.5em;
    border-top: dotted 1px #333;
}

.faq ol.num_style ul.disc li{
    list-style: disc;
    margin-left: 1.5em;
}

.faq ol.num_style_02{
    font-weight: normal;
    font-size: 16px;    
}

.faq ol.num_style p.normal{
    font-weight: normal;
}


.notice{
 color: #D63F2E;   
}


/* 20211203 */
.b_none{
    font-weight: normal;
}

.b_none p,
.b_none ul.txtlink li{
    margin-left: 0;
}

/*qaListArea*/
#contents .qaListArea ul{
        list-style-type: none;
        margin: 0;
        padding: 0;
}
#contents .qaListArea ul li{
        margin: 0;
        padding: 0;
}
    
    
#contents .qaListArea ul li.qaWrapper{
        border: 1px solid #ccc;
        margin: 1em 0;
 }
#contents h3.hirakubotan {
        padding: 1em;
        font-weight: normal;
        font-size: 120%;
        cursor: pointer;
}
    
 #contents .kaihei-icon{
        font-size: 150%;
        display: inline-block;
        margin-right: 1em;
        transition: all 0.5s;
}

 #contents .active .kaihei-icon{
        transform: rotate( 45deg );
}
    
#contents .naiyou{
        margin: 1em;
        border-top: 1px solid #000;
        padding: 2em;
        display: none;
}

@media (max-width: 640px){
    #contents h3.hirakubotan {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
                align-items: center;
    }
    #contents .naiyou{
        margin-top: 0;
        padding: 1em 0 0;
    }
    #contents .naiyou p{
        margin-left: 0.3em;
    }
}

/* gray-flex */
.gray-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;   
    margin: 1em;
    background-color: #F2F2F2;
    border: 1px solid #999999;
    padding: 1em;
}

@media (max-width: 640px){
    .gray-flex{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .gray-flex img{
        max-width: 100%;
    }
    .gray-flex p{
        margin: 1em 0 0 0;
    }
}

/* circle */
ol.circle{
    counter-reset: number 0;
    list-style-type: none;
    margin-left: 0;
}

ol.circle > li{
    counter-reset: circle;
    margin: 4em 0 1em;
}

ol.circle > li:before{
    counter-increment: number;
    background-color: #D63F2E;
    content: counter(number,decimal);
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    font-weight: 700;   
}

ol.circle > li p.lead{
    font-weight: bold;
    display: inline-flex;
    margin-left: 0;
    margin-bottom: 0;
}

@media (max-width: 640px){
    ol.circle > li p.lead{
        width: 82%;
        margin-bottom: 0.5em;
    }
}

/* openclose 2022/06/29 */
#contents .openclose{
    margin: 1em 1em 0;
    border: #d63f2e 1px solid;
    background-color: rgba(204, 204, 204, 0.16);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

#contents .openclose:focus-visible{
	outline: thin dotted;
}

#contents .openclose:hover{
    opacity: 0.7;
}

#contents .openclose p{
    font-size: 1.125rem;
    line-height: 1.4;
    margin-bottom: 0;
    margin-left: 1em;
    flex-grow: 2;
}

#contents .openclose p > span{
    font-weight: normal;
}

#contents .openclose span.kaihei-icon {
    font-size: 240%;
    color: #d63f2e;
    transition: all 0.5s;
    margin-right: 0.5em;
}

#contents .detailArea,
#contents .detailArea2{
    border-left: 1px solid #d63f2e;
    border-right: 1px solid #d63f2e;
    border-bottom: 1px solid #d63f2e;
    margin: 0;
    padding: 1.5em;
}

#contents .detailArea,
#contents .detailArea2{
    display: none;
}

#contents .detailArea2 {
    margin: 0 1em;
}  

#contents .detailArea2 ol.tejun li {
    margin-left: 2em;
}

@media (max-width: 640px){ 
    #contents .openclose {
        margin: 1em 0 0;
        padding: 5px 0;
    }

    #contents .openclose p{
        font-size: 1rem;
        margin: 0 0.5em;
    }
    
    #contents .openclose span.kaihei-icon {
        margin-right: 0.3em;
    }
    
    #contents .detailArea,
    #contents .detailArea2{
        margin: 0 0 1em 0;
    }
    
    #contents .detailArea2 ol.tejun li {
        margin-left: 1em;
    }
}


/* 2022/07/01 */
#contents .m_inner{
    margin-left: 1em;
}

#contents .img-flex{
    display: flex;
    align-items: center;
    margin: 1em 0 2em;
}

#contents .img-flex img.pc_arrow{
    width: 58px!important;
    height: 38px;
    margin: 0 3em;
}

#contents .wht-space {
    white-space: nowrap;
}

@media (max-width: 640px){ 
    #contents .m_inner{
        margin-left: 0;
    }
    
    #contents .img-flex{
        flex-direction: column;
    }

    #contents .img-flex img.pc_arrow{
        transform: rotate( 90deg );
        display: block;
        margin: 1em 0;
    }
}

/* 2022/07/25 */
#contents .parts {
	display: inline-block;
	width: 97%;
	border: 1px solid #333;
	border-radius: 0px;
	padding: 1.8em .8em .8em;
	position: relative;
	text-align: left;
    margin: 1em 0 1em 1em;
}
#contents .parts .parts_title {
	padding: .4em;
	font-size: 1.2em;
	font-weight: bold;
	position: absolute;
	top: -1em;
	left: 2%;
	background: #fff;
	white-space: nowrap;
}
#contents .parts > :last-child {
	margin-bottom: 0;
}

/* 2022/12/16 */
#contents span.indent{
    width: 140px;
    display: inline-block;
}

#contents br.mqonly{
    display: none;
}

@media (max-width: 640px){
    #contents br.mqonly{
        display: block;
    }
}


/* 2023/09/13 */
.faq .imgs.left {
    text-align: left;
}

a.link_in.left {
	display: inline-block;
    margin-left: 0;
    padding-left: 15px;
    background: url(/support/software/videotvsideview/img/arrow_black.gif) no-repeat left 0.5em;
}