/* CSS Document */
@charset "utf-8";

section.stock_area .top_text00 {
	background-color: #eee;
	padding: 40px;
	margin: 0 0 40px;
}
section.stock_area .top_text00 .top_text00_inner {
	max-width: 620px;
	margin: auto;
}
section.stock_area .top_text00 a {
	display: inline-block;
	margin: 15px 0 0;
	border-bottom: 1px solid;
}

section.stock_area .top_text01 {
	text-align: center;
}

section.stock_area .top_text01 .date_new {
	font-weight: bold;
}
section.stock_area .top_text01 .date_new_bottom span {
	display: inline-block;
	font-size: 70%;
	background-color: #eee;
	padding: 2px 10px;
	line-height: 1.5;
	margin: 5px 0 5px;
}

section.stock_area .common_01_inner p {
	text-align: center;
	margin: 10px 0 20px;
	font-size: 130%;
	font-weight: bold;
}

.accordion-title {
	position: relative;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	padding: 10px 20px;
	background-color: #000;
	margin: 0 0 1px;
}
.accordion-title span {
	font-weight: bold;
}
.accordion-title::after {
	border-right: solid 2px #fff;
	border-top: solid 2px #fff;
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	right: 25px;
	top: 38%;
	transform: rotate(135deg);
	transition: transform .3s ease-in-out, top .3s ease-in-out;
	width: 8px;
}
.accordion-title.open::after {
	top: 45%;
	transform: rotate(-45deg);
}

.accordion-content {
	display: none;
	padding: 5px;
}

.stock_tbl {
	width: 100%;
}
.stock_tbl th, .stock_tbl td {
	padding: 2px 10px;
	border-collapse: collapse;
	border: 1px solid #333;
	font-size: 14px;
}
.stock_tbl th {
	background-color: #efefef;
	vertical-align: top;
	text-align: left;
}

.link_bt a {
	display: inline-block;
	border: 1px solid #000;
	margin: 10px 0 0;
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 5px;
	background-color: #efefef;
	color: #000;
}
