/*事業内容 ポスター・一般印刷[printing.html]　Ver.1.0.0 */

/*=================================
コンテンツ設定
=================================*/
h4 {
	margin-bottom: 30px;
	font-size: 20px;
	text-align: center;
}
h5 {
	margin: 60px 0 20px;
	padding: 8px 12px;
	font-size: 1.35em;
	background-color: rgba(252, 196, 0, 0.3);
	border-left: 6px solid rgba(252, 196, 0, 1.0);
}
.poster-request p {
	margin-bottom: 15px;
}
.poster-inbox,
.ippan-inbox {
	padding: 0 12px;
}
table {
	background-color: rgba(248, 248, 248, 1.0);
	border-top: 1px solid rgba(200, 200, 200, 1.0);
}
table th, table td {
	padding: 10px;
	vertical-align: middle;
	border-bottom: 1px solid rgba(200, 200, 200, 1.0);
	border-right: 1px solid rgba(200, 200, 200, 1.0);
}
table th {
	background-color: rgba(230, 230, 230, 1.0);
}
.border-r-n {
	border-right: none;
}
.border-b-n {
	border-bottom: none;
}
.poster-price table {
	margin-bottom: 10px;
}
.poster-price th, .poster-price td {
	width: 50%;
}
.poster-price th.w25, .poster-price td.w25 {
	width: 25%;
}
.poster-option dl {
	margin: 10px 0 25px;
}
.poster-option dl dt {
	font-size: 1.15rem;
	line-height: 1.0;
}
.poster-option dl dd {
	margin-top: 5px;
}
.poster-option th {
	font-weight: 500;
}
#ippan ol {
	margin: 30px 0;
	padding: 15px 30px;
	color: rgba(255, 255, 255, 1.0);
	background-color: rgba(225, 0, 54, 0.85);
	border: 2px solid rgba(225, 0, 54, 1.0);
	border-radius: 10px;
	list-style-type: none;
}
#ippan ol li {
	padding-left: 18px;
	position: relative;
}
#ippan ol li::before {
	font-family: 'Material Icons';
	content: '\e65f';
	color: rgba(255, 240, 0, 1.0);
	position: absolute;
	left: 0;
}




/*=================================
タブレット設定（〜1024px）
=================================*/
@media only screen and (max-width: 1024px) {

	/*
	body#printing main .w100a, body#printing main .w100,
	body#printing main .w95a, body#printing main .w90,
	body#printing main .w85a, body#printing main .w85,
	body#printing main .w80a, body#printing main .w80 {
		width: 90%;
	}
	*/

}



/*=================================
スマホ設定（〜599px）
=================================*/
@media only screen and (max-width: 599px) {

	.poster-inbox,
	.ippan-inbox {
		padding: 0;
	}

}
