@charset "utf-8";

h1 {
	font-size: 16px;
}

h2,
h3,
h4,
h5,
h6 {
	line-height: 1.35;
	margin: 1em 0;
}

#NR-wrapper-in {
	font-size: 15px;
}

#NR-wrapper-in p {
	font-size: 85%;
}

#NR-wrapper-in h2 {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	margin: 0 10px;
}

#NR-sub h4 {
	font-size: 14px;
}

#NR-wrapper-in .unit {
	margin-bottom: 30px;
}

#NR-wrapper-in p {
	line-height: 1.5;
	margin: 5px 0;
}

#NR-wrapper-in ul li,
#NR-wrapper-in ol li {
	line-height: 1.5;
}

#NR-wrapper-in ul {
	border-top: #cc3333 2px solid;
	margin: 0 10px;
}
#NR-wrapper-in li {
	border-bottom: #dedede 1px dotted;
	padding: 10px 0;
}

.category-use {
	display: table;
	padding: 15px 0;
	width: 100%;
}

.category-use-in {
	border-right: 1px solid #dedede;
	display: table-cell;
	width: 25%;
}

*:first-child+html .category-use-in {
	border: none;
	float:left;
	margin: 0;
	padding: 0;
	width: 245px;
}

*:first-child+html .category-use-in:first-child {
	margin-left: 0;
}

.category-use-in:first-child {
	border-left: 1px solid #dfdfdf;
}

#NR-wrapper-in .category-use p {
	margin: 6px 10px;
}

.category-order {
	display: table;
	padding: 15px 0;
	width: 100%;
}

.category-order-in {
	border-right: 1px solid #dfdfdf;
	display: table-cell;
	width: 20%;
}

*:first-child+html .category-order-in {
	border: none;
	float:left;
	margin: 0;
	padding: 0;
	width: 194px;
}
*:first-child+html .category-order-in:first-child {
	margin-left: 0;
}

.category-order h2 {
	padding-bottom: 8px;
}

.category-order-in:first-child {
	border-left: 1px solid #dfdfdf;
}

.category-use-background {
	margin-bottom: 30px;
}

.category-more-background {
	background: #fcfcfc;
	border: 1px solid #dfdfdf;
	margin-top: 30px;
	padding: 10px 0 20px;
}

.category-more {
	display: table;
	padding-top: 15px;
	width: 100%;
}

.category-more-in {
	display: table-cell;
	border-left: 1px solid #dedede;
	width: 25%;
}

*:first-child+html .category-more-in {
	border: none;
	float:left;
	margin-left: 5px;
	width: 245px;
}

.category-more-in:first-child {
	border-left: none;
}

#NR-wrapper-in .category-more h2 {
	font-size: 14px;
	padding-bottom: 8px;
}

@media screen and (max-width: 599px) {

	#NR-wrapper-in .section {
		margin-bottom: 0;
	}

	#NR-wrapper-in .category-order-background {
		border: 1px solid #ddd;
		margin-bottom: 20px;
		padding-bottom: 0;
		padding-top: 0;
	}

	#NR-wrapper-in .category-use-background {
		border: 1px solid #ddd;
		margin-bottom: 20px;
		margin-top: 12px;
		padding-bottom: 0;
		padding-top: 0;
	}

	#NR-wrapper-in .category-more-background {
		background: #f5f5f5;
		border: 1px solid #ddd;
		margin-top: 12px;
		padding-bottom: 0;
		padding-top: 0;
	}

	#NR-wrapper-in h2 {
		font-size: 13px;
		padding-bottom: 5px;
	}

	.category-use,
	.category-more,
	.category-order {
		border: none;
		display: block;
		margin-top: 10px;
		padding: 0 5% 0 4%;
		width: 90%;
	}

	.category-order {
		margin-bottom: 0;
		margin-top: 0;
	}

	.category-order-in,
	.category-use-in,
	.category-more-in {
		border: none;
		display: block;
		margin-top: 20px;
		width: 100%;
	}

	.category-use-in a,
	.category-order-in a,
	.category-more-in a {
		background: url("../../img/sitemap/sprite.png") no-repeat 100%;
		background-size: 140px 620px;
		display: block;
		font-size: 14px;
		padding: 2px 0;
	}

	.category-use-in a:hover,
	.category-order-in a:hover {
		text-decoration: none;
	}

	.category-use-in:first-child,
	.category-order-in:first-child {
		border-left: none;
	}

	.category-use-in:last-child,
	.category-order-in:last-child {
		border-right: none;
	}

	.category-use-in p {
		display: none;
	}

	.category-use-in h1,
	.category-more-in h1 {
		padding-bottom: 10px;
	}

	#NR-wrapper-in li {
		border-bottom: #ccc 1px dotted;
	}

	#NR-wrapper-in li.last {
		border-bottom: none;
	}

	#NR-wrapper-in .category-more-background h1 {
		font-size: 13px;
		padding-bottom: 5px;
	}
}