@charset "utf-8";

a img.op {
	display: inline-block;
	transition: all 0.2s ease-out 0s;
}

a:hover img.op {
	opacity: 0.7;
}

#recommendPage {
	font-size: 15px;
	line-height: 1.53;
	padding-bottom: 30px;
}

#recommendPage a:link,
#recommendPage a:visited {
	color: #333;
}

#recommendPage a:hover {
	color: #333;
	text-decoration: underline;
}

#recommendPage .keyvisual {
	background-image: url("../img/bg/ptn_kv.jpg");
	background-position: 50% 0;
	background-repeat: repeat-x;
}

/*-------------------------------------------------------------------

	Box

-------------------------------------------------------------------*/

/*----------------------------------------
	.boxFigIndex
----------------------------------------*/

.boxFigIndex {
}

.boxFigIndex > .figure {
	background-color: #f6f6f6;
	border-radius: 4px 4px 0 0;
	overflow: hidden;
}

.boxFigIndex > .content {
	background-color: #fff;
	border-radius: 0 0 4px 4px;
	box-sizing: border-box;
	padding: 0 10px 30px;
}

.boxFigIndex > .content > .header {
	border-bottom: 1px solid #ebebeb;
	padding: 14px 0 6px;
}

.boxFigIndex > .content > .header h3 {
	background: none;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.boxFigIndex > .content > .text {
	box-sizing: border-box;
	text-align: left;
	padding: 20px 0 0 0;
}

.boxFigIndex > .content > .text h4 {
	font-weight: bold;
}

.boxFigIndex > .content > .text h4 ~ h4 {
	margin-top: 12px;
}

.boxFigIndex > .content > .text .txt_desc {
	margin-top: 5px;
}

.boxFigIndex > .content > .text .txt_note {
	margin-top: 10px;
}

.boxFigIndex.side {
	display: table;
	margin-top: 30px;
}

.boxFigIndex.side > .figure {
	border-radius: 4px 0 0 4px;
	display: table-cell;
	vertical-align: middle;
}

.boxFigIndex.side > .content {
	border-radius: 0 4px 4px 0;
	display: table-cell;
	vertical-align: middle;
}

/*----------------------------------------
	.boxLabelIndex
----------------------------------------*/

.boxLabelIndex > .header {
	background-color: #c4a672;
	border-radius: 4px 4px 0 0;
	position: relative;
}

.boxLabelIndex > .header > h3 {
	background: none !important;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
}

.boxLabelIndex > .content {
	background-color: #fff;
	border-radius:0 0 4px 4px;
	box-sizing: border-box;
	padding: 20px 10px 30px;
	text-align: left;
}

/*----------------------------------------
	.boxTriContent
----------------------------------------*/

.boxTriContent {
	width: 280px;
}

.boxTriContent > .figure {
}

.boxTriContent > .text {
	background-color: #fff;
	box-sizing: border-box;
	padding: 10px 10px 30px;
	text-align: left;
}

/*-------------------------------------------------------------------

	List

-------------------------------------------------------------------*/

/*----------------------------------------
	.listItem
----------------------------------------*/

.listItem {
	list-style: none;
	padding: 0;
}

.listItem > li {
}

/*----------------------------------------
	.listLineup
----------------------------------------*/

.listLineup {
	list-style: none;
	margin: 30px -20px 0 0;
	padding: 0;
}

.listLineup li {
	float: left;
	margin: 20px 20px 0 0;
	width: 430px;
}

/*-------------------------------------------------------------------

	Navigation

-------------------------------------------------------------------*/

/*----------------------------------------
	.navAnchor
----------------------------------------*/

.navAnchor {
	padding: 38px 0;
}

.navAnchor > ul {
	display: table;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 900px;
}

.navAnchor > ul li {
	display: table-cell;
	padding: 0 10px;
	width: 280px;
}

/*----------------------------------------
	.navContents
----------------------------------------*/

.navContents {
	background-image: url("../img/bg/ptn_navContents.jpg");
	background-position: 50% 0;
	background-repeat: repeat-x;
	border-bottom: 5px solid #ffa128;
}

.navContents > ul {
	display: table;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 900px;
}

.navContents > ul li {
	display: table-cell;
	padding: 25px 10px 0;
	width: 280px;
}

/*----------------------------------------
	.navFooter
----------------------------------------*/

.navFooter {
	padding: 38px 0;
}

.navFooter > .nav {
	display: table;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 800px;
}

.navFooter > .nav li {
	display: table-cell;
	padding: 0 20px;
	width: 360px;
}

.navFooter > .note {
	margin: 38px auto 0;
	width: 760px;
}

/*----------------------------------------
	.navLink
----------------------------------------*/

.navLink {
	font-size: 14px;
	list-style: none;
	padding: 0;
	text-align: right;
}

.navLink > li {
	background-image: url("../img/icon/arrow_circle_right.png");
	background-position: 0 50%;
	background-repeat: no-repeat;
	display: inline-block;
	padding-left: 20px;
}

.navLink > li + li {
	margin-top: 8px;
}

/*-------------------------------------------------------------------

	Section

-------------------------------------------------------------------*/

/*----------------------------------------
	#sectionSize
----------------------------------------*/

#sectionSize {
	background-image: url("../img/bg/ptn_sectionSize.gif");
	border-top: 1px solid #efefef;
}

#sectionSize > .content {
	margin: 0 auto;
	padding: 70px 0;
	width: 880px;
}

#sectionSize > .content .txt_desc {
	margin-top: 40px;
}

#sectionSize > .content .figure {
	display: table;
	margin: 50px auto 0;
	width: 800px;
}

#sectionSize > .content .figure p {
	display: table-cell;
	padding: 0 10px;
}

/*----------------------------------------
	#sectionGas
----------------------------------------*/

#sectionGas {
	background-image: url("../img/bg/ptn_sectionGas.gif");
}

#sectionGas > .content {
	margin: 0 auto;
	padding: 70px 0;
	width: 880px;
}

#sectionGas > .content .txt_desc {
	margin-top: 40px;
}

#sectionGas > .content .figure {
	display: table;
	margin: 50px auto 0;
	width: 800px;
}

#sectionGas > .content .figure p {
	display: table-cell;
	padding: 0 10px;
}

/*----------------------------------------
	#sectionPos
----------------------------------------*/

#sectionPos {
	background-color: #f7f7f7;
}

#sectionPos > .content {
	margin: 0 auto;
	padding: 70px 0;
	width: 880px;
}

#sectionPos > .content .txt_desc {
	margin-top: 40px;
}

#sectionPos > .content .figure {
	margin-top: 50px;
}

/*----------------------------------------
	#sectionLineup
----------------------------------------*/

#sectionLineup {
	background-image: url("../img/bg/ptn_sectionLineup.gif");
}

#sectionLineup > .content {
	margin: 0 auto;
	padding: 70px 0;
	width: 880px;
}

/*----------------------------------------
	#sectionLimited
----------------------------------------*/

#sectionLimited {
	background-color: #f7f7f7;
}

#sectionLimited > .content {
	margin: 0 auto;
	padding: 70px 0;
	width: 880px;
}

#sectionLimited > .content .txt_desc {
	margin-top: 40px;
}

#sectionLimited > .content .figure {
	display: table;
	margin: 50px auto 0;
	width: 800px;
}

#sectionLimited > .content .figure p {
	display: table-cell;
	padding: 0 10px;
}
#sectionLimited > .content .figure {
	margin-top: 50px;
}

/*----------------------------------------
	#sectionTopplate
----------------------------------------*/

#sectionTopplate {
	background-color: #f7f7f7;
}

#sectionTopplate > .content {
	margin: 0 auto;
	padding: 70px 0;
	width: 880px;
}

#sectionTopplate > .content > .txt_desc {
	margin-top: 40px;
}

#sectionTopplate > .content > ul {
	list-style: none;
	margin: 20px -20px 0 0;
	padding: 0;
}

#sectionTopplate > .content > ul > li {
	float: left;
	margin: 20px 20px 0 0;
	width: 430px;
}

#sectionTopplate > .content > ul > li:nth-child(n + 3) {
	margin-top: 40px;
}

#sectionTopplate > .content > ul > li .navLink {
	display: table;
	font-size: 12px;
	margin-left: auto;
	margin-top: 12px;
	text-align: left;
}

#sectionTopplate > .content > ul > li .navLink > li {
	display: block;
}

/*----------------------------------------
	#sectionGrill
----------------------------------------*/

#sectionGrill {
	background-image: url("../img/bg/ptn_sectionGrill.gif");
}

#sectionGrill > .content {
	margin: 0 auto;
	padding: 70px 0;
	width: 880px;
}

#sectionGrill > .content .txt_desc {
	margin-top: 40px;
}

#sectionGrill > .content > ul {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0 0 0 150px;
}

#sectionGrill > .content > ul > li {
	float: left;
	margin: 20px 20px 0 0;
	width: 280px;
}

#sectionGrill > .content > ul > li h3 {
	background: none;
	font-size: 17px;
	font-weight: bold;
	margin: 15px 0 0;
	padding: 0;
}

/*----------------------------------------
	#sectionSield
----------------------------------------*/

#sectionSield {
	background-color: #f7f7f7;
}

#sectionSield > .content {
	margin: 0 auto;
	padding: 70px 0;
	width: 900px;
}

#sectionSield > .content > .txt_desc {
	margin-top: 40px;
}

#sectionSield > .content > .figure {
	display: table;
	margin: 50px auto 0;
	width: 800px;
}

#sectionSield > .content > .figure > div {
	display: table-cell;
	padding: 0 10px;
}

#sectionSield > .content > .figure > div > .figure {
	border-radius: 4px 4px 0 0;
	overflow: hidden;
}

#sectionSield > .content > .figure > div > h3 {
	background-color: #fff;
	background-image: none;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 10px;
}

#sectionSield > .content > .section {
	margin: 20px auto 0;
	width: 880px;
}

#sectionSield > .content > .section > .header {
	background-color: #c4a672;
	border-radius: 4px 4px 0 0;
	position: relative;
}

#sectionSield > .content > .section > .header .heading {
	background-image: none;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 10px;
}

#sectionSield > .content > .section > .content {
	background-color: #fff;
}

#sectionSield > .content > .section > .content {
	background-color: #fff;
	box-sizing: border-box;
	display: table;
	padding: 30px 20px;
	width: 100%;
}

#sectionSield > .content > .section > .content > div {
	display: table-cell;
	padding: 0 10px;
	text-align: left;
	width: 260px;
}

#sectionSield > .content > .section > .content > div .figure {
	text-align: center;
}

#sectionSield > .content > .section > .content > div h5 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
}

#sectionSield > .content > .section > .content > div .txt_desc {
	margin-top: 10px;
}

/*----------------------------------------
	#sectionCare
----------------------------------------*/

#sectionCare {
	background-color: #f7f7f7;
	border-top: 1px solid #efefef;
}

#sectionCare > .content {
	margin: 0 auto;
	padding: 70px 0;
	width: 900px;
}

#sectionCare > .content > .section {
	margin-top: 50px;
}

#sectionCare > .content > .section h3 {
	background: none;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#sectionCare > .content > .section .txt_note {
	margin-top: 20px;
}

#heading_sectionCare_01 .txt_desc,
#heading_sectionCare_02 .txt_desc {
	margin-top: 40px;
}

#heading_sectionCare_01 .figure,
#heading_sectionCare_02 .figure {
	margin-top: 40px;
}

#heading_sectionCare_03 > .listItem {
	display: table;
	margin: 40px 0 0;
}

#heading_sectionCare_03 > .listItem > li {
	display: table-cell;
	padding: 0 10px;
	width: 280px;
}

#heading_sectionCare_03 > .txt_note {
	margin-left: 10px;
	margin-right: 10px;
}

#heading_sectionCare_03 > .txt_note > li {
	width: auto;
}

/*----------------------------------------
	#sectionGrillFunc
----------------------------------------*/

#sectionGrillFunc {
	background-image: url("../img/bg/ptn_sectionGrillFunc.gif");
}

#sectionGrillFunc > .content {
	margin: 0 auto;
	padding: 70px 0;
	width: 880px;
}

#sectionGrillFunc > .content > .listItem {
	list-style: none;
	margin: 20px -20px 0 0;
	padding: 0;
}

#sectionGrillFunc > .content > .listItem > li {
	float: left;
	margin: 20px 20px 0 0;
	width: 430px;
}

#sectionGrillFunc > .content > .txt_note {
	margin-top: 20px;
}

/*----------------------------------------
	#sectionSafety
----------------------------------------*/

#sectionSafety {
	background-color: #f7f7f7;
}

#sectionSafety > .content {
	margin: 0 auto;
	padding: 70px 0;
	width: 900px;
}

#sectionSafety > .content > .column2 {
	display: table;
	margin: 40px 0 0;
}

#sectionSafety > .content > .column2 > li {
	display: table-cell;
	padding: 0 10px;
	width: 280px;
}

#sectionSafety > .content > .column3 {
	margin-left: 10px;
	margin-right: -20px;
}

#sectionSafety > .content > .column3 > li {
	float: left;
	margin: 30px 20px 0 0;
	width: 280px;
}

#sectionSafety > .content > .txt_note {
	margin: 20px 10px 0;
}

/*-------------------------------------------------------------------

	Text

-------------------------------------------------------------------*/

/*----------------------------------------
	.txt_note
----------------------------------------*/

.txt_note {
	font-size: 11px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.txt_note > li {
	padding-left: 1.25em;
	text-indent: -1.25em;
}