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

.p_printerInkChara01{
	margin-top:30px;
	padding:5px 1rem;
	font-weight: bold;
	color:#fff;
	text-align: center;
	background-color:#f0c158;
	border-radius:30px;
}
.p_printerInkChara02{
	margin-top:30px;
	padding:5px 1rem;
	font-weight: bold;
	color:#fff;
	text-align: center;
	background-color:#575757;
	border-radius:30px;
}
.div_printerCharaBlock{
	margin-top:10px;
	padding:5px;
	background-color:#f8e6e7;
	border-radius:5px;
	text-align: center;
}



.th_printerNetPriceHeader{
	color:#fff;
	background-color:#e4466f;
}




.div_pcSpecBack01{
	background-color:#fcdfe3;
}
.div_pcSpecBack01 > h4{
	color:#ec6082;
}
.div_pcSpecBack02{
	background-color:#fffbc4;
}
.div_pcSpecBack02 > h4{
	color:#f27200;
}
.p_printerInk01{
	padding:5px;
	border-radius:5px;
	text-align: center;
	color:#fff;
	font-size:0.875em;
	background-color:#e6000f;
}
.strong_printerInkTextColor01{color:#e6000f;}
.p_printerInk02{
	padding:5px;
	border-radius:5px;
	text-align: center;
	color:#fff;
	font-size:0.875em;
	background-color:#00488d;
}
.strong_printerInkTextColor02{color:#00488d;}

.relative_printer {
	position: relative;
}

.absolute1 {
	position: absolute;
	top: 50%;
	left: 25%;
	transform: translateY(-50%)
}

.absolute2 {
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%)
}

.f26767Color {
	color: #f26767;
}

.printer_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.printer_flex02 {
	display: flex;
	justify-content:space-between;
}
.printer_flex03 {
	display: flex;
}

.printerW20per {
	width: 20%;
}

.printerW40per {
	width: 40%;
}


@media screen and (max-width: 640px) {
	.div_pcSpec{
		margin:15px 0 0 0;
		padding:15px;
		text-align: center;
		border-radius:5px;
		box-shadow: 2px 2px 4px gray;
	}
	.relative_printer {
		position: static;
	}
	
	.absolute1 {
		position: static;
		transform: none;
	}
	.absolute2 {
		position: static;
		transform: none;
	}
	.br_none {
		display: none;
	}
	
	.printerW20per {
		width: 50%;
		margin: 0 auto;
	}
	
	.printerW40per {
		width: 50%;
		margin: 0 auto;
}
	
}


@media screen and (min-width: 641px) {
	.div_pcSpec{
		width:33%;
		margin:5px;
		padding:5px;
		text-align: center;
		border-radius:5px;
		box-shadow: 2px 2px 4px gray;
	}
	

}
