  @media print, all and (min-width: 751px) {

	body {
		font-size: 100%; /* 16pt */
		color: #000000;
		background: #ffffff;
		line-height: 2.0;
		word-break:break-word;
	}

	a,
	span,
	img{
		transition-duration:0.3s;
		-webkit-transition-duration:0.3s;
		-moz-transition-duration:0.3s;
		-o-transition-duration:0.3s;
		-ms-transition-duration:0.3s;
	}

	a, a:link, a:visited {
		color: #008E51;
		text-decoration:none;
	}

	a:hover {
		color: #008E51;
		text-decoration:underline;
	}

	.container {
		width: 100%;
		min-width: 1160px;
	}

	.container-inner {
		width: 960px;
		margin: 0 auto;
	}
	
	.fade-in {
		opacity : 0.0;
		-webkit-transform : translate(0, 50px);
		-moz-transform : translate(0, 50px);
		-o-transform : translate(0, 50px);
		-ms-transform : translate(0, 50px);
		transform : translate(0, 50px);
		-webkit-transition : all 500ms;
		-moz-transition : all 500ms;
		-o-transition : all 500ms;
		-ms-transition : all 500ms;
		transition : all 500ms;
	}
	.scroll-in {
		opacity : 1;
		-webkit-transform : translate(0, 0);
		-moz-transform : translate(0, 0);
		-o-transform : translate(0, 0);
		-ms-transform : translate(0, 0);
		transform : translate(0, 0);
	}
	
	#md-site{
		overflow-x: hidden;
		position: relative;
	}

	



	/* HEADER */

	#header {
		height: 125px;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		margin: 0;
		z-index: 6;
	}

	#header .container-inner {
		width: 100%;
		min-width: 1100px;
		padding: 0;
	}

	#header .primary{
		float: left;
		width: 520px;
		padding: 20px 25px;
		box-sizing: border-box;
	}
	#header .primary .h-logo{
		margin-bottom: 0;
		line-height: 0;
	}
	#header .primary .h-logo a{
		display: block;
		width: 442px;
		height: 74px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background-image: url("/faculty/medicine/resident/images/common/h-logo.png");
		background-position: left center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	#header .h-logo a:hover {
		text-decoration:none;
		filter:alpha(opacity=60); /* IE 6,7*/
		-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
		-moz-opacity:0.6; /* FF , Netscape */
		-khtml-opacity: 0.6; /* Safari 1.x */
		opacity:0.6;
		zoom:1; /*IE*/
	}
	#header .secondary{
		float: right;
		width: 520px;
	}

		
	.nav-btn{
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        column-gap: 10px;
		text-align: right;
	}
	.nav-btn .btn{
		display: inline-block;
	}
	.nav-btn .btn > a{
		display: inline-block;
		padding: 8px 20px 8px 32px;
		color: #006748;
		font-weight: bold;
		text-decoration: none;
		background-color: #ffffff;
		background-image: url("/faculty/medicine/resident/images/common/anchor-type01.png");
		background-position: left -2px center;
		background-repeat: no-repeat;
		background-size: 20px auto;
	}
	.nav-btn .btn > a:hover{
		text-decoration:none;
		filter:alpha(opacity=60); /* IE 6,7*/
		-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
		-moz-opacity:0.6; /* FF , Netscape */
		-khtml-opacity: 0.6; /* Safari 1.x */
		opacity:0.6;
		zoom:1; /*IE*/
	}

	/* ¡ý 240524 */
	#header .secondary{
		display: flex;
		justify-content: flex-end;
		gap: 5px;
	}
	#header .secondary .nav-btn{
		margin: 0;
	}
	#header #js_move-target_recbtn > a{
		display: inline-block;
        padding: 8px 20px 8px 32px;
        color: #006748;
        font-weight: bold;
        text-decoration: none;
        background-color: #ffffff;
        background-image: url(/faculty/medicine/resident/images/common/anchor-type01.png);
        background-position: left -2px center;
        background-repeat: no-repeat;
        background-size: 20px auto;
	}
	#header #js_move-target_recbtn > a:hover{
		text-decoration: none;
        filter: alpha(opacity = 60);
        -ms-filter: "alpha(opacity=60)";
        -moz-opacity: 0.6;
        -khtml-opacity: 0.6;
        opacity: 0.6;
        zoom: 1;
	}
	/* ¡ü 240524 */
		




	/* NAV */

	#nav{
		position: absolute;
		top: 125px;
		right: 0;
		left: 0;
		margin: 0;
		z-index: 6;
	}
	#nav .inner-wrapper{
		width: 100%;
		min-width: 960px;
		height:50px;
		z-index:3;
	}
	.nav-list{
		height:50px;
		text-align: center;
		position:relative;
		letter-spacing: -.4em;
		text-align: left;
	}
	.nav-list > li{
		display:inline-block;
		vertical-align: top;
		margin-right: 30px;
		height:50px;
		letter-spacing:normal;
	}
	.nav-list > li.sp{
		display: none;
	}
	.nav-list > li:last-child{
		margin-right: 0;
	}

	.nav-list > li > a{
		display:block;
		padding:10px 0 10px 40px;
		color:#ffffff;
		font-size: 112.5%; /* 18px */
		font-weight:bold;
		line-height: 1.5;
		text-decoration:none;
		position: relative;
	}
	.nav-list > li.faq > a{
		text-shadow: 0px 0px 2px #008E51, 0px 0px 4px #008E51;
	}
	.nav-list > li.home > a{
		font-size: 118.75%; /* 19px */
		font-family: 'Oswald';
		font-weight: normal;
	}
	.nav-list > li > a:before{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 30px;
		height: 3px;
		background-color: transparent;
		transition-duration:0.3s;
		-webkit-transition-duration:0.3s;
		-moz-transition-duration:0.3s;
		-o-transition-duration:0.3s;
		-ms-transition-duration:0.3s;
	}
	.nav-list > li > a:hover,
	.nav-list > li.on > a{
		color: #E1E300;
	}
	.nav-list > li > a:hover:before,
	.nav-list > li.on > a:before{
		background-color: #E1E300;
	}
	.nav-list > li > .subbox{
		display: none;
		position: absolute;
		top: 50px;
		right: 0;
		left: 0;
		padding: 10px 0;
		background-color: rgba(255,255,255,0.9);
	}
	.nav-list > li.open > .subbox{
		z-index: 2;
	}
	.nav-list > li > .subbox > .inner-box{
		width: 960px;
		margin: 0 auto 0 150px;
		/*
		padding-right: 30px;
		padding-left: 30px;
		*/
		box-sizing: border-box;
		position: relative;
	}
	.nav-list > li.row02 > .subbox > .inner-box{
		padding-bottom: 45px;
	}
	.nav-list > li > .subbox > .inner-box > ul{
		margin-bottom: 0;
		display: flex;
		gap: 35px;
		align-items: flex-end;
		flex-wrap: wrap;
		position: relative;
	}

	/* .nav-list > li > .subbox > .inner-box > ul::after{
		content: "";
		height: 1px;
		background-color: #006748;
		width: 100%;
		bottom: 0;
		position: absolute;
	} */
	.nav-list > li > .subbox > .inner-box > ul > li{
		display: flex;
		align-content: stretch;
		letter-spacing: normal;
	}
	.nav-list > li > .subbox > .inner-box > ul > li:last-child{
		margin-right: 0;
	}
	.nav-list > li.open.row02 > .subbox > .inner-box > ul:after{
		content: "";
		display: flex;
		align-content: stretch;
		flex: 1;
		height: 1px;
		position: relative;
		bottom: -5px;
		background-color: #006748;
	}
	.nav-list > li > .subbox > .inner-box > ul > li a{
		color: #006748;
		font-weight: bold;
		line-height: 1.5;
	}
	.nav-list > li > .subbox > .inner-box > ul > li > a{
		display: block;
		padding: 10px 50px 10px 0;
		position: relative;
	}
	.nav-list > li > .subbox > .inner-box > ul > li > a:after{
		content: "";
		display: block;
		width: 26px;
		height: 26px;
		background-color: transparent;
		background-image: url("/faculty/medicine/resident/images/common/anchor-type01.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 20px auto;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		transition-duration:0.3s;
		-webkit-transition-duration:0.3s;
		-moz-transition-duration:0.3s;
		-o-transition-duration:0.3s;
		-ms-transition-duration:0.3s;
	}
	.nav-list > li > .subbox > .inner-box > ul > li > a:hover:after,
	.nav-list > li > .subbox > .inner-box > ul > li.on > a:after{
		background-color: #E1E300;
	}
	.nav-list > li > .subbox > .inner-box > ul > li > a .ln{
		display: flex;
		flex-wrap: nowrap;
		align-items: flex-end;
		position: absolute;
		right: 0;
		bottom: -5px;
		left: 0;
		margin: auto -55px auto auto;
		overflow: hidden;
	}
	.nav-list > li > .subbox > .inner-box > ul > li > a .ln:before,
	.nav-list > li > .subbox > .inner-box > ul > li > a .ln:after{
		content: "";
		flex: 1;
		height: 1px;
		background-color: #006748;
		margin-left: -65px;
	}
	/* ¥Û¥Ð©`¤È¤­¤Î‰ä¸ü¤·¤¿ */
	.nav-list > li > .subbox > .inner-box > ul > li > a:hover .ln:before,
	.nav-list > li > .subbox > .inner-box > ul > li > a:hover .ln:after{
		margin-left: -55px;
	}
	/* .nav-list > li > .subbox > .inner-box > ul > li > a.subparent .ln .lninner{ */
	.nav-list > li > .subbox > .inner-box > ul > li:nth-child(-n+2) > a .ln .lninner{
		display: inline-block;
		vertical-align: bottom;
		width: 63px;
		height: 12px;
		background-image: url("/faculty/medicine/resident/images/common/nav-bln.png");
		background-position: left bottom;
		background-repeat: no-repeat;
		background-size: 8px auto;
		transition: 0.2s;
		visibility: hidden;
		opacity: 0;
	}
	/* .nav-list > li > .subbox > .inner-box > ul > li > a.subparent:hover .ln .lninner{ */
		.nav-list > li > .subbox > .inner-box > ul > li:nth-child(-n+2) > a:hover .ln .lninner{
		visibility: visible;
		opacity: 1;
		transition: 0.2s;
	}
	.nav-list > li > .subbox > .inner-box > ul > li > ul{
		display: none;
		position: absolute;
		top: 50px;
		right: 0;
		left: 0;
		margin: auto;
		padding-top: 10px;
		transition: 0.2s;
	}
	.nav-list > li > .subbox > .inner-box > ul > li.on > ul{
		display:block;
	}

/* 
	.nav-list > li > .subbox > .inner-box > ul > li:hover > ul{
		display:block;
	} */
	.nav-list > li > .subbox > .inner-box > ul > li > ul > li{
		display: inline-block;
		vertical-align: top;
		margin-right: 20px;
	}
	.nav-list > li > .subbox > .inner-box > ul > li > ul > li:last-child{
		margin-right: 0;
	}
	.nav-list > li > .subbox > .inner-box > ul > li > ul > li a{
		display: block;
		padding-left: 22px;
		position: relative;
	}
	.nav-list > li > .subbox > .inner-box > ul > li > ul > li a:before{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 12px;
		height: 12px;
		background-color: #006748;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	-ms-transition-duration:0.3s;
	}
	.nav-list > li > .subbox > .inner-box > ul > li > ul > li > a:hover:before,
	.nav-list > li > .subbox > .inner-box > ul > li > ul > li.on > a:before{
		background-color: #E1E300;
	}



/* FOOTER */

#footer {
	color: #ffffff;
	background-color: #006748;
}

#footer .container-inner {
	padding:20px 0;
}

#footer a{
	color: #ffffff;
}

#footer .f-sign{
    margin-bottom: 10px;
	display: flex;
	align-items: center;
}

#footer .f-name{
	margin-right: 20px;
	margin-bottom: 0;
}
#footer .f-name a{
    font-size: 120%;
	font-weight:bold;
	text-decoration:none;
}
#footer .f-name a:hover {
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}
#footer .f-address{
	margin-right: 20px;
	margin-bottom: 0;
	line-height: 1.866667;
}
#footer .f-address .f-place,
#footer .f-address .f-tel,
#footer .f-address .f-fax{
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
	font-size: 93.75%;
}
	#footer .f-btn{
		margin-left: auto;
		margin-bottom: 0;
		max-width: 180px;
		text-align: right;
	}
#footer .f-btn .btn{
    display: inline-block;
    vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 0;
}
#footer .f-btn .btn:last-child{
	margin-right: 0;
}
#footer .f-btn .btn a{
	display:inline-block;
	padding: 10px 15px 10px 26px;
	font-size: 93.75%;
	text-decoration:none;
	background-image: url("/faculty/medicine/resident/images/common/anchor-type01_w.png");
	background-position: -2px center;
	background-repeat: no-repeat;
	background-size: auto 10px;
	border:1px solid #ffffff;
}
#footer .f-btn .btn a:hover{
	background-color: rgba(255,255,255,0.3);
}
#footer .copyright {
	margin: 0;
	padding:10px 0;
	font-size: 81.25%;
	line-height: 1.866667;
	text-align:center;
}



/* NAVIGATION */

#toggle {
	display: none;
}

.fixed {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	top: -40px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	z-index: 9999;
}



/* TITLE */

#title {
	margin: 0;
    width: auto;
	height: 428px;
	position: relative;
	overflow: hidden;
}
#title .title-bg,
#title .title-stripe{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	height: 100%;
}
#title .title-bg{
	right: 0;
	z-index: 2;
	padding-left: 228px;
	background-image: url("/faculty/medicine/resident/images/common/title-bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#title .title-bg:before{
	content: "";
	display: block;
	width: 70%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-image: url("/faculty/medicine/resident/images/common/title-bg_wrap.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
#title .title-stripe{
	left: 0;
	z-index: 3;
	padding-right: 320px;
}
#title .title-stripe .stripe01{
	position: absolute;
	top: 0;
	right: 570px;
	left: 0;
	margin: auto;
	padding-top: 100%; /* 594px */
	background-image: url("/faculty/medicine/resident/images/common/title-stripe01.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	z-index: 4;
}
#title .title-stripe .stripe_sub{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	padding-top: 78.125%; /* 750px */
	z-index: 3;
	opacity: 0.95;
}
#title .title-stripe .stripe_sub .stripe02{
	position: absolute;
	top: 0;
	right: 280px;
	left: 0;
	margin: auto;
	padding-top: 100%; /* 537px */
	background-image: url("/faculty/medicine/resident/images/common/title-stripe02.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	z-index: 2;
}
#title .title-stripe .stripe_sub .stripe03{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	padding-top: 100%; /* 750px */
	background-image: url("/faculty/medicine/resident/images/common/title-stripe03.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

#title .inner-wrapper {
	padding:0;
	height: 428px;
	display: -webkit-flex;
	display: flex;
    -webkit-align-items: center;
    align-items: center;
	padding-top: 125px;
	position: relative;
	z-index: 4;
	box-sizing: border-box;
}

#title .title-box {
	display: inline-block;
	width: 420px;
	position: relative; /* 250530 ×·¼Ó */
}

#title .level01 {
	margin-bottom: 0;
	color:#ffffff;
	font-size: 137.5%; /* 22px */
	font-weight:bold;
	line-height:1.5;
	text-shadow: 0px 0px 2px #008E51, 0px 0px 4px #008E51;
}
#title .level01 strong {
	font-weight: bold;
}

#title .title {
	margin-bottom:0;
	color:#ffffff;
	font-size: 225%; /* 36px */
	font-weight:bold;
	line-height:1.5;
	text-shadow: 0px 0px 2px #008E51, 0px 0px 4px #008E51;
}
	
	/* 250530 start */
	#title .ps{
		margin-bottom: 0;
		color:#ffffff;
		font-size: 137.5%; /* 22px */
		font-weight:bold;
		line-height:1.5;
		position: absolute;
		bottom: 0;
		left: 0;
		transform: translateY(100%);
		text-shadow: 0px 0px 2px #008E51, 0px 0px 4px #008E51;
	}
	/* 250530 end */


/* CONTENT */

	#content{
	}
	
#content a{
    text-decoration:underline;
}

#content .container-inner {
	padding: 10px 0;
}

	#breadcrumb{
		margin-bottom: 20px;
	}
#breadcrumb li{
	display:inline-block;
	vertical-align:middle;
	font-size: 87.5%;
}
#breadcrumb li a{
	color:#000000;
}
#breadcrumb li.on{
	color:#006748;
	font-weight:bold;
}

#main{
	float: left;
	width: 710px;
}

#side{
	float: right;
	width: 200px;
}

.section {
	margin-bottom: 70px;
}

.section-s {
	margin-bottom: 50px;
}

.section-ss {
	margin-bottom: 30px;
}

.section-sss {
	margin-bottom: 15px;
}

.section-ssss {
	margin-bottom: 10px;
}

.pagetop {
	position:fixed;
	bottom:0;
	right:0;
	text-align: right;
	margin: 0;
	z-index:5000;
}
.pagetop a {
	display:block;
	width: 50px;
	height: 50px;
	line-height:0;
	text-decoration:none;
	background-color: #E1E300;
	position: relative;
}

.pagetop a:hover {
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}
.pagetop a img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.inlink{
	margin-top:-70px;
	padding-top:70px;
}
	
	/* FIXEDLABEL */
	.fixedlabel-box{
		width: 40px;
		position: absolute;
		top: 98px;
		right: 0;
		z-index: 3000;
	}
	.fixedlabel-box.override{
		position: fixed;
		top: 38px;
		right: 0;
	}
	.fixedlabel-box .items{
		display: block;
		width: 40px;
		background-color: #ffffff;
	}
	.fixedlabel-box .items a{
		display: block;
		height: 110px;
		white-space: nowrap;
		text-indent: 100%;
		overflow: hidden;
		text-align: center;
		background-color: #006748;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 14px auto;
	}
	.fixedlabel-box .items.clinical a{
		background-color: #006748;
		background-image: url("/faculty/medicine/resident/images/common/fixedlabel-clinical.png");
	}
	.fixedlabel-box .items.specialized a{
		background-color: #008050;
		background-image: url("/faculty/medicine/resident/images/common/fixedlabel-specialized.png");
	}
	.fixedlabel-box .items.dentistry a{
		background-color: #008E51;
		background-image: url("/faculty/medicine/resident/images/common/fixedlabel-dentistry.png");
	}
	.fixedlabel-box .items a:hover{
		filter:alpha(opacity=70); /* IE 6,7*/
		-ms-filter: "alpha(opacity=70)"; /* IE 8,9 */
		-moz-opacity:0.7; /* FF , Netscape */
		-khtml-opacity: 0.7; /* Safari 1.x */
		opacity:0.7;
		zoom:1; /*IE*/
	}


/* SNAV */


/* SUBNAV */
	
	
	#bottoms{
		display: none;
	}


	/* 220628 */
	#footer .link-box{
		display: flex;
		justify-content: center;
		padding-top: 15px;
		margin-bottom: 10px;
	}
	#footer .link-box .links{
		margin-right: 20px;
		transition: opacity .3s;
	}
	#footer .link-box .links a{
		display: inline-block;
		text-decoration: none;
		font-weight: bold;
		border: 1px solid #ffffff;
		padding: 5px 20px;
	}
	#footer .link-box .links:hover{
		opacity: .7;
	}
}