﻿/* このコード不要になるかも
.usedPwcRequest {
	background-color: #333333;
	border-radius: 10px;
	color: white;
	margin-bottom: 30px;
}
 */

/* ここから下、既存のコード */
.usedPwcContents,
.usedPwcContents2 {

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}



.usedPwcProducts {
	width: 30%;
	margin: 10px;
}

.usedPwcProducts div {
	padding: 10px;
	text-align: center;
}

.usedPwcProducts div:nth-child(n+3) {
	border-bottom: thin black dashed;
}

.usedPwcImg {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0px 0px 10px 0px;
}

.usedPwcImg img {
	width: 100%;
}




.usedPwcLeft {
	width: 65%;
}

.usedPwcRight {
	width: 30%;
	margin: 0 10px;
	padding: 10px;
}

.usedPwcRight div {

	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-wrap: wrap;

}

.usedPwcRight div p {
	padding: 5px;
}

/* 
.usedPwcRight div:nth-child(n+3) {
	border-bottom: thin black dashed;
}

.usedPwcRight div:last-child {
	border-bottom: none;
}
 */

.commentArea {
	width: 100%;
	position: relative;
}

.staffCommentWrapper {
	display: inline-block;
	position: relative;
	width: auto;
	max-width: 80%;
}

.staffImg {
	width: 10%;
	margin: 1.5em 15px 1.5em 0;
	display: inline-block;
	position: absolute;
	bottom: 0;
}

.staffImg img {
	width: 100%;
}

.staffComment {
	position: relative;
	display: inline-block;
	margin: 1.5em 15px 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	color: #fff;
	background: #3d8dcc;
	border: solid 3px #3d8dcc;
	box-sizing: border-box;
	border-radius: 15px;
}

.staffComment:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -24px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-left: 12px solid #3d8dcc;
	z-index: 2;
}

.staffComment:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -30px;
	margin-top: -14px;
	border: 14px solid transparent;
	border-left: 14px solid #3d8dcc;
	z-index: 1;
}

.staffComment p {
	margin: 0;
	padding: 20px;
}

.backToindex {
	padding: 10px;
}

.toiawaseArea {
	padding: 10px;
}

.usedPwcButton {
	background-color: #3d8dcc;
	padding: 10px 20px;
	margin: 20px 5px;
	color: white;
	border-radius: 5px;
	display: inline-block;
}

.usedPwcButton a {
	text-decoration: none;
}

.usedPwcButton1 a {
	text-decoration: none;
}

.usedPwcButton2 a {
	text-decoration: none;
}

/* ここから下、新たに作成コード */

.usedPwcTitle{
	font-weight: bold;
	font-size: 2.0em;
	border-bottom: solid 1px #9c9c9c;
	margin-bottom: 10px;
}

.usedPwcPrice {
	line-height: 30px;
	margin-bottom: 10px;
}

.subject {
	text-align: left;	/* 文章を左寄せする(※) */
	float: left;	/* 左端に寄せて、後続を右側へ回り込ませる */
}

.price {
	text-align: right;	/* 文章を右寄せする */
}

.blackB {
	font-weight: bold;
	font-size: 2.0em;
}

.redB {
	font-weight: bold;
	font-size: 2.0em;
	color: #BA181B;
}

.usedPwcButton1 {
	display: block;
	vertical-align: middle;
	position: relative;
	text-decoration: none;
	padding: 1rem 4rem;
	font-weight: bold;
	border-radius: 5px;
	color: #000;
	border: 2px solid #000;
	box-shadow: 5px 5px #000;
	transition: 0.3s ease-in-out;
}
.usedPwcButton1:hover {
	box-shadow: none;
	transform: translate(5px, 5px);
	color: #000;
}

.usedPwcButton2 {
	display: block;
	vertical-align: middle;
	position: relative;
	text-decoration: none;
	padding: 1rem 4rem;
	font-weight: bold;
	border-radius: 5px;
	color: #000;
	border: 2px solid #000;
	box-shadow: 5px 5px #000;
	transition: 0.3s ease-in-out;
	background-color: #c4d3f6;
}
.usedPwcButton2:hover {
	box-shadow: none;
	transform: translate(5px, 5px);
	color: #000;
}

.usedPwcText {
    font-size: 12px;
	color: #696969;
	text-align: center;
	margin: 5px;
	margin-bottom: 20px;
}

.usedPwcMaker {
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(209, 209, 209, 1));
	border: 1px solid #bbbbbb;
	border-radius: 5px;
	color: #696969;
	font-weight: bold;
	margin: 0px 10px 10px;
	padding: 10px;
}

.usedPwcStatus {
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(209, 209, 209, 1));
	border: 1px solid #bbbbbb;
	border-radius: 5px;
	color: #696969;
	font-weight: bold;
	margin: 0px 10px 10px;
	padding: 10px;

}

.usedPwcTable{
	margin: 10px;
}

.usedPwcTr{
	width:100%;
	border-top:thin #9c9c9c solid;
	border-left:thin #9c9c9c solid;
	border-right:thin #9c9c9c solid;
}

.usedPwcTd1{
	font-weight: bold;
	display:table-cell;
	background-color:#dcdcdc;
	width:40%;
	padding: 10px;
}

.usedPwcTd2{
	display:table-cell;
	vertical-align:middle;
	width:60%;
	padding: 10px;
}

.usedPwcTr:last-child{
	border-bottom:thin #9c9c9c solid;	
}

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

	/* 599px以下*/
	.usedPwcContents2 {
		display: block;
	}
	
	.usedPwcProducts {
		width: 50%;
		margin: 0px;
		padding: 10px;
		
	}

	.usedPwcLeft {
		width: 100%;
	}

	.usedPwcRight {
		width: calc(100% - 20px);
	}

	.staffImg {
		display: block;
		width: 15%;
		margin: 0 auto;
	}

	.staffCommentWrapper {
		width: 100%;
		max-width: 100%;
	}

	.staffComment {
		margin: 1.5em 10px;
		max-width: 100%;
	}

	.staffComment:before {
		top: auto;
		right: auto;
		margin-top: auto;
		border-left: none;

		bottom: -24px;
		left: 50%;
		margin-left: -15px;

		border-top: 12px solid #3d8dcc;
	}

	.staffComment:after {
		top: auto;
		right: auto;
		margin-top: auto;
		border-left: none;

		bottom: -30px;
		left: 50%;
		margin-left: -17px;
		border-top: 14px solid #3d8dcc;
		z-index: 1;
	}

	.staffImg {
		margin-bottom: 10px;
	}

	.staffImg {
		position: relative;
	}


}