@import url('./medical_lnavi_sec.css');

.vaccineWap {
	width: 100%;
	max-width: 900px;
	margin: 0px auto 0px;
	display: box;
	display: -webkit-box;
    display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.vaccineBlock {
	width: 45%;
	line-height: 2;
	font-size: 1.2em;
	margin: 0px auto 40px;
	padding: 25px;
	-webkit-border-radius: 15px;/* for Safari and Chrome */
	-moz-border-radius: 15px; /* for Firefox */
	-o-border-radius: 15px; /* for opera */
	border-radius: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #e4f9f9;
}

.public {
	background-color: #e4f9f9;
}

.own {
	background-color: #f9e4e4;
}

.public h3 {
	color: #107e96;
	border-bottom: solid 2px #107e96;
}

.own h3 {
	color: #961010;
	border-bottom: solid 2px #961010;
}

.vaccineBlock ul {
	list-style-type: disc;
	padding-left: 20px;
}


/*ローカルナビ
.medical_lnavi_wap {
	width: 980px;
	margin: 20px auto;
	display: box;
	display: -webkit-box;
    display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.medical_lnavi_BTN {
	display: block;
	width: 23%;
	text-align: center;
	border: solid 1px #107e96;
	margin: 30px auto;
	padding: 15px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-border-radius: 10px;/* for Safari and Chrome *
	-moz-border-radius: 10px; /* for Firefox *
	-o-border-radius: 10px; /* for opera *
	border-radius: 10px;
}


.medical_lnavi_BTN:hover {
	color: #fff;
	background-color: #107e96;
}

*/

@media handheld, only screen and (max-width: 767px) {
/*スマホ*/
	.vaccineWap {
		width: 100%;
		margin: 0px auto 0px;
		display: block;
	}

	.vaccineBlock {
		width: 90%;
		line-height: 1.5;
		font-size: 1em;
		margin: 0px auto 20px;
		padding: 25px;
		-webkit-border-radius: 15px;/* for Safari and Chrome */
		-moz-border-radius: 15px; /* for Firefox */
		-o-border-radius: 15px; /* for opera */
		border-radius: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

/*
	.medical_lnavi_wap {
		width: 98%;
		margin: 20px auto;
		display: block;
	}

	.medical_lnavi_BTN {
		display: block;
		width: 80%;
		margin: 10px auto;
	}
*/
}





