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

/* 免疫対策ページ設定 */

@media print,screen and (min-width: 768px){
/* PC用設定 */
#contents h3 {
	font-size: 21px;
	line-height: 1em;
	margin-top: 1.5em;
	margin-bottom: 1em;
	padding:0.5em 0.2em;
	padding-bottom:0.6em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #875b30;
	border-bottom-color: #875b30;
}
#contents .ph {
	float: right;
	width: 300px;
	margin-bottom: 0.5em;
	margin-left: 2em;
}
#contents .tate {
	width: 240px;
}
#contents .price {
	vertical-align: text-bottom;
	font-size: 20px;
	line-height: 1em;
	margin-top:1em;
}
#contents .price strong {
	padding-left: 13px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #6dab6f;
}
#contents .price small {
	font-weight:normal;
}
#contents .price small span {
	display:block;
	line-height:2em;
}
}
@media screen and (max-width: 767px){
/* スマホ用設定 */
#contents h3 {
	font-size: 14px;
	line-height: 1.3em;
	margin-top: 1em;
	margin-bottom: 0.7em;
	padding:0.5em 0.2em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #875b30;
	border-bottom-color: #875b30;
}
#contents .ph {
	float: right;
	width: 45%;
	margin-bottom: 0.5em;
	margin-left: 5%;
}
#contents .price {
	vertical-align: text-bottom;
	font-size: 15px;
	line-height: 1em;
	margin-top:1em;
}
#contents .price strong {
	padding-left: 10px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #6dab6f;
}
#contents .price small {
	font-weight:normal;
}
#contents .price small span {
	display:block;
	line-height:2em;
}
}
