/* style.css */
body, .jp {
	color: #333;
	background-color: #fff;
	font-family: "SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Sans","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
}
.en, h5 {
	font-family: "SF Pro JP","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}
a {
	color: #0070c9;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}

body, img, h5, ul {
	margin: 0;
	padding: 0;
}
header, main, footer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#img {width: 900px;}
nav {
	color: #666;
	background-color: #ddd;
	margin: 0;
	padding: 10px;	
}
nav ul li a {
	color: #0070c9;
}
footer {
	color: #999;
	background-color: #f4f4f4;
	text-align: center;
	margin-top: 30px;
	padding: 15px;
}
h5 {
	font-weight: 200;
}
nav ul {
	text-align: center;
}
li {
	display: inline;
}

/* index-menu */
ul#menu li {
	display: block;
	width: 285px;
	float: left;
	margin: 7px;
	padding: 0;
}
ul#menu li h4, ul#menu li p {
	margin: 5px 0;
	padding: 0;
}
ul#menu li#intro {
	width: 580px;
}

/* index-whatsnew */
dt {
	float: left; clear:left;
	margin-left: 7px;
	margin-right: 21px;
}

/* intro */
table { width: 750px; }
th { background-color: #eee; }

th#intro-class {width:13%;}
th#intro-name {width:13%;}
th#intro-belongto {width:58%;}
th#intro-title {width:16%;}

td.top {vertical-align:top;}
td.border { border-bottom: solid 2px #eee; }

img.portrait {
	width: 160px;
	float:left;
	margin-right:10px;
}
.clear {clear:both;}
p.right {text-align:right;}

/* hospital */
th#hospital-name {width:42%;}
th#hospital-head {width:13%;}
th#hospital-address {width:45%;}

/* covid19 */
article > h2 {margin-top: 40px;}
article ul,
article ol {
	display: block;	
    list-style-position: outside;
	margin-left: 20px;
}
article ul {list-style-type: disc;}
article ol {list-style-type: decimal;}
article ol > li {margin-left: -20px;}
article ul.none {list-style-type: none;}
article ul.none > li {
	margin-bottom: 10px;
	margin-left: 0px;
}
article ul.double-circle {list-style-type: '◎ ';}
article li {
	margin-left: 20px;
	display: list-item;
}
.underline {text-decoration:underline;}
.right {width:100%; text-align:right;}
.right img {width:30px; vertical-align: top;}
.sub-nav {
	background-color: transparent;
	text-align:center;
	padding-bottom: 5px;
	border-bottom: solid 1px #ccc;
}

.sorry,
.sorry * {
	margin:0 auto;
	color:#666;
	text-align:center;
}
