/*
* #page_head
*/
#page_head {
	margin-bottom: 50px;
}

#page_head img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#page_head > h2 {
	position: relative;
	width: 100%;
	margin: 20px auto;
	padding: 5px;
	color: #113bc5;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background: #fef6d8;
}

#page_head h2 img {
	margin-top: 5px;
}

#page_head h2::after {
	content: none;
}

/* /park/sell/  text-table*/
div.text-table {
	padding: 70px 0 50px;
}

div.text-table > .text-caption {
	position: relative;
	display: block;
	width: 510px;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	z-index: 1;
}

div.text-table > .text-caption p {
	position: relative;
	margin-bottom: 15px;
	padding: 10px;
	background: #0066CC;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.7;
	text-align: center;
}

div.text-table > .text-caption p::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 15px;
	height: 15px;
	background: #0066CC;
	-webkit-transform: translate(0, 50%) rotate(45deg);
	transform: translate(0, 50%) rotate(45deg);
	z-index: -1;
}

div.text-table > .text-caption > h2 {
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 0 0 0 10px;
	background: #ffffff;
	color: #0066CC;
}

div.text-table > .text-contents {
	padding: 30px 10px 10px;
	border: solid 1px #000;
	transform: translate(0, -15px);
}

div.text-table > .text-contents p {
	font-size: 14px;
	text-align: center;
}

div.text-table > .text-contents span {
	font-size: 16px;
	color: #FF6600;
}

div.remove-space{
	padding-top: 0px;
}

/*
* #items
*/
#items > p {
	text-align: right;
}

/* .items_tab */
#items .items_tab {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#items .items_tab li {
	width: 19%;
	margin: 0;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	border-bottom: 5px solid #fff;
	border-radius: 10px 10px 0 0;
	cursor: pointer;
}

#items .items_tab li:nth-child(1) {
	background: #3cc;
}

#items .items_tab li:nth-child(2) {
	background: #6cf;
}

#items .items_tab li:nth-child(3) {
	background: #ffbc2d;
}

#items .items_tab li:nth-child(4) {
	background: #ff98c8;
}

#items .items_tab li:nth-child(5) {
	background: #113bc5;
}

#items .items_tab li.on:nth-child(1) {
	border-bottom: 3px solid #3cc;
}

#items .items_tab li.on:nth-child(2) {
	border-bottom: 3px solid #6cf;
}

#items .items_tab li.on:nth-child(3) {
	border-bottom: 3px solid #ffbc2d;
}

#items .items_tab li.on:nth-child(4) {
	border-bottom: 3px solid #ff98c8;
}

#items .items_tab li.on:nth-child(5) {
	border-bottom: 3px solid #113bc5;
}

#items .items_tab li:hover {
	opacity: .5;
}

#items .items_tab li img {
	display: block;
	width: auto;
	height: 30px;
	margin: 0 auto;
}

#items .items_tab li span {
	display: none;
}

#items .items_tab li:hover {
	opacity: .5;
}

#items .items_tab li img {
	display: block;
	width: auto;
	height: 30px;
	margin: 0 auto;
}

#items .items_tab li span {
	display: none;
}

/* .items_table */
#items .items_table {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#items .items_table li {
	display: none;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}

#items .items_table li.on {
	display: list-item;
}

#items .items_table li:nth-child(1) {
	border-top: 5px solid #3cc;
}

#items .items_table li:nth-child(2) {
	border-top: 5px solid #6cf;
}

#items .items_table li:nth-child(3) {
	border-top: 5px solid #ffbc2d;
}

#items .items_table li:nth-child(4) {
	border-top: 5px solid #ff98c8;
}

#items .items_table li:nth-child(5) {
	border-top: 5px solid #113bc5;
}

/* .items_table table */
#items .items_table li table {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

#items .items_table li table tbody tr:nth-child(odd) {

}

#items .items_table li table tbody tr:nth-child(even) {
	background: #f5f5f5;
}


#items .items_table li table th,
#items .items_table li table td {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

#items .items_table li table th {
	text-align: center;
	border-bottom: 3px double #ccc;
}

#items .items_table li table td:nth-child(1) {
	width: 10%;
}

#items .items_table li table td:nth-child(2) {
	width: 15%;
}

#items .items_table li table td:nth-child(3) {
	width: 19%;
}

#items .items_table li table td:nth-child(5) {
	/* width: 10%; */
	color: #c00;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}

#items .items_table li table th+th,
#items .items_table li table td+td {
	width: 10%;
	border-left: 1px solid #ccc;
}

/*
* #next_pages
*/
#next_pages {
	display: flex;
	flex-direction: column;
}

#next_pages a {
	display: block;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

#next_pages a+a {
	margin-top: 20px;
}

#next_pages a.blue {
	background: #6cf;
}

#next_pages a.yellow {
	background: #ffbc2d;
}

/*
* #buysell_pages
*/
#buysell_pages {
	margin-bottom: 100px;
}

#buysell_pages img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#buysell_pages > h2 {
	position: relative;
	width: 100%;
	margin: 20px auto;
	padding: 5px;
	color: #113bc5;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background: #fef6d8;
}

#buysell_pages h2 img {
	margin-top: 5px;
}

#buysell_pages h2::after {
	content: none;
}

@media (min-width: 768px) {
	/*
	* #page_head
	*/
	#page_head > h2 {
		position: relative;
		width: 100%;
		padding: 20px;
		font-size: 30px;
	}

	#page_head h2 img {
		margin-top: 20px;
	}

	/* /park/sell/  text-table*/
	div.text-table > .text-caption p {
		display:-webkit-box;
		display:-ms-flexbox;
		display: -webkit-flex;
		display:flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		width: 100%;
		height: 50px;
		margin-bottom: 25px;
		font-size: 20px;
	}

	div.text-table > .text-caption p::after {
		width: 20px;
		height: 20px;
	}

	div.text-table > .text-caption h2 {
		width: 100%;
		padding-left: 15px;
		font-size: 30px;
		letter-spacing: 0.47em;
	}

	div.text-table > .text-contents {
		padding: 50px 30px 30px;
		border: solid 2px #000;
		transform: translate(0, -20px);
	}

	div.text-table > .text-contents p {
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 1.75;
	}

	div.text-table > .text-contents span {
		font-size: 20px;
	}

	/*
	* #items
	*/
	#items > p {
		display: none;
	}

	#items .items_tab li img {
		height: 50px;
	}

	#items .items_tab li span {
		display: block;
		margin-top: 10px;
	}

	/* .items_table */
	#items .items_table li {
		overflow-x: auto;
	}

	#items .items_table li table {
		width: 100%;
	}

	/*
	* #next_pages
	*/
	#next_pages {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: stretch;
	}

	#next_pages a {
		width: 48%;
		padding: 30px 0;
		color: #fff;
		font-size: 24px;
	}

	#next_pages a+a {
		margin-top: 0;
	}

	/*
	* #buysell_pages
	*/
	#buysell_pages > h2 {
		position: relative;
		width: 100%;
		padding: 20px;
		font-size: 30px;
	}

	#buysell_pages h2 img {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	div.text-table {
		margin-bottom: 20px;
		padding: 40px 10px 10px;
	}
}
