@charset "utf-8";

/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px){
	.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{
	max-width: 789px;
	margin: 0px auto 30px;
	}
	
	.program-map img{
	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;
	background-repeat:repeat-x;
	background-position:top;
	width: 100px;
	}
	
	.accessbox {
	overflow:hidden;
	}
	.access-text {
	float:left;
	width: 42%;
	}
	.access-map {
	float:right;
	width: 55%;
	}
	.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	}
	 
	.ggmap iframe,
	.ggmap object,
	.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
	.access-pic {
	max-width:724px;
	margin:50px auto 0px;
	}
}

@media only screen and (max-width:959px){
	.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: 480px;
	margin: 0px auto 20px;
	}
	
	.schedule-copy{
	margin-bottom: 20px;
	}
	.program-title{
	margin-bottom: 20px;
	font-size:20px;
	color: #000055;
	}
	
	.program-map{
	max-width: 789px;
	margin: 0px auto 30px;
	}
	
	.program-map img{
	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;
	background-repeat:repeat-x;
	background-position:top;
	width: 100px;
	}
}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	.welcome-subt{
	margin-bottom: 10px;
	color: #000055;
	font-size:16px;
	}
	
	.welcome-data{
	margin: 10px 0px 20px 0px;
	text-align: right;
	}
	
  .resident-name{
	font-size:16px;
	color: #000055;
	}
	
  .resident-name-en{
	margin-bottom: 10px;
	color: #000055;
	}
	
  .resident-univer{
	margin-bottom: 20px;
	}
	
	.schedulebox{
		width: 100%;
	}
	
	.schedule-copy{
	margin-bottom: 20px;
	text-align: left;
	}
	
	.program-title{
	margin-bottom: 10px;
	font-size:16px;
	color: #000055;
	}
	
	.program-map{
	text-align: center;
	}
	
	.program-map img{
	width: 100%;
	}
	
	.program-hospitalmap{
	text-align: center;
	}
	
	.program-hospitalmap img{
	width: 100%;
	}
	.program-ol {
	list-style-type: decimal;
	padding-left: 20px;
	}
	
	.program-ol li {
	margin-bottom: 30px;
	}
	
	.program-ol li span {
	color: #000055;
	font-weight: bold;
	}
	
	.accessbox {
	}
	.access-text {
	float:none;
	}
	.access-map {
	float:none;
	margin-bottom: 20px;
	}
	.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	}
	 
	.ggmap iframe,
	.ggmap object,
	.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
	.access-pic {
	text-align:center;
	margin:20px auto;
	}
	.access-pic img {
	width:100%;
	}
	
	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;
	background-repeat:repeat-x;
	background-position:top;
	width: 100px;
	}
}
	
/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	.welcome-subt{
	margin-bottom: 10px;
	color: #000055;
	font-size:16px;
	}
	
	.welcome-data{
	margin: 10px 0px 20px 0px;
	text-align: right;
	}
	
  .resident-name{
	font-size:16px;
	color: #000055;
	}
	
  .resident-name-en{
	margin-bottom: 10px;
	color: #000055;
	}
	
  .resident-univer{
	margin-bottom: 20px;
	}
	
	.schedulebox{
		width: 100%;
	}
	
	.schedule-copy{
	margin-bottom: 20px;
	text-align: left;
	}
	.program-title{
	margin-bottom: 10px;
	font-size:16px;
	color: #000055;
	}
	
	.program-hospitalmap{
	text-align: center;
	}
	
	.program-hospitalmap img{
	width: 100%;
	}
	
	.program-ol {
	list-style-type: decimal;
	padding-left: 10px;
	}
	
	.program-ol li {
	margin-bottom: 30px;
	}
	
	.program-ol li span {
	color: #000055;
	font-weight: bold;
	}
}