@charset "UTF-8";
/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
/*
  font: inherit;
*/
  font-size: 100%;
  vertical-align: top;
}

html {
  line-height: 1.4;
  font-size:0.625em;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

/* Base */

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: normal;
  src: local('Noto Sans CJK JP Light'), url(/magnoliaAuthor/.resources/webresources/archived-contents/shared/font/NotoSansCJKjp-Light-set.eot), url(/magnoliaAuthor/.resources/webresources/archived-contents/shared/font/NotoSansCJKjp-Light-set.woff) format("woff"), url(/magnoliaAuthor/.resources/webresources/archived-contents/shared/font/NotoSansCJKjp-Light-set.ttf) format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 300;
  src: local('Noto Sans CJK JP Regular'), url(/magnoliaAuthor/.resources/webresources/archived-contents/shared/font/NotoSansCJKjp-Regular-set.eot), url(/magnoliaAuthor/.resources/webresources/archived-contents/shared/font/NotoSansCJKjp-Regular-set.woff) format("woff"), url(/magnoliaAuthor/.resources/webresources/archived-contents/shared/font/NotoSansCJKjp-Regular-set.ttf) format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 900;
  src: local('Noto Sans CJK JP Medium'), url(/magnoliaAuthor/.resources/webresources/archived-contents/shared/font/NotoSansCJKjp-Medium-set.eot), url(/magnoliaAuthor/.resources/webresources/archived-contents/shared/font/NotoSansCJKjp-Medium-set.woff) format("woff"), url(/magnoliaAuthor/.resources/webresources/archived-contents/shared/font/NotoSansCJKjp-Medium-set.ttf) format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: bold;
  src: local('Noto Sans CJK JP Bold'), url(/magnoliaAuthor/.resources/webresources/archived-contents/shared/font/NotoSansCJKjp-Bold-set.eot), url(/magnoliaAuthor/.resources/webresources/archived-contents/shared/font/NotoSansCJKjp-Bold-set.woff) format("woff"), url(/magnoliaAuthor/.resources/webresources/archived-contents/shared/font/NotoSansCJKjp-Bold-set.ttf) format("truetype");
  /* Safari, Android, iOS */
}
body {
  font-family: "Noto Sans JP",Helvetica,"Segoe UI",SegoeUI,"Microsoft JhengHei",微軟正黑體,"SF Pro HK","SF Pro Text","SF Pro Icons","PingFang HK",sans-serif;
  -webkit-text-size-adjust: 100%;
  color:#333;
  font-size:16px;
  font-size:1.6rem;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  transition: opacity 0.5s ease;
}
a:link {
}
a:visited {
}
a:active,
a:hover {
  opacity: 0.6;
}

a.nohover:active,
a.nohover:hover {
  opacity: 1;
  cursor:default;
}


.is-hidePC {
	display: none;
}

@media screen and (max-width: 640px) {
	.is-hidePC {
		display: block;
	}
}






.spdn{
	display:block;
}
.spdb{
	display:none;
}
.tabds{
	display:none;
}

@media screen and (min-width:640px) and (max-width:960px) {
  .tabds{
	  display:block;
  }
}

.inner{
	max-width:1200px;
	width:100%;
	margin:0 auto;
	min-width: 960px;
}
.small_txt{
	font-size:.8125em;
}

/*==============================
g-header
==============================*/
.g-header{
	padding:15px 0 12px;
}
.g-header .corp{
	float:left;
	padding:0 58px 0 12px;
}
.g-header .corp:hover,
.g-header .corp:active{
	opacity:1;
	filter: alpha(opacity=100);
}
.g-header .region{
	float:left;
	padding-top:6px;
}
.g-header .header-link{
	float:right;
	padding-top:11px;
}
.g-header .header-link li{
	float:left;
	padding-left:33px;
}


/*==============================
g-nav
==============================*/
.g-nav{}
.g-nav .g-nav-wrap{
	background-color:#000;
	min-width:960px;
	border-bottom:1px solid #535353;
	padding:5px 0;
}
.g-nav .g-nav-wrap .g-wrap{
/*	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;*/
}
.g-nav .product-name{
	float:left;
	padding:9px 14px 11px;
	margin:0;
	width:144px;
	height:20px;
}
.g-nav .product-name img{
	width:100%;
	height:auto;
}
.g-nav .product-name:hover,
.g-nav .product-name:active{
	opacity:1;
	filter: alpha(opacity=100);
}
.g-nav .nav-wrap{
	max-width: 960px;
	width: calc(100% - 180px);
	float:left;
	font-weight:300;
	display:flex;
	flex-flow:row nowrap;
	align-items:center;
	margin-left: 14px;
	flex: 1 1 auto;
}
.g-nav .nav-wrap li{
/*
	padding-left:57px;
	float:left;
*/
	float: left;
	text-align:center;
	flex: 1 1 auto;
	padding-right: 20px;
}

.g-nav .nav-wrap li > a,
.g-nav .nav-wrap li > span{
	font-size:16px;
	font-size:1.6rem;
	color:#fff;
	text-decoration:none;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	height:40px;
}
.g-nav .nav-wrap li > a:hover{
	color:#028330;
	opacity:1;
	filter: alpha(opacity=100);
}
.g-nav .nav-wrap li a .small_txt{
	display:block;
}

.g-nav-fixed.active{
	height: 5.6rem;
}
.g-nav-fixed.active .g-nav{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	background: #fff;
}
.g-nav-fixed.active .g-nav.spGnavSlide{
	animation: spGNavSlide .4s ease .6s both;
}
@media screen and (max-width: 640px) {
	.g-nav-fixed.active{
		height: 9.9rem;
	}
	.g-nav-fixed.active .g-nav{
		position: static;
	}
	.g-nav-fixed.active .g-nav.spGnavSlide{
		animation: none;
	}
}
@keyframes spGNavSlide {
	0% {transform: translateY(-200px);}
	100% {transform: translateY(0px);}
}

/*==============================
g-nav -開閉部分-
==============================*/
.nav-panel {
	position: relative;
	display: none;
	overflow: visible;
	margin-bottom: 36px;
	height: 178px;
	border-bottom: 1px solid #dcdcdc;
	background-color: #fff;
	color: #313131
}
.nav-panel a{
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.nav-panel ul {
	position: absolute;
	top: 0;
	left: 0;
	padding: 9px 1.5% 0;
	width: 100%;
	box-sizing:border-box;
	max-width:1200px;
	min-width:960px;
}
.nav-panel li {
	float: left;
	margin: 0 0 0 1%;
	max-width: 150px;
	width: 15%;
	height: 165px;
}

.nav-panel li:first-child {
	margin-left: 40px
}

.nav-panel li a {
	width: 100%;
	height: 100%;
	background-image: url(/magnoliaAuthor/.resources/webresources/archived-contents/shared/img/nav_panel.jpg?21a07);
	background-repeat: no-repeat;
}

.nav-panel .panel-tsm-regza-4k li a {
	width: 100%;
	height: 100%;
	background-image: url(/magnoliaAuthor/.resources/webresources/archived-contents/shared/img/nav_panel_oled.jpg?21a07);
	background-repeat: no-repeat;
}

.nav-panel .panel-regza li a {
	width: 100%;
	height: 100%;
	background-image: url(/magnoliaAuthor/.resources/webresources/archived-contents/shared/img/nav_panel_regza.jpg?21a07);
	background-repeat: no-repeat;
}

.nav-panel li a:hover, .nav-panel li a:active {
	opacity: .6
}
.nav-panel .separator {
	border-left: 1px solid #dcdcdc;
	margin-left: 13px;
	padding-left: 13px;
	width:15%;
}
.nav-panel-wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%
}


.panel-tsm-regza-4k li:first-child,
.panel-regza-4k li:first-child{
	position: relative;
}

.panel-tsm-regza-4k li:first-child::before ,
.panel-regza-4k li:first-child::before {
	content: '4K有機ELレグザ';
	display: block;
	color: #777;
	font-size: 1.2rem;
	font-weight: 300;
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 12px;
	z-index: 2;
}

.panel-tsm-regza-4k li.separator,
.panel-regza-4k li.separator{
	position: relative;
}
.panel-tsm-regza-4k li.separator::before ,
.panel-regza-4k li.separator::before {
	content: '4K液晶レグザ';
	display: block;
	color: #777;
	font-size: 1.2rem;
	font-weight: 300;
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 22px;
	z-index: 2;
}


.panel-regza li:first-child {
	position: relative;
}

.panel-regza li:first-child::before {
	content: 'ハイビジョン 液晶レグザ';
	display: block;
	color: #777;
	font-size: 1.2rem;
	font-weight: 300;
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 12px;
	z-index: 2;
}



.panel-regza li {
	max-width: 125px;
	width: 14%;
/*  
	height: 140px;
*/  
	margin: 0 0 0 2%;
}
.panel-regza li:first-child {
	margin-left: 1px
}
.panel-regza li.ex_az77 {
	width: 125px;
}
.current-pointer, .btn-close-nav {
	position: absolute;
	display: block;
	background-image: url(/magnoliaAuthor/.resources/webresources/archived-contents/shared/img/nav_panel_controller.png)
}
.current-pointer {
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	top: -4px;
	left: 13.5%;
	width: 80px;
	height: 20px;
	background-position: 0 -20px
}


.current-pointer.regza4k {
	left: 29.75%;
	width: 54px;
	background-position: -12px -20px
}

@media screen and (min-width: 1121px) and (max-width: 1200px) {
	.current-pointer.regza4k {
		left: 30.75%;
	}
}
@media screen and (max-width: 1120px) {
	.current-pointer.regza4k {
		left: 31.75%;
	}
}

.current-pointer.regza {
	left: 38.75%;
	width: 54px;
	background-position: -12px -20px
}

@media screen and (max-width: 1200px) {
	.current-pointer.regza {
		left: 40.375%;
	}
}


.btn-close-nav {
	right: 0;
	bottom: -11px;
	width: 75px;
	height: 22px;
	background-color: #fff;
	background-position: 0 2px;
	color: #313131;
	cursor: pointer
}

.btn-close-nav:hover, .btn-close-nav:active {
	background-position: -75px 2px
}

.nav-x9400s {
	background-position: -120px 0px;
}
.nav-x9400 {
	background-position: -280px 0px;
}

.nav-z740xs {
	background-position: -490px 0px;
}


.nav-x8900k {
	background-position: -120px 0;
}

.nav-x8400 {
	background-position: -280px 0px;
}

.nav-z670k {
	background-position: -320px 0px;
}

.nav-z570k {
	background-position: -500px 0px;
}

.nav-m550k {
	background-position: -670px 0px;
}

.nav-c350x {
	background-position: -830px 0px;
}



.nav-v34 {
	background-position: -120px 0px;
}
.nav-s24 {
	background-position: -285px 0px;
}




.nav-panel li a.nav-v34,
.nav-panel li a.nav-s24,
.nav-panel li a.nav-s22 {
	-webkit-background-size: auto;
	background-size: auto;
}

.nav-panel ul.panel-tsm-regza-4k li ,
.nav-panel ul.panel-regza-4k li {
  max-width: 145px;
  width: 15.5%;
}

.nav-panel ul.panel-tsm-regza-4k li.wide,
.nav-panel ul.panel-regza-4k li.wide {
	max-width: none;
  width: 175px;
}


.nav-panel ul.panel-regza-4k li:first-child {
	/*margin: 0 25px 0 1px;*/
}
.nav-panel ul.panel-regza li {
	width: 15%;
	margin: 0 1.5%;
}
.nav-panel ul li.nav-panel-short {
	max-width: 10%;
}
.nav-panel ul.panel-regza li:first-child {
	margin-left: 40px;
}
.nav-panel ul.panel-regza-4k li.separator {
	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
	border-left: 1px solid #c5c5c5;
}

.nav-panel ul.panel-regza li.separator {
	margin: 0 0 0 0.8%;
	padding: 0 0 0 0.7%;
	border-left: 1px solid #c5c5c5;
	width: 15.5%;
}



@media screen and (min-width: 961px) and (max-width: 1200px)  {
/*.nav-panel ul {
	padding: 9px 0 0;
}
.nav-panel ul.panel-regza-4k li {
	margin-left: 1%;
}
.nav-panel ul.panel-regza-4k li:first-child {
	margin: 0 0px 0 1px;
	max-width: 130px;
}
.nav-panel ul.panel-regza-4k li.separator {
	margin-left: 1%;
	padding: 0 0 0 1%;
	border-left: 1px solid #c5c5c5;
}*/
}
@media screen and (min-width: 641px) and (max-width: 960px)  {
/*.nav-panel ul {
	padding: 9px 0 0;
}
.nav-panel ul.panel-regza-4k li {
	margin-left: 0.025%;
  padding-left: 0.3%;
}*/
.nav-panel ul.panel-regza-4k li:first-child {
/*	margin: 0 15px 0 1px;
	max-width: 130px;*/
}
/*.nav-panel ul.panel-regza-4k li.separator {
	margin-left: 1.5%;
	padding: 0 0 0 1%;
	border-left: 1px solid #c5c5c5;
}*/
}

@media screen and (max-width: 640px) {
.no-js .product-name{
	background:url(/magnoliaAuthor/.resources/webresources/archived-contents/shared/img/logo_regza_sp.png) left top no-repeat content-box content-box;
	background-size:93px auto;
	height: 13px !important;
	width: 93px !important;
}
.no-js .product-name img{
	display:none;
}

}

/*==============================
sub-footer
==============================*/
.other,
.site-index .map {
	font-weight:300;
}
.other,
.map,
.footer-banner{
	min-width:960px;
	background-color:#000;
}
.map,
.footer-banner{
	border-top:1px solid #535353;
}
.other a,
.map a,
.footer-banner a{
	color:#ccc;
	text-decoration:none;
}

.other{
	padding:20px 0 0;
}
.other .other-title{
	color:#028330;
	font-weight:900;
	font-size:16px;
	font-size:1.6rem;
	float:left;
	padding:0 0 20px 10px;
	width:135px;
}
.other .other-list{
	float:left;
}
.other .other-list li{
	padding:0 0 20px 10px;
	float:left;
}

.map{
	padding:38px 0 45px;
}
.map .map-sec{
	display:table-cell;
	width:25%;
	padding:0 20px;
	border-left:1px solid #535353;
	font-size:12px;
	font-size:1.2rem;
	box-sizing:border-box;
}
.map .map-sec:first-child{
	padding:0 20px 0 10px;
	border-left:0px solid #535353;
}
.map .map-title{
	color:#028330;
	font-weight:900;
	font-size:16px;
	font-size:1.6rem;
	padding-bottom:6px;
}
.map .map-category{
	color:#ccc;
	font-weight:300;
	padding-bottom:6px;
}
.map .map-list li{
	padding-bottom:6px;
}

.footer-banner{
	padding-bottom:8px;
}
.footer-banner-list{
	padding:8px 20px 0;
	display: flex;
    flex-flow: nowrap;
    flex-direction: row;
}
.footer-banner li{
	float:left;
	padding:10px 0 8px; 
	flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%;
	max-width:290px;
	width:25%;
    text-align: center;
}
.footer-banner .note{
	color:#707070;
}
/*==============================
g-footer
==============================*/
.g-footer{
	min-width:960px;
	background-color:#000;
	padding: 15px 0;
	color:#898989;
	font-size:12px;
	border-top:1px solid #535353;
	position: relative;
	z-index: 10;
}
.g-footer a{
	text-decoration:none;
	color:#898989;
}
.g-footer a:hover{
	text-decoration:underline;
}
.g-footer .footer-link{
	float:left;
}
.g-footer .footer-link li{
	padding:0 4px;
	border-left:1px solid #707070;
	float:left;
	line-height: 1.42;
}
.g-footer .footer-link li:first-child{
	padding-left:0;
	border-left:0 solid #707070;
}
.g-footer .rights{
	float:right;
}
.g-footer a:link,
.g-footer a:visited,
.g-footer a:hover,
.g-footer a:active {
	color: #898989;
}



/*==============================*/
/*								*/
/*			SP用				*/
/*								*/
/*==============================*/
@media screen and (max-width: 640px) {


/*==============================
共通要素
==============================*/
.spdn{
	display:none;
}
.spdb{
	display:block;
}
.inner{
	width:100% !important;
	margin:0;
	min-width:0;
}

/*==============================
g-header
==============================*/
.g-header{
	padding:0;
	border-bottom:1px solid #ccc;
}
.g-header .corp{
	float:left;
	padding: 8px;
}
.g-header .corp img{
	width:115px;
}
.g-header .region{
	float:left;
	padding:20px 2px 0;
	display:none;
}
.g-header .region img{
	width:81px;
	height:10px;
}
.g-header .header-link{
	display:none;
}

/*==============================
g-nav
==============================*/
.g-nav{}
.g-nav .g-nav-wrap{
	background-color:#fff;
	min-width:0;
	border-bottom:0 solid #535353;
	padding:0;
}
.g-nav .product-name{
	float:none;
	display:inline-block;
	padding:10px 10px 8px;
	margin:0;
	width:auto;
	height:auto;
}
.g-nav .product-name img{
	width:93px;
	height:13px;
}
.g-nav .nav-wrap{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	float:none;
	padding-right:0;
	background-color:#000;
	margin-left:0;
}
.g-nav .nav-wrap li{
	display:table;
	float:left;
	width:33%;
	width:calc(99.98% / 3);
	width:-webkit-calc(99.98% / 3);
	padding-right:0;
}
/*.g-nav .nav-wrap li:nth-child(2){
	display:table;
	float:left;
	width:66%;
	width:calc((99.98% / 3) * 2);
	width:-webkit-calc((99.98% / 3) * 2);
	padding-right:0;
}*/
.g-nav .nav-wrap li:nth-of-type(3n+1){
	width:34%;
	width:calc(99.98% / 3);
	width:-webkit-calc(99.98% / 3);
}
	
.g-nav .nav-wrap li:nth-of-type(1) {
	width: calc((99.98% / 1));
	flex: 0 0 calc((99.98% / 1));
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #535353;
}
	
.g-nav .nav-wrap li > a,
.g-nav .nav-wrap li > span{
	font-size:13px;
	font-size:1.3rem;
	color:#fff;
	text-decoration:none;
	text-align:center;
	border-left:1px solid #535353;
	border-bottom:1px solid #535353;
	display:table-cell;
	vertical-align:middle;
	width:100%;
	height:33px;
}
.g-nav .nav-wrap li > span{
	background-color:#535353;
}
	
.g-nav .nav-wrap li:nth-of-type(1) > a,
.g-nav .nav-wrap li:nth-of-type(1) > span,
	.g-nav .nav-wrap li:nth-of-type(2) > a,
.g-nav .nav-wrap li:nth-of-type(2) > span,
	.g-nav .nav-wrap li:nth-of-type(5) > a,
.g-nav .nav-wrap li:nth-of-type(5) > span{
	border-left:0 solid #535353;
}
.g-nav .nav-wrap li:nth-of-type(1) > a,
.g-nav .nav-wrap li:nth-of-type(1) > span {
	width: 33%;
	flex: 0 0 33%;
	border-bottom: 0px;
	padding-top: 10px;
	box-sizing: border-box;
	max-height: 38px;
}
	
/*.g-nav .nav-wrap li:nth-of-type(7) > a,
.g-nav .nav-wrap li:nth-of-type(7) > span {
	border-right: 1px solid #535353;
}*/
	
.g-nav .nav-wrap .nav-top,
.g-nav .nav-wrap .nav-4k,
.g-nav .nav-wrap .nav-regza,
.g-nav .nav-wrap .nav-option,
.g-nav .nav-wrap .nav-support{
	display:table-cell;
	vertical-align:middle;
}

.g-nav .nav-wrap li > a:hover{
}
.g-nav .nav-wrap li a .small_txt{
}
/*==============================
g-nav -開閉部分-
==============================*/
.nav-panel {
	display:none !important;
}

/*==============================
sub-footer
==============================*/
.other,
.map,
.footer-banner{
	min-width:0;
	padding:0 2.70833%;
}
.other a,
.map a,
.footer-banner a{
}

.other{
	padding-top:8px;
}
.other .other-title{
	font-size:12px;
	font-size:1.2rem;
	padding:0 0 12px;
	width:auto;
}
.other .other-list{
	float:none;
	width:auto;
}
.other .other-list li{
	clear:both;
	padding:0 0 12px;
	float:none;
}
.other .other-list li a{
	float:left;
	padding-right:25px;
}
.other .other-list li span{
	font-size:11px;
	font-size:1rem;
	color:#c9c9c9;
}
.other .other-list li img{
	width:118px;
	height:30px;
}

.map{
	display:none;
}
.map .map-sec{
}
.map .map-sec:first-child{
}
.map .map-title{
}
.map .map-category{
}
.map .map-list li{
}

.footer-banner{
	padding-bottom:10px !important;
}
.footer-banner-list{
	padding:10px 0;
	text-align:center;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.footer-banner li{
	float:none;
	display:inline-block;
	padding:1% 2% 2% 0;
	max-width:192px;
	width:46%;
	flex-basis: 46%;
	flex: 1 1 auto;
}
/*
.footer-banner li:nth-of-type(2n) {
	padding-right:0;
}
*/

.footer-banner li:last-child {
	padding-right:0;
}

.footer-banner li img{
	width:100%;
}
.footer-banner .note{
	color:#707070;
}

.gFooterMenu_list {
	background:#000;
	border-top:1px solid #535353;
	font-size: 10px;
	font-size: 1rem;
}
.gFooterMenu_list .inner{
	padding:10px 2.70833%;
	box-sizing:border-box;
}
.gFooterMenu_list li {
	width: 50%;
	float:left;
	padding:0 2px 10px 0;
	box-sizing:border-box;
	display:table;
}
.gFooterMenu_list li:nth-of-type(2n) {
	padding:0 0 10px 2px;
}
.gFooterMenu_list li:nth-of-type(2n+1) {
	clear:left;
}
.gFooterMenu_list a {
	padding: 10px 6px;
	color: #b5b5b5;
	border: 1px solid #b5b5b5;
	display:table-cell;
	vertical-align:middle;
	text-decoration:none;
	font-size:10px;
}
.gFooterMenu_list a:hover, .gFooterMenu_list a:active {
	text-decoration: none
}

.inner .gFooterMenu_list {
	border:0;
}

/*==============================
g-footer
==============================*/
.g-footer{
	min-width:0;
	background-color:#fff;
	padding:11px 0;
	color:#898989;
}
.g-footer a{
	color:#FFF;
	text-decoration:none;
}
.g-footer .footer-link{
	float:left;
}
.g-footer .footer-link li{
	padding:0 4px;
	border-left:1px solid #707070;
	float:left;
}
.g-footer .footer-link li:first-child{
	padding-left:0;
	border-left:0 solid #707070;
}
.g-footer .foot-region{
	text-align:center;
	padding-bottom:7px;
}
.g-footer .foot-region img{
	width: 73px;
	height: 12px;
}
.g-footer .rights{
	float:none;
	text-align:center;
	margin:0 10px;
}

#sp-copyright img,
#copyright img {
	max-width:562px;
	width:100%;
	margin:0 auto;	
}

.g-footer a:link,
.g-footer a:visited,
.g-footer a:hover,
.g-footer a:active {
	color: #ffffff;
}

}

.wrapper{
	position:relative;
}

/* pagetop
----------------------------------------------------------- */
.pagetop {
    height: 80px;
    min-width: 960px;
	max-width:1200px;
	width:100%;
	margin:0 auto 20px;
    box-sizing: border-box;
    padding: 20px 0 0;
    text-align: right;
	position: relative;
}
.pagetop a {
    background:url(../../top/img/btn_pagetop.png) no-repeat scroll right center;
    color: #535353;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 900;
    min-height: 16px;
    padding: 12px 60px 12px 0;
    text-decoration: none;
}

/* #crumb
----------------------------------------------------------- */
#crumb {
	clear: both;
	margin: 10px 0;
	width: 100%;
}
#crumb .crumb_txt {
	clear: both;
	margin-left: 12px;
	color: #a3a3a3;
	font-size: 1.1rem; /* 11px */
	min-height: 18px;
	float: left;
}
#crumb .crumb_txt .edit {
	line-height: 1.2;
	padding: 2px 0 0 0;
}
#crumb a:link, #crumb a:active, #crumb a:visited { color: #666666; }
#crumb a:hover { color: #666666; text-decoration: underline }
#crumb .crumb_txt .edit span {
}

@media screen and (max-width:640px){
#crumb {
	display: none;
}
#crumb .crumb_txt {
	color: #777777;
	font-size: 1.2rem; 
}
#crumb .crumb_txt .edit {
	color: #0f79c3;
	font-weight: bold;
	line-height: 1.4;
}
#crumb a:link, #crumb a:active, #crumb a:visited { color: #777777; font-weight: normal; }
#crumb a:hover { color: #777777; text-decoration: underline; font-weight: normal; }
#crumb .crumb_txt .edit span {
	color: #777777;
	font-weight: normal;
}
}


/* .contentsCategory
----------------------------------------------------------- */
.contentsCategory {
  margin-top: 1px;
	float: right;
}
.contentsCategory_title {
  font-size: 1.3rem;
  margin: 0;
  text-align: center;
  color: #b5b5b5;
	width: 100%;
}
.contentsCategoryList {
	clear: both;
  margin-top: 3px;
  font-size: 1.2rem;
}
.contentsCategoryList > li {
  margin-left: 2px;
  float: left;
}
.contentsCategoryList a,
.contentsCategoryList span {
  display: block;
	min-width: 66px;
  padding: 2px;
  text-align: center;
  border: 1px solid #898989;
  color: #898989;
}
.contentsCategoryList a.is-active,
.contentsCategoryList span.is-active {
    border-color: #a28e5c;
    background-color: #a28e5c;
    color: #fff;
}
.contentsCategoryList a:hover {
	border: 1px solid #3498db;
  background-color: #3498db;
  color: #ffffff;
	opacity: 1;
}


@media screen and (max-width:640px){
.contentsCategory {
	display: none;
}
}

/* panel_wrap
----------------------------------------------------------- */
#panel_wrap {
	position:absolute;
	width:100%;
	background-color:#000;
}
#sitemap_wrap {
	background-color:#000;
	margin: 0 auto;
	min-width: 960px;
	max-width:1200px;
}
#sitemap_wrap .head {
	height: 31px;
	border-top: 1px solid #000000;
	position: relative;
}
#sitemap_wrap .note {
	margin: 8px 0 0 12px;
	color: #cccccc;
}
#sitemap_btn {
	padding-right: 20px;
	font-size: 80%;
	font-weight: normal;
	background: url(../images/icon_plus.png) no-repeat right 0.2em;
	color: #cccccc;
	position: absolute;
	top: 7px;
	right: 12px;
	cursor: pointer;
}
#sitemap_btn:hover {
	text-decoration: underline;
}
#sitemap_btn.open {
	background-image: url(../images/icon_minus.png);
}

/* footer_navi
----------------------------------------------------------- */
.sp-footer {
	display:none;
}
#footer {
	position:relative;
	z-index:10000
}
#footer_navi {
	clear: both;
	margin: 0;
	padding: 40px 0;
	zoom: 1;
	border-top: solid 1px #535353;
	text-align: left;
}
#footer_navi .footer_navi_lineup,
#footer_navi .footer_navi_cmoptin,
#footer_navi .footer_navi_guide,
#footer_navi .footer_navi_support {
	display: table-cell;
	width: 20%;
	margin: 0;
	padding: 0 2% 0 24px;
	border-left: 1px solid #535353;
}
#footer_navi .footer_navi_lineup {
	padding: 0 25px 0 10px;
	border-left: 0px solid #535353;
}
#footer_navi h3 {
	padding-bottom: 6px;
	font-size: 16px;
	color: #028330;
	font-weight: 900;
}

#footer_navi h4 {
	font-size: 14px;
	font-weight: 300;
	padding-bottom: 6px;
}
#footer_navi h4.regzaoled,
#footer_navi h4.regza4k { color: #b18518 }
#footer_navi h4.regza { color: #898989 }

#footer_navi ul {
	margin: 0;
	padding: 0;
}
#footer_navi li {
	padding-bottom: 6px;
	font-size: 12px;
	font-weight: 300;
}
#footer_navi .footer_navi_lineup li {
	margin-left: 12px;
}
#footer_navi li a:active, #footer_navi li a:link, #footer_navi li a:visited {text-decoration: none;color: #cccccc;}
#footer_navi li a:hover {opacity:.6;filter:alpha(opacity=60);text-decoration: underline;color: #cccccc;}





#footer_navi .footer_navi_head span,
#footer_navi .footer_navi_head a {
	display: block;
	width: 133px;
	height: 15px;
	background: transparent url(../../Templates/images/14b/head_footer.gif) left top no-repeat;
	zoom: 1;
	text-indent: -9999px;
	outline: none;
	font-size: 1px;
	overflow: hidden;
}
#footer_navi .head_lineup span { background-position: left top; }
#footer_navi .head_guide span { background-position: -140px top; }

#footer_navi .head_feature a { background-position: left -15px; width: 90px; }
#footer_navi .head_cm a { background-position: left -30px; width: 56px; }
#footer_navi .head_option a { background-position: left -45px; width: 86px; }
#footer_navi .head_qa a { background-position: left -60px; width: 117px; }
#footer_navi .head_support a { background-position: left -75px; width: 77px; }

#footer_navi .head_feature a:hover { background-position: -140px -15px; }
#footer_navi .head_cm a:hover { background-position: -140px -30px; }
#footer_navi .head_option a:hover { background-position: -140px -45px; }
#footer_navi .head_qa a:hover { background-position: -140px -60px; }
#footer_navi .head_support a:hover { background-position: -140px -75px; }

#footer_navi .head_cm,
#footer_navi .head_option {
	padding: 10px 0 0 0;
	background: transparent url(../../Templates/images/14b/bg_footer_navi_line.gif) left top no-repeat;
	zoom: 1;
}

#footer_navi .footer_navi_lineup_01 h4 span,
#footer_navi .footer_navi_lineup_02 h4 span,
#footer_navi .footer_navi_lineup_03 h4 span {
	display: block;
	width: 112px;
	height: 16px;
	background: transparent url(../../Templates/images/14b/btn_footer_lineup_class.gif) left top no-repeat;
	zoom: 1;
	text-indent: -9999px;
	outline: none;
	font-size: 1px;
	overflow: hidden;
}

#footer_navi h4.head_x span { background-position: left top; }
#footer_navi h4.head_z span { background-position: left -16px; }
#footer_navi h4.head_j span { background-position: left -32px; }
#footer_navi h4.head_g span { background-position: left -48px; }
#footer_navi h4.head_s span { background-position: left -64px; }
#footer_navi h4.head_r span { background-position: left -80px; }
#footer_navi h4.head_rb span { background-position: left -96px; }
#footer_navi h4.head_h span { background-position: left -112px; }
#footer_navi h4.head_b span { background-position: left -128px; }
#footer_navi h4.head_a span { background-position: left -144px; }
#footer_navi h4.head_p span { background-position: left -160px; }


#footer_navi .footer_navi_lineup_01 ul,
#footer_navi .footer_navi_lineup_02 ul {
	padding: 3px 0 0 21px;
}
#footer_navi .footer_navi_lineup_01 ul li,
#footer_navi .footer_navi_lineup_02 ul li {
	font-size: 80%;
	margin: 1px 0 0 0;
	padding: 0 0 0 15px;
	zoom: 1;
}
#footer_navi .footer_navi_lineup_01 ul li a,
#footer_navi .footer_navi_lineup_02 ul li a {
	color: #ffffff;
}
#footer_navi .footer_navi_feature ul,
#footer_navi .footer_navi_support_01 ul,
#footer_navi .footer_navi_support_02 ul,
#footer_navi .footer_navi_support_03 ul {
	padding: 3px 0 20px 0;
}
#footer_navi .footer_navi_feature ul li,
#footer_navi .footer_navi_support_01 ul li,
#footer_navi .footer_navi_support_02 ul li,
#footer_navi .footer_navi_support_03 ul li {
	font-size: 80%;
	margin: 1px 0 0 0;
	padding: 0 0 0 15px;
	zoom: 1;
}
#footer_navi .footer_navi_feature ul li a,
#footer_navi .footer_navi_support_01 ul li a,
#footer_navi .footer_navi_support_02 ul li a,
#footer_navi .footer_navi_support_03 ul li a {
	color: #ffffff;
}
#footer_navi .footer_navi_lineup_01 ul li.x3 {
	border-bottom: solid 1px #dcdcdc;
	font-size: 69%;
	margin: 1px 0 5px 0;
	padding: 0 0 5px 15px;
	background: transparent url(../images/bg_arrow_right_s.gif) left 1px no-repeat;
	zoom: 1;
}



@media screen and (max-width:640px){
	
	/* pagetop
	----------------------------------------------------------- */
	.pagetop {
		min-width:0;
		height:50px;
		margin-bottom:5px;
		position:relative;
	}
	.pagetop a {
		background: url(../../top/img/btn_pagetop_sp.png) right center no-repeat;
		background-size: 40px auto;
		min-height:30px;
		padding: 15px 45px 0 0;
		font-size:10px;
		font-size:1rem;
		position:relative;
		right:10px;
		bottom:20px;
	}
	.pagetop .js-pagetop {
	  position: fixed;
	  font-size:0;
	}


	/* footer_navi
	----------------------------------------------------------- */
	#panel_wrap,#footer {
 	   display: none;
	}
	.sp-footer {
		display:block;
		text-align:left;
	}
	.sp-footer a:link, .sp-footer a:active, .sp-footer a:hover, .sp-footer a:visited {
		color:#b5b5b5;
		text-decoration:none;
		
	}
	.gFooterMenu_list {
		font-size:10px;
	}
	.footer-banner .note, .g-footer,
	.g-footer .rights #sp-copyright {
		font-size:10px;
	}
}


@media print{
	#panel_wrap,
	.g-nav{
		position: static !important;
	}
}