@charset "UTF-8";/*-----------------------------共通--------------------------------------*/body{	/*font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;*/	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS PGothic", sans-serif;	}a:link {	color: #3366cc;	text-decoration: none;}a:visited {	color: #6666cc;	text-decoration: none;}a:hover {	color: #019831;	text-decoration: underline;}a:active {	color: #019831;	text-decoration: underline;}	#wrapper{    width: 700px;    margin: 20px auto;    background-color: #f1f1f1;    padding: 10px 20px 20px 20px;	border: 1px solid crimson;}#contents{	width:640px;	margin:20px auto;	background-color:white;	padding: 40px 20px 50px 20px;}.titlepc_gakken{	width:80px;}.titlepc_nursing{	width:230px;}.title{	font-size: 28px;    margin: -3px 0 -5px 0;}	.movie, .lecture, .application{	padding-top:10px;}.movie_title{	font-size: 20px;	font-weight:bold;	margin-bottom: 2px;}.lecture_title{	font-size: 20px;	margin-bottom: -10px;	display:block;	font-weight:bold;}		/*===============================================横幅が640pxまで===============================================*/@media screen and (max-width: 640px){body{	font-size: 32px;}.titlepc_gakken{	width:20%;}.titlepc_nursing{	width:45%;}.title{	font-size: 48px;    margin: -3px 0 -5px 0;	line-height:1;}.movie, .lecture{	padding-top:20px;}		.application{	padding-top:10px;}.movie_title{	font-size: 38px;	font-weight:bold;	margin-bottom: 2px;}.lecture_title{	font-size: 38px;	margin-bottom: -10px;	display:block;	font-weight:bold;}	}