@charset "Shift_JIS";
/* =====================================================================
	オークションのご利用ガイド
===================================================================== */
.sp_only_ {
	display: none;
}
#auction_guide {
	width: 962px;
	margin: 0 auto;
}
#auction_heading {
	position: relative;
	margin-bottom: 40px;
	padding-left: 24px;
}
#auction_heading:before {
	content: '';
	position: absolute;
	top: -2px;
	left: 0;
	display: block;
	border-radius: 4px;
	border-style:solid;
	border-color:rgba(60,152,85,1);
	width: 0;
	height: 100%;
	background-color: rgba(60,152,85,1);
}
#auction_heading h1 {
	margin-bottom: 8px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.15;
}


#auction_nav {
	margin-bottom: 58px;
}
#auction_nav ul {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
#auction_nav ul li {
	border-left: 1px solid rgba(218,218,218,1);
	padding-right: 2px;
	padding-left: 2px;
	width: calc((100% - 1px) / 5);
}
#auction_nav ul li:last-child {
	border-right: 1px solid rgba(218,218,218,1);
	width: calc(((100% - 1px) / 5) - 1px);
}
#auction_nav ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	padding-top: 8px;
	padding-bottom: 25px;
	width: 100%;
	height: calc(100% - 33px);
	background-image: url("../img/ico_arrow_b_grn.png");
	background-repeat: no-repeat;
	background-position: 50% 90%;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: rgba(0,131,63,1);
}
#auction_nav ul li a:hover {
	background-color: rgba(230,245,236,1);
}
.auction_content h2 {
	margin: 0 0 25px;
	position: relative;
	border-bottom: 2px solid rgba(218,218,218,1);
}
.auction_content h2 span {
	display: inline-block;
	margin-bottom: -2px;
	border-bottom: 2px solid rgba(23,152,85,1);
	padding-bottom: 20px;
	line-height: 1.1;
	font-size: 24px;
	font-weight: bold;
}
.auction_content h3 {
	margin: 54px 0 25px;
	border: 1px solid rgba(218,218,218,1);
	padding: 10px;
}
.auction_content h3 span {
	display: inline-block;
	border-left: 5px solid rgba(23,152,85,1);
	padding-left: 10px;
	line-height: 1.2;
	font-size: 18px;
	font-weight: bold;
}
.auction_content p {
	font-size: 14px;
	line-height: 1.7;
	margin-top: 20px;
}
.auction_content p strong {
	margin-bottom: 6px;
	display: inline-block;
}
.auction_content p.note {
	font-size: 12px;
}
.auction_content p.red {
	color: #ff0000;
}
.auction_content p.red a {
	color: #ff0000;
}
.auction_content p a {
	text-decoration: underline;
}
.auction_content p:hover {
	text-decoration: none;
}
.auction_content  a.txt_link {
	text-decoration: none;
	display: inline-block;
	padding-left: 20px;
	background-image: url("../../img/usr/common/hnav_arrow.png");
	background-position: 0% 35%;
	background-repeat: no-repeat;
}
.auction_content  a.txt_link:hover {
	text-decoration: underline;
}

.auction_content {
	padding: 0 0 23px;
}
.auction_content .auction_box .auction_img {
	text-align: center;
	/*padding-bottom: 35px;*/
}
.auction_content .auction_desc {
	display: flex;
	padding-bottom: 35px;
}
.auction_content .auction_box > .auction_txt {
	padding-bottom: 50px;
}
.auction_content .auction_box > .auction_txt + h3 {
	margin-top: 0;
}
.auction_desc .auction_txt {
	width: 430px;
}
.auction_content .auction_desc .auction_txt .number_ttl {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.66;
	margin: 30px 0 10px;
}
.auction_content .auction_desc .auction_txt .number_ttl:first-child {
	margin-top: 0;
}
.auction_content .auction_desc .auction_txt .number_ttl span {
	color: #ff0000;
	margin-right: 5px;
}
.auction_content .auction_desc .auction_txt .number_ttl + p {
	margin-top: 0;
}
.auction_content .auction_txt p {
	/*margin-bottom: 24px;*/
	padding-left: 20px;
}
.auction_content .auction_desc .auction_img {
	width: 480px;
	margin: 0 0 0 auto;
	padding: 0;
}

#auction_guide #before_bidding p strong {
	display: inline;
	margin: 0;
}
#auction_guide #can_bid .auction_box {
	padding-top: 28px;
}
#auction_guide #to_bid p.red {
	margin-bottom: 54px;
}
#auction_guide #to_bid p.note {
	margin-top: 0;
}
#auction_guide #to_bid p.note + p {
	margin-top: 8px;
}
#auction_guide #howto_order {
	padding-bottom: 62px;
}
#auction_guide #order_flow {
	padding-bottom: 78px;
}

header ~ .wrapper_ .sp_only_ {
	display: block;
}
header ~ .wrapper_ .pc_only_ {
	display: none;
}
header ~ .wrapper_ #auction_guide {
	padding: 3.125%;
	width: auto;
}

header ~ .wrapper_ #auction_nav {
	margin-bottom: 40px;
}
header ~ .wrapper_ #auction_nav ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow: hidden;
	margin-bottom: 0;
	width: 100%;
}
header ~ .wrapper_ #auction_nav ul li {
	margin-bottom: 10px;
	border-left: 1px solid rgba(218,218,218,1);
	padding-right: 2px;
	padding-left: 2px;
	width: calc((100% - 10px) / 2);
}
header ~ .wrapper_ #auction_nav ul li:nth-of-type(2n) {
	border-right: 1px solid rgba(218,218,218,1);
	width: calc(((100% - 10px) / 2) - 1px);
}
header ~ .wrapper_ #auction_nav ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	padding-top: 8px;
	padding-bottom: 25px;
	width: 100%;
	height: calc(100% - 33px);
	background-image:  url("../img/ico_arrow_b_grn.png");
	background-repeat: no-repeat;
	background-position: 50% 90%;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: rgba(0,131,63,1);
}
header ~ .wrapper_ .auction_content h2 span {
	font-size: 20px;
}
header ~ .wrapper_ .auction_content h3 span {
	font-size: 16px;
}
header ~ .wrapper_ .auction_content .auction_desc {
	display: block;
}
header ~ .wrapper_ .auction_desc .auction_txt,
header ~ .wrapper_ .auction_content .auction_desc .auction_img {
	width: 100%;
	margin: 0 auto;
}
header ~ .wrapper_ .auction_content .auction_txt p {
	padding-left: 0;
}
header ~ .wrapper_ .auction_content .auction_desc .auction_img {
	margin-top: 20px;
	width: 64%;
}
header ~ .wrapper_ .auction_content .auction_box .auction_img {
	width: 64%;
	margin: 20px auto 0;
}
header ~ .wrapper_ .auction_content .auction_desc .auction_img img,
header ~ .wrapper_ .auction_content .auction_box .auction_img img {
	margin: 0 auto;
}
/* =====================================================================
	オークションのよくあるご質問
===================================================================== */
#auction_faq {
	width: 962px;
	margin: 0 auto;
}
.auction_content.faq > div dl {
	margin-bottom: 40px;
	border-bottom: 1px dotted rgba(218,218,218,1);
}
.auction_content.faq > div dl dt {
	margin-bottom: 25px;
	padding-top: 2px;
	padding-left: 35px;
	min-height: 26px;
	background-image: url("../img/auction_faq/ttl_faq_q.png");
	background-size: 26px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-weight: bold;
}
.auction_content.faq > div dl dd {
	margin-bottom: 30px;
	padding-top: 2px;
	padding-left: 35px;
	min-height: 26px;
	background-image: url("../img/auction_faq/ttl_faq_a.png");
	background-size: 26px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.auction_content.faq > div dl dd p:first-child {
	margin-top: 0;
}
.auction_content.faq > div dl dd.auction_img {
	display: flex;
}
.auction_content.faq > div dl dd.auction_img p {
	width: 420px;
}
.auction_content.faq > div dl dd.auction_img .auction_img_box {
	width: 480px;
	margin-left: auto;
}

.auction_content.faq table.auction_faq_table {
	border: 1px solid #dadada;
	width: 500px;
	margin-top: 20px;
}
.auction_content.faq table.auction_faq_table th,
.auction_content.faq table.auction_faq_table td {
	padding: 10px;
	border: 1px solid #dadada;
	width: 250px;
}
.auction_content.faq table.auction_faq_table th {
	background-color: #f2faf5;
}

header ~ .wrapper_ #auction_faq {
	padding: 3.125%;
	width: auto;
}

header ~ .wrapper_ .auction_content.faq > div {
	margin-bottom: 20px;
	border-radius: 10px;
	border: 1px solid rgba(222,222,222,1);
}
header ~ .wrapper_ .auction_content.faq > div dl {
	margin-bottom: 0;
	border-bottom: 1px solid rgba(222,222,222,1);
}
header ~ .wrapper_ .auction_content.faq > div dl:last-of-type {
	border-bottom: none;
}
header ~ .wrapper_ .auction_content.faq > div dl dt {
	position: relative;
	margin-bottom: 0;
	padding: 10px 30px 10px 45px;
	background-position: 10px 10px;
	cursor: pointer;
}
header ~ .wrapper_ .auction_content.faq > div dl dt.on {
	border-bottom: 1px dotted rgba(222,222,222,1);
	background-color: rgba(245,245,245,1);
}
header ~ .wrapper_ .auction_content.faq > div dl dt:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -7px;
	width: 14px;
	height: 14px;
	background-image: url(../img/auction_faq/btn_open.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
header ~ .wrapper_ .auction_content.faq > div dl dt.on:after { background-image: url(../img/auction_faq/btn_close.png); }
header ~ .wrapper_ .auction_content.faq > div dl dt.off:after { background-image: url(../img/auction_faq/btn_open.png); }
header ~ .wrapper_ .auction_content.faq > div dl dd {
	display: none;
	margin-bottom: 0;
	padding: 10px 10px 10px 45px;
	background-position: 10px 10px;
}
header ~ .wrapper_ .auction_content.faq > div dl dd > *:last-of-type {
	margin-bottom: 0;
}

header ~ .wrapper_ .auction_content.faq > div dl dd.auction_img p,
header ~ .wrapper_ .auction_content.faq > div dl dd.auction_img .auction_img_box {
	width: 100%;
}
header ~ .wrapper_ .auction_content.faq > div dl dd.auction_img .auction_img_box {
	margin: 20px auto 0;
	width: 77%;
}
header ~ .wrapper_ .auction_content.faq > div dl dd.auction_img .auction_img_box img {
	margin: 0 auto;
}
header ~ .wrapper_ .auction_content.faq table.auction_faq_table {
	border: 1px solid #dadada;
	width: 100%;
	margin-top: 20px;
}
header ~ .wrapper_ .auction_content.faq table.auction_faq_table th,
header ~ .wrapper_ .auction_content.faq table.auction_faq_table td {
	font-size: 12px;
	padding: 10px 5px;
	border: 1px solid #dadada;
	width: 50%;
}
header ~ .wrapper_ .auction_content.faq table.auction_faq_table th {
	background-color: #f2faf5;
}



.txt_underline {
    text-decoration: underline;
}