@charset "utf-8";

/**
 *
 * 入試情報: 詳細
 *
 */

/*--------------------------------------------------------------------------
  overwrite スタイルの上書き
--------------------------------------------------------------------------*/
#Content{
	background: #ffeff5;
}

/* .cmn_page_header
-----------------------------------------------------------------*/
@media all and (max-width: 767px){
	.cmn_page_header_ttl img{
		height: 23px;
	}
}


/*----------------------------------------------------------------------
	.content_wrap
----------------------------------------------------------------------*/
.article_date{
	font-size: 12px;
	font-weight: bold;
}
.cmn_line_ttl{
	margin-top: 5px;
}
.article_cont{
	margin-top: 24px;
}


@media all and (max-width: 767px){

	.article_date{
		font-size: 11px;
	}
	.cmn_line_ttl{
		margin-top: 2px;
	}
	.article_cont{
		margin-top: 15px;
	}

}
