@charset "utf-8";
body {
	min-width: inherit;
}
.pop-link {
	font-size: 14px;
	font-weight: bold;
	background: none !important;
	padding: 0 !important;
	margin: 30px 0 0 0;
	display: block;
}
.pop-link a {
	padding: 10px 36px 10px 16px;
	border: 1px solid #cccccc;
	color: #000000;
	transition: background 0.3s;
	background: url("../images/ico_blank.svg") #FFF no-repeat right 16px center;
	background-size: 15px auto;
	display: inline-block;
}
.pop-link a:hover {
	text-decoration: none;
	background: url("../images/ico_blank.svg") #f2f2f2 no-repeat right 16px center;
	background-size: 15px auto;
}
@media(max-width:767px) {
	.pop-link {
		font-size: 11px;
		margin: 20px auto 0 auto !important;
		width: 180px;
		max-width: 180px;
	}
	.pop-link a {
		padding: 7px 30px 7px 15%;
		background: url("../images/ico_blank.svg") #FFF no-repeat right 12px center !important;
		background-size: 15px auto !important;
		display: block;
		box-sizing: border-box;
	}
}
.pop {
	padding: 50px;
}
@media(max-width:767px) {
	.pop {
		padding: 15px;
	}
}
.pop h1 {
	font-size: 20px;
	margin-bottom: 30px;
	border-left: 5px solid #CCC;
	padding: 0 0 0 15px;
}
@media(max-width:767px) {
	.pop h1 {
		font-size: 15px;
		margin-bottom: 20px;
		border-left: 3px solid #CCC;
		padding: 0 0 0 10px;
		line-height: 1.5;
	}
}
.pop table {
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	width: 100%;
}
.pop table th,
.pop table td {
	border-left: 1px dashed #999;
	border-bottom: 1px solid #666;
	padding: 7px 10px;
	font-size: 12px;
}
@media(max-width:767px) {
	.pop table th,
	.pop table td {
		padding: 3px 5px;
		font-size: 10px;
	}
}
.pop table th {
	background: #999;
	color: #FFF;
	font-weight: normal;
	letter-spacing: 0.1em;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
}
.pop table th:nth-last-child(1) {
	border-left: 1px solid #666;
}
.pop.sales_2line table td {
	border-left: 1px dashed #999;
	border-bottom: 1px dashed #999;
	padding: 7px 10px;
}
.pop.sales_2line table tr:nth-child(odd) td {
	border-bottom: 1px solid #666;
}
.pop.sales_3line table tr td,
.pop.sales_4line table tr td,
.pop.sales_5line table tr td {
	border-bottom: 1px dashed #999;
	border-left: 1px dashed #999;
}

.pop.sales_3line table tr:nth-of-type(4) td,
.pop.sales_3line table tr:nth-of-type(7) td,
.pop.sales_3line table tr:nth-of-type(10) td,
.pop.sales_3line table tr:nth-of-type(13) td,
.pop.sales_3line table tr:nth-of-type(16) td,
.pop.sales_3line table tr:nth-of-type(19) td,
.pop.sales_3line table tr:nth-of-type(22) td,
.pop.sales_3line table tr:nth-of-type(25) td,
.pop.sales_3line table tr:nth-of-type(28) td,
.pop.sales_3line table tr:nth-of-type(31) td,
.pop.sales_3line table tr:nth-of-type(34) td,
.pop.sales_3line table tr:nth-of-type(37) td,
.pop.sales_3line table tr:nth-of-type(40) td,
.pop.sales_3line table tr:nth-of-type(43) td,
.pop.sales_3line table tr:nth-of-type(46) td,
.pop.sales_3line table tr:nth-of-type(49) td {
	border-bottom: 1px solid #666;
}
.pop.sales_4line table tr:nth-of-type(5) td {
	border-bottom: 1px solid #666;
}
.pop.sales_5line table tr:nth-of-type(6) td {
	border-bottom: 1px solid #666;
}

.pop.sales_bleach table tr td {
	border-bottom: 1px dashed #999;
	border-left: 1px dashed #999;
}
.pop.sales_bleach table tr:nth-of-type(6) td,
.pop.sales_bleach table tr:nth-of-type(10) td {
	border-bottom: 1px solid #666;
}
.pop table td ul {
	padding: 0 0 0 20px;
}
.pop table td ul li {
	list-style-type: disc;
	position: relative;
	margin: 5px 0;
}

.pop table td.pop-name {
	background: #f2f2f2;
	border-bottom: 1px solid #666 !important;
	border-left: 1px solid #666 !important;
	border-right: 1px solid #666;
}
.close {
	max-width: 150px;
	margin: 50px auto 0 auto;
	text-align: center;
	font-size: 12px;
}
@media(max-width:767px) {
	.close {
		margin: 30px auto 0 auto;
		font-size: 10px;
	}
}
.close a {
	position: relative;
	display: block;
	text-decoration: none;
	line-height: 30px;
	background: #FFFFFF;
	border: 1px solid #666;
	transition: background 0.2s;
	border-radius: 3px;
	padding: 0 0 0 20px;
}
.close a:hover {
	background: #EEE;
}
.close a::before, .close a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50px;
  width: 1px;
  height: 12px;
  background: #333;
}
 
.close a::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
.close a::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}





/* -----------------------------------------
 SmartPhone
----------------------------------------- */
@media(max-width:767px) {
	
}