@charset "utf-8";

/* ============================================================
 
============================================================ */

#contents .mainPh .tit {
	background-image: url(../img/main_ph.jpg);
}
#contents .block .inner {
	width: 1000px;
	margin: 0 auto;
}
.f_storesecurity #contents .block {
	padding: 10px 0 80px;
}
.f_storesecurity #contents .block .txtCenter {
	text-align: center;
	margin-top: 40px;
}
.f_storesecurity #contents .relationArea {
	padding-bottom: 20px;
}
.f_storesecurity #contents .relationArea ul {
	margin: 50px auto 0;
	height: 260px;
	width: 765px;
}
.f_storesecurity #contents .block02 {
	background-color: #f5f5f5;
}
.f_storesecurity #contents .block03 {
	background-color: #e5e5e5;
}
.f_storesecurity #contents .block03 ul {
	margin: 50px auto 0;
}
.f_storesecurity #contents .block04 {
	background-color: #f5f5f5;
}
.f_storesecurity #contents .block04 ul {
	margin: 50px auto 0;
}
#index.f_storesecurity .btnDeco02.noLink {
	float: left;
}
#index.f_storesecurity .other li {
	padding: 10px;
	box-sizing: border-box;
}
#index.f_storesecurity .other li img {
	width: 100%;
	height: auto;
}
.ftLinkArea {
	margin-top: 0;
}
@media screen and (max-width: 737px) {
	#contents .mainPh .tit {
		background-image: url(../img/sp_main_ph.jpg);
	}
	#contents .block .inner {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.f_storesecurity #contents .block {
		padding-bottom: 30px;
	}
	.f_storesecurity #contents .relationArea ul {
		width: auto;
		margin: 20px -2% 0;
		height: auto;
	}
	.f_storesecurity #contents .block .txtCenter {
		text-align: left;
		margin-top: 10px;
	}
}




/*
======================= */
.g_product_details .block {
	padding: 10px 0 80px;
}
.g_product_details .block01 {
	padding-bottom: 50px;
}
.g_product_details .block .inner {
	padding-top: 40px;
}
.g_product_details .block:nth-child(odd) {
	background-color: #f5f5f5;
}
.g_product_details .anchorLink {
	margin: -20px 0 0 -20px;
	width: auto;
}
.g_product_details .anchorLink li {
	float: left;
	margin: 20px 0 0 20px;
}
.g_product_details .anchorLink li a {
	position: relative;
	display: block;
	width: 320px;
	background-color: #fff;
	border: solid 1px #fff;
	text-align: center;
	padding: 15px 0 25px;
	box-sizing: border-box;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: border;
	transition-property: border;
}
.g_product_details .anchorLink li a:after {
	content: "\e903";
	font-family: icomoon;
	font-size: 24px;
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: rotate(-90deg);
	margin-left: -12px;
}
.g_product_details .anchorLink li a:hover {
	border-color: #bfbfbf;
}

/*item*/
.g_product_details .inner .item {
	margin-top: 30px;
}
.g_product_details .inner .item .catalog a {
	display: block;
	width: 100%;
	line-height: 46px;
	padding-left: 102px;
	background-color: #333;
	box-sizing: border-box;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background-image: url(../img/icon_01.png);
	background-size: 16px auto;
	background-repeat: no-repeat;
	background-position: 76px center;
}
.g_product_details .inner .item .catalog a:hover {
	background-color: #555;
}
.g_product_details .inner .item .box {
	width: 240px;
	box-sizing: border-box;
}
.g_product_details .inner .item .box p + p {
	margin-top: 15px;
}
.g_product_details .inner .item .box img {
	width: 100%;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.g_product_details .inner .item .right {
	width: 720px;
}
.g_product_details .inner .item .right .row .note {
	font-size: 12px;
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 10px;
}
.g_product_details .inner .item .right .row + .row {
	margin-top: 30px;
}
.g_product_details .inner .item .right .row p {
	font-size: 14px;
}
.g_product_details .inner .item .right .row .titleDeco06 + p {
	margin-top: 10px;
}
.g_product_details .inner .item .right .row ul {
	margin-top: 10px;
}
.g_product_details .inner .item .right .row p + ul {
	margin-top: 0;
}
.g_product_details .inner .item .right .row ul li {
	font-size: 14px;
	padding-left: 1em;
	text-indent: -1em;
	word-wrap: break-word;
}
.g_product_details .inner .item .right .row table {
	width: 100%;
	margin-top: 10px;
	table-layout: fixed;
}
.g_product_details .inner .item .right .row th,
.g_product_details .inner .item .right .row td {
	border: solid #ddd 1px;
	text-align: center;
	font-size: 14px;
	padding: 6px 14px;
	box-sizing: border-box;
	word-wrap: break-word;
}
.g_product_details .inner .item .right .row th {
	background-color: #eee;
	width: 190px;
}
@media screen and (max-width: 737px) {
	.g_product_details #contents .block .inner {
		padding-top: 20px;
	}
	.g_product_details .block {
		padding: 5px 0 40px;
	}
	.g_product_details #contents .block.anchorLinkArea {
		padding-top: 0;
	}
	.g_product_details #contents .block.anchorLinkArea .inner {
		padding-top: 30px;
	}
	.g_product_details .block01 {
		padding: 30px 0;
	}
	.g_product_details .anchorLink {
		width: 100%;
		margin: 0;
	}
	.g_product_details .anchorLink li {
		float: none;
		margin: 0;
	}
	.g_product_details .anchorLink li + li {
		margin: 10px 0 0;
	}
	.g_product_details .anchorLink li a {
		width: 100%;
		text-align: left;
		padding:10px;
	}
	.g_product_details .anchorLink li a:after {
		left: 90%;
		bottom: 5px;
		margin-left: 0;
	}
	.g_product_details .inner .item .box {
		width: 100%;
	}
	.g_product_details .inner .item .box:first-of-type {
		text-align: center;
	}
	.g_product_details .inner .item .box img {
		width: 200px;
		height: auto;
	}
	.g_product_details .inner .item .catalog a {
		width: 200px;
		padding-left: 82px;
		background-position:58px center;
		margin: 0 auto;
		text-align: left;
	}
	.g_product_details .inner .item .row {
		margin: 30px -10px 0;
	}
	.g_product_details .inner .item .right .row .note {
		padding: 0 10px 0 20px;
	}
	.g_product_details .inner .item .right .row table {
		margin-top: 0;
	}
	.g_product_details .inner .item .right .row ul {
		padding: 0 10px;
	}
	.g_product_details .inner .item .right .row + .row {
		margin-top: 15px;
	}
	.g_product_details .inner .item .right .row th,
	.g_product_details .inner .item .right .row td {
		width: 100%;
		display: block;
		border: none;
		border-bottom: 1px solid #ddd;
		padding: 2px 14px;
	}
	.g_product_details .inner .item .right .row .titleDeco06 + p {
		margin: 10px 10px 0;
	}

	.g_product_details .inner .item .right .row .column03 td {
		display: table;
		table-layout: fixed;
		padding: 0;
	}
	.g_product_details .inner .item .right .row .column03 td span {
		display: table-cell !important;
		width: 33.333%;
		vertical-align: middle;
		padding: 2px 14px;
		box-sizing: border-box;
	}
	.g_product_details .inner .item .right .row .column03 span + span {
		border-left: solid #ddd 1px;
	}
	.g_product_details .inner .item .right .row .column02 td {
		display: table;
		table-layout: fixed;
	}
	.g_product_details .inner .item .right .row .column02 td span {
		display: table-cell !important;
		padding: 2px 11px;
		width: 50%;
		box-sizing: border-box;
		vertical-align: middle;
	}
	.g_product_details .inner .item .right .row .column02 td span + span {
		border-left: 1px solid #ddd;
	}
	.g_product_details .inner .item .right .row .column04 td {
		display: table;
		table-layout: fixed;
	}
	.g_product_details .inner .item .right .row .column04 td span {
		display: table-cell !important;
		width: 25%;
		padding: 2px 11px;
		box-sizing: border-box;
		vertical-align: middle;
	}
	.g_product_details .inner .item .right .row .column04 td span + span {
		border-left: 1px solid #ddd;
	}
}



/* displaymaster
======================= */
.f_displaymaster.g_product_details .anchorLink {
	width: 660px;
	margin: 0 auto;
	padding-top: 40px;
}
.f_displaymaster.g_product_details .anchorLink li {
	margin: 0;
}
.f_displaymaster.g_product_details .anchorLink li + li {
	margin-left: 20px;
}

@media screen and (max-width: 737px) {
	.f_displaymaster.g_product_details .anchorLink {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.f_displaymaster.g_product_details .anchorLink li + li {
		margin: 10px 0 0 0;
	}
}

/* Other
======================= */
.f_other.g_product_details .anchorLink {
	width: 660px;
	margin: 0 auto;
}
.f_other.g_product_details .anchorLink li {
	margin: 0;
}
.f_other.g_product_details .anchorLink li + li {
	margin-left: 20px;
}
