@charset "utf-8";


/* --------------------------------------------------------------------------------
  Import
-------------------------------------------------------------------------------- */

@import url("/mobile/set/common/p/css/v12a/general.css");


/* --------------------------------------------------------------------------------
   download
-------------------------------------------------------------------------------- */


/* Contents
-------------------------------------------------------------------------------- */

/* -- Headings -- */
h1 span.title span { display: none;}
h1 span.title span.japanese-manual { display: inline;}

/* -- p.manual-nav -- */
p.manual-nav {
	background: #f2f2f2;
	margin: 0 0 25px 0;
	padding: 0 0 0 21px;
}
p.manual-nav a {
	display: block;
	float: left;
	margin: 0 15px 0 0;
	padding: 10px 15px 10px 16px;
	background-image:  url(/mobile/set/common/p/img/v11a/bullet/icn_arrow_navy.gif) !important;
	background-repeat: no-repeat !important;
	background-position: left !important;
}
p.manual-nav a.current-page { font-weight: bold;}

/* -- #manual-contents -- */
#manual-contents .chapt-inner { display: none;}
#manual-contents .chapt-inner.current-page { display: block;}
#manual-contents h2 {
	margin-top: 50px;
	font-size: 100%;
	font-weight: bold;
}
#manual-contents .h2_wrap h2 {
	margin-top: 0;
	font-size: 129%;
}


#english-manual { display: none;}



/*=======================================================================
	/download/ Savoia style
=========================================================================*/

.sec_manual-dl {
	padding: 0 2px 20px;
	border: solid 1px #bfbfbf;
}

/* List PDF DL(from 2012Summer) */
.sec_manual-dl .list_pdf-dl li {
	float: left;
	padding: 20px 16px 0 18px;
	width: 290px;
	font-size: 86%;
}
.section.fit-int .sec_manual-dl .list_pdf-dl li { width: 318px;}
.sec_manual-dl .list_pdf-dl li .fig-img {
	text-align: center;
	float: left;
	width: 90px;
}
.sec_manual-dl .list_pdf-dl li .link-list_navy {
	margin-left: 100px;
}
.sec_manual-dl .list_pdf-dl li .pdf-icn_inline2 img {
	margin-right: 3px !important;
}

/* Single Chapter Downloads */
.sec_manual-dl h4 {
	font-size: 86%;
	padding: 14px 0 0 20px;
}
.sec_manual-dl h4:after {
	content        : ".";
	height         : 0px;
	clear          : both;
	visibility     : hidden;
	display        : block;
}
.sec_manual-dl h4 { zoom:100%;}
.sec_manual-dl h4 img {
    float: left;
    padding: 0 12px 0 0;
}


.sec_manual-dl table {
	margin: 20px 20px 0 20px;
	border-collapse: collapse;
	font-size: 86%;
}
.sec_manual-dl table tr th {
	width: 360px;
	border: #c2c2c2 solid 1px;
	border-left: none;
	background-image: none;
}
.sec_manual-dl table tr th,
.sec_manual-dl table tr td {
	padding: 8px 9px;
	text-align: left;
}
.sec_manual-dl table tr th.page-size,
.sec_manual-dl table tr td {
	width: 120px;
	border: #c2c2c2 solid 1px;
	border-right: none;
	background-image: none;
	text-align: center;
}
.sec_manual-dl table tr.first-category th {
	background: #f4f8f9;
	font-weight: bold;
	text-align: center;
}
.sec_manual-dl table tr th a {
	font-weight: normal;
}


/*=======================================================================
	/download/ Old style
=========================================================================*/

/* manual-dl */
#manual-contents .manual-dl {
	padding: 6px 0 23px;
	border: #c2c2c2 solid 1px;
}
#manual-contents .manual-dl ul.manual-list {
	list-style: none;
	padding: 14px 0 0 0;
}
#manual-contents .manual-dl ul.manual-list li {
	float: left;
	width: 308px;
	padding: 0 0 0 20px;
	font-size: 86%;
}
#manual-contents .manual-dl ul.manual-list li a img {
	float: left;
	padding: 0 12px 0 0;
}

#manual-contents .manual-dl h3 {
	margin: 14px 0 0 20px;
	font-size: 86%;
	font-weight: bold;
}
#manual-contents .manual-dl h3 img {
	vertical-align: middle;
}
#manual-contents .manual-dl h4 {
	padding: 14px 0 0 20px;
}
#manual-contents .manual-dl h4 img {
	float: left;
	padding: 0 12px 0 0;
}

#manual-contents .manual-dl table {
	margin: 20px 20px 0 20px;
	border-collapse: collapse;
}
#manual-contents .manual-dl table tr th {
	width: 397px;
	border: #c2c2c2 solid 1px;
	border-left: none;
	background-image: none;
}
#manual-contents .manual-dl table tr th,
#manual-contents .manual-dl table tr td {
	padding: 8px 9px;
	text-align: left;
	font-size: 86%;
}
#manual-contents .manual-dl table tr th.page-size,
#manual-contents .manual-dl table tr td {
	width: 130px;
	border: #c2c2c2 solid 1px;
	border-right: none;
	background-image: none;
	text-align: center;
}
#manual-contents .manual-dl table tr.first-category th {
	background: #f2f2f2;
	font-weight: bold;
	text-align: center;
}

#manual-contents .manual-dl table tr th a {
	font-weight: normal;
}
#manual-contents .manual-dl table .link-list_blue {
	background-position: 0 2px;
}
#manual-contents .manual-dl table .link-list_navy { display: inline-block;}


/* .viewer-outside */
#manual-contents .viewer-outside {
	margin: 20px 20px 20px;
}
#manual-contents .viewer-outside p {
	font-size: 86%;
}
#manual-contents .viewer-outside dl {
	float: left;
	margin: 20px 80px 0 0;
}
#manual-contents .viewer-outside dl dd {
	margin-top: 5px;
	font-size: 86%;
}


/* Clear
-------------------------------------------------------------------------------- */

p.manual-nav:after,
ul.manual-list:after,
ul.manual-list li:after,
.manual-dl h4:after,
.viewer-outside:after {
	content        : ".";
	height         : 0px;
	clear          : both;
	visibility     : hidden;
	display        : block;
}

p.manual-nav,
ul.manual-list,
ul.manual-list li,
.manual-dl h4,
.viewer-outside {
	zoom:100%!important;
	display: block!important;
}
