@charset "utf-8"; /* 〠 */

/*----------------------------------------------*/
/* resident CSS [PC]
/*----------------------------------------------*/
.residentbox {
	overflow: hidden;
	margin-bottom: 50px;
}

.welcome-subt {
	margin-bottom: 20px;
	color: #000055;
	font-size:20px;
}
	
.welcome-data {
	margin-top: 20px;
	text-align: right;
}
	
.resident-name {
	font-size:20px;
	color: #000055;
}

.resident-name-en { 
	margin-bottom: 20px;
	color: #000055;
}

.resident-univer {
	margin-bottom: 30px;
}

.schedulebox {
	width: 550px;
	margin: 0px auto 20px;
}

.schedule-copy {
	margin-bottom: 20px;
}

.schedule-tanto {
	margin-top: 20px;
}

.program-title {
	margin-bottom: 20px;
	font-size:20px;
	color: #000055;
}

.program-map {
x	max-width: 789px;
	text-align: center;
	margin: 20px 0px 40px 0px;
}

.program-map img {
	max-width: 100%;
}

.program-hospitalmap {
	max-width: 550px;
	margin: 0px auto 30px;
}

.program-hospitalmap img {
	width: 100%;
}

.program-ol {
	list-style-type: decimal;
	padding-left: 20px;
}

.program-ol li {
	margin-bottom: 50px;
}

.program-ol li span {
	color: #000055;
	font-weight: bold;
}

	table.tableshedule {
	width:100%;
	border-collapse:collapse;
	margin:5px auto 15px auto;
}

	table.tableshedule td {
	border-collapse:collapse;
	background-color:#F9F9F9;
	text-align:left;
	padding:8px;
	border:1px solid #D6D6D6;
	line-height:20px;
}

	table.tableshedule th {
	background-color:#F5F5F5;
	text-align:left;
	padding:8px;
	white-space:nowrap;
	color: #151515;
	border-top:1px solid #D4D4D4;
	border-right:4px solid #D4D4D4;
	border-bottom:1px solid #D4D4D4;
	border-left:1px solid #D4D4D4;
	font-size:13px;
	font-weight:normal;
	letter-spacing:1px;
	width: 100px;
}

/*---- メッセージ ----*/
.residentlist {
	overflow: hidden;  /* preventing height 0 when float */
	max-width: 700px;
	margin: 0px auto;
	padding: 0px 20px;
}

.resident-message {
	float: left;
	width: 30%;
	max-width: 210px;
	margin: 0px 1.25% 20px;
	text-align: center;
	font-size:11px;
}

.resident-message img {
	margin-bottom: 5px;
	border: 4px solid #EBEBEB;
}

.residentlist2 {
	overflow: hidden;  /* preventing height 0 when float */
	width: 100%;
}

.resident-message2 {
	float: left;
	width: 23%;
x	max-width: 150px;
	margin: 0px 1% 20px 1%;
	text-align: center;
	font-size:11px;
}

.resident-message2 img {
	margin-bottom: 5px;
	max-width: 100%;
	border: 4px solid #EBEBEB;
}

/*---- メッセージ 20190714 ----*/
.resident-mainphoto {
	text-align: center;
}

.resident-mainphoto img {
	max-width: 100%;
}

.resident-summary {
	margin-bottom: 50px;
	padding: 20px;
	background-color: #EEEEEE;
}

.resident-summary h2 {
	font-size: 20px;
	margin-bottom: 10px;
	text-align: center;
	color: #000055;
}

.resident-summary ul {
}

.resident-summary ul li {
	margin: 0px 0px 2px 20px;
	list-style-type: disc;
}

.messagebox {
	overflow: hidden;
}

.resident-message-textbox {
	float: left;
	width: 75%;
}

.resident-message-photobox {
	float: right;
	width: 20%;
	text-align: right;
}

.resident-message-photobox img {
	max-width: 100%;
}


.resident-messagetable {
	display: table;
	width : 100%;
	margin-top: 25px;
}

.resident-message-row {
	display: table-row;
}

.resident-message-title {
	display: table-cell;
	width: 38%;
	min-width : 220px;
	vertical-align: top;
	font-weight: bold;
}

.resident-message-text {
	display: table-cell;
	vertical-align: top;
}



/*---- Staff Detail ----*/
.staff-name {
	margin-bottom: 15px;
	font-size: 26px;
	color: #181920;
	font-weight: 300;
}

.staff-name-en {
	margin-bottom: 30px;
	font-size: 18px;
	font-style: italic;
	line-height: 120%;
}

.staff-name-en span {
	font-size: 13px;
}

.staff-jobtitle {
}

.staff-jobtitle span {
	font-weight: bold;
}



/*---- チェックマーク ----*/

.checkmark001{
	margin-left:10px;
	padding-left:30px;
	position:relative;
}
.checkmark001:before,
.checkmark001:after{
	content:"";
	display:block;
	position:absolute;
}
.checkmark001:before{
	width:16px;
	height:16px;
	background:#ffffff;
    	border:1px solid #000000;
	left:0;top:2px;
}
.checkmark001:after{
	border-left:2px solid #ff0000;
	border-bottom:2px solid #ff0000;
	width:18px;
	height:5px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:5px;
	top:3px;
}



.heading{
	font-size: 16px;
	font-weight: normal;
	padding: 0px 10px;
	line-height: 36px;
	color: #FFFFFF;
	background: #000055;
}
