@charset "utf-8";

/*-----------------------------------------------
	Common
-----------------------------------------------*/
/*
body {
	font-family: "FrutigerNextW01-Regular", "Lucida Grande","Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}
*/
img {
	vertical-align: top;
}

/*----- .zoom -----*/

.zoom {
	display: inline-block;
	height: 100%;
	position: relative;
}

.zoom:before {
	bottom: -30px;
	content: url("/jp/2014renew_common/images/icon_product_zoom.png");
	left: 0;
	position: absolute;
}

.zoom:after {
	content: url("/jp/2014renew_common/images/icon_product_zoom_hover.png");
	display: none;
	left: 50%;
	margin-left: -62px;
	margin-top: -62px;
	position: absolute;
	top: 50%;
}

.zoom:hover:after {
	display: inline-block;
}

/*-----------------------------------------------
	.boxDataList
-----------------------------------------------*/

.boxChart {
	text-align: center;
}

.boxChart .figure {
}

.boxChart .caption {
	line-height: 1.15;
	margin-top: 15px;
}

.boxChart .caption em {
	font-size: 20px;
	font-style: normal;
}

/*-----------------------------------------------
	.boxDataList
-----------------------------------------------*/

.boxDataList {
	border: 1px solid #000;
	box-sizing: border-box;
	display: table;
	padding: 23px 20px;
	width: 100%;
}

.boxDataList h6,
.boxDataList ul {
	display: table-cell;
	vertical-align: middle;
}

.boxDataList h6 {
	border-right: 1px solid #000;
	font-size: 16px;
	font-weight: normal;
	height: 120px;
	padding-right: 20px;
	text-align: center;
}

.boxDataList h6:after {
	content: "";
	display: block;
	height: 0px;
	min-width: 100px;
}

.boxDataList ul {
	padding-left: 20px;
}

.boxDataList dl dd ul {
}

.boxDataList dl dd ul li {
}

/*-----------------------------------------------
	.boxIconDesc
-----------------------------------------------*/

.boxIconDesc {
	margin-top: 40px;
}

.boxIconDesc .icon,
.boxIconDesc .desc {
	display: table-cell;
	vertical-align: middle;
}

.boxIconDesc .icon {
	padding-right: 20px;
}

.boxIconDesc .desc {
}

.boxIconDesc .desc em {
	font-size: 20px;
	font-style: normal;
}

.boxIconDesc .desc p + p {
	margin-top: 10px;
}

/*-----------------------------------------------
	.boxOption
-----------------------------------------------*/

.boxOption {
	display: table;
	margin-top: 60px;
}

.boxOption > .figure,
.boxOption > .content {
	display: table-cell;
	vertical-align: middle;
	width: 420px;
}

.boxOption > .figure {
	padding-right: 10px;
	text-align: right;
}

.boxOption > .content {
	background-image: none;
	padding: 0 0 0 10px;
	text-align: left;
}

/*-----------------------------------------------
	Structures
-----------------------------------------------*/

/*----- #productMain -----*/

#productMain {
	color: #000;
	font-size: 16px;
	line-height: 1.62;
	margin: 0 auto 60px;
	width: 980px;
}

#productMain > .wrapper {
	background-color: #fff;
	margin: 0 auto;
	width: 980px;
}

#productMain .headerProduct {
}

#productMain .headerProduct .wrapper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 980px;
}

#productMain .headerProduct .wrapper h1 {
	color: #004377;
	font-size: 38px;
	font-weight: normal;
	line-height: 1.15;
	padding-bottom: 20px;
	padding-top: 22px;
}

/*----- .section -----*/

.section {
	clear: both;
	padding: 120px 60px;
	word-wrap: break-word;
}

.section:nth-child(odd) {
	background-color: #f5f5f5;
}

.section .heading {
	font-size: 41px;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 30px;
}

.section .heading .icon {
	margin-right: 20px;
}

.section .heading .icon img {
	vertical-align: middle;
}

.section .heading sup {
	font-size: 24px;
}

.section .heading ~ .heading,
.section .desc + .heading {
	margin-top: 60px;
}

.section .heading.hasIcon {
	overflow: hidden;
}

.section .heading.hasIcon .icon {
	float: left;
}

.section .heading.hasIcon .text {
	display: inline-block;
	padding-top: 8px;
}

.section .figure .caption {
	margin-top: 25px;
}

.section .figure .caption .large {
	font-size: 24px;
	line-height: 1.1;
}

.section .desc + .figure {
	margin-top: 50px;
}

.section .figure + .desc {
	margin-top: 50px;
}

.section .note {
	padding-left: 0.5em;
}

/*----- .sectionKeyvisual -----*/

.sectionKeyvisual {
	margin: 0 -16px;
}

.sectionKeyvisual .figure {
	border: 1px solid #ddd;
}

/*  CSS追加20170815 */

/*----- .products_main_inner -----*/

.products_main_inner ul.mark_circle.mb00,
.products_main_inner ul.mark_attention.mb00,
.products_main_inner ul.mark_square.mb00 {
	margin-bottom: 0;
}

/*----- .p_photo_desc -----*/

.p_photo_desc ul.mark_attention li {
	font-size: 12px;
	color: #000;
}

.p_photo_desc .p_icons {
	width: 828px;
	margin: 40px 76px 0 76px;
}

/*----- .p_infos -----*/

.p_infos .heading {
	margin: 0;
	font-size: 41px;
	font-weight: normal;
	color: #000;
	line-height: 120%;
}

.p_infos .heading span {
	display: block;
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	line-height: 140%;
}

.p_infos .heading span.txt_inline {
	display: inline;
}

.p_infos div.p_infos_inner div.cols {
	width: 50%;
}

.p_infos div.p_infos_inner div.cols.col3-1 {
	width: 33.3333%;
}

.p_infos div.p_infos_inner div.cols.col3-2 {
	width: 66.6667%;
}

.p_infos div.p_infos_inner div.cols.col4-1 {
	width: 25%;
}

.p_infos div.p_infos_inner div.cols.col4-3 {
	width: 75%;
}

.p_infos div.p_infos_inner div.cols .txt_bold {
	font-weight: bold;
}

.p_infos div.p_infos_inner div.cols p.centering {
	margin: 0;
}

.p_infos div.p_infos_inner div.cols div.cols_inner {
	display: block;
}

.p_infos.imgLeft div.p_infos_inner div.cols,
.p_infos div.p_infos_inner.imgLeft div.cols {
	display: block;
}

.p_infos.imgLeft div.p_infos_inner div.cols:first-child,
.p_infos div.p_infos_inner.imgLeft div.cols:first-child {
	float: right;
}

.p_infos.imgLeft div.p_infos_inner div.cols:last-child,
.p_infos .div.p_infos_inner.imgLeft div.cols:last-child {
	float: left;
}

.p_infos.imgTop div.p_infos_inner div.cols:last-child {
	vertical-align: top;
}

/* .anchorBlock */
.p_infos.anchorBlock.odd,
.p_infos.anchorBlock.even {
	background: url(/jp/2014renew_common/images/body_back01.gif) 0 0 repeat;
 background-color: none !important;
 padding-top: 90px !important;
 padding-bottom: 30px !important;
 text-align: center;
}
.p_infos.anchorBlock .heading {
 font-size: 46px;
}
.p_infos.anchorBlock .heading span {
 font-size: 20px;
}

/*----- .products_spec -----*/

.products_spec .productDetailBox {
	padding: 0;
	border: none;
}

.products_spec .spec_footer {
	padding-bottom: 30px;
}

.products_spec .spec_footer dl {
 margin-top: 1em;
}

.products_spec .spec_footer dl:first-child {
 margin-top: 0;
}

.products_spec .spec_footer dl dd {
 padding-left: 1em;
}

/*----- .products_support -----*/

.products_support a {
	text-decoration: none;
}

.products_support .productDetailBox {
	padding: 30px 0 0 0;
	border: none;
}

.products_main_inner.products_support .supportDetailTab a {
	color: #5e5e5e;
	text-decoration: none;
}

/*----- .p_infos_inner_subCont -----*/

.p_infos_inner_subCont {
 margin-top: 100px;
}
.p_infos_inner_subCont h3.ttl_subCont {
 margin: 0 0 20px 27px;
 color: #000;
 font-size: 34px;
 line-height: 125%;
 font-weight: normal;
}
.p_infos .p_infos_inner_subCont div.p_infos_inner:first-of-type {
 margin-top: 0;
}