@charset "utf-8";
/* --------------------
	view
-------------------- */

main article section.ttl .sold {
	margin-bottom: 30px;
	color: #0000FF;
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
}

main article section.ttl h1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

main article section.ttl h1 span.status {
	-ms-flex-preferred-size: 40px;
	    flex-basis: 40px;
	-webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 40px;
	margin-right: 15px;
	border-radius: 100%;
	font-size: medium;
	line-height: 40px;
	text-align: center;
	white-space: nowrap;
}

main article section.ttl h1 span.new {
	background-color: #F95B42;
}

main article section.ttl h1 span.used {
	background-color: #1D50A2;
}

main article section.ttl h1 span.name {
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
}

main article section.ttl h1 span.member {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	white-space: nowrap;
	color: #FF0000;
}

p.description {
    margin: 20px 0;
}

main article section h2 {
	width: 100%;
	margin: 0px;
	margin-bottom: 30px;
	padding: 10px 30px;
	border-bottom: 1px solid #999999;
	background-image: url(img/headpoint.png);
	background-repeat: no-repeat;
	background-position: 0px;
	font-size: large;
	box-sizing: border-box;
}

main article section.object {
}

main article section.object .img {
}

main article section.object .img p {
	margin: 0px;
	padding: 0px;
}

main article section.object .img p img {
	width: 100%;
}

main article section.object .img ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

main article section.object .img ul img {
	width: 100%;
}

main article section.object .info {
}

main article section.object .info .btn {
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	list-style-type: none;
}

main article section.object .info .btn li {
	text-align: center;
	line-height: 50px;
	font-weight: bold;
	font-size: large;
	color: #FFFFFF;
}

main article section.object .info .btn li a {
	display: block;
}

main article section.object .info .btn li a:after {
	content: ">";
	margin-left: 10px;
}

main article section.object .info .btn .favorite {
	background-color: #F97196;
}

main article section.object .info .btn .del {
	background-color: #999999;
}

main article section.object .info .btn .print {
	background-color: #518C31;
}

main article section.object .info table {
	width: 100%;
	border-collapse: collapse;
}

main article section.object .info table tr:nth-child(2n) {
	background-color: #EEEEEE;
}

main article section.object .info table th {
	width: 150px;
	padding: 7px;
	color: #1696D1;
	text-align: left;
}

main article section.object .info table td {
	padding: 7px;
	line-height: 150%;
}

main article section.system table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}

main article section.system table caption {
	width: 100%;
	padding: 7px;
	background-color: #D8F0F8;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
}

main article section.system table tr:nth-child(2n) {
	background-color: #EEEEEE;
}

main article section.system table th {
	width: 150px;
	padding: 7px;
	color: #1696D1;
	text-align: left;
}

main article section.system table td {
	padding: 7px;
	line-height: 150%;
}

main article section.system table td.rimawari {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #F85A41;
}

main article section.system table td.rimawariTxt {
	text-indent: -1em;
	padding-left: calc(7px + 1em);
}

main article section.meter table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}

main article section.meter table tr:nth-child(odd) {
	background-color: #EEEEEE;
}

main article section.meter table td {
	padding: 7px;
	line-height: 150%;
}

main article section.contact {
	padding: 5px;
}

main article section.contact p {
	margin: auto;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
	font-size: large;
	background-color: #7DB125;
	color: #FFFFFF;
}

main article section.contact p a {
	display: block;
}

main article section.contact p a:after {
	content: ">";
	margin-left: 10px;
}

main article section.expire {
    padding: 100px 0;
}

main article section.expire p {
    text-align: center;
    font-size: 20px;
    margin: 20px 0;
}

p.exBack a {
    color: #d03b9a;
}

section.bid {
    margin: 10px auto 40px;
    border: 3px solid #eeeeee;
    box-sizing: border-box;
    padding: 30px;
}

section.bid p:first-child {
    text-align: center;
    margin-bottom: 30px;
}

.bidSteps {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.bidSteps > div {
    width: 20%;
    box-sizing: border-box;
    padding: 15px;
    position: relative;
    background: #3d7088;
    border-radius: 3px;
}

.bidSteps > div:nth-child(-n + 3):before {
    content: "●";
    font-size: 40px;
    color: #b6dae6;
    position: absolute;
    top: 50%;
    right: -50px;
}

.bidSteps > div:nth-child(-n + 3):after {
    content: "▶";
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    right: -40px;
}

.bidSteps h3 {
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
}

.bidStepImg {
    width: 40%;
    background: #FFFFFF;
    border-radius: 100px;
    margin: 30px auto;
    padding: 25px;
}

.bidSteps div img {
    width: 100%;
    display: block;
    margin: 0px auto;
}

.bidSteps div p {
    font-size: 12px;
    color: #FFFFFF;
}

p.pale {
    color: #b1b1b1;
}

p.bidButton {
    color: #FFFFFF;
    width: 50%;
    margin: 10px auto 0;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    font-size: large;
}

p.bidButton a {
    background: #ed7d31;
    display: block;
    color: #FFFFFF;
    padding: 20px 0;
}

p.bidButton a:after {
    content: ">";
    margin-left: 10px;
}

.infoBox > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    list-style: none;
}

.infoBox > ul > li:nth-child(-n + 2) {
    width: 50%;
}

.infoBox > ul > li:first-child {
    border-right: 1px solid #eeeeee;
	margin-right: 15px;
}

li.bidCounts dt, li.bidLimit dt {
    margin-bottom: 10px;
}

li.bidCounts span, li.bidLimit span {
    font-size: 25px;
    font-weight: bold;
}

li.bidCounts a, li.bidLimit a, .bin a, .sellerInfo a {
    color: #4f92c1;
}

.infoBox .bin {
    background: #f1f0e8;
    padding: 15px;
}

.bin p, .sellerInfo p {
    margin: 10px 0;
}

.bin p:last-child, .sellerInfo p:last-child {
    margin-bottom: 0;
}

p.binPrice {
    font-size: 30px;
    line-height: 30px;
    margin: 20px 0;
}

span.tax {
    font-size: 14px;
}

.infoBox .sellerInfo {
    padding: 15px;
}

.infoBox .bin h3, .infoBox .sellerInfo h3 {
    font-size: 18px;
}

p.binLink {
    text-align: center;
    width: 100%;
    height: 55px;
    background: #b32a2a;
    border-radius: 5px;
}

p.binLink a {
    width: 100%;
    height: 50px;
    background: #da2929;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

a.good:before, a.bad:before {
    font-family: FontAwesome;
    content: "\f185";
    color: #ed7d31;
    margin-right: 3px;
} 

a.bad:before {
    font-family: FontAwesome;
    content: "\f0e9";
    color: #0078f7;
}

.sellerInfoButton {
    display: inline-block;
    background: #e3e2db;
    height: 35px;
    border-radius: 5px;
    margin-bottom: 0;
}

.sellerInfoButton a {
    width: 100%;
    height: 31px;
    background: #f6f6f1;
    border-radius: 5px;
    color: #333333;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.newNotification a:before {
    font-family: FontAwesome;
    content: "\f0f3";
    margin-right: 20px;
    color: #f1be2a;
}

li.watch {
    width: 50px;
    height: 50px;
    margin-left: 30px;
}

.watch a {
    width: 50px;
    height: 46px;
    padding: 0;
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
}

.watch a:before {
    content: "★";
    display: block;
    color: #f9cc23;
    font-size: 30px;
}


/* --------------------
	PC
-------------------- */
@media screen and (min-width:999px) {
main article section.object {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-bottom: 15px;
    width: 100%;
    max-width: 1000px;
}

main article section.object .img {
    width: 63%;
}

main article section.object .img p {
	margin-bottom: 15px;
}

main article section.object .img ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

main article section.object .img ul li {
	width: calc((100% - 30px) / 4);
	margin-bottom: 15px;
}

main article section.object .img ul li:first-child {
	width: 100%;
}

main article section.object .info {
    width: 35%;
    border: 1px solid #eee;
    box-sizing: border-box;
}

main article section.object .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	width: 100%;
}

main article section.object .btn li {
	width: calc(50% - 15px);
}

main article section.system {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

main article section.system > div {
	width: calc(50% - 15px);
}

main article section.system p {
    margin: 10px 0 30px;
}

main article section.contact p {
	width: 50%;
}
}

/* --------------------
	SP
-------------------- */
@media screen and (max-width:999px) {
main article section.ttl p {
	padding: 0px 5px;
}

main article section.object .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 0px 5px;
    margin-top: 40px;
}

main article section.object .info table {
	margin-top: 30px;
}

main article section.object .btn li {
	margin-top: 20px;
}

main article section.system {
	padding: 0px 5px;
}

main article section.meter {
	padding: 0px 5px;
}

main article section.note {
	padding: 0px 5px;
}

section.bid {
    padding: 20px;
}

.bidSteps {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.bidSteps > div {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.bidSteps > div:last-child {
    margin-bottom: 0;
}

.bidSteps h3 {
    width: 100%;
    margin-bottom: 10px;
    text-align: inherit;
    font-size: 18px;
}

.bidSteps .bidStepImg {
    width: 15%;
    display: block;
    margin: 0;
	padding: 10px;
    box-sizing: border-box;
}

.bidSteps div p {
    width: 80%;
    font-size: 12px;
    margin: 0;
}

.bidSteps > div:nth-child(-n + 3):before {
    content: "";
    background: #b6dae6;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    position: absolute;
    bottom: -30%;
    left: 50%;
    top: auto;
    right: auto;
}

.bidSteps > div:nth-child(-n + 3):after {
    content: "▼";
    font-size: 18px;
    position: absolute;
    bottom: -30%;
    left: 50%;
    top: auto;
    right: auto;
}

p.bidButton {
    color: #FFFFFF;
    width: 100%;
    margin: 10px auto 0;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    font-size: large;
}
}
