/* ===============================
toppage
================================== */

section li {
padding: 3px 0;
text-align: left;
list-style: disc;
}

nav.btn {
width: 300px;
margin:0 auto 10px auto;
padding:0;
border-radius: 8px;
-webkit-border-radius: 8px;
background:#fff;
font-size: 107%;
}

nav.btn li {
text-align: left;
text-indent: 20px;
font-weight: bold;
text-shadow: -1px -1px 0 rgba(150, 150, 150, 0.3);
border-top: 1px #ccc solid;
background-image: url(../common/images/arrow.gif);
background-repeat: no-repeat;
background-position: 270px center;
}

nav.btn li:first-child {
border:none;
}

nav.btn li a {
display: block;
width: 300px;
padding-top: 10px;
padding-right: 0;
padding-bottom: 10px;
padding-left: 0;
color: #333;
text-decoration: none;
}

section h3.b_txt {
margin:0;
padding: 5px 10px;
color: #23a7de;
font-size: 16px;
text-align: left;
border-bottom: 1px #ccc dotted;
text-shadow: 1px 1px 1px #ccc;
background:none;
}

h4 {
margin:15px 0 5px 0;
text-align:left;
}

.price_list ul {
margin:10px 10px 10px 20px;
}

.price_list li {
padding:3px 0;
text-align:left;
list-style:disc;
}

p.price {
margin:0;
background-color: #EEE;
padding: 7px;
font-size: 18px;
text-align: right;
margin-bottom: 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
line-height: 1.2;
}

p.price .p_sm {
  font-size: 13px;
}

.head {
text-align:center;
margin:0;
}

/* ----------------------------------------------------
covid.php
----------------------------------------------------*/
.covid_list {
	margin-bottom: 30px;
  width: 300px;
  margin: 0 auto;
}

.covid_item {
	margin-bottom: 10px;
  list-style: none;
}

.covid_item:nth-child(n + 5) {
	margin-bottom: 0;
}

.covid_item p {
	margin-bottom: 0 !important;
}

.covid_item i{
	margin-right: 5px;
}

.covid_item dt {
	padding: 8px 10px;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	background: #007fc0;
	border-radius: 5px 5px 0 0;
}

.covid_item dd {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	padding: 10px;
	border-right: 1px solid #007fc0;
	border-bottom: 1px solid #007fc0;
	border-left: 1px solid #007fc0;
	border-radius: 0 0 5px 5px;
}

.covid_item picture {
	width: 90px;
	margin-right: 20px;
}

.covid_item p {
	flex: 1;
}

