@charset "utf-8";


.infection_iframe{
	width: 100%;
}
.infection_iframe img{
	width: 100%;
	max-width: 500px;
}


.infection_comment{
	margin: 20px auto;
	width: 96%;
}
p.infection_text{
	/**/
}
p.infection_date{
	width: 90%;
	max-width: 600px;
	margin: 30px auto;
	padding: 5px 0;
	text-align: center;
	color: #ffffff;
	background-color: #2C7CFF;
	border-radius: 30px;
}

p.infection_date.week{
	background-color: #2C7CFF;
}
p.infection_date.month{
	background-color: #11869B;
}

.graph{
	width: 100%;
	height: 100%;
}

.infection_coution{
	margin: 30px 0 0 0;
}
.infection_coution p{
	font-size: 1.2rem;
	line-height: 1.6;
}


/*
.photoSmall1{
	margin: 20px 0 20px 4px;
}
.photoSmall1 img{
	width: 100px;
	height: auto;
}

.photoBox2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 5px 20px 5px;
}
.photoBox3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0 20px 5px;
}

.photoBox2 .photo_item {
	padding-bottom: 10px;
	width: 48%;
	text-align: center;
}
.photoBox3 .photo_item{
	padding-bottom: 10px;
	width: 32%;
	text-align: center;
}


.photo_item .photo_img img {
	max-width: 100%;
	max-height: 100%;
}
.photo_com{
	text-align: left;
	width: 100%;
	margin: 5px 0 20px 0;
	padding: 5px 12px;
	color: #cc0080;
	background-color: #fff6f6;
	border: #cc0080 1px solid;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:10px;
}


.photo_item .photo_img img.img_m {
	width: 250px;
}

.photo_item .photo_img img.img_s {
	width: 125px;
}
*/


/* ------------------------------------------------------ スマホ */
/*
@media screen and (max-width:666px){
	.photoBox2 .photo_item {
		margin: 0 auto;
		width: 100%;
		max-width: 500px;
	}
	.photoBox3 .photo_item{
		margin: 0 auto;
		width: 100%;
		max-width: 500px;
	}
}
*/










