<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* GENERIC */

#mainimage img { width: 100%; }

#e_resident_slide_banner a img{
	width: 100%;
	margin-top: 10px;
}

#content #maincon #resibtnbox {
	width: 100%;
	text-align: center;
}
#content #maincon #resibtnbox .resibtn {
	/*float: left;*/
	width: 310px;
	height: 310px;
	font-size: 0.9em;
	text-decoration: none;
	color: #333;
	display:block;
	
	margin-top: 10px;
	/*margin-right: 5px;*/
	margin-bottom: 10px;
	
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	
	margin-left:auto;
	margin-right:auto;
    /*margin: auto;*/
	
}
#content #maincon #resibtnbox .resibtn img {
	margin-bottom: 10px;
}
#content #maincon #resibtnbox .resibtn .kochira {
	color: #FFF;
	background-color: #09F;
	width: 200px;
	margin-right: 55px;
	margin-left: 55px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}

#footer{
	width:100%;
	clear:both;
	}
	
#content #maincon #movie_page #movie_area {
	width:356px;
	height:200px;
	display: block;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}


#content #maincon #movie_page #movie_title {
	font-size: 1.8em;
	font-weight: bold;
	color: #666;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:center;
}

#content #maincon #movie_page #movie_doctor {
	font-size: 1.5em;
	font-weight: bold;
	color: #666;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:center;
}

#content #maincon #movie_page #movie_ymd {
	font-weight: bold;
	color: #666;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align:center;
}

#content #maincon #movie_page #movie_description {
	width:60%;
	margin-left:20%;
	margin-right:20%;
	font-weight: bold;
	color: #666;
	margin-top: 10px;
	margin-bottom: 10px;
}
</pre></body></html>