﻿@charset "utf-8";
/*---------------------------------------------------------- 
 * Reset Style
 *----------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	line-height: 1.4em;
	-webkit-text-size-adjust: 100%;
}
html, body {
	height:100%;
	margin:0;
	padding:0;
}
p {
	line-height:1.5;
	color: #333;
}
.underline {
	text-decoration:underline;
	white-space:pre;
}
img {
	-ms-interpolation-mode: bicubic;
}
strong,
p[important="true"],
.table_title{
	font-weight:bold;
	color:#000;
	font-size:inherit;
}
.table_title{
	margin-top:1em;
}
.table_title + table{
	margin-top:0.2em;
}
a{
	text-decoration:none;
	color:#0066aa;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
a:hover{
	text-decoration:underline;
}
#main_nav a:hover,
.level1_content a:hover{
	text-decoration: none;
	color: #000;
}

/*---------------------------------------------------------- 
 * Navigation / responsive
 *----------------------------------------------------------*/
#main_nav,
#right_pane {
	margin: 2%;
	margin-bottom: 0;
}

#menu_main {
	display: block;
}
#link_index, 
#model_code{
	padding-right: 10px;
	font-size:1.5em;
}

#goto_menu a,
#goto_content a,
#btn_print a {
	display: block;
	padding: 0.4em 0.8em 0.4em 1.4em;
	text-align: center;
	position: absolute;
	right: 2%;
	bottom: 5px;
	background: #fff url("img/gomenu.png") no-repeat left 50%;
	background-repeat: no-repeat, no-repeat;
	background-position: 0.4em 50%, left top;
	background-size: 0.9em 0.9em, 100% 100%;
	border-radius: 3px;
}

#goto_content a {
	padding-left: 1.6em;
	background: #fff url("img/Close.png")no-repeat 0.2em 50%;
	background-size: 14px, 14px;
}

#btn_print a{
	padding-left:1.6em;
	background:#fff url("img/print.png")no-repeat 0.2em 50%;
	background-size: 14px, 14px;
}

#btn_print{
	display:none;
}

/* footer */
footer {
	border-top: none;
	position: absolute;
	bottom: 0px;
}

#revision_date,
#copyright,
#manufacturing_code,
#parts_code{
	font-size:0.75em;
}
#footer,
#revision_date,
#manufacturing_code,
#parts_code,
#copyright{
	color: #fff;
}
#revision_date{
	position:absolute;
	width:20em;
	left:15px;
	top:36px;
}
#copyright{
	position:relative;
	text-align:center;
	top:5px;
}
#manufacturing_code,
#parts_code{
	position:absolute;
	text-align:right;
	top:0;
	right:20px;
}
#manufacturing_code{
	top:23px;
}
#parts_code{
	top:36px;
}

/* **************** For PC ***************** */
@media only screen and (min-width: 770px) {
	.content,
	.head,
	.main_content,
	.foot_content{
		display:block;
		width:967px;/*1200px*/
		max-width:100%;
		margin:0 auto;
		position:relative;
	 	/*-webkit-text-size-adjust: none;*/ /* 文字の拡大縮小を防ぐ */
	}
	.main_content{
		width:967px;/*967px*/
	}
	#tab_index{
		padding-top:20px !important;
	}
	#main_nav {
		display: block;
		float: left;
		width: 32%;
		margin: 2% 1% 2% 1%;
		margin-top: 0;
		margin-bottom: 0.5em;
	}
	#right_pane{
		float:right;
		width:64%;
		margin:2% 1% 2% 1%;
		margin-top:20px;
		margin-bottom:0.5em;
	}
	#link_index,
	#model_code {
		font-size: 2em;
	}
	#goto_menu,
	#goto_content {
		display: none;
	}
	#btn_print{
		display:block;
	}

	/* footer */
	#revision_date{
		position:absolute;
		width:20em;
		left:20px;
		top:18px;
	}
	#copyright{
		position:absolute;
		left:50%;
		margin-left:-5em;
		top:5px;
	}
	#manufacturing_code,
	#parts_code{
		position:absolute;
		text-align:right;
		top:0;
		right:20px;
	}
	#manufacturing_code{
		position:absolute; 
		top:5px;
	}
	#parts_code{
		position:absolute; 
		top:18px;
	}
	#ar-GC #goto_menu a,
	#ar-GC #goto_content a,
	#ar-GC #btn_print a {
		left: 35% !important;
	}
}
footer {
	clear:both;
	margin:0;
	width:100%;
}
/* **************** For PC END ************** */

/***--Navi--***/
/*Tab*/
div#tab_index input[type=radio], .tab_body {
	display: none;
}
div#tab_index > label {
	padding: 0.5em 1.5em 0.6em 3em;
	cursor: pointer;
	background: #efefef;
	color: #222;
	transition: background .25s linear;
	border-radius:3px 3px 0 0;
	border-left:#ddd 1px solid;
	border-top:#efefef 1px solid;
	border-right:#bbb 2px solid;
	display:inline-block;
	min-width:110px;
}
div#tab_index > label:hover{
	color: #006F37;
}

#tab_index input[type=radio]:checked + label {/* tab selected */
	background: #fff;
	color: #006F37;
	border-top:RGB(165,0,52) 2px solid;
	box-shadow:none;
}
#tab_index input#menu_tab + label{
	margin-left:1em;
}
#tab_index input#menu_tab + label{
	background:#efefef url('img/icon_menu.png') no-repeat 0.6em 0.4em;
	box-shadow:inset 0px -2px 3px 1px rgba(0, 0, 0, 0.1);
	background-size: 19px, 19px;
}
#tab_index input#menu_tab + label:hover{
	background:#ccc url('img/icon_menu.png') no-repeat 0.6em 0.4em;
	box-shadow:none;
	color:#fff;
	background-size: 19px, 19px;
}
#tab_index input#menu_tab[type=radio]:checked + label{
	background:#fff url('img/icon_menu.png') no-repeat 0.6em 0.4em;
	box-shadow:none;
	color: #222;
	background-size: 19px, 19px;
}
#tab_index input#search_tab + label{
	background:#efefef url('img/icon_search.png') no-repeat 0.6em 0.4em;
	box-shadow:inset 0px -2px 3px 1px rgba(0, 0, 0, 0.1);
	background-size: 19px, 19px;
}
#tab_index input#search_tab + label:hover{
	background:#ccc url('img/icon_search.png') no-repeat 0.6em 0.4em;
	box-shadow:inset 0px -2px 3px 1px rgba(0, 0, 0, 0.1);
	color:#fff;
	background-size: 19px, 19px;
}
#tab_index input#search_tab[type=radio]:checked + label{
	background:#fff url('img/icon_search.png') no-repeat 0.6em 0.4em;
	box-shadow:none;
	color: #222;
	background-size: 19px, 19px;
}
#tab_index input + label[for="search_tab"]{
}

.tab_body {
	max-height: calc(100vh - 210px);
	min-height: 128px;
	overflow-y: auto;
	margin-bottom: 0 !important;
	-webkit-overflow-scrolling: touch
}

#menu_tab:checked ~ .menu_tab,
#search_tab:checked ~ .search_tab {
	display: block;
	padding:0.4em 0.8em;
	border-top:#efefef 1px solid;
	margin-bottom:1.5em;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
	border-radius:3px;
	background:#fff;
}

.menu_tab {
	overflow-y: scroll;
}

.toc li{
	list-style:none;
	position:relative;
}

.menu_lv1 {
	display: none;
	padding-left: 1.5em;
}

.item_chapter a {
	padding-right: 2em !important;
}

.item_chapter.selected a {
	background: #e4b2c2;
	display: block;
}

.item_chapter.current a,
.item_lv1.current a {
	background: #a50034;
	color: #fff;
}

	.item_lv1.selected a::before,
	.item_chapter.selected a::before {
		color: #fff;
	}

ul.menu_lv1.open {
	display: block;
}

.toc li a{
	display:block;
	padding:0.4em 0.1em;
	border-radius:3px;
	border-bottom:#ddd solid 1px;
	background:none;
	padding-left:1em;
	color:#000;
}

	.toc li a:hover {
		background: #e4b2c2;
	}
.toc li a:hover:before{
	color:#fff;
}

.toc .toggle {
	display: block;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 2.0em;
	height: 2.0em;
	background: url("img/Button_Plus.png") no-repeat center/17px;
	cursor:pointer;
}
	.toc .toggle.hover {
		background: url("img/Button_Plus_over.png") no-repeat center/17px;
	}

	.toc .toggle.open {
		background: url("img/Button_Minus.png") no-repeat center/17px;
	}

		.toc .toggle.open.hover {
			background: url("img/Button_Minus_over.png") no-repeat center/17px;
		}

/* search */
.search_results_label {
	display: flex;
	padding: 6px 4px 2px 4px;
}
.search_results_label .label {
	margin-right: auto;
}
.result_count{
	text-align: right;
}
#search .condition{
	width: 100%;
	margin: 10px 4px;
	display: inline-flex;
}
#search .condition>*{
	min-width: 0;
}
#btn_search{
	cursor: pointer;
	margin: 0.2em 0.8em 0.2em 0.6em;
	text-align: center;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
	background:#fff;
	border-radius: 3px;
	width: 80px;						/* Need to be adjusted in each language. */
}
#btn_search > a{
	padding: 0.4em 0.0em 0.4em 0.0em;
	white-space: nowrap;
	display:block;
}
#btn_search > a:hover{
	text-decoration: underline;
}
#keyword{
	width: calc(100% - 94px);		/* Need to be adjusted in each language. */
	padding: 4px;
}
.search_result{
	border-bottom:solid 1px #CCC;
	padding-top: 6px;
	padding-bottom: 4px;
}
.search_result:hover{
	background: #efefef;
}
.search_result_title{
	font-size: 120%;
	color: #0066aa;
	cursor: pointer;
	display: block;
	padding: 4px 4px 0px 4px;
	word-wrap: break-word;
}
.search_result_detail {
	padding: 0px 4px 2px 4px;
	word-wrap: break-word;
}
.reslut_highlight {
	background: pink;
	font-size: inherit;
}

.level1_content a{
	display:block;
	background:#efefef;
	margin:0.6em 0;
	padding:1em;
	border-radius:3px;
	padding-left:1em;
}

/*---------------------------------------------------------- 
 * Frame
 *----------------------------------------------------------*/
.head,
.main_content,
.foot_content{
	width:967px;/*1200px*/
	max-width:100%;
	margin:0 auto;
	position:relative;
	/*-webkit-text-size-adjust: none;*/ /* 文字の拡大縮小を防ぐ */
}
.main_content{
	width:967px;/*967px*/
	margin:0 auto;
}
header{
	width:100%;
	background: #000; 
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
}
header,
.head{
	height:70px;
	z-index:10;
}
.head{
}
.content,
.main_content{
	min-height: 100%;
	display:block;
}
#full_contains{
  min-height: 100%;
  width: 100%;
  overflow-y:hidden;
  margin: 0 auto -70px;
  padding: 0 0 70px;
  background:#E8E8E8;
}
footer{
	background: #000;
	/*border-top: rgba(0, 0, 0, 0.3) solid 1px;*/
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
}
footer,
.foot_content{
	height:70px;
	position:relative;
}

header .head_title{
	padding-top:18px;
	padding-left:2%;
	padding-right: 40px;
}
#link_index,
#model_code{
	color:#fff;
	font-weight:bold;
	display: inline-block;
	line-height:1.2em;
	
}
#link_index a{
	display:block;
	width:170px;
	height:70px;
 	text-indent:-999px;
	background:url('./img/lgo-nav-global-panasonic.png') no-repeat;
	color: #fff;
}
#head_search{
	text-align:right;
}
#head_search input{
	height: 30px;
	padding: 0 5px;
	border: 1px solid #ccc;
	position:absolute;
	right:10px;
	bottom:10px;
}
#head_search input:first-child{
	box-shadow:inset 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
	z-index:1;
}
#head_search input:last-child{
	z-index:2;
	background:#fff;
}
#topic_path,
#contents_block{
	clear:both;
	margin-bottom:2%;
	border-radius:3px;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
	padding:1em;
	background:#fff;
	position:relative;
}

#contents_block {
	/*	max-height: calc(100vh - 217px);
	min-height: calc(100vh - 217px);*/
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 1.0em;
	min-height: 120px;
}

#topic_path{
	padding:0.2em;
	background:#393939;
	color:#fff;
	border-top:#6B6B6B 1px solid;
	border-left:#6B6B6B 1px solid;
	border-bottom:#6B6B6B 1px solid;
	color:#fff;
}
#topic_path a{
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}
#topic_path ul{
	display:block;
	overflow: hidden;
}
#topic_path li{
	list-style:none;
	float:left;
	padding-left:0.5em;
}
#topic_path a,
#topic_path li{
	font-size: 14px;
}
#topic_path li:before{
	content:'＞ ';
}
#topic_path li:first-child:before{
	content:none;
}
#topic_path li:first-child{
	padding-left:0.2em;
}

#page_navi {
	position: relative;
	bottom: 10em;
	right: 2em;
	float: right;
	height: 0;
}
#page_navi a {
	display:block;
}

#goto_top {
	visibility: hidden;
	padding: 1px 0;
}

	#goto_top.show {
		visibility: visible;
	}


	#goto_top a {
		display: block;
		background: url("img/Button_Top_B.png") no-repeat center/32px;
		width: 32px;
		height: 32px;
	}

		#goto_top a.hover {
			background: url("img/Button_Top-over.png") no-repeat center/32px;
		}

#prev {
	padding: 1px 0;
}

	#prev a {
		background: url("img/Button_Prev_B.png") no-repeat center/32px;
		width: 32px;
		height: 32px;
	}
		#prev a.hover {
			background: url("img/Button_Prev-over.png") no-repeat center/32px;
		}

#next {
	padding: 1px 0;
}

	#next a {
		background: url("img/Button_Next_B.png") no-repeat center/32px;
		width: 32px;
		height: 32px;
	}
		#next a.hover {
			background: url("img/Button_Next-over.png") no-repeat center/32px;
		}

.hidden {
	display:none;
}

.fadeout{
	opacity: 0;
	animation: fadeOut 0.8s linear 0s 1 normal;
}

@keyframes fadeOut {
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}