<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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,
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 {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

a {
  color: #666666 !important;
  text-decoration: none !important;
}
a:hover {
  color: #f9916e !important;
}
a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

body, html {
  height: 100%;
}

#layout-container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
/*  padding-bottom: 242px;*/
  background-color: #fff;
}

/* link (list) */
.list li {
  border-bottom: 1px solid #e8e8e8;
}
.list li:first-child {
  border-top:none;
  border-bottom:none;
}
.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(../img/arw_blue.png) no-repeat right center;
}
.top-page .notification .list a dl {
  overflow: hidden;
  background: url(../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(../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(../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: #5787f5;
}
.btn02 a:hover {
  background-color: #abc3fa;
}
.btn02 span {
  background: url(../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(../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(../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(../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(../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(../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 {
  display: table-cell;
  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{
	width:50% !important;
	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(../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(../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(../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(../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;
}
#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:0;
}
#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: 12px;
}
#corporation-copyright small {
  display: block;
  padding: 25px 4% 0 4%;
  width: 100%;
  text-align:left;
  white-space:nowrap;
}
small.copy{
  white-space:nowrap;
}
.lt-ie8 #corporation-copyright small {
  display: inline;
  zoom: 1;
  width: 91%;
}

#copyright {
  background: #000;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  font-size: 77%;
}

/* 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;
	color:#9a9a9a;
	padding:0 0 0 0;
}

  #global-header span {
    margin: 0 auto;
    max-width: 912px;
  }

  #site-header {
    margin: 0 auto;
    width: 848px;
	padding:0;
  }
  .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;
  }
/* width =&lt; 767 */
/* width =&lt; 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(../img/icon_arrow_left_g.png);
  }
  .pager .next-btn span {
    background-image: url(../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(../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(../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: #f9916e;
}
.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(../img/newicon_green.jpg) no-repeat left top;
  width:45px;
  height:24px;
}
.notification .list .new,.notification-page .new {
  *display: inline;
  *zoom: 1;
  margin-right: 6px;
  background: url(../img/newicon_green.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 .page-body a {
  color: #f9916e;
  text-decoration: underline;
}
.article .page-body a:hover {
  color: #f35a28;
}
.article .btn02 {
  margin: 0 0 40px 0;
  text-align: center;
}

.faq .article p,.faq2 .article p{
	padding-left:10px;
}

.faq .article p.small,.faq2 .article p.small{
	font-size:110%;
}

.tips{padding:0 0 50px 0;
}

.tips .tips-section{
	display:block;
	width:100%;
	margin:20px 0 60px 0;
}

.tips .tips-section .txtBox{
	display:block;
	vertical-align:top;
	width:528px;
	float:left;
}
.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{
	display:block;
	vertical-align:middle;
	padding:0 0 0 0px;
	text-align:right;
	width:300px;
	float:right;
}

.tips .tips-section .imgs img{
	width:280px;
}


.tips .tips-section.rev .txtBox{
	float:right;
}
.tips .tips-section.rev .imgs{
	float:left;
	text-align:left;
}



@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:10px 0px 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;
}

}
/* dolphin=1 */

/* FAQ */

.faq-title {
  color: #333333;
  font-size: 150%;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top:40px;
}
.faq{
	padding:0px 10px 20px 10px;
}

.faq a{
   color:#0000FF !important;
}

.faq .menu a,.faq .menu2 a{
   color:#666666 !important;
}

.faq .menu a:hover,.faq .menu2 a:hover{
   color:#f9916e !important;
}

.faq .article{
	margin-bottom:40px;
}

.faq .imgs{
	text-align:center;
	padding:10px 0px 15px 0;
}
.faq2{
	padding:0px 10px 50px 10px;
}
.faq2 a{
   color:#0000FF !important;
}

.faq2 .menu a,.faq2 .menu2 a{
   color:#666666 !important;
}
.faq2 .menu a:hover,.faq2 .menu2 a:hover{
   color:#f9916e !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 h3,.faq2 h3{
	padding:0px 0 10px 0px;
  font-size: 130%;
}

.faq h4 span.note,.faq2 h4 span.note { display: inline-block; padding: 5px 3px 3px 3px; border: #cc0000 solid 1px;  border-radius: 3px; background: #cc0000; line-height: 1; font-size: 12px; color: #ffffff; }

.faq h5 span.note,.faq2 h5 span.note { display: inline-block; padding: 5px 3px 3px 3px; border-radius: 3px; background: #333; line-height: 1; font-size: 100%; color: #ffffff; font-size:12px;}
.enroll h5 span.note { display: inline-block; padding: 5px 3px 3px 3px; border-radius: 3px; background: #333; line-height: 1; font-size: 100%; color: #ffffff; font-size:12px;}

.enroll h5 { 
	margin: 10px 0 5px;
		
}

.faq ul.menu{
	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(../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(../img/ico_link.png) no-repeat left center;
	list-style: none !important;
}
.faq2 ul.menu li{
	padding:0px 0 0px 25px;
	margin:0 0 20px 0;
	font-size:140%;
    background: url(../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(../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(../img/ico_link.png) no-repeat left center;
	list-style: none !important;
}
.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 .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-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 {
	font-size: 16px;
	line-height:1.5;
	padding:0;
}
.faq p.btm,.faq2 p.btm {
	margin:0 0 100px 0;
}

.local_nav{
	margin:30px 0 30px 0;
}
.local_nav ul{
	text-align:left;
}

.local_nav li{
    background: url(../img/icn_goRight_02.gif) no-repeat scroll left center;
    display: inline-block;
    font-size: 120%;
    line-height: 2;
    list-style: none outside none !important;
    margin: 0 20px 5px 0;
    padding: 0 0 0 15px;
}
.local_nav.tips li{
	width:45%;
    margin: 0 2px 5px 0;
}
.local_nav li a{
   color:#666666 !important;
}
.local_nav li a:hover{
   color:#f9916e !important;
}
.device_item {
	padding:0 0 40px 0;
}
.device_top ul.menu{
	padding:10px 20px 15px;
}
.device_top{
	padding:0px 10px 20px 10px;
}
.device_top a.txt{
	color:#0000FF !important;
}
.device_top p {
	font-size: 16px;
	line-height:1.5;
	padding:0;
}

.device_top ul.menu li{
	padding:0px 0 0px 25px;
	margin:0 0 10px 0;
	font-size:140%;
    background: url(../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 2em;
}
.device_item ul.cap li a{
  color: #0000FF !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:12%;
	vertical-align:middle;
	line-height:15px;
}
#layout-container .device_item table td:first-child{
	padding:10px 10px 10px 10px;
	text-align:left;
	width:16%;
}

#layout-container .device_item table.mob td{
	width:50%;
}
#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.hom th 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;
}

@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;
}

.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: 5px 0px 3px 0px; border-radius: 3px; background: #333; 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;
}



@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(../img/top_slider_arrow_l.png) no-repeat center center;
}

.bx-wrapper .bx-next {
	right: 2px;
	background: url(../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;
	font-weight:bold;
	font-size:120%;
	padding-left:10px;
}
		
.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;
}


 /* for IE 6,7 */#enqueteArea{
	/margin-bottom: 20px;
	/clear:none;
}
 /* IE 6,7以外 */html&gt;/**/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&gt;/**/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 */
</pre></body></html>