@charset "utf-8";
/*--------------------------------------
	COMMON
--------------------------------------*/

html {
	overflow-y:scroll;
}

body {
	color: #333;
	letter-spacing: 0.0em;
	font-size: 14px;
	line-height: 1.6;
	min-width:1156px;
}

.red {
	color: #ff0000;
}

.small {
	font-size: 93%;
}

a {
	color: #333;
}

a:visited {
	color: #333;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	padding: 0 10px 10px 0;
}

.alignright {
	float: right;
	padding: 0 0 10px 10px;
}

.alignauto {
	overflow: hidden;
	zoom: 1;	/* for ie6 */
}

.photobox {
	overflow: hidden;
}

.photobox p {
	margin-top:0;
}

.ref {
	padding-left: 1em;
	text-indent: -1em;
}

.list-horizontal {
	overflow: hidden;
}

.list-horizontal>li {
	float: left;
}

.list-horizontal>dt {
    clear: left;
    float: left;
    margin: 0 0 0.5em;
}

.list-horizontal>dd {
    margin-bottom: 0.5em;
}

table {
	background-color: #fff;
}

th, td {
	padding: 5px 10px;
}

img {
	vertical-align: text-bottom;
}

a img {
	opacity: 1;
	-webkit-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

a:hover img {
	opacity: 0.8;
}

#temp-home #eyecatch a img,
#TB_window a img {
	opacity: 1;
}

p.pic {
	margin:2em 0;
}

p.pic-cap {
	margin:2em 0 0;
}

p.btn-btm, p.btn-btm2 {
	margin:2em 0 3em;
}

p.btn-btm2 img {
	padding-left:20px;
}

.fa-file-pdf-o {
  color: #ff3500;
}
/*--------------------------------------
	LAYOUT
--------------------------------------*/

#wrapper {
	width: 100%;
	background-color: #fff;
}

.container {
	position: relative;
	width: 950px;
	margin: 0 auto;
}

.container2 {
	position: relative;
	width: 850px;
	margin: 0 auto;
}

.container3 {
	position: relative;
	width: 690px;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 83px;
	border-bottom: 4px #3c3c3c solid;
/*	background: url('images/bg-header.png') repeat-x top; */
}

#main {
	overflow: hidden;
}

.subnav,
.subnav2 {
	overflow: hidden;
	padding: 1em 0;
	background-color: #f5f5f5;
}

.subnav-btm,
.subnav2-btm {
	overflow: hidden;
}

.subnav img,
.subnav2 img,
.subnav-btm img,
.subnav2-btm img {
	float: left;
}

.subnav ul {
	margin-top: 0;
	padding-top: 1.5em;
	padding-left: 1em;
}

.subnav2 ul {
	margin-top: 0;
	padding-top: 0.3em;
	padding-left: 1em;
}

.subnav-btm ul,
.subnav2-btm ul {
	margin-top: 0;
	padding-top: 1.5em;
}

.subnav li,
.subnav2 li,
.subnav-btm li,
.subnav2-btm li {
	padding: 0 1.4em;
}

.subnav-btm li:first-child {
	padding: 5px 25px 5px 0;
}

.subnav2-btm li:first-child {
	padding: 5px 20px 0 5px;
}

.subnav li a,
.subnav2 li a,
.subnav-btm li a,
.subnav2-btm li a {
	text-decoration: none;
	font-weight: bold;
}

.subnav li a i,
.subnav2 li a i,
.subnav-btm li a i,
.subnav2-btm li a i {
	color: #f00;
}

.subnav li a i.fa-out,
.subnav2 li a i.fa-out,
.subnav-btm li a i.fa-out,
.subnav2-btm li a i.fa-out {
	color: transparent;
}

.subnav li a:hover i.fa-out,
.subnav2 li a:hover i.fa-out,
.subnav-btm li a:hover i.fa-out,
.subnav2-btm li a:hover i.fa-out {
	font:normal normal normal 14px/1 FontAwesome;
	content:"\f04b";
	color: #f00;
}

.subnav-red {
/*	background-color:#fa0000; */
    background-color:#004382;
}

.subnav-red ul.list-horizontal {
	width:960px;
	margin:0 auto;
	padding:20px 0;
}

.subnav-red ul.list-horizontal li {
	padding-right:3px;
}

.subnav-red ul.list-horizontal li a {
}


i.fa-out:before {
	content:"\f04b";
}

.scroll {
	position:fixed;
	top:0;
	width:100%;
	z-index:999;
}

#sidebar {
	float: left;
	display:inline;
	width: 189px;
}

#contents {
	float: right;
	width: 743px;
}

#fnav {
	clear: both;
	border-top: 1px #ff0000 solid;
	border-bottom: 2px #3c3c3c solid;
}

#footer {
	/*height: 30px;*/
	height: 50px;
	margin: 2px 0 0;
	border-top: 1px #c6c6c6 solid;
	background-color: #f1f1f1;
}

/*--------------------------------------
	HEADER
--------------------------------------*/
#brand {
	padding-top: 25px;
}

#gnav, #gnav-en {
	position: absolute;
	top: 40px;
	right: 0px;
}

#gnav ul {
	overflow: hidden;
	width: 378px;
	height: 30px;
}

#gnav, #gnav-en li {
	overflow: hidden;
	width: 126px;
	height: 30px;
	margin: 0;
}

#gnav-en #gnav-sony-en {
	width: 235px;
	margin-left: 2px;
}

/*
li#gnav-download-en img {margin-left: 0;}
li#gnav-inquiry-en img {margin-left: -126px;}
li#gnav-sony-en img {margin-left: -252px;}
*/
li#gnav-products-en {width:99px;}
li#gnav-company-en {width:99px;}
li#gnav-news-en {width:70px;}
li#gnav-inquiry-en {width:100px;}

li#gnav-products-en img {margin-left: -100px;}
li#gnav-news-en img {margin-left: -200px;}
li#gnav-inquiry-en img {margin-left: -275px;}

#supnav {
	position: absolute;
	top: 10px;
	right: 0px;
}

#supnav li {
	font-size: 93%;	/* 12px */
	padding: 0 5px;
	border-right: 1px #333 solid;
}

#supnav li:last-child {
	border: none;
}

/*--------------------------------------
	BREADCRUMB
--------------------------------------*/
#breadcrumb {
	height: 24px;
	margin: 5px 0;
}

#breadcrumb ol {
	overflow: hidden;
}

#breadcrumb li {
	float: left;
	line-height: 24px;
	margin: 0;
	padding-right: 7px;
	padding-left: 18px;
	background: url('images/breadcrumb-separator.png') no-repeat left center;
}

#breadcrumb li.home {
	padding-left: 0;
	background: none;
}

/*--------------------------------------
	FSNAV
--------------------------------------*/
#fsnav {
	margin: 30px 0;
}

#fsnav li {
	padding-right: 15px;
}

#fsnav li a {
	background: url('images/bullets-fsnav.png') no-repeat center left;
	padding-left: 15px;
}

/*--------------------------------------
	SCROLL-NAV
--------------------------------------*/
#scroll-nav {
	position: fixed;
	bottom: 54px;
	width: 100%;
	height: 20px;
	z-index: 0;
}

#scroll-nav .btn-pagetop {
	padding-left: 960px;
}

/*--------------------------------------
	FNAV
--------------------------------------*/
#fnav li {
/*	margin: 0; */
    margin:8px 0;
/*	padding: 8px 11px 8px 0; */
    padding: 0 11px 0 0;
}

#fnav li a {
/*	background: url('images/bullet-fnav.png') no-repeat left center; */
	padding-left: 11px;
}

#fnav li a:first-child {
	padding-left:0;
}

#fnav li.product {
	list-style-type:disc;
	list-style-position:inside;
	color:#ff0000;
	font-weight:bold;
	padding-right:15px;
	margin-bottom:0;
	display:list-item;
}

#fnav li.product span {
	color:#333;
}

#fnav li.product a {
	text-decoration:none;
}

#fnav li:nth-child(4) {
	padding-left:6px;
}

#fnav ul.left {
	float:left;
}

#fnav ul.right {

}

#fnav ul.right li {
	border-right:1px solid #000;
	padding:0 11px;
	float:right;
}

#fnav ul.right li:first-child {
	border:none;
	padding-right:0;
}

#fnav ul.right li a {
	text-decoration:none;
}


/*--------------------------------------
	FOOTER
--------------------------------------*/
#brand-footer {
	/*padding-top: 7px;*/
	padding-top: 14px;
}

address {
	position: absolute;
	/*top: 7px;*/
	top: 14px;
	right: 0;
	font-size: 77%;	/* 10px */
}

/*-----------------------------
	WX-7000
-------------------------------*/
.eyecatch-wx7000 {
  padding: 3em 0;
  background:url(../products/wx-7000/images/bg-eyecatch.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size:cover;
  text-align: center;
}

.eyecatch-wx7000 div img { /*IE8対応*/
	top:0 !important;
}

.eyecatch-wx7000 .copy {
  color: #fff;
  font-size: 179%;
  margin-top:0;
  line-height:1.5;
  letter-spacing:0.07em;
  margin-bottom:1em;
}

.oc-lead-wx7000 {
	padding: 80px 0;
	background: url('../products/wx-7000/images/bg-arrow-down.png') no-repeat top center;
}

.oc-row2 {
	padding: 1em 0;
	text-align: center;
}

.oc-row-copy {
	text-align:center;
	color:#fff;
	font-size:171%;
}

#list-category ul {
	list-style-image:url(../products/wx-7000/images/red.gif);
	list-style-position:inside;
	margin-top:0;
	margin-bottom:0;
	padding-left:0;
}

#list-category ul li {
	text-align:left;
}

h3.item {
	font-size:179%;	/* 25px */
	margin-top:2em;
}

h3.item span {
	font-size:80%;
	margin-left:20px;
	font-weight:normal;
}

h3.item3 {
	font-size:179%;	/* 25px */
	margin-top:2em;
	font-weight:normal;
}	

.btn-sony {
	margin:5em auto;
	text-align:center;
}

/*-----------------------------
	WX-7000 Dimension
-------------------------------*/
ul.list-attention-en {
	list-style-type: none;
	font-size: 93%;
	margin-left: 0;
	margin-bottom: 30px;
}

ul.list-attention-en li {
	text-indent: -2em;
}

ul.list-attention-en li span {
	padding-right: 0.45em;
	color: #FF0000;
	font-weight: bold;
}

/*-----------------------------
	WX-7000 Specifications
-------------------------------*/
.list-verified p.maker {
	font-weight: bold;
	color: #484848;
	margin: 10px 0 5px;
}

.list-verified dl {
	margin-left: 15px;
}

#list-verified-sdhc dt {
	width: 60px;
}

#list-verified-rdx dt {
	width: 200px;
}

.connect {
	margin-top:20px;
}

.connect dt {
	font-weight: bold;
}

.connect dd {
	margin-bottom:20px;
}

table.spec-en .add-line-top th,
table.spec-en .add-line-top td {
	border-top: 3px solid #969696;
}

table.spec-en .col-250 {
	width: 250px;
}

ul.list-large {
	padding-left: 0px;
	font-weight: bold;
}

ul.list-large li {
	list-style-type: none;
	background: url('../products/images/bg-list-large.gif') no-repeat left center;
	padding-left: 15px;
}


/*-----------------------------
	WX-7000 Accessories & Option Products
-------------------------------*/
#variation-wx7000 {
	position: relative;
    margin:0 auto;
	width:875px;
}

#variation-wx7000 li {
	padding-left:40px;
}

#variation-wx7000 li a {
	color: #333;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;	/* 14px */
	text-decoration: none;
}

#variation-wx7000 li a span {
	font-size: 85.7%;
}

/*-----------------------------
	WX-7000 Application
-------------------------------*/
h3.item2 {
	font-size:179%;	/* 25px */
	margin-top:0;
	margin-bottom:0.5em;
}

.oc-row3 {
	padding: 1em 0;
	text-align: left;
	background: url('../products/vr-24/images/bg-row.png') repeat-x top;
}

/*-----------------------------
	WX-7000 FAQ
-------------------------------*/
h2.item {
	font-size:250%;
	margin-top:2em;
}

#list-category ul li.left{
	list-style-image:none;
	list-style-position:inside;
	list-style-type:disc;
	padding-left:15px;
}

.list-qa dt {
	margin-top:2em;
}

.list-qa dd {
	margin-left:0;
}

dl.a-detail dd {
	margin-bottom:20px;
}

table.taffmat-en {
	width: 100%;
	table-layout: fixed;
	margin: 20px 0px 40px 0;
	border-color: #969696;
}

table.taffmat-en th {
	background-color: #FEF1F1;
	border:1px solid #808080;
}

table.taffmat-en td {
	border:1px solid #808080;
}

table.taffmat-en td.sub {
	background-color: #F0F0F0;
}

#data-format-ana-box,
#connect-ac-box {
	width:743px;
}

#data-format-ana-box img,
#connect-ac-box img {
	margin-bottom:30px;
}

.data-format-ana {
	float:left;
	width:300px;
}

.data-format-ana ul {
	margin-top:20px;
	padding-left:0;
	list-style:none;
}

.data-format-ana ul li,
.connect-ac ul li{
	margin-bottom:5px;
}

.increase-chan ul li{
  font-weight: normal;
}

/*-----------------------------
	WX-7000 SONY-SIR1000
-------------------------------*/
.dynamicrange-box {
	width:743px;
}

.dynamicrange {
	float:left;
	width:350px;
}

/*-----------------------------
	VR-24
-------------------------------*/
.eyecatch {
  padding: 0 0 3em;
	background-color: #333;
}

.eyecatch .eyecatch-name {
	padding: 50px 0 0 10px;
}

.eyecatch .eyecatch-name > img {
	width: 500px;
	height: auto;
}

.eyecatch .eyecatch-machine {
	position: absolute;
	width: 320px;
	top: 30px;
	right: 120px;
}

.eyecatch .eyecatch-catalog {
	position: absolute;
	top: 202px;
	right: 10px;
}

.eyecatch .eyecatch-copy {
  margin: 1em 0 0;
	padding: 0 0 50px 10px;
  line-height: 1.5;
  letter-spacing: 0.07em;
  color: #fff;
  font-size: 160%;
}

.pic-top-vr24 {
	margin-left:120px;
}

.btn-top-vr24 {
	float:right;
	width:165px;
	margin-top:220px;
	margin-right:25px;
}

.btn-top-vr24 img {
	padding-bottom:20px;
}

.oc-lead {
	padding: 3em 0;
}

.oc-lead-vr24 {
	padding: 80px 0;
	background: url('../products/vr-24/images/bg-arrow-down-blue.png') no-repeat top center;
}

.oc-lead p {
	width: 80%;
	margin: 0 auto;
}

.oc-lead2 p {
	width: 100%;
	margin: 0 auto;
}

.oc-row {
	padding: 1em 0;
	text-align: center;
	background: url('../products/vr-24/images/bg-row.png') repeat-x top;
}

.oc-row-wh {
	padding: 1em 0;
	text-align: center;
}

.oc-row-arrow {
	padding: 1em 0;
	text-align: center;
	background-image:url('../products/vr-24/images/bg-arrow-down-wh.png'), url('../products/vr-24/images/bg-row.png');
	background-position:top center, top;
	background-repeat:no-repeat, repeat-x;
}

.oc-heading {
	margin: 0;
	padding: 1em 0 0.5em;
	color: #001e46;
	font-weight: normal;
	font-size: 300%;
	text-align: center;
	line-height: 1.2;
}

.oc-heading-l {
	margin: 0;
	padding: 1em 0 0.5em;
	color: #001e46;
	font-weight: normal;
	font-size: 300%;
	text-align: left;
	line-height: 1.2;
}

.oc-heading-s {
	font-size:230%;
	padding-bottom:5px;
}

.oc-heading span {
	font-size: 66.7%;
}

.oc-caption {
	font-size:200%;
}

.oc-caption2 {
	font-size:160%;
}

.set-pic {
	width:720px;
	margin:1em auto 5em;
}

.set-pic img {
	vertical-align:top;
}

table.pic {
	margin:0 auto 3em;
	background-color:transparent;
}

table.pic td {
	border:none;
	text-align:center;
	padding:5px 20px;
}

iframe {
	margin-top:2em;
}

ul.list-use {
	width:460px;
	margin:0 auto 3em;
}

ul.list-use li {
	padding:0 30px;
}

table.sk {
	margin:1em auto 3em;
	background-color:transparent;
}

table.sk tr td {
	border-bottom:none;
	padding-left:0;
	width:30px;
}

table.sk tr td.pic,
table.sk tr td.pic2 {
	border-bottom:1px solid #666;
	vertical-align:middle;
	text-align:center;
	width:200px;
}

table.sk tr td.pic2 {
	padding-top:5px;
}

table.sk tr td.txt,
table.sk tr td.txt2 {
	border-bottom:none;
}

table.sk tr td.txt2 {
	padding-top:50px;
}

/*--------------------*/

.vr24-case {
	overflow: hidden;
	*zoom: 1;
}

.vr24-case-thumnail {
	float: left;
	width: 300px;
	margin: 10px 0;
	padding: 0 8px;
}

.slb-body {
	width: 854px;
}

.slb-body iframe {
	margin: 0;
}

.slb-center {
  max-height: none;
}

.slb-content__anchor {
	margin: 0;
	padding: 0.5em;
}

.slb-content__anchor,
.modal-content__case {
	text-align: right;
}

.slb-content__anchor i,
.modal-content__case i
 {
	color: #f00;
}

.modal-content {
	padding: 1em;
}

.modal-title {
  margin: 0.5em 0;
	border-bottom: 1px dashed #808080;
  font-weight: bold;
  font-size: 138.5%;
}


/*-----------------------------
	VR-24 Setting
-------------------------------*/
.set-pic2 {
	width:954px;
	margin:30px 0;
}

.set-pic2 img {
	vertical-align:top;
	padding-bottom:1px;
}

.set-pic2 img.left {
	padding-right:1px;
}

/*-----------------------------
	VR-24 Specifications
-------------------------------*/
h2.spec {
	line-height: 42px;
	margin: 20px 0;
	padding: 0 10px;
	background: url('images/bg-heading2.png') repeat-x bottom;
	font-weight: bold;
	font-size: 138.5%;	/* 18px */
}

h3.spec {
	margin: 45px 0 10px;
	font-weight: bold;
	font-size: 182%;	/* 24px */
}

table.spec-en {
	width: 100%;
	table-layout: fixed;
	margin: 10px 0px;
	border-color: #969696;
}

table.spec-en .none {
	display: hidden;
}

table.spec-en .col-hidden {
	display: hidden;
}

table.spec-en caption {
	font-weight: bold;
	margin-bottom: 8px;
	text-align:left;
}

table.spec-en th,
table.spec-en td {
	border:1px solid #969696;
	white-space:normal;
}

table.spec-en tr.center th,
table.spec-en tr.center td {
	text-align: center;
}

table.spec-en tr.right th,
table.spec-en tr.right td {
	text-align: right;
}

table.spec-en th.center,
table.spec-en td.center {
	text-align: center;
}

table.spec-en th.right,
table.spec-en td.right {
	text-align: right;
}

table.spec-en tr.normal th,
table.spec-en th.normal {
	font-weight: normal;
}

table.spec-en tr.bold td,
table.spec-en td.bold {
	font-weight: bold;
}

table.spec-en th {
	background-color: #FEF1F1;
}

table.spec-en th.head {
	background-color: #555;
	color:#FFF;
}

table.spec-en td.sub {
	background-color: #ececec;
}

table.spec-en td.dark {
	background-color: #D2D2D2;
}

.bordered {
	border:1px solid #999;
}
/*
.container dl {
  margin: 20px 0;
}
/*
.container dt {
  margin: 2em 0 0.5em;
  font-weight: bold;
  font-size: 108%;	/* 14px */
/*
}
*/
table.option {
	margin-bottom:50px;
	width:100%;
}

table.option td {
	border-top:none;
	border-bottom:none;
	vertical-align:text-top;
	padding-left:0;
}

table.option td span {
	font-size:14px;
	font-weight:bold;
}

table.option td.pic {
	border-top:none;
	border-bottom:1px solid #969696;
	padding-top:20px;
	padding-bottom:0;
	vertical-align:middle;
	text-align:center;
	width:450px;
}

table.option td.txt,
table.option td.txt2 {
	border-bottom:none;
}

table.option td.txt2 {
	padding-top:50px;
}

/*-----------------------------
	RT-View
-------------------------------*/
.rtview-case {
	overflow: hidden;
	*zoom: 1;
}

.rtview-case-thumnail {
	float: left;
	width: 396px;
	margin: 10px 0;
	padding: 0 35px;
}

/*-----------------------------
	LX-100
-------------------------------*/
.eyecatch-lx100 {
  padding: 3em 0;
  background:url(../products/lx-100/images/bg-eyecatch.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size:cover;
  text-align: center;
}

.eyecatch-lx100 div img { /*IE8対応*/
	top:0 !important;
}

.eyecatch-lx100 .copy {
  color: #fff;
  font-size: 179%;
  margin-top:3em;
  margin-bottom:2em;
  line-height:2.0;
  letter-spacing:0.07em;
}

/*-----------------------------
	LX-100 Specifications
-------------------------------*/




/*-----------------------------
	LX-100 Configuration
-------------------------------*/
dl.products {
	margin-top:0;
	margin-bottom:0;
}

dl.products dt {
	float:left;
	clear:both;
	font-weight:bold;
	margin-top:0;
}

table.pic2 {
	margin-left:0;
}

table.pic2 tr td {
	border-bottom:none;
}

table.pic2 td {
	padding-left:0;
}

ul.list-large ul#sub li {
	background:none;
	font-weight:normal;
	list-style:disc;
	padding-left:0;
}

ul.list-large li.text {
	background:none;
	font-weight:normal;
}

/*-----------------------------
	LX-100 Configuration
-------------------------------*/
h4.category {
	margin-top:1em;
	font-size:128%; /* 18px */
}

table.accesories {
}

table.accesories tr th,
table.accesories tr td {
	border:none;
}

table.accesories tr th {
	margin-top:1em;
	padding-left:0;
	font-size:128%; /* 18px */
}

table.accesories tr td.list-large {
	background: url('../products/images/bg-list-large.gif') no-repeat left center;
	padding-left: 15px;
	font-weight:bold;
}

table.accesories tr td {
	padding-top:0;
	padding-right:20px;
	vertical-align:top;
}

table.accesories tr td ul {
	margin-bottom:2em;
}

/*--------------------------------------
	Accelerometer
--------------------------------------*/
.eyecatch-accelerometer {
  padding: 2em 0;
  background:url(../products/accelerometer/images/bg-eyecatch.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size:cover;
  text-align: center;
}

.eyecatch-accelerometer div img { /*IE8対応*/
	top:0 !important;
}

.eyecatch-accelerometer .copy {
  color: #fff;
  font-size: 179%;
  margin-top:40px;
  line-height:1.5;
  letter-spacing:0.05em;
  text-align:left;
  float:left;
}

.oc-lead-accelerometer {
	padding: 80px 0;
	background: url('../products/accelerometer/images/bg-arrow-down.png') no-repeat top center;
}

.category-title {
  margin: 0;
  padding: 0;
  font-size:1.3em;
}

.category-title a {
	text-decoration:none;
}

.products-summary {
  margin-bottom: 12rem;
}

.products-summary__item {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.products-summary__item a {
  color: #323232;
  text-decoration: none;
}

.products-summary__item__name {
  font-size: 1.25rem;
}

.products-title {
  margin: 2rem 0;
  padding: 0.5rem 0 0.5rem 1rem;
  border-left: 8px solid #ff8400;
  vertical-align: middle;
}

.products-title__category {

}

h1.products-title__name {
  display: inline-block;  
  margin: 0.125em 0;
  padding-right: 1em;
  font-weight: bold;
  font-size: 2.5rem;
}

.products-tabs {
  margin-top: 3rem;
}

.products-tabs__controller {
  margin: 0;
  padding: 0;
  background-color: #e8f1f2;
}

.products-tabs__controller > li {
  display: inline-block;
  margin: 0;
  padding: 0.25rem;
}

.products-tabs__controller > li > a {
  display: block;
  padding: 0.25rem 0.5rem;
  color: #323232;
  text-align: center;
  text-decoration: none;
}

.products-tabs__controller > li > a > i {
  color: #ff8400;
}

.products-tabs__controller > li.ui-state-active > a,
.products-tabs__controller > li.ui-state-hover > a {
  color: #ff8400;
  background-color: #fff;
}

.products-tabs__panel {
  padding: 1rem 0;
}

.label-teds {
	background-color:#e50000;
}

/*--------------------------------------
	NEWS
--------------------------------------*/
dl.news {
	margin-top: 20px;
	overflow: hidden;
}

dl.news dt {
	float: left;
	clear: left;
	width: 80px;
	font-weight: bold;
	color: #FF0000;
	margin-top:0;
	margin-bottom: 25px;
}

dl.news dd {
	margin-left: 90px;
	margin-bottom: 25px;
}

dl.news-detail {
	margin: 20px 0px;
}

dl.news-detail dt {
	width: 80px;
	font-weight: bold;
}

dl.news-detail dd {
	margin-left: 80px;
}

/*--------------------------------------
	Exhibitions
--------------------------------------*/
.row {
	margin-bottom:50px;
}

.exhibitions h2 {
  margin-top: 0;
}

.exhibitions table {
  margin: 1em 0;
}

.exhibitions th,
.exhibitions td {
  padding: 10px;
  border:1px solid #808080;
}

.exhibitions th {
  background-color: #FEF1F1;
}

.exhibitions .btn {
  position: relative;
  display: inline-block;
  padding: 0.1em 2em;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #e5e5e5;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	text-decoration: none;
	font-size: 125%;
  vertical-align: middle;
  cursor: pointer;
  transition: background 0.1s linear;
}

/*--------------------------------------
	Company
--------------------------------------*/
table.outline th.head {
	padding:5px 0;
	font-size:1.3em;
	border-bottom:none;
}

table.outline th.sub-head {
	padding:5px 0;
	font-size:1.1em;
}

table.outline td {
	padding:5px 0 20px;
	border-bottom:none;
}

table.history {
	margin-bottom:50px;
}

table.history th {
	padding:5px 0;
}
	
/*-----------------------------
	Sitemap
-------------------------------*/

ul.list-url {
	font-weight:bold;
	margin-top:20px;
	margin-bottom:100px;
}

ul.list-url li {
	list-style-type:none;
	margin-bottom:15px;
	color:#ff000;
}

ul.list-bullet {
	font-weight:normal;
}

ul.list-bullet li {
	list-style-type: none;
	background: url('images/icon-bullet.gif') no-repeat left center;
	padding-left: 10px;
	color: #CCCCCC;
	margin-bottom: 10px;
}

ul.list-bullet li a {
	color: #000000;
}

/*-----------------------------
	画像アニメーション用CSS
-------------------------------*/
#animation {
	margin: 2em 0;
}

.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-50px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-50px); -ms-transform: translateY(-50px); transform: translateY(-50px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.pic-act {
	margin:0 auto;
	width:950px;
}

.icon-left {
	position:absolute;
	z-index:1;
	margin:25px 0 0 73px;
}

.icon-right {
	position:absolute;
	z-index:1;
	margin:47px 0 0 558px;
}

.fadeInLeft {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	visibility: visible !important;
}

@-webkit-keyframes fadeInLeft {
	0% { opacity: 0; -webkit-transform: translateX(-50px); }
	100% { opacity: 1; -webkit-transform: translateX(0); }
}

@keyframes fadeInLeft {
	0% { opacity: 0; -webkit-transform: translateX(-50px); -ms-transform: translateX(-50px); transform: translateX(-50px); }
	100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}

.fadeInRight {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	visibility: visible !important;
}

@-webkit-keyframes fadeInRight {
	0% { opacity: 0; -webkit-transform: translateX(50px); }
	100% { opacity: 1; -webkit-transform: translateX(0); }
}

@keyframes fadeInRight {
	0% { opacity: 0; -webkit-transform: translateX(50px); -ms-transform: translateX(50px); transform: translateX(50px); }
	100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}



/* ---------->>> jtip <<<---------------------------------------------------------------*/


#JT_arrow_left{
	background-image:url(../products/vr-24/images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:1001;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image:url(../products/vr-24/images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:1001;
	height:23px;
	width:11px;
    top:-2px;
}


#JT {
	position: absolute;
	z-index:1000;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image:url(../products/vr-24/images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
	margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
/*cursor:help;*/
}

.tip {
    color: #333;
    background:#ccc;
    display:none; /*--基本は非表示--*/
    padding:10px;
    position:absolute;
	z-index:1000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}






/*-----------------------------
	固定ナビによる外部ページリンクずれ補正
-------------------------------*/
/*
#a-protection, #s-connections {
	margin-top:-90px;
	padding-top:90px;
}

#rec-time, #what, #taffmat, #option, #a-protection2, #f-range, #wdr, #f-rec, #f-media, #f-operation, #f-periodic, #f-band, #f-channel, #s-connections2, #f-transfer, #f-navi, #f-format, #f-function, #f-external, #f-4ch, #f-ups, #f-signal {
	position:relative;
	margin-top:-90px;
	padding-top:90px;
}
*/

@media print {
.subnav, .subnav2 {
	display:none;
}

}
